Everything posted by Naked
- Guess the next scamquitter!
-
Guess the next scamquitter!
At least I have feedback
-
Guess the next scamquitter!
It sure would be a shame if your account was hardcoded to not sell 7day accounts.
-
Guess the next scamquitter!
Hey uhh, your GE code is sad and you should feel bad about it.
-
Guess the next scamquitter!
Bruh like 95% of the accounts are prolly banned by now lmao
-
[Stable] OSBot 2.5.53
That's a Jagex login screen update. Gotta fix that yourself
- Runefest
-
Buying items from general store
Right so enter the position and this code should work for you. This uses this sleep class: Position shop = new Position(###,###,###); if (myPlayer().getPosition().distance(shop) > 10) { WebWalkEvent event = new WebWalkEvent(shop); execute(event); } NPC ShopKeeper = npcs.closest("Shop keeper"); if (ShopKeeper.exists()) { if (ShopKeeper.isVisible()) { if (!store.isOpen()) { ShopKeeper.interact("Trade"); Sleep.sleepUntil(() -> store.isOpen(), 5000); } } } if (store.isOpen()) { if (!inventory.contains("Spade")) { Sleep.sleepUntil(() -> store.buy("Spade", 5), 5000); } }
-
Buying items from general store
You can ignore those in your case. I just copy and pasted some code. The s is short for script, a variable in my Task class. The class this was from extended the Task class. TL;DR ignore it
-
Buying items from general store
Position shop = new Position(###,###,###); if (s.myPlayer().getPosition().distance(shop) > 10) { WebWalkEvent event = new WebWalkEvent(shop); s.execute(event); } NPC ShopKeeper = s.npcs.closest("Shop keeper"); if (ShopKeeper.exists()) { if (ShopKeeper.isVisible()) { if (!s.store.isOpen()) { ShopKeeper.interact("Trade"); Sleep.sleepUntil(() -> s.store.isOpen(), 5000); } } } if (s.store.isOpen()) { if (!s.inventory.contains("Spade")) { Sleep.sleepUntil(() -> s.store.buy("Spade", 5), 5000); } }
- [Stable] OSBot 2.5.53
- lvl 3 acc for farm.
-
Goodbye I am Jesus Christ
Bye Felicia.
-
Hello I am Jesus Christ
My racist aunt talks about you a lot
-
Botting Laptops
Bad idea blah blah blah I have a 6 year old laptop that can run 20. Any modern 4c laptop should be fine.
-
How much do you guys make goldfarming? (FLEXZONE)
I can only read picture books
-
[Buying] 50m 07 RSGP
.58 NakedPotato#5350
-
Account locked for theft
I know a guy who sells tuts with an unlocking tool in the site.
-
buying 100 tuturial completed accountsd
....hi
-
How much do you guys make goldfarming? (FLEXZONE)
Let's just say that sometimes I let my girl get something that isn't on the dollar menu 😎
-
Welcome Proton to the team!
Sometimes ya gotta settle...
-
Welcome Proton to the team!
Congrats dudeski
-
Rested level 3 accounts
https://www.mod-rs.net
-
Promotion
How much you want to ban @Slicer?
-
Best settings? Bot reaction time 1000ms or?
Don't bot an account you don't want to lose - and it sounds like you don't want to lose that. I'm not sure there's a "best" reaction time. Generally speaking, the less clicks the better, and I imagine the higher the reaction time the more realistic it looks (less perfect, looks like you're watching netflix while ya play or some shit)