Jump to content

Gunman

Super Moderator
  • Posts

    3504
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. We are missing a lot of people if this is a shit posting crusade
  2. @MGI handles Mirror Mode. Pat might know if there is an update soon but I doubt it.
  3. 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.
  4. @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.
  5. @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.
  6. 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.
  7. 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.
  8. @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.
  9. 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
  10. Gunman

    AIO MTA

    Took like 2 months but I'm gonna go for 99
  11. 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.
  12. 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.
  13. 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.
  14. Gunman

    Stealth Quester

    @Token Idk if anyone has requested this yet but why don't you make the bot collect stuff bought from the GE before checking if the player has more gold? Because 99% of the time when I get that message it's because all my gold is in the GE from over pricing items(Which I understand why you over price items. Don't change that).
  15. @WhatsNormal So you're tell me if I order 100 quests and you don't complete them within 3 hours I get full refund?
  16. Hi, Scripter initiation fees would $20. Now are you paying with Crypto or O7GP? For an extra $5 I can give you the check woodcutting exp anti-ban method! It's normally $10, but if you combo buying it with initiation fee you get half off.
  17. It's time to put you in a home.
  18. Gunman

    Stealth Quester

    Idk if 2.5.59 is working but I know 2.5.60 works.
  19. @Carrolito Need to see more of the script. It's probably a logic error. If you don't want the source public then pm me in the osbot discord.
  20. @Carrolito @Medusa You need to define which spell book as well so it would be like this. magic.castSpell(Spells.LunarSpells.SUPERGLASS_MAKE);
×
×
  • Create New...