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. it does loot visage and you can buy a voucher for BTC from @RoomScape to purchase the script
  2. what settings are u doing if safespotting start at the safespot
  3. done./
  4. talk on skype.
  5. home tabs for taverly blue drags? i alrdy use falador teleport support
  6. private synchronized void writeToFile(String msg) { String fileName = getDirectoryData() + "mytextofnudes.txt"; PrintWriter printWriter = null; File file = new File(fileName); try { if (!file.exists()) file.createNewFile(); printWriter = new PrintWriter(new FileOutputStream(fileName, true)); printWriter.write(newLine + msg); } catch (IOException ioex) { ioex.printStackTrace(); } finally { if (printWriter != null) { printWriter.flush(); printWriter.close(); } } } used an example from stackoverflow and changed the path. just use getDirectoryData() and ur good with osbot
  7. sold over 1b+ on 1 acc and its not ban lols gg
  8. you need to be at the dragon lair alrdy. banking is not supported at this time authed u again
  9. Works as intended. you are calling isAnimating() which returns true once you start the tree chop animation it will stop the conditional sleep once it returns true. What you need is a logic check. if (!isAnimating()) chopTree();
  10. omg he scammed me too!!!!! never got my grapfixz!
  11. No bans comes with original email w/recover info for email (if i remember pass) OO: Th3
  12. good job bro! you do it!
  13. getGE().isOpen();
  14. authed
  15. I already have a beta mode out.
  16. Chris posted a topic in Spam/Off Topic
  17. use the .equals() method not ==
  18. Chris replied to Blaka's topic in Spam/Off Topic
    truth i pay my hawaii boy real bucks for gfx @raijin
  19. Chris replied to a post in a topic in Scripting Help
    try creating a walk event and setting the minthreshold to 0
  20. Chris replied to a post in a topic in Scripting Help
    getwalking.walk(myPosition().translate(0, 2,)); translate public Position translate(int x, int y) Creates a cloned instance of this position with the given translation. Parameters: x - The x value to translate. y - The y value to translate. Returns: The new position object.
  21. Chris replied to Aaron's topic in Runescape 2007
    pm'd
  22. Chris replied to dmmslaver's topic in Spam/Off Topic
    stfu

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.