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.

Purity

Members
  • Joined

  • Last visited

Everything posted by Purity

  1. There's just too many features I want to try and implement that wouldn't work with that set up. The 3d & extensive android practice would come in handy too.
  2. Bot monitoring + remote controlling. Also, I need to learn more OpenGL.
  3. I'm planning on making it a lot more detailed and interactive. That would limit me too much.
  4. Basically I have a script base which acts as a server, it gets the terrain, players and object from the game. I'm trying to iterate though all these items, send them across a network to an Android device, which reads all the information and renders the scene on the mobile devices. I want the colours of the terrain, objects etc. Just so the rendering is easier on the eyes.
  5. I did consider that, but on the scale that I'm doing this, that would destroy the processor.
  6. Overly complicated project, I'm just seeing if it's plausible for the time being.
  7. I know it's a bit far-fetched, but is it possible to get the base colour of a ground tile?
  8. That's exactly what I do with my script ;)
  9. Uh.. I interpreted it from this formula, which is from the Runescape wikia. I wouldn't really classify that as copying.. but I've references the source regardless..
  10. Very basic snippet, helpful for the paint in your script. public static int getExperienceUntilLevel(int currentExperience, int level) { int experience = 0; for(int i = 1; i < level; i++) { experience += Math.floor(i + 300 * Math.pow(2, i / 7.0f)); } return (int) Math.floor(experience / 4) - currentExperience; }
  11. I wrote one of these not long ago. It's a basic socket set-up with an android application. The script acts as the server and any android devices on the local network (or over the internet, if the ports are open) can view your players inventory, chat and actions. You can input chat into the application on the device and it briefly stops the script to type the message. Most recently I was trying to get the server to send the player model's X, Y, Z vertices and drawing a wire frame model using OpenGL on the android app. I was going to add alerts for random events, the player being under attack and the option to take a break via the mobile device.

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.