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 03/24/15 in all areas

  1. We are not unbanning you, you are the most vulnerable user on the site. We are done allowing you to post on our website due to getting numerous users scammed.
  2. 4 points
    Stay sexy
  3. 4 points
    what a nice cba
  4. 3 points
  5. 3 points
    Gz on the promotion @Anne Maybe now you will reply to my messages
  6. 3 points
    Still not sure if real or
  7. @Acerd being puked on is one of them. He's way above that and just puked on him and Acerd is so happy about it for some reason. Now the world will end. The lights will flicker on and off. Volcanoes will erupt. People will die. Plants will wither away. The phone will ring and there will be no one there. Oceans will dry up. The sun will rise from the other West. WW3 Judaism will be the right religion that gets into heaven. Blacks and Whites will swap names of their rallies (Black Panthers and KKK). Anonymous will get arrested. The walls will ooze green slime. And that slime will then overtake ever person who has unfortunately not died yet, making them all CBA's. , this is what happens when Acerd is CBA. Please demote and give to someone much more deserving, like @Dex, or @Divinity, or @Mysteryy. Please and thanks. http://osbot.org/forum/topic/56969-acerd-exposed/ http://osbot.org/forum/topic/52705-the-day-god-turns-us-a-blind-eye/ http://osbot.org/forum/topic/52918-acerd-is-shit-at-reporting-multi-users/ http://osbot.org/forum/topic/52078-acerd4cba/
  8. Why do you need to change your HWID? You need to change your HWID because that is some of the things JaGex store and use to flag your accounts, the word HWID is probably not very used around here on OSBot and it's a thing people don't really take into consideration. I've seen countless people coming to me after being banned, simply thinking using another proxy/VPN is going to solve everything for them, I am sorry to bust ya'lls bubbles but no changing your IP or simply using a proxy with OSBot is not gonna make you go around unnoticed like you're some new player. But by changing your HWID & using a fresh proxy you're on the right path. How do I know HWID have a relation to the bans? My friends & I were apart of BA back in the days and some of you may know it & some of may not know it, in our bans over the years Mod Weath himself have confirmed to us he had HWID banned us multiple times. So it is something that is used on daily basis in the banning of especially goldfarmers, to keep an eye on them by flagging them with their HWIDs. The Guide 1. Open your start & search for "Regedit" After doing that, a screen will popup that probably loosing confusing as shit. But below here, I have some pictures for you to follow in a very easy process. Quick text walkthrough of the guide: 1. Go to HKEY_LOCAL_MACHINE 2. SYSTEM 3. CurrentControlSet 4. Controll 5. DConfigDB 6. Hardware Profiles 7. 0001 And then you will see a thing named "HWProfileGUID" and you will notice alot of numbers, and you can now go ahead and change the last number(s). Now once you've done alot that, with a fresh proxy you should be good to go. I hope you enjoyed this little guide. Best Regards, Malle
  9. keep staring at me like that, and your gunna give a brotha the wrong idea... I am flattered doh.
  10. 2 points
    WTf is that ... Anne too strong? Mald fucked up something? ;)
  11. Its going to get that much better once our exams are finished ;)
  12. Ok just a heads up I hid the evidence for offsite so only staff can see and it wont spread names of other bot sites. I will check over the evidence and see if the ip's match and get back to you shortly. IP addresses matched for his skype and OSBot Account. User has been banned thanks for your report.
  13. Had a mining script that got me 1-99 no breaks whatsoever. Had some crazy good scripts back in the day. Honestly I think Master Race is the next step back in that direction.
  14. rsbots.net hunter script and soul wars.
  15. 2 points
    it's all cuz i made a acerd4cba topic, it actually came true hory shet
  16. 2 points
    Yes of course because of you! Wow you are such an inspirational person
  17. 2 points
    mind blown
  18. 2 points
    Holy shit Illuminati 420blazit!
  19. 2 points
    I'm using osbot on my phone and it's annoyning as fuck can we get a mobile version or a app for chat box
  20. Well played, shoudl I release mine too?
  21. We're not using static interfaces, however this does help me understand a bit on what's going on. I have a few ideas on permanently fixing all dialogues, just going to run it by Maxi.
  22. 2 points
    They're also continuously letting users get scammed - mostly their fault for their horrible english and shit pm's - and just don't give one single fuck when the person posts a scam report. All they have to say is 'sorry, we no take gold you give us, no scam u imposter ok'. Not even joking, it's pathetic. They're by far the worst I've seen. They have imposters and either don't care about it or are working with the imposters because they absolutely don't do anything about it. People request a pm from them - mostly imposters - and they just PM 'hi we talk to you on skype give gold'. When the person gets scammed they try to play stupid saying they weren't at fault. It's just painful to see.
  23. Don't forget that Jagex tracks you through the random.dat file. If you haven't deleted your random.dat file, even on a new account that is only used on the mirror client, they can still relate that account to your previous accounts. It's also possible they have more tricks like these on their sleeves with their cache. Deleting both your cache and your random.dat is a smart move and might make a difference when starting a new account. Edit: The random.dat is a file that contains a UID (Unique Identification Number). This file is set by Jagex and related to all the accounts you play from that one computer. It is assumed that Jagex does not ban based on your IP but based on this UID. What we should do in the future, is write a tool that makes the OSRS client use a different random.dat (spoofed) file for each account to make sure accounts are not linked to each other through the random.dat file. This should definitely make a difference when it comes to their tracking system when making new accounts.
  24. We don't give out ETA's.
  25. Currently working on a weather application for fun and experience. Feel free to use as well as give me some feedback package com.reiddacosta.rweather; import java.io.IOException; import com.reiddacosta.rweather.api.Weather; /** * rWeather v1.0 * * @author Reid DaCosta * */ public class rWeather { public static void main(String[] args) throws IOException { System.out.println(new Weather().getTemperature()); } } package com.reiddacosta.rweather.api; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.URL; /** * Weather Class * * @author Reid DaCosta * */ public class Weather { private static final String BASE = "https://api.forecast.io/forecast/477268b98a0bc386f1e6e624777a6077/"; private String userLatitude; private String userLongitude; private int userTemperature; private Location location; /** * Default Constructor * * @throws IOException */ public Weather() throws IOException { location = new Location(); this.userLatitude = location.getLatitude(); this.userLongitude = location.getLongitude(); userTemperature = (int) toCelsius(getUserTeperature()); } /** * Returns the temperature for the user based on their location. * * @return userTemperature */ public int getTemperature() { return userTemperature; } /** * Sets the temperature for the user. * * @param userTemperature */ public void setTemperature(int userTemperature){ this.userTemperature = userTemperature; } /** * Returns the temperature based on the users location. * * @return userTeperature * @throws IOException */ private String getUserTeperature() throws IOException { final URL url = new URL(BASE + userLatitude + "," + userLongitude); BufferedReader file = new BufferedReader(new InputStreamReader(url.openStream())); String line, almost; String userTeperature = null; while ((line = file.readLine()) != null) { if (line.contains("apparentTemperature")) { userTeperature = (line); } } file.close(); almost = userTeperature.substring(userTeperature.indexOf("apparentTemperature"),userTeperature.indexOf("dewPoint")); return almost.substring(almost.indexOf(":") + 1, almost.indexOf(",")); } /** * Returns the temperature in Celsius. * * @param fahTemp * @return tempCelsius */ private double toCelsius(String fahTemp) { return (int) (Double.parseDouble(fahTemp) - 32) * 5 / 9; } } package com.reiddacosta.rweather.api; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.URL; /** * Location Class * * @author Reid DaCosta * */ public class Location { private static final String BASE = "http://whatsmylatlng.com"; private String userLocation; private String userLatitude; private String userLongitude; /** * Default Constructor * * @throws IOException */ public Location() throws IOException { this.userLocation = getuserLocation(); this.userLatitude = userLocation.substring(0, userLocation.indexOf(",")); this.userLongitude = userLocation.substring(userLocation.indexOf(",") + 1, userLocation.length()); } /** * Returns the Latitude of the user. * * @return userLatitude */ public String getLatitude() { return userLatitude.trim(); } /** * Sets the Latitude of the user. * * @param userLatitude */ public void setLatitude(String userLatitude) { this.userLatitude = userLatitude; } /** * Returns the Longitude of the user. * * @return userLongitude */ public String getLongitude() { return userLongitude.trim(); } /** * Sets the Longitude of the user. * * @param userLongitude */ public void setLongitude(String userLongitude){ this.userLongitude = userLongitude; } /** * Returns the Latitude & Longitude of the user. * * @return userLocation * @throws IOException */ private String getuserLocation() throws IOException { final URL url = new URL(BASE); BufferedReader file = new BufferedReader(new InputStreamReader(url.openStream())); String line; String userLocation = null; while ((line = file.readLine()) != null) { if (line.contains("geo.initialize")) { userLocation = (line); } } file.close(); return userLocation.substring(userLocation.indexOf("(") + 1,userLocation.indexOf(")")); } }
  26. Old School Runescape already has a build in auto talker. LOL.
  27. Write a slave script :l
  28. 1 point
    L0000000000l
  29. Hmm could be a good idea, Will take a look on this 1
  30. You're the man! Thanks! I hate writing ugly code to bypass the clickContinue lol
  31. or the rest of the world..
  32. If you aren't interested in the account, don't post.
  33. No, they do not do any of that. That would be so inefficient and ridiculous for them to do lmao just "assume when a player sleeps/goes to school" ... yeah right. They could look at total play time and patterns of when a player logs in and out and for how long they play for each day, while spotting irregular intervals maybe. Is that what you meant? Maybe just the way you are explaining it is misleading.
  34. ha gaaaaaaaaaaaaaaaaaay
  35. Can you pay me 1$ per day for letting me use your sig?
  36. Hey, I've just purchased this script, been using it for 49 mins at the moment. It seems to be working fine, but I have a few questions: 1: How often does it automatically world hop? (been babysitting here and it hasn't yet even though the world is quite crowded( 2: You know the exp counter, is that total exp (hp already included) or just combat exp without the hp exp added? Look forward to hearing your reply, thanks.
  37. OP isn't creative at all. He listed sexy, and then listed it over and over just using different words that meant the same thing.
  38. Cotton picker at varrock. notRacist.jpg
  39. Your mistake was botting on a flagged account. Your're asking to get caught regardless of who you use.
  40. With the conventional methods of injection/reflection it does not matter.
  41. 1 point
    I use this: public void onMessage(Message message) throws java.lang.InterruptedException { String txt = message.getMessage().toLowerCase(); if (txt.contains("the fire catches")) { firesMade++; } } Good luck!
  42. http://vocaroo.com/i/s1iYWpYctlbT
  43. I used to scam, and it was always because I thought I was going to get rich, in reality it always bites you in the ass. It never profits as much as you thought, and then you can never stay around because you are always getting banned. In the end being legit is the best thing I've ever done. I've exploded with so many more opportunities. I also work for my money in real life and paying bills, I know how frustrating it is to even waste $5.00, so I can just imagine all the ones that have been scammed by me felt. I feel like a piece of crap when I see people getting scammed and know I used to do that and cause so much emotional pain/frustration to people. I despise scammers and I can't really ever believe I did something so low.
  44. No because it's more profitable in the long run for me.
  45. Isolate, He is looking for a free script I believe. I only say so because he pointed out the "Purchase" button. Rutsy
  46. I didnt know he sold the account to someone else too because i didnt see anything on jmh44's feedback when after asking debot to recover it for me if theres proof of you buying the account from jmh44 you can keep the account ill take the hit :\

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.