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.

Lewis

$100.00 Donor
  • Joined

  • Last visited

Everything posted by Lewis

  1. still needing help with this
  2. Lewis replied to Void's topic in Requests
    i can make some for you, level 3 and 7qp add me on skype: sales.lewis
  3. thank you, not on skype currently but ill be on soon
  4. could you give me a code example please? ArrayList listTest = new ArrayList( listTest.add( "first item" ); listTest.add( "second item" ); listTest.add( "third item" ); listTest.add( "fourth item" ); for example
  5. i am looking to withdraw items A, B, C, D, E from the bank for example. what would be the best way to do this? would i check individually for each item i.e if A is in bank withdraw A If B is in bank withdraw B etc or would i be able to do a list for example: if Items is in bank withdraw Items Edit: i want to withdraw ALL not X/all but one etc
  6. worked thank you
  7. -script test: rest of the code i know is correct i tried variations like: -script test -script test:0 -script test:1 -script test:""
  8. i have made a script to run from where ever to GE script works perfect if i start normally (not CLI) But as soon as i try using CLI: -script test: It does not work. The script requires no params, just to be started
  9. Lewis replied to Khaleesi's topic in Others
    -script 591:1;0;0;1;0 now drops items at GE, how do i fix?
  10. got banking, walking to and from shop to bank down private State getState() { if (Shop.contains(myPlayer()) && !inventory.isFull()) return State.BUY; if (!deposit.contains(myPlayer()) && inventory.isFull()) return State.WALK_BANK; if (deposit.contains(myPlayer()) && inventory.isFull()) return State.BANK; if (!Shop.contains(myPlayer()) && !inventory.isFull()) return State.WALK_SHOP; if (store.isOpen()) { if (store.getAmount(items) <= 0) { return State.HOP; } } return State.WAIT; }
  11. ohh right, like so private State getState() { if (wydinShop.contains(myPlayer()) && !inventory.isFull()) return State.BUY; if (!depositBox.contains(myPlayer()) && inventory.isFull()) return State.WALK_BANK; if (depositBox.contains(myPlayer()) && inventory.isFull()) return State.BANK; if (!wydinShop.contains(myPlayer()) && !inventory.isFull()) return State.WALK_SHOP; if(getStore().isOpen()) { if(getStore().getAmount(items) <= 0) { return State.HOP; } } return State.WAIT; }
  12. Hows this logic looking: private State getState() { if (shop.contains(myPlayer()) && !inventory.isFull()) return State.BUY; if (shop.contains(myPlayer()) && inventory.isFull()) return State.WALK_BANK; if (depositBox.contains(myPlayer()) && inventory.isFull()) return State.BANK; if (!shop.contains(myPlayer()) && !inventory.isFull()) return State.WALK_SHOP; if(getStore().isOpen()) { if(getStore().getAmount(items) <= 0) { return State.HOP; } } return State.WAIT; }
  13. Does this look better private State getState() { if (shop.contains(myPlayer())) return State.BUY; if (inventory.isFull()) return State.BANK; if(getStore().isOpen()) { if(getStore().getAmount(items) <= 0) { return State.HOP; } } return State.WAIT; }
  14. ok i see what you done there it will hop if no other statement is true (compared to my wait if no other statement is true)
  15. so it would look more like: private State getState() { if (!inventory.isFull()) return State.BUY; if (inventory.isFull()) return State.BANK; if (store.getAmount("Pot") == 0 && store.getAmount("Vial of water") == 0) return State.HOP; return State.WAIT; } ?
  16. i also tried private State getState() { if (!inventory.isFull()) return State.BUY; if (inventory.isFull()) return State.BANK; if (store.getAmount(items) == 0) return State.HOP; return State.WAIT; }
  17. practicing with a shop buyer. Looking to hop worlds if store doesnt contain items. i.e final String items[] = new String[] {"Small fishing net", "Harpoon", "Lobster Pot", }; private State getState() { if (!inventory.isFull()) return State.BUY; if (inventory.isFull()) return State.BANK; if (!store.contains(items)) return State.HOP; return State.WAIT; }
  18. Lewis replied to swekswek's topic in Requests
    skype: sales.lewis can do 7qp for 250k/acc too, all accs have a 2day+ cooldown
  19. all im looking is for it to handle this one page for registration https://secure.runescape.com/m=account-creation/g=oldscape/create_account with proxy support for multiple accs
  20. anywhere i could get a mass account register with proxy support? just need them to register 1 acc per proxy
  21. how do i download the update? half my webwalking it glitched on .96 now, when i click homepage download its .96 still
  22. must be haha i cant be doing much wrong myself though @ 1ip:1bot and little hours running, trained acc to look semi legit before farming method
  23. ill make ~20 accs for you with 7qp unregistered emails able to do 250k07 each?
  24. i tried BF too, semi fresh accs (trained a little) but got banned very quick interested in how many your running & how long for

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.