Skip 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.

Chris

Scripter II
  • Joined

  • Last visited

Everything posted by Chris

  1. if (randomPath == 0) { log("random = 0"); randomPath = random(1,4); } if(randomPath == 1) { localWalker.walkPath(pathToHouseTwo); sleep(100 + random (100, 200)); while(myPlayer().isMoving() || myPlayer().isAnimating()) { sleep(400 + random (100, 200)); } return 200 + gRandom(200, 400.0D); } else if (randomPath == 2) { localWalker.walkPath(pathToHouseTwo2); sleep(100 + random (100, 200)); while(myPlayer().isMoving() || myPlayer().isAnimating()) { sleep(400 + random (100, 200)); } return 200 + gRandom(200, 400.0D); } else if (randomPath == 3) { localWalker.walkPath(pathToHouseTwo3); sleep(100 + random (100, 200)); while(myPlayer().isMoving() || myPlayer().isAnimating()) { sleep(400 + random (100, 200)); } return 200 + gRandom(200, 400.0D); } else if (randomPath == 4) { localWalker.walkPath(pathToHouseTwo4); sleep(100 + random (100, 200)); while(myPlayer().isMoving() || myPlayer().isAnimating()) { sleep(400 + random (100, 200)); } return 200 + gRandom(200, 400.0D); }
  2. Chris replied to Vag's topic in Spam/Off Topic
    Top quality shit post
  3. add my skype
  4. Chris replied to Chowyy's topic in Botting & Bans
    cause 14hrs a day didnt
  5. Custom walkers follows the same idea as local walker but doesn't spam click if ur not on the first position of the list It would be in a new class Walking.java Then I call it snide my script Walking walk = new Walking (); Then walk.walkpath (path here); @Sinatra Something like this public class Walking { private Script scriptInstance; public Walking(Script scriptInstance){ this.scriptInstance = scriptInstance; } public void walkPath(Position[] path) throws InterruptedException { Position[] var5 = path; int var4 = path.length; for(int var3 = 0; var3 < var4; ++var3) { Position p = var5[var3]; boolean success; if(scriptInstance.myPosition().distance(p) <= 16 && scriptInstance.myPosition().distance(p) >= 3) { do { success = this.walkTile(p); } while(!success); } } } public boolean walkTile(Position p) throws InterruptedException { if(scriptInstance.myPosition().distance(p) > 13) { Position fail = new Position((p.getX() + scriptInstance.myPosition().getX()) / 2 + scriptInstance.random(-3, 3), (p.getY() + scriptInstance.myPosition().getY()) / 2 + scriptInstance.random(-3, 3), scriptInstance.myPosition().getZ()); this.walkTile(fail); } scriptInstance.mouse.click(new MiniMapTileDestination(scriptInstance.bot, p), false); int var3 = 0; while(scriptInstance.myPosition().distance(p) > 2 && var3 < 10) { scriptInstance.sleep(500L); if(!scriptInstance.myPlayer().isMoving()) { ++var3; } } return var3 != 10; } }
  6. Just use a custom walker for now
  7. Budget(on the acc): 1.3m Combat Level: 3 Quests needed ( as many as you can do for budget price ) Attack experience Quests: -Waterfall -Gnome etc. Hitpoints experience quests(just 1): -Witch's House thats it folks! Please comment what you can do total
  8. it can do self nmz?
  9. Bobrocket is really mod weath! grab the pitchforks bois
  10. Chris replied to Chris's topic in Accounts
    still interested?
  11. Chris replied to douwe2015's topic in Archive
    That's what the common pleb does
  12. Chris replied to douwe2015's topic in Archive
    Because Sinatra Gatherer Plus is better EDIT: Post on the script thread and tell him to fix it :P!
  13. Chris replied to Chris's topic in Accounts
    Add my skype
  14. Moss giants are good exp got me 60-60-60
  15. Oh nice B) I had one in dev but meh :P gl friend
  16. script.log(salmon.isVisible());
  17. Chris replied to Chris's topic in Accounts
    1 prayer
  18. Chris replied to Chris's topic in Accounts
    Just skills for Quested attack + Mith gloves
  19. Chris replied to ProjectPact's topic in Hunter
    I let him know B)
  20. Chris posted a topic in Accounts
    1. Pictures of the account stats (Quested attack) 1 prayer, 22 mage 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) 4. Pictures of the quests completed 5. The price you will be starting bids at 5M OSRS 6. The A/W (Auto-win) for your account 30M OSRS 7. The methods of payment you are accepting OSRS Gold or Paypal if you're trusted. 8. Your trading conditions You go first or find an MM. 9. Account status -No Authenticator or recoveries. 10. Original/previous owners AND Original Email Address Original Owner and email change will be provided.

Account

Navigation

Search

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.