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. Make a class which would implement MouseListener, add all the default methods and use them to your liking. Then create a new object of your class and simply add it to your script like this: //your mouse object Mouse mouseObject = new Mouse(); public void onStart(){ getBot().addMouseListener(mouseObject); } Here are some snippets on how to hide your paint if you want:
  2. Someone should see a doctor, salt levels in the blood is too high, might mean kidney failure
  3. Vilius replied to tyskie's topic in Introductions
    Welcome, Reffering to the statement you made about looking on how to create a bot, you need very good java knowledge and especially the reflection aspect of it. Its much more easier to make scripts and contribute to an already made community :p
  4. Then you refer to this: http://osbot.org/forum/topic/93981-guidetypes-of-entities-and-how-to-use-them-correctly/
  5. I dont get it, you are making multiple threads asking for help, being really undescriptive of what you want. Basically, providing no information whatsoever and expecting people to help you? Nuuh, that is not how it works. Plus helping you with a script would mean you have made some coding work, but what Im seeing is that you want someone to make you a script. Sorry if Im being a bit harsh, but honestly you wont get far if you are doing things like this.
  6. Hi

    Vilius replied to masterofnser's topic in Scripting Help
    It would be more useful if you told us what kind of help you need, are you having trouble figuring out a logical issue? Or you just have no idea how to make one from scratch? Plus you could just look in the tutorial section, there are plenty of tutorials and mine are really detailed if you want to try and make one yourself.
  7. .

    Vilius replied to Sky's topic in Spam/Off Topic
    grats asoonah
  8. He definitely has no sleep
  9. nice snipperz
  10. nice regex snippet
  11. Vilius replied to Ruzi's topic in Scripting Help
    Yep, you do need to do that, or just create your own interaction.
  12. Vilius replied to Ruzi's topic in Scripting Help
    I suppose it does, but I have no idea why would you want to check that, just do: if(!script.getBank().isOpen()){ //if closed open bank script.getBank().open(); }else{ //if open do banking, take stuff, deposit stuff. script.getBank().depositAll("Logs"); }
  13. Vilius replied to visas's topic in Runescape
    too ez, its not hard man
  14. Vilius replied to Ruzi's topic in Scripting Help
    Check if the player is animating or not if(!script.myPlayer().isAnimating()){ //chop }
  15. I just think his main class isnt extending Script.
  16. sup
  17. them polygons tho
  18. Hero, please follow the simple code conventions given here, it will make our life easier: http://www.oracle.com/technetwork/java/codeconventions-135099.html
  19. Make sure you have Java 8installed, http://java.com/download
  20. Right I guess you dont want that, in that case do this: getBot().getScriptExecutor().setRunningScript(false);

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.