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.

itzDot

Members
  • Joined

  • Last visited

Everything posted by itzDot

  1. HAA, GOT EEEEEM
  2. probably nothing poor af xD
  3. since yesterday my bot stopped working it and i get this error if someone could help, i don't know what the problem is.. because the code wasn't changed and it worked perfectly fine before yesterday, was there a new update for osbot or something? *NVM works fine on my laptop its just some bugs with eclipse project folders when transferring between two pc
  4. itzDot replied to Jack's topic in Others
    lol.. this is just basically goes to google types in "whats my ip" and fetches the result. people are getting that lazy?
  5. thanks buddy it still needs work dou
  6. fair enough i understand
  7. AdvWoodCutter Hello osbot community, this is my first script and I'll be updating and improving this script overtime. requirements: -have an axe in inventory or equiped -For powerleveling you can be anywhere just select your tree type -For Bank mode be close to the specific area that you selected for banking Current features -power leveling -supports the major popular trees (will add new trees if requested) -works anywhere in runescape just be in a decent proximity of the tree type you wish to cutt -Of course it drops the logs once inventory full *no need to worry about the script dropping your axe -Bank mode -supports yews,maple, magic -current locations that are added -edgevil yews -Grand exchange yews (will add more locations in future of course) -Seers Village(maple, yew , magic) -will walk back to path if your character leaves the area for what ever reason Things i'm working on: -improve antiban GUI Progress report: v2.2: -changed GUI v2.1: -Added SeersVillage maple -Added SeersVillage Yews -Added SeersVillage Magic (two locations) -Added couple of custom antibans v1.9: -added progress bar onto paint -added the obstacle/door for edgevil yews
  8. nvm you need to switch up the returns with chop and drop
  9. for GUI aka form its simple create a seperate class just for GUI which extends JFrame public class GUI extends JFrame { //fields go here //constructor public GUI() { } } ////on main script class in start method envoke the GUI class
  10. check out pia their decent
  11. is there anyway I can disable the random mouse & camera movements that are made by the client
  12. VIP status would help me allot, because while I'm working on my scripts, the VIP status would help me to test the limits of how long I can run my scripts without it getting any error(s)/ban by using the mirror client.
  13. thanks buddy
  14. alright thanks for the heads up
  15. just a little tip no need to make two if statements like that. if (tree != null) if (!myPlayer().isAnimating()) // how to decide which mode to be return State.CHOPPING_LOGS; instead do if (tree != null && !myPlayer().isAnimating()) return State.CHOPPING_LOGS;
  16. hey idk what causes this issue but once a while my script fails to drop the log and instead clicks use, and then it just stops droping the logs and moves onto different task, the method im using to drop the logs is inventory.dropAll(treeType);
  17. Hi i used IntelliJ as my IDE and now i finished the foundation of my script and i wanted to test it out, but I don't know how to test out my script using IntelliJ. If someone could help me it would great, thanks in advance.

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.