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.

Sean

Trade With Caution
  • Joined

  • Last visited

Everything posted by Sean

  1. I mainly only sell accounts I make since I enjoy having money + making new accounts. What type of account should I make thats easy to sell/in demand. I can make probably 4+ at a time unless its not afk. Any suggestions?
  2. Il need to wait till I got my account with membership back :P
  3. http://pastebin.com/aHrTXMen
  4. Your friend got lucky then. Nothing to do with the script, just botting in general got you banned.
  5. Piety pure. Mine still going strong as fuck.
  6. The script doesn't start when I press the play button. It just sits on the client like no script is running so I can play as normal. Wondering what might be causing it to not start.
  7. still need help please
  8. When I press the play button. The script in general doesn't start so nothing happens. I don't get the stop button appearing so I can't even start it. Edit: Im off pc now so any code changes will need to happen tomorrow.
  9. Thx for the corrections Figured out why it wasn't appearing on my scripts list so that's fixed. Only problem Im having now is it won't start when I press the play button.
  10. Yea I put it here C:\Users\Sean\OSBot\Scripts\TrialScript.jar Also got an "x" here though
  11. 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)
  12. I could but don't want to embarrass myself if I did something retarded lol
  13. 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) { } }
  14. How often do you bot with that script a day?
  15. Attack: 60 Strength: 99 Defense: 66-70 HP: whatever Range: whatever Magic: 94 Prayer: 70
  16. 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
  17. 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
  18. Highly unlikely to be banned for that. I have sold billions of gp and never been banned
  19. 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.
  20. $1.50/M max Id say. Feel it dropping below $1/M won't happen for a long time though.
  21. Sean replied to Apaec's topic in Combat & Slayer
    Trial please?

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.