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.

Team Cape

Members
  • Joined

  • Last visited

Everything posted by Team Cape

  1. just realized how this couldve come off as mean - wasnt meant to be a political statement or rude comment - just a joke
  2. look on the bright side at least your life matters now
  3. Always glad to see these Thanks for keeping the client running smoothly
  4. wouldnt worry about it too much if you want direct feedback from other scripters though, generally that's the easiest way. you should probably look into nested if statements tho (just something i noticed when skimming through)
  5. cool im down for this
  6. code looks nonmalicious good release bro!
  7. given the questions i've seen you asking in the scripter section, if i'm being honest, i'd caution you to sell private scripts. I'd also caution anyone receiving this script as well.
  8. honestly, doesnt seem to be a good idea to do it that way. think it might be better to go something like this: private long lastUpdate = System.currentTimeMillis(); . . . if(System.currentTimeMillis() - lastUpdate <= MethodProvider.random(2000, 3000)) { //some random time period (this would complete the action every 2-3 seconds) completeAnAction(); lastUpdate = System.currentTimeMillis(); } it looked like this was what you were trying to get at, at least
  9. Team Cape replied to chakal's topic in Archive
    ant-ban? definitely not a typo cause you said it twice lol anyway, basic antiban tutorial: http://osbot.org/forum/topic/45828-tutorial-adding-basic-antiban-in-depth/ though most people (including myself) don't think that antiban really matters
  10. Different languages have different conventions. That's why this is named 'Java' naming conventions :P
  11. Doesn't seem like any are gonna show up soon either...
  12. my accounts dont get banned
  13. i bot fairly regularly on a few accounts that im farming and its 0 through just cautionary measures. my accs are in their 80s
  14. imagine your current code in the walk_to_ge state is just walkToGE(); say this: if(inventory.isOpen()) { walkToGE(); } else { tabs.open(Tab.INVENTORY); } and let it go thru the loop again the issue isnt that hes still hopping - it's that the inventory is returning a -1 value for the coins in the inventory
  15. stay on topic. no more about this in this thread. http://osbot.org/forum/topic/82806-new-scripter-ranks/ && inventory.getAmount("Coins") >= 0 is probably a reasonable (lil ghetto) fix thatll work
  16. your inventory isnt open so it doesnt know how many it has. probably returns a -1, which is less than 1000
  17. I sent the total reworking of the script just a few minutes ago. It should be on the SDN in the next couple days, depending on when the devs get to it. Pollniveach has been temporarily removed because I don't currently have an account to test it with on the new system. Enjoy the newly functioning system (see update logs)
  18. relax. a complete overhaul of the script is already underway. if you dont want to use the script, feel free not to.
  19. Nov 21 2016 07:43 PM He recovered the maxed main he sold me last yr (trade happened april 20 2015) how are you not banned

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.