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.

Jack

Members
  • Joined

  • Last visited

Everything posted by Jack

  1. Jack replied to Jack's topic in Scripting Help
    for(int i = 0; i < objects.getAll().size(); i++){ if(objects.getAll().get(i)!=null&&posDist(myPosition(),objects.getAll().get(i).getPosition())<5&&!objects.getAll().get(i).getName().equals("null")) //add to bigger list }
  2. Jack replied to Jack's topic in Scripting Help
    this returns 7642 objects. Looping through all of them to find the ones near me takes a few seconds for some reason. Is there a reason for that?
  3. Jack replied to Jack's topic in Scripting Help
    how do i get all rs2objects? Thats what I need.
  4. groundItems.getAll() gets a list of all ground items How do I do this for entites? I looked all over the api and I have found nothing
  5. Jack replied to Aloha's topic in Resolved
  6. make sure to buy a lot of scripts
  7. RAINBOWER
  8. RAINBOW
  9. ..

    Jack posted a topic in Archive
    .
  10. Jack replied to lolmanden's topic in Archive
    You used to be cool cuz u was the TWC KING but now u just a wanna B whos gots bands a guap
  11. Jack replied to Jordan's topic in Spam/Off Topic
    @Nezz is a great guy
  12. Jack replied to Proto's topic in Archive
    Timekeeper orders it online for people
  13. Go stake it with my script now Check my siggy
  14. Jack replied to Jack's topic in Scripting Help
    Core is my main class that extends script It seems to now be working when I added a null check here: (food is an ArrayList<String> of food names) for(int i = 0; i < inventory.getItems().length; i++){ if(inventory.getItems()[i]!=null&&food.contains(inventory.getItems()[i].getName())){ inventory.getItems()[i].interact("Eat"); return random(650, 900); } } Is there a better way to write this?
  15. Jack replied to Jack's topic in Scripting Help
    Mostly sleeps and a few npc interactions I think it was client error though, not script error.
  16. Jack posted a topic in Scripting Help
    [ERROR][Bot #1][07/02 07:31:01 PM]: Error in script executor! java.lang.NullPointerException at org.osbot.utility.Logger.log(f:243) at org.osbot.utility.Logger.log(f:189) at org.osbot.utility.Logger.log(f:25) at org.osbot.utility.Logger.info(f:4) at org.osbot.rs07.script.MethodProvider.log(MethodProvider.java:721) at net.jack.scripts.Core.onLoop(Core.java:111) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ScriptExecutor.java:99) at java.lang.Thread.run(Unknown Source) was there an error on line 111? This is line 111: catch(Exception e){ ---> log(e.getMessage()); } So what was the original error? Did it throw an exception while trying to tell me what the previous exception was? Im so confused
  17. each account gets 2 weeks, but the trial period is indefinite.
  18. There was a good explanation for this but I forgot what it was. Hopefully someone remembers why the chat can't be read form interfaces.
  19. Bonds are cheeper because most accounts dont last the full 30 days. Bonds give 14 days membs for about 1.2m.
  20. chome is king
  21. 1: that does not work with php 52: that does not work for all proxies
  22. Yea I think my host must add random js to the bottom of my pages
  23. http://pastebin.com/7c0DJifc This is so users know if their proxy is working before they start running your script. You can go ahead and write your own but I thought I might as well give out an easy way
  24. He must be off getting guap.

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.