-
Posts
172 -
Joined
-
Last visited
-
Days Won
1 -
Feedback
0%
Everything posted by dubai
-
Thanks! Not a bad idea, could be an ironman script or something but for now I'm just going to keep working on the upcomming wildy slayer bot
-
It's taking a bit longer than I expected unfortunately... Looking at a master piece of a script here though.
-
Dubai's Cowhide Looter Approx ~70k-100k Gp/Hr -Loots and banks cowhides in Lumbridge. -Start anywhere (preferrably lumbaridge) Download .JAR file here Source:
-
You kind of answered your own question here. In my opinion, botting for 1.5 hours a day is incredibly unlikely to recieve a ban, especially if you're doing something random that not a lot of other people are botting.
-
Hey just wondering how you went with the script?
-
I bot until the accounts disconnect from the update and spam restart the client until it reconnects
-
Webwalk is actually overpowered as f. Definitely a lot of time taken to make it this good you can tell.
-
UPDATE: -Gearing handler successfully deposits previously equipped items after equipping new ones -Missing items state added (If Use glory, Use annakarl teleport tab etc, is enabled, will check if currently equipped/in inventory before heading to task) -Moved Annakarl teleport tab option to tasks tab to use on specific tasks only -Added more task locations/NPCs TODO before BETA: -Add support for Ents (Axe to chop and loot the ents) -Add support for Pirates(Withdraw lockpick before heading to task) -Add safe spot support for Lava Dragons + Test lava dragons task (Have not had a lava dragons task in like 50 test tasks, highly annoying) -Add onPaint display: Runtime, XP/Lvls gained/Larren's keys etc -Bank each Larren's key: Need to add a loot check for other items on ground before leaving wild -Move "Use Protection Prayer" option to task tab for use on specific tasks only TODO before release: -Anti-Pk support: Fight back, Run away, Snare and log/hop etc -Skip tasks feature -Clean up console logging -Add logo/onPaint graphic -Tidy up GUI
-
Yes actually, so close to the beta run
-
What is going wrong exactly? I made a similar one a while ago that still works today:
-
That's an interesting observation, I wouldn't mind investigating further That would be the main idea I guess is to help people learn tricks of the trade
-
Hellooo I really want to make a few videos/possibly even stream a scriptwriting/botting sesh. I think it's a sick way to help people learn about botting and send new users to the site. Perhaps a 1-99 botted using my wilderness slayer script once it's finished ;)? Thoughts/rules on this?
-
Apologies for the delay! I've re-compiled this into a .Jar file and I tested it to make sure it works correctly when added to the scripts folder OakBanker
-
Hmm strange, I was running my scripts like this for a while.. Not to worry, when I get back to my workstation I'll create a new .jar for this if you're still keen to try it.
-
Definitely the best OSRS botting site for a very long time. Welcome!
-
If you extract the .class files into your osbot scripts folder, it will show up in your osbot client. Also I had no idea the default for file.io was to delete after downloading... oops I'll update the link in the OP to mediafire: https://www.mediafire.com/file/9i1d7yip816i59h/OakBanker$1.zip/file
-
Hmm strange, does file.io not like .jars? I've re-uploaded as .class files (extract to your OSBot script folder) https://file.io/dpGRtAceCGZU
-
Very nice! Hopefully my wildy slayer bot can train some accounts for me so I can test it out
-
How's this one coming along @Fruity Huge project here
-
Added the weapon/shield slot into the gear loadout config... A slight oversight >.> What else is awesome is the script is essentially fully functioning interms of the gear handling. Specific tasks now sucessfully trigger the bot to bank and swap gear before continuing to the next task. What I have left to do is finish the looting logic, anti-pvp features and tweak the fighting handler, then just some optimization and prep for the beta run! Oh, and add more tasks to the task list. Getting close!
-
Thanks! I look forward to having it finished in a few days hopefully, atleast for a good beta run
-
Czar coming in to save the day once again I'm not sure fun is the right word when it comes to cryptography haha but I'm learning about ciphers and encryption, such as the Vigenére cipher (One of the easier ones)
-
I'm so annoyed that I can't find the playerIsIronman() in the API... I literally must've been dreaming about osbot api lmfao... between OSBot scripting and cryptography at uni I'm starting to go crosseyed >.> I think the easiest thing would be the chat dialogue check, if "You can't loot this item" appears in last chatbox message than add that item to a list of excluded loot. I did something similar for another script and didn't find it that hard to get around.