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.

Fay

Members
  • Joined

  • Last visited

Everything posted by Fay

  1. Fay replied to Apaec's topic in Spam/Off Topic
    osrsrf2014 go to django in game and enter that code. case sen
  2. "How does this bra look?" "It looks fine as long as I can put a bag over your head."
  3. murgee auto clicker. Tons of cracks online.
  4. Could have at least trimmed down the quote to show that. Also could have elaborated a lot more...
  5. Is this pure the account that got banned?
  6. IT is stupidly simple to play online lol.
  7. Fay replied to Jayy's topic in Spam/Off Topic
    Gives you a discount though I believe.
  8. You are like the United States Department of Defense.. "No we don't need regulations for airlines we will never need them." *9/11* "We didn't think we needed the process before. Now everyone must be molested for guns, even the grand-mothers."
  9. I think I took this from a scripter a while back so no credit of my own: function for formatting time string. public String format(long time) { StringBuilder string = new StringBuilder(); long totalSeconds = time / 1000L; long totalMinutes = totalSeconds / 60L; long totalHours = totalMinutes / 60L; int seconds = (int) totalSeconds % 60; int minutes = (int) totalMinutes % 60; int hours = (int) totalHours % 24; if (hours > 0) { string.append((new StringBuilder(String.valueOf(hours))).append( ":").toString()); } if (minutes > 0) { string.append((new StringBuilder(String.valueOf(minutes))).append( ":").toString()); } string.append((new StringBuilder(String.valueOf(seconds))).append(":") .toString()); return string.toString(); } onStart function: @Override public void onStart() { startTime = System.currentTimeMillis(); } onPaint function: public void onPaint(Graphics2D g) { long elapsed = System.currentTimeMillis() - startTime; g.drawString((new StringBuilder("Time: ")).append(format(elapsed)).toString(), 50, 50); }
  10. Fay replied to rokx's topic in Botting & Bans
    >avatar is "deal wif it" glasses >can't deal wif it.
  11. If I knew how Twitter worked I'm sure I could make one. They have a nice public api.
  12. http://pastebin.com/xTYyhFgK A lot of them probably don't work lol.. Still if you play you may want to try some out. I tried a couple codes, ended up getting an Articuno. Game found here: http://www.pokemon.com/us/pokemon-tcg/play-online/
  13. Probably copied from Tri and then edited the same to Osbot.
  14. Or just memorize the cycles. A yellow light takes by general recommendations from the federal government, 3 seconds to cycle to red. A green will always be green unless the sensor trips it to turn red. Red will stay red until the perpendicular light turns yellow>red+3 seconds so you have 9 seconds to wait from the start of a yellow.
  15. I wouldn't buy a wifi repeater if given the money for it.1 For the same price (or less) I can buy: http://www.amazon.com/Alfa-AWUS036NHA-Wireless-Adaptor-Compatible/dp/B004YDT758/ref=sr_1_3?s=electronics&ie=UTF8&qid=1393468220&sr=1-3&keywords=Alfa+AWUS036NHA When using the large antenna, you could be 5 stories higher and still get 100% signal. If that is not good enough you can always buy a better antenna or a movable one. Also if you are into hacking this is your go to antenna, Alfa adapters are great for passive capture mode and what not, pairing it with Kali Linux is a great investment. 1. They cause latency (lag), trim your bandwidth, and provide a greater range for your neighbors to access.
  16. Good luck. My friend gave me 10k iron bars when I first started and told me to make them into knives lol.
  17. Fay replied to RoomScape's topic in Spam/Off Topic
  18. He meant no to the bans, not the botting. No bans ~85% botable.
  19. Ask MerchPennys he makes these accounts all the time. Con/Magic.
  20. I clicked on it and was so ready but then I saw RS3. I died a little inside.
  21. It's all lies, you have found us out. I botted 18 hours straight on a F2P account training defense. Quite possibly THE RISKIEST thing to do (f2p and all), no ban. The problem was you or the script, not the client. 1500 people use that one script. All doing the same thing at eventually the same intervals. You are bad because you chose that script.
  22. Fay replied to Basic's topic in Gallery
    too many topic changes in one thread -overload
  23. It is one of the F keys that will open your BIOS on restart. Read through: http://www.pcworld.com/article/241032/how_to_enter_your_pcs_bios.html

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.