Everything posted by Hel
-
sleepUntil
I make it random just so it doesn't always execute immediately after something is viable, there is a 0-5ms difference ( not sure if it would help with ban rates, just reasoning) I also do have a timeout, I was just trying to keep it as simple as possible to avoid over complicating things.
-
any idea?
have you tried turning it off & on?
- Crafting PC
-
sleepUntil
You could also even just use a while function while(myPlayer().isAnimating()){ sleep(random(400, 500)); }
- Crafting PC
-
I think Jagex is tired of my crap
I bot them all on my home IP idgaf :^) I usually bot ~8-12 accounts
-
I think Jagex is tired of my crap
local server, Not sure if you're asking for internet supplier or what, but Telstra.
-
I think Jagex is tired of my crap
I bot tutorial island -> 7 QP -> Quick Requirements -> Method seamlessly without locks
-
help with chat message /widgets? Looki
Alright hungover has worn off -- go back to my code and set currentExp to skills.whatever for mining XP. The maths is all good then & checks out, will count upward. I would quote & fix it up but on my phone.
-
help with chat message /widgets? Looki
Of course that method would not reset the clay variable, are you stupid? You're literally setting it to 0 then on the onPaint setting it BACK to what it was, you need to use my method of resetting an exp variable so that within the onPaint it's setting to the correct variable. if clay is 4xp per mine then my method works completely fine, but I'm done trying to assist you, you're just an arrogant prick with nothing to show for yourself.
-
how long have you had an F2P botted account last?
1-85 fishing, 24/7 running, 6 hours on 1 hour off breaks.
-
help with chat message /widgets? Looki
-
help with chat message /widgets? Looki
[INFO][Bot #1][03/25 07:44:11 PM]: You've gained 4 XP, you've mined 1 clay since you last muled. [INFO][Bot #1][03/25 07:44:13 PM]: You've gained 4 XP, you've mined 1 clay since you last muled. [INFO][Bot #1][03/25 07:44:18 PM]: You've gained 4 XP, you've mined 0 clay since you last muled. [INFO][Bot #1][03/25 07:44:19 PM]: You've gained 4 XP, you've mined 0 clay since you last muled. [INFO][Bot #1][03/25 07:44:20 PM]: You've gained 4 XP, you've mined 0 clay since you last muled. Just tried the code myself and it works fine. You seriously can't even get spoon-fed code. GO LEARN JAVA.
-
help with chat message /widgets? Looki
-
help with chat message /widgets? Looki
I hate to see people struggling so I'll give my 2 cents. I don't see why this wouldn't work. public void onPaint(Graphics2D g) { currentExp = skills.getExperience(org.osbot.rs07.api.ui.Skill.MINING); expGained = (currentExp - startExp); claycount = ((currentExp - expOnReset) / 4); int x = getMousegetPositionx; int y = getMousegetPositiony; g.drawLine(0, y, 765, y); g.drawLine(x, 0, x, 503); DrawUpdate(g); } //New integer called expOnReset, in your onStart. int expOnReset = *cbf getting it but your current mining xp.*; if (trade.isSecondInterfaceOpen()) { RandomSleep(); trade.acceptTrade();sleep(150, 300); while ((isTrading()) && (!trade.didOtherAcceptTrade())) {} expOnReset = *cbf getting it but your current mining xp.*; }
-
help with chat message /widgets? Looki
I think the funniest thing about this post is that you claimed to have this script "completely finished apart from muling" on another thread, where you were trying to get source code for muling lol. You can't even reset a variable like oml
-
Underground pass - SOS
i hate myself. thanks for your help.
-
Underground pass - SOS
I swear if that's it I'm going to cry. Trying now.
-
Underground pass - SOS
I'm absolutely stumped. I literally can't reach the lever in the grid room. **This is facing south so the lever is top right
-
86CMB Zulrah ready account(has 2day ban) CHEAP!
32m
-
Zulrah Experience?
I understand there are many more variables and it could even be considered random, but think of it this way -- someone recommends you a restaurant, you don't know whether or not you want to try it, but due to their recommendation, you think it's worth trying out. I'm simply trying to figure out from other people's experiences if I want to invest my time/money into trying to bot Zulrah
-
Zulrah Experience?
@Juggles & Tanged, no need to be cunts lol, I was simply asking what people's experiences have been like. No need to drool shit from your mouth
-
Zulrah Experience?
Hi, I was just wondering what everyone's experience was with botting Zulrah, how long do you guys bot a day & how often do your accounts get banned? Thanks :- )
-
Mumble's EZ Afk Splasher
@Mumble not trying to criticize, just merely wondering you do this sleep(random(180000,1080000)); //3 minutes to 18 minutes return 100; //The amount of time in milliseconds before the loop starts over why not simply return random(180000,1080000);
-
Stealth Quester
http://prntscr.com/elrc60 @Token