Everything posted by HastyLife
-
How long to wait before botting?
Would wait a time or try with some soft-botting/ legit playin
-
Free 99s 100% afk,no bot required
Depends on the situation, I pref mouse and keyboard recorder cuz diff paths etc + on the ofc client, I didn't use mouse and keyboard recorder for rs for couple years now no ban tho and got couple 99s of it.
-
[Zulrah] Making my first bot farm since 2013 [Progress, pictures]
Best of luck happy botting!
- CQuest! 7 Quest Points
- Lacking extra check
-
ZapNightmareZone - 24/7 NMZ - Buys Pots / Starts Games / Flicks
- Downloading client
Jarfix for fix- playing 1 botting 1??
Always bot at your own risk.- Rip 7qp farms
- just so u hoes know....
He always getting banned on mondays thats why i suicide bots on friday evening till monday morning- Buying 2 F2p acc´s with 60 Mage
Buying 2 acc´s pref f2p mage 60 nothing else req Pm me Paying rsgp- Spam
- Service Opportunity
I would do but dont have the req I guess :P But best of luck for finding somebody ~Life~- Some people..
- Choosing between 2 Items
Thanks gonna try it out.- Choosing between 2 Items
How I can write that the bot should choose between one of this items? if inventory"Jug of water", "Bucket of Water" bank"Jug of water""Bucket of Water", 9; sleeprandom110, 320; Thanks for any help! Not sure if i put it into the right section.- Service owner thread Reqs
Of course not sir I even got scammed myself and learned from it. But if there are no Personal documents etc people are willing to scamm- Service owner thread Reqs
Can only agree thats the world I guess- Rate me
Looking good to be honest.- Mumble's EZ Afk Splasher
Working fine great job ~Life~- Resetted my Laptop and this happens now on .jar files
quick and simply dude thanks- Resetted my Laptop and this happens now on .jar files
All .jar files doesnt work anymore does anyone have any sollution for this? : https://gyazo.com/36f619dd485d58b1556a12ceae7ae14b Thanks- Beginner question
What should I do any advice?- Beginner question
Hmm okay thanks for that! Well im beginning :P- Beginner question
import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "Umut", info = "Testing", name = "Mining Test", logo = "", version = 0) public class main extends Script { @@Override public void onStart() { log("Test"); } private enum State { MINE, DROP, WAIT }; private State getState() throws InterruptedException { Entity stall = objects.closest("Rocks"); inventory.dropAllExcept(1265); sleep(random(1000, 1500)); if (stall != null) return State.MINE; return State.WAIT; } @@Override public int onLoop() throws InterruptedException { switch (getState()) { case MINE: Entity stall = objects.closest("Rocks"); if (stall != null && !myPlayer().isAnimating()) { stall.interact("Mine"); } break; case DROP: inventory.dropAll(); break; case WAIT: sleep(random(500, 700)); break; } return random(200, 300); } { } } What could I improve on this script maybe like walking but I don´t know how to implement it any other suggestion or any help how to "bank walk" or walk to any specify area of rocks. Thanks anways - Downloading client