Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hel

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Hel

  1. Hel replied to Booleans YAY's topic in Scripting Help
    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.
  2. Hel replied to dragonite3000's topic in General Help
    have you tried turning it off & on?
  3. Hel replied to Hel's topic in Price Check
    And wha would you say for 70/80?
  4. Hel replied to Booleans YAY's topic in Scripting Help
    You could also even just use a while function while(myPlayer().isAnimating()){ sleep(random(400, 500)); }
  5. Hel posted a topic in Price Check
    pc please & PC if crafting was 70/80
  6. I bot them all on my home IP idgaf :^) I usually bot ~8-12 accounts
  7. local server, Not sure if you're asking for internet supplier or what, but Telstra.
  8. I bot tutorial island -> 7 QP -> Quick Requirements -> Method seamlessly without locks
  9. 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.
  10. 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.
  11. 1-85 fishing, 24/7 running, 6 hours on 1 hour off breaks.
  12. Hand type your spoon-fed code.
  13. [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.
  14. also I don't think you looked very hard.
  15. 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.*; }
  16. 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
  17. i hate myself. thanks for your help.
  18. I swear if that's it I'm going to cry. Trying now.
  19. 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
  20. Hel replied to Hel's topic in Botting & Bans
    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
  21. Hel replied to Hel's topic in Botting & Bans
    @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
  22. 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 :- )
  23. @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);
  24. Hel replied to Token's topic in Others
    http://prntscr.com/elrc60 @Token

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.