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.

Chris

Scripter II
  • Joined

  • Last visited

Everything posted by Chris

  1. Chris replied to Uhtred's topic in Graphics
    One where it shows dankness and 420ish business
  2. Chris replied to Benz's topic in Runescape
    check the wiki
  3. int bones; if condition bones++; //onPaint g2d.drawString("Bones: " + bones, x position, y position);
  4. Dont have time atm. Work in the AM
  5. Traditional banking using RS2Object. RS2Object bankBooth = objects.closest("Bank booth"); //Create an RS2Object looking for "Bank booth" if (bankBooth != null) { //Null check if (bankBooth.interact("Bank")) { //If the action was successful (true) sleep(600); //sleep //bank is open... } } Improved way to open the bank using the Bank API if (!getBank().isOpen()){ //If the bank is not open getBank().open(); //Opens bank chests, booths, etc. //sleep } else { //Bank is open..do something }
  6. if you dont get stuck on transit m8
  7. That is the name of my Class refer to this topic http://osbot.org/forum/topic/91021-basic-java-tutorial-i-found-online-for-anyone-wanting-to-learn-basics-also-contains-link-for-more-information/ Could help you out a bunch
  8. Yes Should implement it like this then you should have a method @Override public void onMessage(Message m) { if(m.getMessage().contains("Blah")) { kebabCounter++; } }
  9. Nice updates as always
  10. int kebabCount; //After you get a full inventory and head to the bank. //before you open the bank kebabCount += getInventory().getAmount("name of item"); for walking grab a position near the GE WebWalkEvent toGE = new WebWalkEvent(INodeRouteFinder.createAdvanced(), new Position(0,0,0)); context.execute(toGE); hope this helps
  11. Chris replied to Nade's topic in Archive
    need about 2 magic testers. pures around 30+ hp 40+ magic. using fire strike on blue dragons taverly. Will auth you perm for helping me out. add osbotsinatra1 if are you are interested.
  12. //try NPC FishingSpot = npcs.closest(true, "Fishing spot");
  13. Chris replied to Apaec's topic in Spam/Off Topic
    There was one and it was run by Lemons. Not sure if people still use it though.
  14. 1. What is your favourite script? Sinatra 2. Who is your favourite scripter? Sinatra 3. Who is your favourite mod/admin? Sinatra 4. Who is your favourite member? Sinatra 5. What is your preferred method of botting? (Mirror/Stealth) (Breaks Y/N?) Sinatra 6. If you could add one thing into osbot or improve something, what would you add/improve? Sinatra
  15. Real Friends
  16. Chris replied to iJodix's topic in Spam/Off Topic
    Deegates
  17. stop(false); @Override public void onStart() { log("Let's get started!"); } @Override public int onLoop() throws InterruptedException { getWalking().webWalk(new Position(3166, 3485, 0)); if (npcs.closest("Banker") != null && npcs.closest("Banker").interact("Bank")){ stop(false); } return random(200, 300); } @Override public void onExit() { log("Arrived at destination !"); } @Override public void onPaint(Graphics2D g) { } }
  18. Chris replied to Genii's topic in Community Discussion
    ez
  19. 83 posts? joined 2 days ago? What's next..? *Selling Maxed main RSGP Only!*
  20. yes i am paying 10$Million in damages since owning SinfulBotCommunity
  21. ae5hyaetrhaetrhaetrhyaethaethbaetrghae5thnqthadtyerae

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.