Jump to content

Gunman

Super Moderator
  • Posts

    3524
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Gunman

  1. Gunman

    Max Melee

    99 att, str, def, hp and 1 drag defender lol ^How much is that worth.
  2. Gunman

    Stealth NMZ

    I did it. Couple days under 6 weeks but I did it!
  3. Gunman

    Stealth Quester

    Currently Token is working on Underground Pass and Regicide. Mainly Underground Pass ATM.
  4. Don't use tabs. 1 client per bot.
  5. Gunman

    Chop and Burn

    @TiasJanos Because all the code is inside the first if. Btw this is posted in the wrong section. Should be in scripting help of the support section. Also null doesn't mean you can't see it, it means it doesn't exist anywhere around you in that loaded area.
  6. It won't. Because it's part of the random solver.
  7. private RandomSolver solver = new RandomSolver(RandomEvent.BREAK_MANAGER) { @Override public boolean shouldActivate() { return false; } @Override public int onLoop() throws InterruptedException { return 0; } }; Put this in onStart bot.getRandomExecutor().overrideOSBotRandom(solver);
  8. Think I would rather do the over ride break manager method lol. And yeah I think they got rid of the spoiler button haven't seen it in a while.
  9. @obrands Doesn't look like it's a script issue. If the jar is in the script folder and it's not showing up then it's something to do with the compile part. Look at this intellij setup and see if you did anything wrong. Only need to look at part 1 https://osbot.org/forum/topic/154399-script-development-setup/?tab=comments#comment-2011973
  10. @obrands Put code in pastebin and post here
  11. It's in mini game section I think. I am saying botting Nightmare Zone (A p2p mini game) is probably the safest thing to bot in the whole game. Your situation is still the same as everyone said above.
  12. If you're saying you're not using that script I know. If you're saying it seems low ban rate, then I botted 14-20 hours a day with Stealth NMZ for the last 5 weeks and in like 3 days the account will be max melee.
  13. Depends how you're botting it. But in my opinion NMZ is probably the lowest ban rate thing...
  14. Locks are quite normal when using proxies. You gotta unlock them, which requires verifying an email to the account...
  15. @Loque What isn't working? The link you provided is working fine for me. It shows by me just copying and pasting it.
  16. If you're trying to do insert other media and use url you can use imgur for static pictures and I recommend google photos for gifs(had issues with imgur and so did others). Make sure you open the photo in another tab so it's the only thing on screen tho; like these 2 links of my bird. One from imgur one from google photo. (bit.ly is google photo. shorten because was long. Also forced both to show link instead of photo.) https://i.imgur.com/cuSBZzG.jpg https://bit.ly/3bgzvj4
  17. @Porter11Because that's just the way botting is. @CharlotteThink he justs wants to bot a pure
  18. @Porter11 If it's f2p then highly. But in the end still possible
  19. @Nouk111 Usually issue are something like Wrong details entered ISP blocked the connection to osbot (try opening without proxy to test) Might have to get into contact with the proxy provider if you didn't run out of time, because the proxy could be experiences issue that they need to fix.
  20. @LKSim You could not switch targets till the current target is either , doesn't exist/dead, or starts/is interacting with another player that isn't yours(or if target is null of course). EDIT: Btw I noticed you put this in the sub forum Snippets it's suppose to go in the general scripting help forum area.
  21. Gunman

    Questing.

    @GardzzThe only other quester you will find here will already be in Stealth Quester and they won't even be close to as good as Stealth Quester. Normally they have 1-6 quests.
  22. Alright try this then cd "C:\Program Files (x86)\Java\jre1.8.0_241\bin" java -jar "Jarpath example -> C:\Users\pcUser\Desktop\osbot 2.5.70.jar" in -jar you will put the path to osbot jar. like mine is on the desktop and that's the path for the example.
  23. @noobiefoo Normally you would do java -jar "osbot 2.5.70.jar" But I guess in your case I think you do it like this. C:\Program Files (x86)\Java\jre1.8.0_241\bin\java.exe -jar "osbot 2.5.70.jar"
  24. Gunman

    Stealth Quester

    Oh mb read it wrong.
  25. Gunman

    Stealth Quester

    Try disabling adventure path. The orange icon in the picture right click it and you should get the option to turn it off.
×
×
  • Create New...