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.

Mr Asshole

Members
  • Joined

  • Last visited

Everything posted by Mr Asshole

  1. I'm guessing this is your area of expertise...
  2. I thought you of all people would know...
  3. So i got a fleshlight. Where can i hide it so my family doesn't find it? Also how do u use it?
  4. Wtf man Dont release it for free Will be free until i get all bugs fixed.
  5. I'd try using the free gdk bots first in the local section. I also am releasing a free gdk bot if you want to wait till monday. I recommend rune chain, rune legs, str ammy and antifire shield. Never seen anyone use d spear. Better to do lost city get d long or train attack to 70 for whip.
  6. I'm sure you can check the menu options and see that they contain the selected item menu.
  7. Is it me or is the cash per hour off?
  8. Can we see some of your previous work? Welcome to osbot.
  9. Mr Asshole replied to Joseph's topic in Archive
    Add bone burying in wilderness with death walk support or food support.
  10. Lol good luck with this. You get too many randoms spinning flax.
  11. You should make this monthly fee. Now green dragons will be swamped and more people will get banned. People will make the money back in less than a few days. Please consider this.
  12. Lol, you caught me there! I initially was going to return if ((on && i == 1) || (!on && i == 0)) as a bool itself rather than having the selector. This would have meant that returning false, whether the Setting menu wouldn't open or whether the Setting interface isn't valid, would have worked against the final conclusion: checking to see whether we interacted with the 'run' button and got the desired outcome. However, I strayed from that idea and decided to shove that condition in a selector and return true so I could implement a safer, conditional recursion. I decided to throw Runtime exceptions to allow developers to examine the source of the problem since, if you create a bool method that handles every problem by just returning false, there's no way to examine the source of the problem without debugging. <embarrassment> ...But I slacked on the new revision and, even though this is a bool method, at no point does it return false. </embarrassment> } else { j.getChild(34).interact(); boolean run = setRun(on); if (!run) throw new RuntimeException("Run toggling failed"); else return true; }to:} else { return j.getChild(34).interact() && setRun(on);/*setRun should return true from the first selector choice. If we didn't interact with the 'run' button, it'll return false before recurring the same method. }That will provide a false returnable, and I don't have to remove any other throwables. You make everything more complicated :P
  13. I'd rather do it right the first time rather than misclick the first time and reloop.
  14. private void setRun() throws InterruptedException { if (currentTab() != Tab.SETTINGS){ openTab(Tab.SETTINGS); sleep(random(300,500)); } if (currentTab() == Tab.SETTINGS){ if (client.getInterface(261)!= null){ client.getInterface(261).getChild(34).interact("Toggle Run"); sleep(random(300,500)); } if (client.getConfig(173) == 0){ return; } } }
  15. Add some failsafes to that.
  16. You know it will keep trying to do this if you reloop it xD? Better to use configs imo.
  17. Do you even have the coding knowledge to do this? Lol
  18. I'm already done with my gdk :P noob. Lol
  19. They could ban all bots if they wanted to but bots pay Almost all their membership so they're more lax than strict.
  20. You need a new computer mate. You running bots on a toaster?
  21. Why do you want this account: I need a account with defense and medium to high level stats. It would help with future development of scripts I'm making. Help the community also with good combat scripts. Why do you deserve this account? I think i do a lot for the community as it is with helping people to script and helping them solve issues. I don't want to say i deserve it but it would be nice to have. A bit about yourself : My names nick. I go to uni and currently reside in the united states. I like to program, play basketball and help people. I always aim to please and that can be seen around the forum.
  22. You wrote this or ported it over?
  23. All the money he is making. He can't help go on vacation :P
  24. My stats are 50 att 85 str 1 def 90 range 80 mage

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.