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.

progamerz

Scripter II
  • Joined

  • Last visited

Everything posted by progamerz

  1. But if u did that it's against the rules(Can result in Bans + IP bans) not to be rude just saying u
  2. i noticed a small bug it keeps dropping logs after 2-3 cuts while i don't have C1D1 selected other thn that works well thanks
  3. Bump!
  4. @Apaec Sand Crab's Joking its beast!!!
  5. Got a trial worked veryyy well, didn't notice any lag issues and didn't get locks recommended!
  6. U can filter closest NPC: Example(Not sure as I typed it her not in IDE so check it out): NPC npc = getNpcs().closest(f-> !f.isUnderAttack && f.gethitpoints > 0 && !f.isHitbarvisibile) EDIT: check fruity's post
  7. I didn't understand what you meant can you please explain me?
  8. STATUS: Available for medium/small sized scripts Please read this thread before viewing my thread Payment Options 07 RSGP BTC Support All bugs will be fixed for FREE during the initial 2 months after purchase. After the initial 2 months, bug fixing fees may apply. Any upgrades to a script will cost you after a service has been done. Bug support can take up to 72 Hours, unless I am busy. You will be told of any delay as long as you are on one of my contacts below. Terms of Service You will provide any required resources/accounts for the service. You will pay before I start the service. I am not responsible for any bans during or after the service. You will not redistribute the source unless I give the approval. (Jar, decompiled jar, etc. to ANYONE) I have the right to cancel the service at ANY TIME (I do not have to give you a reason). If a cancellation occurs, you will be refunded fully. I am not responsible for adding more features after agreeing to the original contract with the set of features in place, YOU MUST PURCHASE THE EXTRA ADDITIONS. It is your responsibility as the customer to provide all the necessary features and requirements. If you order from me, you will AUTOMATICALLY ACCEPT these TOS. Request Form (To be used whenever contacted me or posted here) Request: This should have the title of your request. Details: Explain what exactly the script should do. IN FULL DETAIL Budget: How much you are looking to pay. Payment Method(s): Your Payment methods you can provide. Time: How soon does this need to be completed? Additional Notes from me: I am not responsible for knowing how your method works. When sending the request form, please state in full detail how the script should function. Otherwise, if I misinterpret the functionality, and you want changes you will have to provide additional fees. *See 6th line Terms of Service* Contact Osbot PM Discord Server Ticket (link in signature) Thanks @Chris for template!
  9. I was using the settings (Afk my tile) (Attack my crabs only) so not sure what u mean AFK tile as i was using the plugin
  10. 1 more suggestion tho idk if its worth the editing of the script code for profit counter is to ignore vails if using potions idk if i do seem stupid as its only 2gp but i am telling u as i said if its not worth editing then leave it EDIT: Bug(Crash hop i think so) throws an NPE: [INFO][Bot #1][05/13 06:38:59 PM]: Exception in script thread 2: java.lang.NullPointerException at a.a.d.AUx.c(lo:659) at a.a.d.AUx.D(lo:42) at a.a.d.auX.D(mh:642) at a.aux.C(gj:253) at a.aux.onLoop(gj:787) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(mo:57) at java.lang.Thread.run(Unknown Source)
  11. Can i get a trial if possible? Thanks
  12. Oh then idk i feel like post farming anyways thanks for letting me know
  13. Umm not sure but i used to use this before in my old Seagull Script and used to work with Melee(Scimitar/Swords) not sure about others but i'll share it: Credits @Khaleesi import org.osbot.rs07.api.ui.RS2Widget; import org.osbot.rs07.api.ui.Tab; import org.osbot.rs07.script.MethodProvider; public enum FightStyle { ATT("Attack", 0, 3), STR("Strength", 1, 7), DEF("Defence", 3, 15); public static FightStyle[] STYLES = FightStyle.values(); String name; int child, id, parent = 593; private FightStyle(String name, int id, int child) { this.name = name; this.child = child; this.id = id; } public String getName() { return name; } public int getChild() { return child; } public int getId() { return id; } public static FightStyle getFightStyle(MethodProvider p) { for (FightStyle f : FightStyle.STYLES) if (f.getId() == p.configs.get(43)) return f; return null; } public void changeTo(MethodProvider p) { if (p.configs.get(43) == id) return; RS2Widget w = p.getWidgets().get(593, child); if (w != null && w.isVisible()) { w.interact(); } else { p.getTabs().open(Tab.ATTACK); } } }
  14. Isn't that what he wanted anyways sorry if i was wrong what i meant is to know if Strength/Attack/Defence is selected ignore it if its not what u wanted
  15. Configs is the way to know which is active.
  16. @ProjectPactCan i get a trial :)?
  17. Thanks! definitely will use it
  18. Hey, 1 more think, i know that u have life out of osbot but u can do this whenever ur free like after u fix all the main issues is try to fix maybe the profit counter? as for example i think atm it works like if i had a potion(4) and it drank then it will count the price of the potion(3) and add it. as i said u can take ur time and thank you for being pushing updates! Edit: I have other suggestion as for the hotkeys would there be an option to disable them? as atm in the .125 client they made f9 toggle logger and f10 disable input. Thanks
  19. Bump

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.