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.

KEVzilla

Members
  • Joined

  • Last visited

Everything posted by KEVzilla

  1. How do I report a bug if I can't start a thread? Or are greynames disallowed to do so?
  2. Added you on Skype. Let's see if I can resolve your problem.
  3. Yeah my 1 day old account got banned lol.
  4. Yeah it's so good man.
  5. KEVzilla replied to Gecko0's topic in Resolved
    I can't compare to w7, but I can to w8. And I have to admit w10 is faster IMO.
  6. Did you run it in terminal? (java -jar osbot.jar) If so see if the terminal has any errors.
  7. What was the code you tried that didn't work?
  8. RIP. Jagex hit me with the banhammer.
  9. Try a vnc server?
  10. Nice job, but I do think most use builders though.
  11. Thanks! For combat Strength and HP. And the others are Cooking, Fishing and Thieving Thank you very much lad! Cheers m8 Noted, thanks. Heh, thanks man.
  12. Alright, thanks man. No need to call the super btw. Can just do #getGroundItems().
  13. Yeah, as I said in my reply that I'm not familiar with the API. And I just rewrote his broken script to work.
  14. Does this help you buddy? @ScriptManifest(author = "FFTL", info = "First", name = "main", version = 1.0, logo = "") public class FFTLFeathers extends Script { private State state; public enum State { LOOTING, WALKING, FILLTHISINMAN } @Override public int onLoop() throws InterruptedException { getState(); switch (state) { case LOOTING: lootFeather(); break; } return 750; } private void getState() { final GroundItem feather = closestGroundItemForName("Feather"); if (feather != null) { if (feather.isVisible()) { state = State.LOOTING; } } } public void lootFeather() { GroundItem feather = closestGroundItemForName("Feather"); if (feather != null) feather.interact("Take"); } private GroundItem closestGroundItemForName(final String name) { final GroundItems groundItems = new GroundItems(); final List<GroundItem> list = groundItems.filter(new NameFilter<>(name)); for (GroundItem g : list) { if (g.isOnScreen() && g.exists()) { //You could implement a null-check here return g; } } return null; } } Edit: not so familiar with the API yet, let me know if there are better ways lol.
  15. Good luck lad. :')
  16. Post the assigment in your thread, or PM me.
  17. Started today my Deadman's account and will be updating this thread accordingly.. Even though I died like 3 times, lol. 1-12-2015:
  18. KEVzilla replied to KEVzilla's topic in Introductions
    Yah, I know got members lol. Cheers lad. Will be careful =P, thanks man.
  19. KEVzilla posted a topic in Introductions
    What's good boys? Been a while since I have touched OSRS and just decided to come back and check out deadman mode. And try to bot it for le fast EXP's. ..Other than that I'm 21 years old, Dutch, certified Java programmer (4 years solid experience, junior rn) and attending uni. Lata.

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.