Everything posted by Juggles
-
Approaching 99 woodcutting f2p only 100% botted w/ free script
gratz man. there are ways to bot f2p and not get banned
-
Buying an Account with Karamja Gloves 3
pretty sure that method has been nerfed
-
Explv's OSBot Manager
Just found this Gonna have to try this out tomorrow
-
GE Help
GE API is pretty simple. buyItem (itemId, "ItemName", Amount, price) There isnt a selling method at the moment, but you could do something like this //widget to check if you can collect if (e.getWidgets().isVisible(465, 6, 1)) { e.grandExchange.collect(); } //widget that is only seen when you're on the selling screen if (!e.getWidgets().isVisible(465,27,0)) { e.inventory.interact("Offer", "Bow string"); new ConditionalSleep(5000, 5500) { @[member=Override] public boolean condition() throws InterruptedException { return e.getWidgets().isVisible(465, 27, 0); } }.sleep(); } else { //manipulate prices and amount via widgets here } That's just something I wrote up pretty quickly. Its a basic way to buy/sell and should work.
-
Juggles AIO Shop Buyer
It should already support it
-
OSBot 2.4.96 - Bunch of Treats, No Tricks
Good update, thanks
- Guide to Gold Farmin
-
Automated Botting
10/24 Spent the whole day writing the p2p bot for it. Script now gets the requirements for the gold farm method, buys supplies, does the gold farm method, and then trades mule when it reaches a certain amount of items. Currently running 7 accounts on it. Might try to run many more accounts next weekend.
-
[bans] Free membership from ironman accounts
No bans on my f2p bots been running nearly 60 hours straight
-
Infinite Warfare
Looks like a map pack to BO3. I'll wait for the CoD4 remake and play that
-
Automated Botting
10/22 Bot now completes, tutorial island, does 3 quests to get 7 quest points. Then goes and bots f2p. Running 5 accounts on it successfully for about 40 hours straight so far.
-
Guess the next scam quitter
@Adapt since he is already TWC. jkjk
-
gold farming
- worlds.hopToP2PWorld()
I've had the same issue occur but with worlds.hopToF2PWorld(); It seems to always get stuck on world 384 and just hover there- Becoming a Script Writer
Guess you won't be starting- Juggles AIO Shop Buyer
72 hour trial granted- Speedy Kebab Buyer
Have clean code and stick to the Java code Conventions.- Speedy Kebab Buyer
- [AMA] I AM ANTONIO KALA
He is the number one gold farmer on OSRS. We are all Kala- Automated Botting
10/20 Wrote a simple F2p bot that will run right off tut island and trade the mule the items. Just doing this as a test to make sure the muling and everything will work correctly. Have 5 accounts running straight off tut island right now. Edit: I may post a video of it sometime soon.- Juggles AIO Fighter
Hi do you know if anything appeared in the logger? That should explain why it happened and I can look into it- Automated Botting
10/19 Finished tutorial island. Created 12 accounts with it today. Just need to add some conditional sleeps to prevent mass clicking a few little bugs.- [Opinion] Which scripter is the most dedicated? [Opinion]
@@FrostBug- Automated Botting
All of Tut Island coded now. 3 accounts ran good through it. Will be testing it more later.- Juggles AIO Shop Buyer
- worlds.hopToP2PWorld()