Everything posted by Gunman
-
[Dev Build] OSBot 2.5.78
Just download the dev build and look for your self. It's completely different. Sometimes it looks like a boomer with parkinson's playing rs 😂
-
Main Perm Banned
Try to appeal all you can do
-
Newly returned, this normal?!
^What he said but it's 20 hours of online game time. Meet ALL reqs or get a bond
-
Bot Initalization Error ( java version "1.8.0_251")
@mrjday98 Try uninstalling java and deleting osbot folder. Then restart pc, reinstall java, restart again. Download osbot and try to open it and see if it works. Could also try deleting the oldschool files and reinstalling them.
- Do I bot after ban
-
Two bans on the same day
@Framble If I ever receive 2 bans like that I normally have a good chance of a successful appeal. Try it bro 🙏
- PolyScout
-
Do I need to update Java?
Idk how far back you can go but I know as far back as Java 8 181 works fine. And the latest version should also work fine.
-
Khal Motherlode
@Khaleesi Does stop bot after x minutes include or exclude the break time?
-
How do I integrate a script that is a project
You import it all into an IDE and then compile it into a jar file.
-
Script Development Setup
Normally it's because you didn't compile it with java 8 or you're missing script manifest
-
[Stable] OSBot 2.5.77
Mirror Mode is made to be used with the official client. It was never designed to be used with runelite or osbuddy
- [Stable] OSBot 2.5.77
-
🐰OSBot Easter Giveaway!!!🥚
Shouldn't you be 🙏 for Corona cure? 🤔
-
🐰OSBot Easter Giveaway!!!🥚
I am ready to win again, and only use my winners once or twice again
-
Stealth NMZ
14 to 20. How ever long it takes to get 60's in f2p. That old.
-
Replacing Project AIO Hunter
We love you too buddy. Some will hate you for this but they will come back around ❤️
-
AIO SafeSpotter
Gratz on release. Ditto party
-
Stealth NMZ
yes <- Config used. Goes here -> C:\Users\user\OSBot\Data\StealthNmz
-
First time scripting. Bot standing. help?
if (!getInventory().contains("Law rune")) { if (!bankArea.contains(myPOS)) { getWalking().webWalk(bankArea); } } !getInventory().contains("Law rune") <- if this returns true it will forever return true. Since it always returns true it will forever loop the code above^ Just move the banking stuff after the bank area check would probably fix this. Avoid using static sleeps when you can. Static being sleep(1000); or sleep(random (1000, 2000)); <- both are what I consider static. Another thing why is your onloop returning hopTo which is == -1? Change it to return like 500 or something.
-
Tele Alch script
-
NEVER BUY FROM ARCUSGOLD . LIVE
No, all sites claiming to be Bogla or Arcus are scams. Alch is the new big one. If I remember right Alch is owned by the original owner of Bogla before he sold it to Arcus.
-
Tele Alch script
Only one that I know of and could find was Perfect Magic AIO
-
Mirror mode wont attach to official osrs client
@xnitionI recently ran into this issue. A temporary fix would be using 64 bit java instead of 32 bit. After a while I also assumed it was a client issue, but it wasn't. I would recommend you reboot your system into safe mode. Open a CMD or PowerShell and type "sfc /scannow" . It should say something like "Beginning verification phase" and there should be a another line below it saying "Verification x% complete". Wait till it finishes, then restart your pc and try opening MM again.
-
First time scripting. Bot standing. help?
@obrandso The script will forever be stuck in the first if statement if you don't have law runes.