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.

Rigged089

Members
  • Joined

  • Last visited

  1. Basically, i want to start botting about 5 accounts at once and I've been told the best way to execute this is to open 5 clients each connecting to a separate proxy. okay. Do you need a vpn service for this to succeed? Because I've tried connecting to free public proxy servers and it doesn't work. Does anyone recommend a VPN service? Moreover, how does one obtain details for a proxy server once I've purchased a subscription? (I've never used a VPN service before, is it easy?). Thanks.
  2. I've fixed it. turns out I had a missing } somewhere in my getcase method. Thanks for your help nonetheless.
  3. Thanks i tried it but that's not what's causing the issue! >>
  4. I've spent ages writing my first script in java but for nearly all my methods I get these errors (example): C:\Users\xxx\Documents\JCreator Pro\MyProjects\1main.java:107: error: illegal start of expression public void deposit() //throws InterruptedException ^ C:\Users\xxx\Documents\JCreator Pro\MyProjects\1\main.java:107: error: ';' expected public void deposit() //throws InterruptedException the start of this method is what is causing the errors as well as the other methods in the class. public void deposit() throws InterruptedException { Entity bank1 = objects.closest("Bank booth"); if (bank1 != null) { while(!this.bank.isOpen()) { bank1.interact("Bank"); sleep(random(100, 220)); } if (this.bank.isOpen()) { this.bank.depositAllExcept(995); sleep(random(50, 160)); this.bank.withdrawAll(xxxx); sleep(random(50, 160)); } } } It just doesn't make any sense and I can't find the issue... Moreover, will this deposit method successfully deposit and withdraw? Any advice is highly appreciated thank you!
  5. I've spent ages writing my first script in java but for nearly all my methods I get these errors (example): C:\Users\xxx\Documents\JCreator Pro\MyProjects\1main.java:107: error: illegal start of expression public void deposit() //throws InterruptedException ^ C:\Users\xxx\Documents\JCreator Pro\MyProjects\1\main.java:107: error: ';' expected public void deposit() //throws InterruptedException the start of this method is what is causing the errors as well as the other methods in the class. public void deposit() throws InterruptedException { Entity bank1 = objects.closest("Bank booth"); if (bank1 != null) { while(!this.bank.isOpen()) { bank1.interact("Bank"); sleep(random(100, 220)); } if (this.bank.isOpen()) { this.bank.depositAllExcept(995); sleep(random(50, 160)); this.bank.withdrawAll(xxxx); sleep(random(50, 160)); } } } It just doesn't make any sense and I can't find the issue... Moreover, will this deposit method successfully deposit and withdraw? Any advice is highly appreciated thank you!
  6. Thanks for the guide it was really useful, I did not realize all the programming is just telling the bot client how to interact with the game itself, but more manual click commands etc!

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.