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.

AresScripts

Members
  • Joined

  • Last visited

Everything posted by AresScripts

  1. Alright thanks for the clarification.
  2. So it can take a Location thats in edgeville dungeon, for example, and walk there from lumbridge?
  3. Are dungeons under the "snazzy stuff" category?
  4. what client version are you using
  5. Jagex doesnt ban bots straight away. They detect a bot, read its patterns, then look for those patterns in other players. Then when they are confident that they have detected all of the bots that are running the same script, they ban them all at once
  6. Have you tried restarting the client?
  7. Why would someone do that?
  8. Why would running from taxes get him banned on here?
  9. Even though that takes up less lines of code, I like to only do one "filter" per if statement because its easier to debug for me.
  10. Ah. I need to study up on lambda expressions
  11. I haven't used eclipse in a while but i remember that being not necessary to fix. Warnings usually aren't an actual problem(someone correct me if im wrong)
  12. I would use a filter like this: Filter<NPC> monsterFilter = new Filter<NPC>() { @Override public boolean match(NPC n) { if (n.getId() != monsterID) return false; if(!n.getName().equals(monsterName)) return false; if(n.isUnderAttack()) return false; return true; } }; then you can just say: NPC monster = getNpcs().closest(monsterFilter); Did that help?
  13. I would recommend you look at the last page of each thread. That way you can tell what issues each script has and tell how happy the customers are in general.
  14. I think ill be ready to put my motherlode back on the market tomorrow. Should I post a form like its a new script? Not sure exactly what to do.
  15. your name seems familiar, but I dont remember anything other than that
  16. I plan to re-write all of my past scripts starting with my Motherlode Miner. After I get everything back in tip top shape ill slowly release them back into the market to make sure that each release runs smoothly. I'm really excited to be back! I hope I wasnt forgotten!
  17. mald pls
  18. Is there any way i can get in contact with you?
  19. Im confused. Please expain Also...Youre obviously a developer...Why do you need to hide behind a new account??
  20. The person who made the pre-.75 interactions also made the interactions im using, so one can deduce that they would be very similar
  21. Im pretty sure thats what they are doing if I interpreted the most recent patch notes right
  22. What do you think I should do for progression?
  23. Yeah I just threw it together to see how the interactions are different from a real person. Maybe I should have added more antiban, but that would also skew the results as not every script's antiban is the same. Maybe I can try to make the same script as close to real as possible and see how different the 3 are

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.