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.

Leaderboard

  1. Maldesto

    Administrator
    8
    Points
    19230
    Posts
  2. Czar

    Global Moderator
    7
    Points
    23408
    Posts
  3. Dark Magician

    Java Lifetime Sponsor
    6
    Points
    1899
    Posts
  4. Bobrocket

    Members
    5
    Points
    1664
    Posts

Popular Content

Showing content with the highest reputation on 08/27/15 in all areas

  1. ๐Ÿ‘‘CzarScripts #1 Bots ๐Ÿ‘‘ ๐Ÿ‘‘ LATEST BOTS ๐Ÿ‘‘ If you want a trial - just post below with the script name, you can choose multiple too. ๐Ÿ‘‘ Requirements ๐Ÿ‘‘ Hit 'like' ๐Ÿ‘ on this thread
  2. Dear Community, I have removed the 100 post count limit to account sales, but they still need to be approved by a moderator before it shows up to the public. This is so people can respond without 100 posts to buy an account. We will not be approving any threads for account sales by new users, spammers, or any other thing we see suspicious. If you feel someone is suspicious, feel free to report the thread or pm a staff member. Thanks, @Maldesto
  3. Can you show me where you claimed he can not resell this method? If not, I have no grounds to punish him at all. It is an unbanning method, if you gave it to him, he has the right to share it with anyone and charge what he wants.
  4. There is no difference in ban chance.... It's a retarded myth.
  5. ..........I spammed so hard for that 100 post count
  6. High quality PSD available on demand.
  7. I doubt it makes any difference, but that's my opinion only.
  8. Mirror = waste of ram and cpu
  9. Finally a useful update.
  10. So, neither of you claim to be leveling the account, even though Rambo said he is the original owner...?
  11. FRIEND TOKEN: 0LQTG-BXNXH-AJWEB FRIEND TOKEN: EXIQ2-BCMND-IKE0R
  12. Update:Arctic finished 85-99 chinning for me early morning today. He did a fantastic job and I am so thankful it went well.
  13. paying with PP or 07 - add my Skype - live:daniellevickerz
  14. Hi can I have 1month trial ? :P
  15. how do i delete the add on the bod client? its an add from welcome to turmoil. its a private server. it has an x but when i click it it doesnt dissapear.
  16. Just saying, people aren't going to have the same GUI options so you want to have an easier way to read/write: import java.io.File; import java.io.FileNotFoundException; import java.io.PrintWriter; public class Save { private PrintWriter pw; String localDir = System.getProperty("user.home") + File.separator + "OSBot" + File.separator + "data" + File.separator; public Save(String localName) { try { pw = new PrintWriter(localDir + localName); } catch (FileNotFoundException e) { e.printStackTrace(); } } public boolean writeString(String s) { pw.println(s); return true; } public boolean writeObject(Object o) { pw.println(String.valueOf(o)); return true; } public boolean writeBoolean(boolean b) { return writeObject(b); } public boolean writeInt(int i) { return writeObject(i); } } import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.nio.charset.Charset; public class Load { private BufferedReader br; private InputStream fis; private InputStreamReader isr; private boolean finished = false; String localDir = System.getProperty("user.home") + File.separator + "OSBot" + File.separator + "data" + File.separator; public Load(String localName) { try { fis = new FileInputStream(localDir + localName); isr = new InputStreamReader(fis, Charset.forName("UTF-8")); br = new BufferedReader(isr); } catch (FileNotFoundException e) { // TODO Auto-generated catch block e.printStackTrace(); } } public String readString() throws IOException { String line = null; if (!finished) { line = br.readLine(); if (line == null) finished = true; } else { if (br != null) { br.close(); fis.close(); isr.close(); br = null; } } return line; } public boolean readBoolean() throws IOException { return Boolean.valueOf(readString()); } public int readInt() throws IOException { return Integer.valueOf(readString()); } } Then you can just do: Save s = new Save("settings.ini"); s.writeString("Checkbox 1"); // Load l = new Load("settings.ini"); String checkbox = l.readString(); //Checkbox 1
  17. That sounds like a good idea, I have submitted a SDN request hopefully they accept even though I don't have a previous script on the SDN. Update: I think I've finally nailed it, new prog i got with the latest version before I ran out of arrows. A truly stable build for the masses. Update: Download links are available for V 2.1!
  18. I bet the chat is dead, in this case it would be just an viewbot. show the chat moving
  19. It wasn't a joke! but if you want to talk conspiracy theories, I firmly believe 7/11 is an inside job!
  20. Hey Czar I'm really enjoying the trial you gave me, Will have a nice proggie up in about 10 hours from now (if my trial survives that long) :P The only issue I'm having is that a few seconds after it finishes powerdropping it kind of actions like therre are more logs in the inventory. https://gyazo.com/28f66770cf1e1e80836c04c294521084 I don't think it's a huge issue at all but I thought i'd point it out. I'm using a custom location with the afk on and the "check axe" option on cutting oaks. (custom location was the best idea ever!!) Czar is love Czar is life, that is all.
  21. 1 point
    Fuck yeah, this is awesome! Thanks! Now it's a challenge to see if i can keep 20% of the total xp :P
  22. sweet I cant wait to us this!! same with arrows
  23. Script name: AIO Agility - Your member number: 186643 I'll review the bot, basically test it for you and will post a proggie to finish up. I have intentions to buy future scripts Khal
  24. Isn't the range too high for it to be an obby mauler? I mean, it's ranged based.
  25. can i get a quick trial on this czar i bought ur ankous script but don't understand this one let me try it out?
  26. ffs the bot got 2lvl defense on my pure, I'm not impressed it clicked several times when the cursor was going to do the special attack ))))))) glad it didn't got any more, since I was spectating the bot and quickly changed the attack style back also, I do have a high level of str, but the bot says im 50 level of str for some reason, and it calculates wrong levels which have been already achieved
  27. breaks every 3 hours for 10-20 mins got 3 of them running for that long
  28. lol it was 8$ canadian home girl. kay i got VIP, anything i can do about the issue with range guild script now? for unknown reasons, since i upgraded to VIP and open the client using mirror mode, the client gets stuck on 'searching for osrs client to attach to' sorry for posting on your thread about anything but your scripts but i have little faith in people responding anywhere besides here cause you are clearly on point thanks
  29. Declare them outside of that method all that code is in (above the onStart). Also in the button listener do not REDECLARE just change the value i.e. not final String eLocX =, just eLocX = This should work for you.
  30. Why is startLoc/endLoc a two dimensional array? It looks like it just needs to be a regular array of Strings. Also, we want to populate our JComboBox with an array, not a single string. As such, we pass the entire array not just the first element. final String[] startLoc = {"Lumbridge", "Varrock", "Falador", "Al Kharid", "Draynor Village"}; JComboBox<String> sLBox = new JComboBox<>(startLoc); final String[] endLoc = {"Lumbridge", "Varrock", "Falador", "Al Kharid", "Draynor Village"}; JComboBox<String> eLBox = new JComboBox<>(endLoc); We should not reassign startLoc's value, make a new variable and assign it to the select value! String startingLocation = sLBox.getSelectedItem().toString(); String endingLocation = eLBox.getSelectedItem().toString(); Now we have the String representation of both the ending and starting locations. if (startingLocation.equals("Varrock") && endingLocation.equals("Lumbridge")) { // do stuff! } I would suggest reading up a bit more about how all these components (arrays/Strings/2D arrays/combo boxes) work to get a better understanding of the Java language, but I hope what I provided helps you with your script.
  31. Hey! Yeah sorry, it deleted it's self and posted, it's updated.
  32. Ive had a cape a few times now, quests are just a pain in the arse. Kills time before i go out i guess.
  33. I honestly see no problems with this script anymore. The run option is working perfectly now, aaaand i find that the bot immediately reboards the ship after the round finishes. IMO SO SATISFIED AND CAN'T SEE MUCH WAYS TO IMPROVE
  34. How much RAM did you assign to it
  35. 1 point
    For a blackmarket /runescape rule breaking website? Come on now. Unless it's scamming members i assume it's all above board?

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.