Jump to content

abc3

Members
  • Posts

    74
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by abc3

  1. It gets stuck on the account banned screen so I added pressing the back button: private static final Rectangle BACK_BUTTON = new Rectangle(320, 313, 120, 20); private void login() { ... case 14: clickButton(BACK_BUTTON); break; } } Everything else is working great so far!
  2. Agility is the most banned skill to bot. You're better off just suiciding it on a new account to your desired level or paying for a training service. If you're using mirror mode then jagex can't detect the client
  3. What script? Are you just running 1 script on fresh lvl 3s?
  4. Is this with every script or just yours
  5. so you're telling me you "add account" and enter your runescape login, start script, it logs in correctly, but not after it takes a break?
  6. you're not supposed to enter your user and password in the runescape login you're supposed to enter your user and password in the osbot client and it automatically logs in for you
  7. Enter your runescape login instead of your osbot login?
  8. Make sure the OSRS client and mirror client are in the same sandbox Send a screenshot of the running processes
  9. https://osbot.org/forum/topic/166460-guide-how-to-run-multiple-mirror-mode-clients-with-seperate-proxies-bypass-unable-to-create-advertising-error/
  10. As you said mirror mode doesn't support proxies yet So you have to proxy the OSRS client instead
  11. Take a look at keyboard and NPC https://osbot.org/api/
  12. abc3

    Forum Spies

    Jagex are amogus?
  13. You guys are getting bans?
  14. I was against the idea but this is a good compromise: hidden for those who don't wanna see it, visible to those who do You need someone to moderate the channel though, maybe @Malcolm could be hired as coomer-in-chief
  15. 1. Sell your mac 2. Buy a PC Save your GP
  16. This was because of the runescape update, it's working now
  17. If you use the widget debugger, you'll find it's child ID 23 not 22
  18. My scripts have issues with mirror mode and tabs so I always run separately anyway
  19. Which quests were you planning to bot that aren't supported?
  20. https://osbot.org/forum/topic/143443-mac-how-to-run-mirror-mode/
  21. Scripts on the SDN are safe, there's no guarantee that anyone else's code is safe
  22. The api functions return a boolean, you can check the result If patch.interact("Use") fails it returns false, probably because it doesn't recognize the action try patch.interact() it will just use the default interaction
×
×
  • Create New...