-
Posts
479 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by Ricky Dactyl
-
Excellent release!
-
"Jagex only receive 60 seconds of a clip when you're reported" Is this what the company themselves have stated or is this just something that people assume?
-
What's everyone doing while we wait for the update
Ricky Dactyl replied to NB6675's topic in Spam/Off Topic
Thought I'd go to sleep and wake up and we might be lucky with an update, literally just hopped on my PC at 5am to quickly check, back to sleep for me Happy training people! -
I have never noticed an increase in ban rate unless the script itself becomes broken.
-
How much would this account be in RSGP? Completed Quests (10 Quest Points): Cooks Assistant Witch's Potion The Restless Ghost Rune Mysteries Romeo And Juliet Sheep Shearer Stats below: Account also has a 14 day membership remaining from a bond.
-
I'd like to highly recommend not botting on your main, never bot on an account you caring about, I'd assume you care about your main. Assuming you were completely 100% certain that you are willing to risk your main account, I do not think that getting a proxy will help in any shape or form to my knowledge if you're just running the one account. However I would highly suggest reading this if you haven't already.
-
You beauty, thanks for the release, looking forward to these client interaction improvements
-
Currently have multiple F2P bots that have been online for more than 27 hours while on injection mode and all in the same client, I will send prayers for your account brother.
-
My F2P fishing bots manage to complete Tutorial island, once all the trading restrictions are removed (20 hour in-game being the main restriction) they usually last for an additional few days (1-4) assuming I'm botting on them no more than 6 hours, I occasionally test my bots (F2P) as suicide runners but they don't make it more than 28 hours currently.
-
Payment Method: PayPal Discord: RickyDactyl#7299 UID: 348440003875045377
-
"Fixed the webwalker out of memory issue." Thank god, I thought this an issue with my code causing the problem! Praise the lord
-
Only had a quick glance but I'd assume LugarBanco = new Area(3210, 3218, 3207, 3220); is referring to Lumbridge castle bank. There's a Banks.LUMBRIDGE_UPPER which returns the area built into the API should you need it in future so you don't have to manually get bank areas yourself. If you're fishing at the southern fishing spot in Lumbridge below the church I'd recommend adding a check for a small fishing net in the inventory and assuming one isn't there, there's a spawn location right on top of the fishing spot for small nets you could have it acquire one from. The spawn map resource that I usually is linked below, hopefully you'll find it as useful as I have.
-
Join the discord, it has been widely discussed today, everyone's bots have been down
-
@mitsuki~ not sure if you had this solved yet but I only just realised this section was a thing, here's what I've been using for my bots fresh from tutorial island. public void setAttackStyle(String trainType) { int style = script.getConfigs().get(43); switch (trainType) { case "DEFENCE": if (style != 3) { while (!script.tabs.isOpen(Tab.ATTACK)) script.getTabs().open(Tab.ATTACK); // postStatus("CHANGING ATTACK STANCE TO DEFENCE"); script.widgets.get(593, 17, 4).interact(new String[0]); } break; case "ATTACK": if (style != 0) { while (!script.tabs.isOpen(Tab.ATTACK)) script.getTabs().open(Tab.ATTACK); // postStatus("CHANGING ATTACK STANCE TO ATTACK"); script.widgets.get(593, 5, 4).interact(new String[0]); } break; case "STRENGTH": if (style != 1) { while (!script.tabs.isOpen(Tab.ATTACK)) script.getTabs().open(Tab.ATTACK); // postStatus("CHANGING ATTACK STANCE TO STRENGTH"); script.widgets.get(593, 9, 4).interact(new String[0]); } break; } }
-
2 Accounts Per Residental Proxy or 1 account per Datacenter Proxy
Ricky Dactyl replied to
botmebb22's topic in General HelpI notice a considerable increase in F2P bot ban rates from my testing when more than 2 IP/proxy. -
i want to begin making my own smallish bot/gold farm
Ricky Dactyl replied to RockyRheels's topic in Botting & Bans
I find that when running more than 2 bots per IP the ban rate increase significantly, these findings are from stealth injected bots running on independent OSBot.jar instances. -
Assuming you record 1 hours worth of gameplay, then repeatedly run that hours worth of gameplay, they would be able to compare clicks from the first hour to the second one surely and see that there's an extreme resemblance in mouse movement/interactions? Just a thought
-
I think this issue was machine based, fresh installed windows and installed OSBot as normal and seems to be working fine now. Thank you regardless o/
-
@Patrickany ideas brother? I've tried fresh reinstalling OSBot, the Oldschool client, changed window size to fixed mode, made the client as small as possible and had it at a normal perspective, nothing seems to work.
-
Mirror Mode is no longer detecting my client since the latest OSBot update, anyone else getting this issue?