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.

Leaderboard

Popular Content

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

  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. Note: No additional quests or PoH interiors are required anymore. Please take the time to read through the following information, they may answer your questions If not, feel free to ask in this thread Barrows Barrows is a dangerous combat minigame, located in the southern parts of Morytania. The purpose of the minigame is to kill all 6 barrow brothers and finally claim their treasure, providing a chance to receive the unique and valuable barrows equipment, as well as other precious loot. Feature Guide Starting the script Proggies (Post your own in this thread to have them added) Change Log Troubleshooting FAQ Dynamic Signatures Bug report template http://frostbug.dk/dynsig_barrows.png?username=All
  12. Since last semester ended, I have been working on a little project for a couple of weeks to learn and have some fun. I didnt actually intend to add it to the osbot client, I just started it as a separate project. Yesterday I decided I would add it on to the client for fun. Basically I wrote a server application in java, its hosted on a remote host. Anyone who has the client application can connect to the server. This is just a beta stage still, but its coming along nicely (in my opinion). It will keep track of online users etc. When you type '/online' it will print out a list of online users, as you can see in that image. It just pulls your username from the osb client and logs you on to the chat as that user. Current commands: '/online' - Prints the current online users. '/clear' - Clears all of the previous chat history from your client. What do you guys think? Would this be cool to add on to the client/scripts, or would it just be annoying if it poped up? Of course there could be an option when you run the script to connect or not.
  13. FRIEND TOKEN: 0LQTG-BXNXH-AJWEB FRIEND TOKEN: EXIQ2-BCMND-IKE0R
  14. Update:Arctic finished 85-99 chinning for me early morning today. He did a fantastic job and I am so thankful it went well.
  15. 1 point
    Amen. Ain't worth 25m at all.
  16. 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.
  17. 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
  18. 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!
  19. It wasn't a joke! but if you want to talk conspiracy theories, I firmly believe 7/11 is an inside job!
  20. Make it premium DO NOT FEED THE LEECHERS, I REPEAT, DO NOT FEED THE LEECHERS.
  21. 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.
  22. 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
  23. sweet I cant wait to us this!! same with arrows
  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. If I'm not mistaking you have a deadlock. You're waiting indefinitely in a synchronization block locked on Main.class The EDT tries to enter a synchronization block also locked on Main.class in order to notify the above thread = The EDT cannot enter the synchronization block because a thread is waiting in the first synchronization block = The first thread is never notified
  27. yea this will help, that way nobody has to spam the forums anymore
  28. 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
  29. breaks every 3 hours for 10-20 mins got 3 of them running for that long
  30. 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
  31. 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.
  32. 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.
  33. Hey! Yeah sorry, it deleted it's self and posted, it's updated.
  34. Ive had a cape a few times now, quests are just a pain in the arse. Kills time before i go out i guess.
  35. 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
  36. How much RAM did you assign to it
  37. 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

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.