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.

Sean

Trade With Caution
  • Joined

  • Last visited

Everything posted by Sean

  1. Thank you changed that but the script still doesn't show up as a local script on the osbot client which is my main issue. Edit: I see alot of red "X" by the lines of my code. Is that an issue? (assuming)
  2. I could but don't want to embarrass myself if I did something retarded lol
  3. Was following this tutorial so shoutout to Apaec Bascially changing it up to make it pickpocket men in lumby. Problem I'm having currently is that the script won't start when I press the play button. So it doesn't run. Code here since people said post it import org.osbot.rs07.api.model.NPC; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; import java.lang.Thread.State; @ScriptManifest(author = "Sean", info = "My first script", name = "Man Pickpocketer", version = 0, logo = "") public class main extends Script { @Override public void onStart() { log("Welcome to my Trial Script (Thieving)"); } private enum State { PICKPOCKET, WAIT; }; private State getState(){ NPC Man = npcs.closest("Man"); if (Man != null) return State.PICKPOCKET; return State.WAIT; } @Override public int onLoop() throws InterruptedException { switch (getState()) { case PICKPOCKET: NPC Man = npcs.closest("Man"); if (Man !=null) { Man.interact("Pickpocket"); } break; case WAIT: sleep(random(400,600)); break; } return random(200, 300); } @Override public void onExit() { log("Thx for using this script"); } @Override public void onPaint(Graphics2D g) { } }
  4. How often do you bot with that script a day?
  5. Attack: 60 Strength: 99 Defense: 66-70 HP: whatever Range: whatever Magic: 94 Prayer: 70
  6. Sean replied to daamurda's topic in Runescape
    I prefer to just sell accounts I make. Never been the PKing type and I would rather have money than a RS account now :P
  7. Sean replied to Apaec's topic in Combat & Slayer
    Script just sits here for ages? is it meant to happen? https://i.gyazo.com/0412121c167fe203bea9b71b2a64f579.gif
  8. Highly unlikely to be banned for that. I have sold billions of gp and never been banned
  9. What ban were you given? (Major, Moderate, Minor): Moderate What were you botting?: Agility Which script did you use?: Khal AIO Agility Which client did you use? (Stealth/Mirror): Stealth Estimated total botting time, before ban?: Never botted the account besides agility but I botted 48-66 before my trial ran out lol and when I next logged in I got connection lost and was banned.
  10. $1.50/M max Id say. Feel it dropping below $1/M won't happen for a long time though.
  11. Sean replied to Apaec's topic in Combat & Slayer
    Trial please?
  12. Depends what you go for? Just level 50 for DT? Never been banned for that. Higher levels not so sure.
  13. Looks awesome. Good luck
  14. Makes sense I guess. Not using the market personally but stops people making new accounts just to resell a account and recover.
  15. Time to offload gold on my bots then Since Boxing day was on saturday, the bank holiday got pushed to monday.

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.