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

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. Hello OSBot! Welcome to my very first Script Thread! This AIO Walker can walk efficiently to 4 currently supported Locations with a variation of start points unlike other AIO Walkers! More will be added soon in the time to come! Chambo's AIO Walker is currently free and a paid version will be hopefully uploaded to the SDN by 09/15/2015! The paid version will contain more routes & locations, such as P2P Locations and MORE F2P Locations! ***If you encounter any bugs/errors please either PM me or post it in this thread!*** ***If you could also please let me know what you think of my first script or perhaps new script ideas that would be great!*** Current Locations: (Not Started Almost Finished Finished & Working) Current Routes: (Not Started Almost Finished Finished & Working) Download: http://www.mediafire.com/download/iy8dw5y780dare5/ChamboAIOWalker.jar Version: v1.07 Change Log:
  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. rs3 and depends on what time you did it, could be when there was high ban rate at all bots. And thanks for working on it Omni. ;)
  15. 1 point
    im just gonna throw it out there. america should make guns illegal. how many times have we seen shootings in america now? In most countries, guns require a license. in america i could just go to walmart and get myself a shotgun and who knows what i'd do with it if i wasn't mentally stable..
  16. Hi can I have 1month trial ? :P
  17. 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.
  18. 1 point
    I use both, d square's have higher alch than d2h, for certain items you need that bit extra to get the drop so i use Sq's for them.
  19. I agree that it shouldn't be too hard to recover since he claims to be the only owner and he has not tried to recover the account from you, after it being sold. Though, if not possible, I do believe that a refund would be most fair. Please keep us up to date with any new information regarding the status of the account.
  20. 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
  21. 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!
  22. I bet the chat is dead, in this case it would be just an viewbot. show the chat moving
  23. 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
  24. sweet I cant wait to us this!! same with arrows
  25. 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
  26. This looks like a great script. A trial would be awesome before I decide :]
  27. 1 point
    just bought this script. to be honest I was busy and didnt get to test out the trial you gave me in time, but its okay, everythings working great so far. (cooking lobs @ catherby) thanks OP!
  28. Started playing in 2005, played until around 2010, Then I was there on and off until like mid 2011. (May a month the quit for 2 months and so on) Then I finally quit completely at like 2011 Logging in once like 6 months until 2012. Then I wanted to make a combat but saw this EOC thing was already out. Played it for a day and called it quits until like 4 months after OSRS cause a friend told me it was there. I was like WUT and started played again. Played for 3 months, got myself nice shit. Had bought a fucking dxe for 3.6m when they were brand new.. to then quit the game and return 2 years later (Over 690days of last login) to play again from like march-april, then quit.. now I'm here again. Since like august.
  29. I was 20 in 2006 jks I started playing at 7.
  30. ok. So for mirror you need an official runescape client for it to attatch to. It can attatch to their official one off of their website, or osbuddy etc. Mirror mode basically links to that client to make bot client almost undetectable. Also CzarRangeGuild should work, you must be doing something wrong. Make sure you screen is set to fixed mode. Fixed mode is under runescape settings and it is the screen where it becomes small and locked. Also go to runescape settings and check ยจAlways right clickยจ. When starting the bot at range guild make sure you have atleast 800gp or it logs you out, and all required items. Best of luck!
  31. 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
  32. How about Class: public class Timer { private Instant start; private static final String formatter = "%02d"; public Timer() { reset(); } public void reset() { start = Instant.now(); } public Duration duration() { return Duration.between(start, Instant.now()); } @Override public String toString() { Duration duration = duration(); return String.format(formatter, duration.toHours()) + " : " + String.format(formatter, duration.toMinutes() % 60) + " : " + String.format(formatter, duration.getSeconds() % 60); } } Setup: Timer t = new Timer(); Usage: g.drawString("Time: " + t.toString(), 55, 401);
  33. Hey! Yeah sorry, it deleted it's self and posted, it's updated.
  34. I will be making changes to the GUI to allow the user to select from map, WITHOUT loading the entire map, so if you already saved some locations then you can just select them without using much ram
  35. How much RAM did you assign to it

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.