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 you Aight, will try.
  2. I cant seem to join the chatbox, I get an error joining. https://gyazo.com/ab6f085db37add5367181c4119504ae7 Anyone else experiencing this problem?
  3. More info, he tried to scam a 130euro knife from me
  4. Lol's were made. https://gyazo.com/03d1f9ec8d8947828d6536e996786cc2 , https://gyazo.com/e44737fa9666e39660d2d35a600eb9cb , https://gyazo.com/e3e6589d47896151666e1ba196fdcda9
  5. Good luck man, looking really good fam :P
  6. Nah, coal mining at barbs with banking. f2p profit from coal alone bout 300k xD
  7. Just right now my mining bot got banned. its been botting for 12 hours with breaks.
  8. I tried logging everything, but don't seem to understand what do you want me to log with localwalker? WALK_TO_FISH("WalkToFish") { @Override public boolean canProcess(main script) { boolean inArea = script.ZONE.contains(script.myPlayer().getPosition()); return !inArea; } @Override public void process(main script) { if(!script.myPlayer().isMoving()){ script.getLocalWalker().walk(3109, 3433); } } }, This is how my walk to fish code looks like, it works. It goes where I want it to go
  9. Well its walking to the fish zone when its not on screen.
  10. WALK_TO_BANK("WalkToBank") { @Override public boolean canProcess(main script) { boolean inAreaPickup = !script.BANKZONE.contains(script.myPlayer().getPosition()) && script.inventory.isFull(); return inAreaPickup; } @Override public void process(main script) { if(!script.myPlayer().isMoving()){ script.getLocalWalker().walk(3183, 3437); } } }, i'm not sure whats happening, tried everything checked if everything is starting doing its things. But when inventory is full and its not in bankzone it doesn't walk to the bank. Even when inAreaPickup is true. Maybe something is wrong with LocalWalker? Even the almighty fixthissite doesn't know whats happening.
  11. Nevermind, canProcess is returning false. ;_;
  12. tried that, didn't work tho.
  13. Vilius posted a topic in Introductions
    Heyo! I'm Vilius! I'm a long time lurker now interested in making my own scripts! Few cool peeps: dudeami fixthissite
  14. Whens the release date?
  15. Why its so important, was it life threatening? Depends on the situation.
  16. So I get an error with looting filter what am I doing wrong? GroundItem ashes = groundItems.closest(new Filter<GroundItem>() { @Override public boolean match(GroundItem groundItem) { return groundItem != null && groundItem.getName().equals("Raw trout && Raw salmon") && ZONE.contains(groundItem); } }); How do I fix that?

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.