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.

adc

Members
  • Joined

  • Last visited

  1. Dosage and the particular person really affect side effects, it's not down to just the medication.
  2. the conversation went like this: "Okay, well I'm going to give you $20 for coming over" "If you insist, but it's really not necessary" "I insist" "K" It also helps that she's a painter that owns her own gallery, and I'm not exactly sweating cash
  3. Make a new text (.txt) file and paste this into it: cd C:\Program Files\Java\jre7\bin java -jar C:\Users\YOUR_NAME_HERE\OSBOT_FILE_LOCATION\osbot.jar and save the file as a .bat file It's possible the version of java you want is in a different location, so if the cmd window that pops up says something about being able to find the program, make sure that the first line directs to your java bin folder and that the second line directs to the osbot jar. Also ensure that you use the EXACT name of your osbot jar (i.e. if it is named oSbOt_1_2_3.jar, rename the jar file or use exactly that name in the .bat file. Also, you can run osbot with java 8, so there's really no need for this.
  4. Yeah, that's pretty dated.
  5. >mom has taken up writing the community newsletter, adds part about me being "good with computers" >get a call, someone's computer is "dead" >drive 2 minutes, walk in, press power button >drive away with $20
  6. Does it support stamina pots? I'd think they would increase chests/hour pretty greatly for a relatively low cost.
  7. Looks amazing will be using it once I get my second main up to snuff.
  8. The message has to do with the removal of mandatory randoms, hence why right next to the message is an ent and a magic box.
  9. adc replied to fre024's topic in Scripting Help
    First and foremost, help us help you by formatting your code in a readable fashion: public boolean killbeast() throws InterruptedException { NPC beast = npcs.closest("beast"); // Player p = myPlayer(); Mylog("2"); loot(); Mylog("3"); if (combat.isFighting()) { Mylog("4"); Mylog("Already attacking beast"); spec(10); if (random(100) == 1) { combat.getFighting().interact("Attack"); } if (fillLootingBag()) { lootingBagEmpty = false; } return true; } Mylog("5"); if (!beast.isVisible()) { camera.toEntity(beast, true); } Mylog("6"); if (beast.isVisible()){ return beast.interact("Attack"); } return false; } You don't appear to have any sleeps, so that's not exactly helping your cpu usage. You should find your target NPC in a seperate method from the one you use for interaction, as your target shouldn't be changing between interaction loops (assuming the first was successful), i.e. NPC beast; if(!beast.isAValidTarget) { beast = npcs.getClosest("beast"); } killBeast(beast);
  10. I appreciate the kind words but it's probably broken as I haven't updated it for about 10 osbot patches now due to not having an account to test it with currently. I'm working on another main now, though, so I should be able to update it in a month or less.
  11. adc replied to Swaq's topic in Spam/Off Topic
    Turn a bad situation into motivation; high cholesterol is a really good reason to eat as healthy as your financed allow (if you don't already).
  12. Joke's on you, I don't have a lunch break
  13. adc replied to adc's topic in Botting & Bans
    I'm 100% sure that 90% of bans are because an account is too fresh. The banned account and my replacement for it are both over 8.5 years old.
  14. adc replied to adc's topic in Botting & Bans
    Probably, I've been botting that account every night for probably 6 months now, haven't been using breaks for the last month or so.

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.