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.

Vilius

Scripter II
  • Joined

  • Last visited

Everything posted by Vilius

  1. oh shit its dat boii
  2. You have to remove the comments start too! /* and */ plus what is in between them for it to not make it green. And it seems like you didn't post the full code if you have /* that loose somewhere in your code.
  3. Found it, he didn't have break; the cases fall on each other Cookie pls?
  4. I did find it actually, wanted to edit my post and saw that you have posted it. No need to flame me like always
  5. @Override public int onLoop() throws InterruptedException { switch (getState()) { case BUY: getWalking().walk(new Position(3274, 3180, 0)); npcs.closest("Karim").interact("Talk-to"); if (dialogues.isPendingContinuation()) { dialogues.clickContinue(); } else if (dialogues.isPendingOption()) { dialogues.selectOption("Yes please."); } case BANK: getWalking().walk(new Position(3270, 3168, 0)); if (!getBank().isOpen()){ getBank().open(); } else { bank.depositAll("Kebab"); getBank().close();} case WAIT: return random(100,400); //The amount of time in milliseconds before the loop starts over } //@Override //public void onExit() { log("Thanks for using my script!"); //Code here will execute after the script ends //@Override //public void onPaint(Graphics2D g) { //This is where you will put your code for paint(s) return random(200,300); } } There is yar problem, you have your paint and on exit in the loop :b Fixed version: @Override public int onLoop() throws InterruptedException { switch (getState()) { case BUY: getWalking().walk(new Position(3274, 3180, 0)); npcs.closest("Karim").interact("Talk-to"); if (dialogues.isPendingContinuation()) { dialogues.clickContinue(); } else if (dialogues.isPendingOption()) { dialogues.selectOption("Yes please."); } break; case BANK: getWalking().walk(new Position(3270, 3168, 0)); if (!getBank().isOpen()){ getBank().open(); } else { bank.depositAll("Kebab"); getBank().close(); } break; case WAIT: return random(100,400); //The amount of time in milliseconds before the loop starts over break; } return random(200,300); } //@Override //public void onExit() { log("Thanks for using my script!"); //Code here will execute after the script ends //} //@Override //public void onPaint(Graphics2D g) { //This is where you will put your code for paint(s) //} } And do what woody said :b
  6. I think it might be launching osbot using java 7 check if you dont have it, cause you need java 8 for osbot :P GPU doesn't really matter to rs, because it runs from the CPU instead. Oh, and make sure that its the newest osbot version too.
  7. Vilius replied to Acerd's topic in Spam/Off Topic
    No, it needs to stay :frog:
  8. Trailer looks dope af, but it will be like watchdogs anticipated next level graphics but consumers get little to no of that what was promised :b
  9. Nah, RuneScape is where its at
  10. Vilius posted a topic in Runescape 2007
    Hey, so uhm, I want to buy 10m 07gps post prices below, looking for something like 1.15$/m :b
  11. Get the razer blade
  12. Dragonfruit is not on the hiscores nor on rs3 or osrs
  13. Man you are 5 months late Goodluck with this tho :b
  14. I think its the order you add accounts to it.
  15. Vilius replied to Maxo's topic in Botting & Bans
    Of course a few scripters on osbot have their own private money snek scripts including myself
  16. Get a dedicated server if you want to go that route its like 35$/mo But muffins build is good.
  17. Well some people for simplistic sake when making a bot account makes a fake email and doesn't confirm it. I make them like so "name@v.v" and that's all Just simply register an account with an email address and just don't confirm the email, simple as that :P
  18. getWalking().webWalk(tree); That should fix it.
  19. Vilius replied to Maldesto's topic in Spam/Off Topic
  20. if(!getInventory().isFull()){ //inventory not full <28 }else{ //inventory is full >28 } Or you coule check outgetInventory().isFull() getInventory().isEmpty() .isEmpty will only work when there is no items in the inventory. So you are better of doing !getInventory().isFull() because that will let you do stuff while the inventory is not full and it can still contain items without saying it is full, because you need 28 items for it to be full :p
  21. Vilius replied to Scotty's topic in Spam/Off Topic
    I get that reference
  22. tremendous

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.