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.

Daviyow

Members
  • Joined

  • Last visited

Everything posted by Daviyow

  1. Daviyow replied to Daviyow's topic in Scripting Help
    yes, as soon as i push it just outside the bank it starts running though it looks like it just can't run outside the bank
  2. Daviyow posted a topic in Scripting Help
    hey im making a script and im trying to run from falador to the crumbling wall, heres where im trying to run to, the red dots on the minimap is what my toFence positions are.. why is it just standing there and not doing anything? if i help it run it JUST outside the bank, it starts running?
  3. hi, i remember in osbot 1 u could prevent your script to run to enemys by adding something like npcs.interact("attack",false); now i looked into the api and i see this is not the case anymore and my little piece of coding is not working could i get help? or any ideas ? i just tried this O PS: Why does my osbot lagg when it tries to "Attack"? private void attackMan() throws InterruptedException { NPC Man = npcs.closest(manArea, "Man"); if (Man != null) { if (idleTime.getElapsed() >= 3000) { if (Man.isVisible()) { Man.interact("Attack"); sleep(2000); } else { camera.toEntity(Man); } } } }
  4. Hey im trying to hop as soon as there is another person in my local area.. i got this but it counts myself in too, i dont know what to do its been a while > public void checkforPlayers() throws InterruptedException { List<Player> playerss = players.getAll(); for (Player p : playerss) { size++; } if (size >= 1) { log("Some dude was nearby.. hopping!"); worldHopper.hop(WORLDS[MethodProvider.random(WORLDS.length)]); state = "WORLDHOP"; size = 0; } }
  5. 1. Pictures of the account stats http://puu.sh/9nD9A/d608eb887f.png 2. Pictures of the login details http://puu.sh/9nDcZ/bfe747fe5d.png 3. Pictures of the total wealth (if there is any) None, only some pots, seeds, herbs, materials ->v http://puu.sh/9nDmk/e66c5e73d3.jpg 4. Pictures of the quests completed http://puu.sh/9nDog/dafb1b8d08.png 5. The price you will be starting bids at 25m 6. The A/W (Auto-win) for your account 45M 7. The methods of payment you are accepting RS07 GP 8. Your trading conditions Middle man 9. Account status http://puu.sh/9nF8R/98f501ffb3.jpg 10. Original/previous owners AND Original Email Address Im the owner of this account CONTACT VIA OSBOT IF BUYYING QUESTIONS? CONTACT VIA OSBOT
  6. Stats: http://puu.sh/9nD9A/d608eb887f.png Wealth: None, only some pots, seeds, herbs, materials ->v http://puu.sh/9nDmk/e66c5e73d3.jpg Quests: http://puu.sh/9nDog/dafb1b8d08.png Account status :http://puu.sh/9nF8R/98f501ffb3.jpg Thank you
  7. Daviyow replied to Daviyow's topic in Scripting Help
    it seems only to fail with Orbs toggled. Yeah, thanks man, haven't see ya in a while :F
  8. Daviyow posted a topic in Scripting Help
    Heya, it seems like setRunning(true); is not working for me, bot just freezes, anyone else experiencing this?
  9. no 1 ?
  10. Requirements: Ava's accu 62+ Ranged 40 Defence thats it.. pm me via osbot, or contact me on Daviyow.osbot
  11. alright noted i will be selling this account over 8 - 10 hours!
  12. Goodluck man i got myself a visage to ;) went from 62-90 range haha
  13. Yup, thanks to Fay
  14. ok the lagg is fixed, there was a conflict between my scripts
  15. dat visage
  16. stank in my blunt
  17. it seems to work on SDN, also what i dont get is my mouse speeds are totally random, sometimes its so slow, that i have to restart OSBot for it to work normally again..
  18. heya, im having troubles with my OSBot client i dont know if its OSBot or my script, but it randomly raises up to 1.2GB ram and takes 90% cpu, the client becomes uninteractable, and makes my character die. so is this my script or ?
  19. well, closed door and a open door has 2 different ID's wouldnt it be possible to check if the open door id exist, to run trough, else just to open door ?
  20. no one wants this ?
  21. Daviyow replied to Kittens's topic in Spam/Off Topic
    that seems to be wrong, try this: while (client.getInterface(548) != null) { sleep(200); } that should work for all of those fishing spots, yes it is very hard to interact with objects / npcs , just like getting a visage, right Veri :P?
  22. Milky coconuts

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.