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.

Numb

Members
  • Joined

  • Last visited

Everything posted by Numb

  1. Numb replied to Peter's topic in Archive
    Peter, Xeno is not trying to say you copied him, just that the scripts are similar (which they are). I haven't used yours (or looked through the code for that matter), but I am hoping to get a chance to and am looking forward to seeing you auto-attack functions.
  2. Your bot is pretty good, the idea of using the auto-walk and auto-retaliate is clever, but there are faults (aka, when the bot gets stuck and the AFK function just keeps the character logged in). I get the initializing "freeze" about 50% of the time on start up and usually restarting OS bot works. It also seems that when I don't choose an account for relogging in it works, but that is probably un-related. I am looking forward to adding some improvements to this code, I will throw some things your way when I get a chance to really look through your code, I am currently swamped IRL and haven't had any time.
  3. This patch doesn't work, it just stands there, however if you patch it like this it does work (I believe this is because there is a problem with the cameraentitiy): if(distance(CAVE_ENTRANCE_OBJ) > 3) { walk(fix); return 1000; } else { client.moveCameraToEntity(CAVE_ENTRANCE_OBJ); sleep(1500); selectEntityOption(CAVE_ENTRANCE_OBJ, "Enter"); return 750; } replace with selectEntityOption(CAVE_ENTRANCE_OBJ, "Enter"); return 750; This pretty safe because you respawn with the entrance in sight, so there is really no need for the extra code ensuring you walk within 3 squares of the entrance.
  4. Hi, great work! I am excited for this bot to be published. So I can prepare for the release, what scripting language does the bot use?

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.