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.

Son Christmas

Members
  • Joined

  • Last visited

  1. don't buy a windows server Windows license is a waste of $$$ get Ubuntu 18/20 server Look for a guide to install a vncserver for your server [xtightvnc works] then look for a guide to get java8 Requirements: PUTTY - for typing commands to linux server [this is how u will install java + the VNC server vncviewer - something to connect to the server as if it were a desktop after you followed guides to setup a vnc server and installed java, just download your bot client and you're pretty much ready to go
  2. If you're looking for a recaptcha bypass instead of it being free, this bypass would be worth $500-$1k Definitely agree with everyone else so far by saying just pay the indian worker 0.02 cents per account u want made... They are asking for $2 per 1000 Captcha's
  3. I usually spend 4 days in F2P before botting in P2P and I usually do 6-12h daily
  4. I believe osbot is down atm
  5. When I try and write to a text file I get a permission error, Has anyone got working code for read/writing text files? My code: import java.io.File; // Import the File class import java.io.FileNotFoundException; // Import this class to handle errors import java.util.Scanner; // Import the Scanner class to read text files public class ReadFile { public static void main(String[] args) { try { File myObj = new File("filename.txt"); Scanner myReader = new Scanner(myObj); while (myReader.hasNextLine()) { String data = myReader.nextLine(); System.out.println(data); } myReader.close(); } catch (FileNotFoundException e) { System.out.println("An error occurred."); e.printStackTrace(); } } }
  6. This looks cool, Could I have a trial?
  7. Can I get a trial for your Cooking bot? Hope the new members thing is excluded for ppl who pay for VIP Ext
  8. doesnt work on ubuntu 20, worked on Ubuntu 14 & 16 for me. If 20 is your base system OS I'd recommend getting virtualbox to test your scripts in or just get a vps with Ubuntu 14 or 16
  9. just follow this guide: https://www.osrsbox.com/blog/2019/01/25/installing-official-osrs-client-on-ubuntu-linux/ Much more free than the other guy's I got it working today
  10. if I told you then they would all get flagged real quick ๐Ÿ˜›
  11. If the script makes an inhumane error/bug multiple times in a row continuously that has the same result. I'm only speaking from my experiences
  12. I've done python for 3 years and moved to java programming recently. With Osbot the creators have done 90-95% of the work creating methods for everything in runescape. I'd say learning Java through osbot / botting is 10x easier maybe more than the things I've been doing in python. Any1 reading this thinking what shall I start first, just do whatever you have the most passion for, motivation is the only thing that matters when it comes to programming and time spent on your projects.
  13. you will have to always use a proxy for US or you can appeal to jagex. I'd rather pay $0.50 per month and not have to waste my time with jagex & Risk losing an account permanently
  14. If I call the Sleep function inside a method that I create will it work? I keep getting a red underline under it saying: Add a Try / Catch Statement Or add Exception method signature I think the reason one of my scripts has been messing up is because this keeps giving me exceptions

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.