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. for(Player player : getPlayers().getAll()){ Why do you need to get all players nearby? And you could use a Timer class (which you would have to implement yourself) or.. use the /general/ Timer class of a few years back: https://github.com/dunnkers/RSBot-API/blob/master/util/Timer.java
  2. Or.. OP needs to finish his script.
  3. Was gonna check this script for some constructive feedback for you, but upx.nz is down. =/ OP: keep them scripts going!
  4. You can always try to write and sell your scripts. Nobody will stop you buddy.
  5. Well, yes and no. Since I dont use PayPal and don't own much rsgp.. lol
  6. Nice work and designs. But I don't see any prices listed..
  7. Congrats man. What's your next script? ;)
  8. Position#distance
  9. Or come to Amsterdam and have a good time. ;)
  10. Post your whole script here or PM me it.
  11. Graphics2D g = (Graphics2D) graphics; No need to cast here, since the parameter already uses Graphics2D.
  12. KEVzilla replied to ni562's topic in Scripting Help
    Why would you need to get the password? And there is a login solver within the client.
  13. C# looks very much on Java. I don't think you will have any trouble.
  14. final RS2Object wheel = getObjects().closest("Spinning wheel"); The final modifier is optional.
  15. Free AIO resource scripts are not allowed on the SDN. I am pretty sure someone could release a Rock Crab script for free on the SDN.
  16. PM me your skype.
  17. With what is it opening? Check if it is: C:\Program Files\Java\jre1.8.0_66\bin\javaw.exe
  18. There exist builders for GUI's. And for a path, if you need it.. Here's a simple Path Maker: http://dunnkers.github.io/DunkPathMaker/
  19. Alright here in pseudo-code: NPC spot = get NPC's nearby with a filter which have the name "Fishing spot" and have an action called "Net" if (spot is not null) if (spot is visible on our screen) interact with the spot with action "Net" else // so the spot isnt visible walk to the spot This isn't really pseudo-code, but it serves the purpose.
  20. The fishing spot is a NPC, and not an object.
  21. Why are you hacking man?
  22. What does the logger log
  23. Feel free to PM me it. I have a C2 level of English. - http://www.deutsch-als-fremdsprache.org/en/faq/323-what-does-language-level-a1-a2-b1-b2-c1-and-c2-mean.html

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.