Jump to content

Gunman

Super Moderator
  • Posts

    3478
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. Gunman

    PC Games

    Aight I will just start making a list I guess and you and figure out if you like it or not. - Warframe - Smite/Dota2/League of Legends - Realm Of The Mad God - Path of Exile If you wanna try some FPS games try - CS:GO - Ring of Elysium - Combat Arms: Reloaded - Planet Side 2 Some P2P games that you may be interested in (All prices are in USD and for base game only) - $29.99 Arma 3 : Runs like shit on most hardware like 30-40 fps average at the worst and 60-70 at best. Depends on what you're playing. King of the Hill is worst fps since there is 100 players in a small area being rendered all at the same time. Over all is just like a Military Simulator; Or it can be a fun RPG game if you play on the Life servers or something. - $19.99 (On sale 7.99 also free weekend right now) Rainbow Six Siege : Kinda like CS:GO but higher graphic detail and more realistic. Same concept for the most part but you may find it much more pleasing that CS:GO - $19.99 Risk of Rain 2 : Hack n slash huge button smashing game. You fight off waves for each level stage and has you get stronger so does the enemies your fighting. Huge chaos, most the time I don't know what's going on because there is so much shit on the screen in the later stages. If I remember right the waves are infinite so you can play for a long time. - $29.99 Hell let loose : Super fun still in development, but it's basically you're in WW2. You join a squad/create a squad select your role. So you have a commander which is a player and he commands the squad leaders which can communicate to the squad leader and the squad leaders then lead there squad to attack/defend or take out takes and stuff like that to win advance and take over objectives being towns/cities in the game. It's a 100 player game and the game looks decent and runs really well. I have a 1080ti and at 1440p I hit cap fps all the time which is like 120 I think. - $9.99 Terraria : 2D Minecraft basically; But you can make a house and with the right things you can get npcs to show up to and live in your house which you can buy items from them with coins (copper,silver,gold,platinum). Can gather material to make items that can summon bosses and kill them to get material to make even better equipment and ect. About all I can think of right now.
  2. Gunman

    PC Games

    Any game genre? Also I would recommend looking at the f2p section of steam and sort by what's being played.
  3. Gunman

    Stealth NMZ

    Original Client/ Jagex's Offical Client
  4. Gunman

    Stealth NMZ

    The issue occurs. I restarted both OSBot and OG client. Script works again. After dream is over it breaks then after logging in the issue happens. Then I tried clicking the box and buying the stuff manually. Script starts working again. Cool. Again dream over script breaks then after logging in the issue occurs again. This time I stop for the day and made the post and now I tried the other client. Been 3 or 4 dreams now with Stable Build and hasn't happened.
  5. Gunman

    Stealth NMZ

    @Token After switching to 2.5.60 the issue stopped. To add on to my post from yesterday the issue happened 3 times every single time after a dream when trying to restock absorption/overloads. 3rd time I thought it may be issue with the client version. Seems to work now
  6. User is banned. Why his name has a line through it. The source is there if you wanna recompile the jar
  7. Gunman

    Stealth NMZ

    @Token Client : MM and OSBot 2.5.61 Hey, script is getting stuck ONLY when trying to restock overloads and absorption(Buying herb boxes is fine, I don't know about other things). It only happens after completing a dream or a break(Idk which one exactly). Logger spams interacting with rewards box , may not be exact words but similar. The bot does nothing when doing this, it just sits forever even after logging out and logging back in. But then if I open the rewards box the logger then says switching tabs but again does nothing, infinite sleep. If I buy them manually it fixes until the next time it needs to buy overloads/absorption. Tomorrow I am gonna try version 2.5.60 and see if the issue proceeds since I know a lot of users don't use the dev builds, and no one else has reported a problem in the last few days.
  8. Now that's some quality merch
  9. Is this because of the soon release of Excellent Vorkath
  10. We are missing a lot of people if this is a shit posting crusade
  11. @MGI handles Mirror Mode. Pat might know if there is an update soon but I doubt it.
  12. 1.) I would just get a throw away account and keep changing and tweaking it till it looks good to you. 2.) I think most people return some where between 200 and 1000(no random). Most the time I see it around 500 flat though. Human reaction time is somewhere between 100-400 MS. Average is like 230-270 MS. But the human eye can process up to like 0.0066666666666667 of a second which is 0.15 MS; Which is before considering the input lag, brain processing, and other shit.
  13. @sinclair666 Only thing I can think of at the moment since I am tired but should work. First you can grab the closest fishing spot like I did below then grab the position and tell it the fishing spot you want is != to the second closest fishing spot's position. NPC closestfishingSpot = getNpcs().closest(npc -> npc != null && npc.getName().equals("Fishing spot")); NPC fishingSpot = getNpcs().closest(npc -> npc != null && npc.getName().equals("Fishing spot") && npc.getPosition() != closestfishingSpot.getPosition()); EDIT 1 : Hold up I just had an idea and need a sec to test if it would work. EDIT 2 : Nope nvm brian.exe stopped working and couldn't finish the thought sorry.
  14. @nothing312 Sounds like the script you're running is either throwing a Null Point Exception error and freezing the client or it's the fact that running multiple bots on a single client isn't that well optimized and doesn't run well. Nothing you can do besides either deal with it, or run 1 bot if you don't wanna buy VIP. If you buy VIP then you can run multiple clients, but still sticking to the 1 client 1 bot ratio.
  15. From what I can tell you're running a bot farm with only Mirror Mode. Which is fine, but just because MM isn't working fine doesn't mean the build isn't stable nor does it mean VIP is worthless. Yeah a huge reason people recommend VIP is because of MM, but Stealth Injection is working perfectly fine. You still can Bot unlimited amounts of Stealth Injection accounts with no issues. And even with the Memory leak MM has right now I am still able to let an account run for more than 60 hours non stop with breaks perfectly fine. The only problems with MM right now is bank placeholders/Tabs, and the Memory leak which isn't that hard to deal with. Did you even try running a client with these CLI parameters java -jar "osbot 2.5.60.jar" -mem 1024 ? May not seem like it will do anything but for some reason either it being just being a random thing of luck that my MM client stopped crashing every 15-45 minutes or this actually helped. And compared to what it use to be before this MAJOR update a while back is incomparable. Now Before this update MM was TRULY unusable.
  16. Not getGrandExchange().getOverallPrice(id of item goes here) It will grab the GE price not what you're buying/selling it for in the GE offer slots.
  17. @CrashBandiboob If you didn't know OSBot API can do this it's in this section of it https://osbot.org/api/org/osbot/rs07/api/GrandExchange.html But if you didn't wanna use the API then sorry I got no snippet for you. I think the OSBot API uses OSBuddy's GE prices.
  18. What update(If you mean because of the game update today that only takes a few hours IF anything broke)? He doesn't work on Mirror Mode; MGI does that and I think I remember Token saying in OSBot Discord that he is working on it or fixed it(Don't quote me or Token on this. Not Sure I remember what he said right). How is VIP not worth it right now? Also the bot isn't down half the month at most if you count all the hours on Thursday per month the most it's down is 1 day out of 30. But, if you wanna call those days busts then 4 out of 30. If you think the Mirror Mode issues is what makes it not worth it, I'm botting just fine for hours with it. Try opening OSBot jar with this CLI input and select Mirror(I noticed a reduction in crashing when doing this). java -jar "osbot 2.5.60.jar" -mem 1024
  19. Gunman

    AIO MTA

    Took like 2 months but I'm gonna go for 99
  20. Gunman

    Zoom Control

    No idea how efficient, effective, or if it would even work, but if it does this could be useful in some scenarios.
  21. If I remember right it was like 60k/hr when it first came out but now it's like 40k/hr I think. Don't remember exactly.
  22. If you are using Mirror Mode and talking about place holders then that's a KNOWN bug with the CLIENT. NOT the script. Just don't use placeholders with mirror and you will be fine.
×
×
  • Create New...