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 posted a topic in Archive
    I feel that we need another 1-2 chatbox mods. It seems we are left with no staff in the chatroom quite often. They really dont even need to do anything other that idle in the chatbox. People are a lot less likely to spam when they see a staff member. Just a suggestion. Everyone seems to be doing there job but it seems we could use one more.
  2. private NPC getBestNpcToAttack(ArrayList<String> ourNames){ java.util.List<NPC> allNPCs= client.getLocalNPCs(); //all local npcs ArrayList<NPC> goodNPCs = new ArrayList<NPC>(); //all npcs with names we are looking for ArrayList<NPC> temp = new ArrayList<NPC>(); //A holder int[] currentBest = {-1,1000}; //Used in returning value //Find all npcs with names we are looking for for(int i = 0; i < allNPCs.size(); i++){ if(ourNames.contains(allNPCs.get(i).getName())){ temp.add(allNPCs.get(i)); } } //Make sure they exist, are alive, and attackable for(int i = 0; i < temp.size(); i++){ if((temp.get(i).exists())&&(temp.get(i).getHealth()>0)&&!temp.get(i).isUnderAttack()){ goodNPCs.add(temp.get(i)); } } if(goodNPCs.size()<1) return null; //No npcs you can fight else{ //Find out which npc is closest for(int i = 0; i < goodNPCs.size(); i++){ if(goodNPCs.get(i).getPosition().distance(myPlayer().getPosition())<currentBest[1]){ currentBest[0] = i; currentBest[1] = goodNPCs.get(i).getPosition().distance(myPlayer().getPosition()); } } if(currentBest[0]==-1) //Should never happen, just a check. return null; else{ return goodNPCs.get(currentBest[0]); //returns the closest npc } } } Usage: NPC openNPC = getBestNpcToAttack("NPC_NAME_HERE"); openNPC.interact("Attack"); Please post if you can improve it. I just threw this together really fast and thought it would be a good recourse for people new to scripting that want to make a combat script.
  3. It does not look that much like java to be honest.
  4. Seems to be accurate
  5. get him maldy
  6. Mac vs pc has no effect. You should pm the scripter who made it if you want him to update it.
  7. I have an account that is around 60/60 (I cant exactly remember) with 1 def and 1 pray. It has mm and lost city and Mith gloves. Pm me if you are interested. It has no membs so I would need to put a bond on it.
  8. You need to only have one client open at once when adding new accounts.
  9. The rumors are true. You have no feelings :P I would but... you should like this
  10. Tell yo girl to get a JOB
  11. Jack replied to YoungWinner's topic in Archive
    You should download spotify
  12. I read the title but I could find what type of worker you needed
  13. This account is almost too good. People will be scared to buy :P You defiantly should try to get over 50m.
  14. osbot 2 is still not working...
  15. Jack replied to mixuhd's topic in Snippets
    This is how you test it...
  16. That is probably how they know to put you in a bot world. This is my 1000 post by the way
  17. 999

    Jack replied to Jack's topic in Spam/Off Topic
    NO ALL MY POST ARE QUALITY!
  18. 999

    Jack posted a topic in Spam/Off Topic
    Dat postcount... Dat join date...
  19. Jack replied to walterwhite55's topic in Archive
    So you really want to be banned?
  20. Slow down?

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.