Everything posted by Joseph
-
How can you add new scripts while clients are open?
that happens a few time. So what I like to do is change the script version (or something i could notice a change) so when I fresh it I know it's been updated.
-
bChickenRanger [first script]
Ya you have a short antiban distance. You'll have a higher possibility to high it more often since it's short. Plus you are always calling they method using the get state. maybe us a timer?
-
sorceress garden
A guide link would be nice
-
Path and area recording scripts
i couldnt have said it better. @normangorman nice to see i convinced you to switch into the dark side
-
Path and area recording scripts
i have this on the sdn http://osbot.org/forum/topic/57725-divine-utility/ similar to what yours does.
- Warriors guild bot request!
-
Requesting Another woodcutter bot
if you do the diary for that town. You can even use the shortcut they added. So imagine like hole on the wall right behide the master farmers.
- 5 free orders
-
NodeFragment and NodeLinking Systems
I didnt write much on this thread but I was creeping around and read everything.
-
Happy birthday to Botre
Happy birthday my friend, I hope you have a good one
-
NodeFragment and NodeLinking Systems
Team view the poor guy
-
Basic Tree Cutter - Trees & Oak Trees Behind Lumbridge Castle
Hi there I remeber you. That mouse is pretty sexy
- jagex is funny lol
-
jagex is funny lol
like it still :p to study the behavior of the players inside to see if your a bot or not World hopper isnt even a month old :p (got em) im the retart that build scripts for the community. Not cool man this is the exact reason why i say it. To play legit. Jagex said its ok for players to play legit here. Its better because not that many people are here
-
jagex is funny lol
If you ever wanted to go into the bot worlds you could if you wanted too. Not only can you just change the world number on your browswer but you can also use the world hopper. Check the bottom of the list http://prntscr.com/7ld3ao if you think its cool and funny like this post. also will you guy be botting on these worlds or play legit
-
How to suppreess LoginEvent and inventory listener question
nice i never really played with these hooks but nice to hear back that you got it to work.
-
What are some essential recipes you should know how to cook?
Spaghetti it's cheap to make and you can make a shit ton. You cant go wrong with eggs and rice.
-
Much Cri
you could make me a gfx while you wait
-
How to suppreess LoginEvent and inventory listener question
let me help you out. create your own random solver http://osbot.org/api/org/osbot/rs07/script/RandomSolver.html with out script manifest then you would get the random executor from the bot class. use the method Bot#registerRandoms(arg) (add your random solver as the arg) finally remove the login random by unregister it the reason why you still have to remove it because registerRandoms()
-
Muffins Barbarian Buddy [Powerfisher at Barbarian Village & Barbarian Fishing] [F2P/P2P]
thats exactly how you learn. keep it up baggle
-
Muffins Barbarian Buddy [Powerfisher at Barbarian Village & Barbarian Fishing] [F2P/P2P]
Im the master at javaNice to see another script from you.
-
MuffinMiner! [Powerminer] [F2P & P2P Locations]
the antiban class is getting removed soon so if i was you dont use it. what he said
-
blue screen when in mirror?
All I can say is make sure you have the newest version of mirror
-
blue screen when in mirror?
It means to open up runescape and but it in fixed mode. Because mirror mode doesnt support it yet
-
How to suppreess LoginEvent and inventory listener question
1 override the login random 2 also for the inventory listener. Use the responsive code to determine the state of the game. Im sure the listener class all it needs a simple if statement.