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.

k9thebeast

Trade With Caution
  • Joined

  • Last visited

Everything posted by k9thebeast

  1. From what I see some of the hooks need updating.
  2. k9thebeast replied to Saiyan's topic in Runescape
    flick style +3 attack lash style +1 attack +1 def deflect style +3 def flick style / deflect - use when you are 96 str lash - when you are 97+ str you're welcome. Dont stake if you dont have 99hp Video assumes max maining -> this is for odds staking
  3. NPC storeGuy = script.getNpcs().closest("Store"); if(storeGuy != null){ script.log("Trading store guy"); InteractionEvent e = new InteractionEvent(storeGuy, "Trade"); e.setMaximumAttempts(2); e.execute(); //line 67 https://gyazo.com/8ec12a4cb9a91d57d032238ad0df094f Seems to happen every time I do event.execute (not alone to this type of event)
  4. 500m.
  5. Its a feature
  6. You dont even mention HP levels. You shouldn't be staking. It isnt a casino if you dont know how to play the game
  7. Nice RSN fgt
  8. Wouldn't really call filling your own enum up with all the possible banks cleaner, but your pick lol. Combine the two if you like, his does have some nice components. @LoudPacks
  9. public Area getNearBank(){ Field bank = null; int minDist = Integer.MAX_VALUE; for(Field f : Banks.class.getDeclaredFields()){ try { int distance = getMap().distance(((Area) f.get(f.getName())).getRandomPosition()); if(distance < minDist && distance != -1){ minDist = distance; bank = f; } } catch (IllegalArgumentException | IllegalAccessException e) { e.printStackTrace(); } } if(bank != null) try { return (Area) bank.get(bank.getName()); } catch (IllegalArgumentException | IllegalAccessException e) { return null; } else return null; } Can someone plz update this with streams. Thanks @Alek plz turn Banks into actual enums so I dont have to do this gunk
  10. Shit guide. Reported for selling weed. I have premium antiban methods that literally hack jagex
  11. k9thebeast posted a topic in Spam/Off Topic
  12. k9thebeast replied to tadasz's topic in Price Check
    5-7m
  13. No it would be horific. You need 99 hp and 96str
  14. k9thebeast replied to samlol1234's topic in Archive
    Add this at the top of your onloop if(MethodProvider.random(0,10) == 1){ getCamera().moveYaw(getCamera().getYawAngle() + 10); }
  15. Not 100% sure, havent really editted my tut script in a while. Try sending a space. getKeyboard().typeString(" ");
  16. You on tutorial island? Tutorial island is a bit different since I believe you are always in dialogue
  17. 50m if u cant do this http://oldschoolrunescape.wikia.com/wiki/Client_of_Kourend/Quick_guide
  18. k9thebeast replied to Viston's topic in Archive
    Here is helpful logic. Line 80 -> returning null Line 80: switch (s) { s -> must be null Line 78: s = getState(); getState() -> Must be returning null
  19. @Explv No guarantee this works as I havent used it in a while, but found something in one of my older scripts. sleepUntil(20, () -> !client.getLoginStage().equals(null));
  20. The client hasn't loaded before trying to log in. Simplest way to do this would be to add a 15 second sleep before trying to log in. There are better ways ofcourse..
  21. Change the -bot user:pass differently and you can
  22. Ahhhhh data folder thanks

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.