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.

Joseph

Trade With Caution
  • Joined

  • Last visited

Everything posted by Joseph

  1. For those wondering how to find out if the enter amount is up for people to handle it correctly and not miss up. Here the snippet. Best fail safe so a character doesnt type an amount in the chatbox. /** * the interface is usually never null, but changes location when visible or not * * @return true if the 'enter amount' interface is visible */ public boolean canEnterAmount() { RS2Widget warning = getWidgets().get(548, 119); return warning != null && !warning.getPosition().equals(new Point(-1,-1)); } have fun and happy scripting
  2. Opps http://osbot.org/forum/topic/70713-dynamic-signature-php-snippet/
  3. you can do what ever you want its your script. As long as there is no malicious code. Also it cant not be time limited. It can be featureless.
  4. send me a pm and ill link you guys to the software
  5. If you are interested in the software. i found it free and cracked. It comes with the key. Let me know if you want it. FL Studio Producer Edition 11.1.1
  6. Where the source? I'm really digging the little game.
  7. Joseph replied to Pecman's topic in Spam/Off Topic
    It is, #devMald
  8. good luck finding someone to answer those questions
  9. http://prntscr.com/72mwkv http://prntscr.com/72mv9k better pictures @Valkyr
  10. this is like a few line of code to initialize it and its an easy and quick paint. seeing as im trying to make a few scripts. Its annoying to have to repeat / remake the paint edit: ill post pics in a little
  11. http://prntscr.com/72mgae i just made this painter to make things easier for me. Would you guys use it if i release it?
  12. me like it
  13. hes splashing magic, magic bonus so low he cant hit. Defend so high imp cant hurt him lol
  14. I believe its because of the logout method above the world hop. I believe the world hop class should automatically log out and hop worlds for you without having to force the logout.
  15. Joseph replied to reem's topic in Archive
    I'm working on a magic script, lend me your account I'll be glad to do it for you
  16. Twin do not use != false If you do If (boolean) <-- its already checking to see if its true. If (!boolean) <-- false check
  17. Sometime we even have free scripts out. Its working perfectly and we have nobody replying on the thread. Util something break and out of no where we have everybody complainning. Perfect example: my plunder script.
  18. Joseph replied to Psvxe's topic in Scripting Help
    play with this, have fun. getMap().getRegion(); //return regionn instance http://osbot.org/api/org/osbot/rs07/api/map/Region.html
  19. Learn to listen lol. If you truly listen to the fight you'll see they were horse riding may the whole time. Not once did they speak good about PAC. So if you don't watch boxing and either do I. How you going to say listen to the game.On top of that all may did was hide and play defence. What if PAC did the same thing, it wouldn't be a good game.
  20. Oh nice op seeing as you already implemented the interface. Just do in the onStart getBot().getCanvas().addKeyListener(this);
  21. Joseph replied to liverare's topic in Archive
    Inb4 2 plunder scripts on the sdn
  22. I don't see anything to add key listener.Op I do know in keyboard class you can grab the key Listener class.so use that instance to do want you need
  23. Do you see that keyevent use the argument to know when the key has been pressed You talk about mouse pressed title. But in the op it talks about key pressed
  24. getInventory().filter(new ActionFliter<Item>(actions)); This will return a list of items with the action. Actions I think is a varg aka array

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.