Everything posted by Delivery
-
onGameTick()
Method does not work? I am using stealth & I call this function 100x, I thought it would wait 100 game ticks and I have it log each time the function is called, all 100x are called immediately. Is there a way to wait until the next game tick (e.g 1 tick ags switch will be successful every time then)
-
Ge Cancel offer
I can't find any documentation on cancel offer method, Do I have to grab widgets and make my own methods ?
-
Webwalk Distance from object
Is it possible to view the Webwalking path and get a distance value for a position? I want to be able to Chop the closest tree to me by distance not distance by a bird's flight. A Tree might be 2 tiles from me but is actually 14 tiles distance & there could be a 4 tile tree right next to me.
-
If you were a Runescape NPC; What would you be?
dick horatio
-
Do you ever solve code while sleeping?
for me it's only while on crack
- Pking Script
-
Pking Script
Player P = getPlayers().closest("jagex"); P.getDefinition().getAppearance(); Is this really the only way to get the appearanceId's for what another player is wearing when attacking you...? It does not seem right that I would have to map every single weapon just to know what my opponent is attacking me with.. tell me there's a better way...
-
Howmuch gold do you farm on average?
I run 100 accounts and make 69gp per day in total
-
Can you identify whether or not a player is in your clan or friends list
webserver
-
Can you identify whether or not a player is in your clan or friends list
Alternatively you could just change your Trade filter to Clan only or Friends Only then it will only display trades from these users.
-
Can you identify whether or not a player is in your clan or friends list
Just make it so your accounts do a dance emote and only Mule to accounts that dance
-
Botting on max main?
thought you were asking for ideas of a script to make
- Botting on max main?
-
Script Developers
nah fury has his head screwed on properly
-
💯 100% verified SOCKS5 protocol Static Residential proxys for sale!!!!
lol £6.99 for a proxy that is ridiculous
-
Price drop in gold
nearly all of my accounts were banned a few weeks ago
-
Need help getting item count from inventory on start
I mean if it really won't load the inventory, could do a conditionalSleep until myPlayer().exists(); or getInventory() !=null
-
Need help getting item count from inventory on start
how about setting the default value to null and make it get the count in the onloop if the var is still null
-
Hand played tutorial island accounts
I've had instant locks from non botted accs.
-
Other games
I once cheated on kahoot by looking up the answers.
-
Any way to check how many hours on account?
Make a webserver that pings when you're online and store that in a database? use your SSL skills and make it on a site
-
Osbot on linux
https://duckduckgo.com/?q=failed+to+load+canberra-gtk-module&atb=v377-4fa&ia=web does this help? I just read the output
-
OSBOT hacked my account!
Just re-reading this.. If you care about 400m on your account so much that you'll even make a post like this Why are you botting Just as likely to catch a ban...
- [Stable] OSBot 2.6.69
-
[Request for advice] As simple as possible: Powerchopper
might also want getInventory.contains("Bronze axe") || getEquipment...