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.

Apaec

Scripter III
  • Joined

  • Last visited

Everything posted by Apaec

  1. old x)
  2. Apaec replied to dudeyoyo's topic in Introductions
    Welcome! but be careful!
  3. Apaec replied to liverare's topic in Spam/Off Topic
    this sounds really bad
  4. UPDATE! Version 1.4 Incorporated the new widgets system into the script. Let me know if anything doesn't work! Apaec
  5. Appreciate it! What do we need to update. Is it only the interfaces system which has changed? Apaec
  6. Apaec replied to Apaec's topic in Combat & Slayer
    Not sure. Just be careful, I suppose bans are just unpredictable apa
  7. Apaec replied to Apaec's topic in Combat & Slayer
    Have you updated your client? Maxi said he fixed the issue (it was a client issue btw) in the previous update. Just make sure you're up to date, and if it still doesn't work, drop a quick post in the client bug report section Apaec
  8. Thanks again!
  9. Apaec replied to Apaec's topic in Combat & Slayer
    Hi, try downloading the latest? 2.3.35? does it work on there? apa
  10. Heyo, looking forward to seeing you with scripts on the market Apa your friend
  11. Good luck! Where are you botting? Apaec
  12. Sure, have enabled a 24h trial on your account apaec
  13. Apaec replied to Apaec's topic in Combat & Slayer
    Ew sounds like a ban wave of some sort. Unlucky guys Apa
  14. Apaec replied to RoomScape's topic in Runescape
    iron knives, best for sure!
  15. for those of you who cba to click the link *flies away*
  16. @Designer - I really liked him up until his scammed me, was a shame he had to be banned
  17. Apaec replied to Apaec's topic in Combat & Slayer
    Hey! this is an issue with the API caused by a recent runescape update. The Devs are working on a fix as you can see in this thread: http://osbot.org/forum/topic/66667-banking-issues-2/#entry732573 - i'm sorry for any inconviniences caused however I cannot do anything about it until the fixed client is pushed (hopefully tomorrow) Woah! thanks for the proggie mate! Glad to hear you like the script too. Feel free to leave a review if you have a spare second here: http://osbot.org/forum/store/product/373-apa-rock-crabs/ Appreciate the kind words! Apa PS: That's alot of caskets xDD
  18. Just play with headphones and turn the sound up
  19. You can use a filter: public static NPC getClosestAliveNotUnderAttackForNameAndActionInArea( Script script, String name, String action, Area area) { NPC closest = null; double lowest = Double.MAX_VALUE; for (NPC npc : script.getNpcs().getAll()) { if (npc != null && npc.exists() && npc.getHealth() > 0 && !npc.isUnderAttack()) { final String npcName = npc.getName(); final List<String> actions = Arrays.asList(npc.getDefinition() .getActions()); final double d = npc.getPosition() .distance(script.myPosition()); if (npcName.equalsIgnoreCase(name) && actions.contains(action) && d < lowest && area.contains(npc)) { closest = npc; lowest = d; } } } return closest; } Stick that method in your code, then define your cow as: NPC cow = this.getClosestAliveNotUnderAttackForNameAndActionInArea(this, "Cow", "Attack", COW_AREA); //where cow area is defined as eviltwin mentioned Otherwise what twin said works, although the messagelistener isn't 100% reliable/clean it works too. Apaec
  20. Apaec replied to Acidd's topic in Gallery
    Super cool!
  21. I have some converse shoes, a pair of trainers, climbing shoes and smart shoes
  22. Nice release mate! Should work great at chaos temple on an f2p world too, I used to have a chaos temple burier and its was okay exp (3k/h) apa
  23. Heya, which script would you like a trial of? Apaec [MESSAGE TO ALL] APA myre fungi has been discontinued as the price of fungi was dropping too low. I will no longer be offering trials of it. Apaec
  24. I'm excited
  25. Yay! Congratulations on your first script! If you are interested, I can teach you how to implement a GUI to your script (GUI = Graphic User Interface (i.e menu basically, not paint!)). I'm glad you found my tutorial helpful, all you have to do now is stay interested, and the more you code, the more familiar you get with the API and general java concepts. Ofcouse, if you have any questions, please don't hesitate to ask me them via PM, i'd be willing to help. Apa

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.