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.

jacksonadams861

Members
  • Joined

  • Last visited

Everything posted by jacksonadams861

  1. I go like this: boolean GUI_COMPLETE = false; exampleGUI gui = new exampleGUI(); @Override public void onStart() { gui.setVisible(true); } @Override public int onLoop() throws InterruptedException { if (GUI_COMPLETE) { //normal script loop; } return 50; // The amount of time in milliseconds before the loop // starts // over } public class exampleGUI extends JFrame { //gui code with an actionlistener on the start button which sets GUI_COMPLETE to true, and disposes the GUI. }
  2. Okay thank you, and how about making the keyboard type faster. Any ideas?
  3. I know how to write files with java... I just wanted to know if you had to write files to a certain working directory. Or if we can write files to anywhere.
  4. Oh with the other bot I use you have to use Util.getWorkingDirectory().toString() to get the directory to write to. Is that not needed for OSBot? Also anyone know how to make the keyboard write faster :3 Also how can I change the account on a bot without having to add a new one.
  5. Write a file containing my GUI variables and read that file again.
  6. 1. What is the fastest way to make the client type a string? I've read all the previous topics but it looks like the API's changed. 2. How do I write a text file and read it? I'm used to another clients API.

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.