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.

Novak

Members
  • Joined

  • Last visited

Everything posted by Novak

  1. no, but is it really faster than the manual mouse moving I wrote using mouse.move? and does it check to make sure the items have come/left the inventory within 50ms? please explain how it calls it 100 times? the 100 is just for the timeout, if i is less than 100 AND our inventory still contains the item, then sleep for 50. Obviously if the item has left the inventory then the for statement no longer executes because the second condition isn't true.
  2. still literally the same thing as OP, it will still be slow cause its using the same .contains method, and the inventory will not be empty after depositing
  3. but thats not the point, my point is why does it take so long for it to update, this method worked perfect for osb1, it would respond as intended.
  4. that is literally the same thing as my OP, just with an unneeded if statement
  5. thats bad though. Its a static sleep and it doesn't check the the item has actually left the inventory. there is nothing wrong with the logic, it has to do with how .contains is updating, which is my question In response to your edit: that means it will keep trying to deposit it every 50ms, which it takes longer for the item to leave the inventory than that. So in that case it would keep spamming items to deposit until it leaves, which probably takes about a second. 1000/50 is 20, which means that it would spam the deposit 20 or so times until it left, which is very bot like.
  6. i want it to continue after the uncuts have left the inventory. So it should sleep for 50ms intervals until the uncuts have left the inventory. Instead, it is taking seconds to update which is causing it to sleep for more 50ms intervals. The 100 is there so that if it exceeds 100 50ms intervals, it will time out and go back into the loop
  7. For some reason it seems really slow to me: depositAll(uncut); for(int i = 0; i < 100 && inventory.contains(uncut); i++) { sleep(50); } is waiting a couple seconds to continue when it should respond within 50ms. Any ideas?
  8. Novak replied to SaiyanPrince's topic in Archive
    i make scripts in general, and sometimes i make random scripts for people
  9. Novak replied to RoomScape's topic in Spam/Off Topic
    but what if he isn't.
  10. ill give you 5 dollars
  11. Novak replied to RoomScape's topic in Spam/Off Topic
    what was the lie, i want to hear it
  12. Novak replied to SaiyanPrince's topic in Archive
    done.
  13. Novak replied to Smart's topic in Community Discussion
    I'm literally rofl'ing
  14. Its coming back. Soon. Sooner than you think. Be prepared to have your pants blown off. Same great functionality with better stability. Legend: Done In Progress Not Started To-Do List: Alching Teleporting Superheating Enchanting Stun Humidify Plank
  15. I sorted out my issues IRL, and I am back! ILU
  16. who the hell is gh0st
  17. Novak replied to Laz's topic in Releases
    lel
  18. metehodes
  19. obviously a scripter error
  20. Novak replied to Laz's topic in Releases
    mouse is still iffy, misses the location of items ALOT
  21. Novak replied to Swizzbeat's topic in Archive
    +1
  22. the equipment tab method is broken in osbot, wait for it to be fixed. nezz has no control over this
  23. Novak replied to Oliver's topic in Spam/Off Topic
    gtx 660 or 760, i5, 8 gig ram, any mobo that fits your budget, probably a 700w psu
  24. this is exactly why i don't use intellij btw

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.