Jump to content

Token

Script Officer
  • Posts

    8431
  • Joined

  • Last visited

  • Days Won

    49
  • Feedback

    100%

Everything posted by Token

  1. Either your script or one of the dependencies is not compatible with java 8 (has been compiled with a newer version); for dependencies you can usually find them in multiple versions, both for java 8 and for newer versions
  2. Token

    Stealth Quester

    That's most likely caused by one of the quests requiring food, but if you wanna run on iron men there are 2 options: Press F5 while the GUI is open to switch to iron man mode where it will automatically gather items for a some quests Press F4 while the GUI is open to switch to debug mode where the script will not use the bank or GE, but will try to work with what you have in inventory instead (won't work if you don't have the items it expects)
  3. Make sure your project source and output are not in the Scripts directory, and only the built jar is going to be there Extract all dependencies except for OSBot into output jar Double check that you have nothing in Scripts directory except for the previously built jar Start a command prompt jar tvf <script_jar> Verify if above contains all dependencies java -jar <osbot_jar> -autologin -bot email:pass:1234 -script Sheets:a -debug 0 If the above fails, read the entire stacktrace from cmd and look for security policy exceptions about reflection java -jar <osbot_jar> -autologin -allow reflection -bot email:pass:1234 -script Sheets:a -debug 0
  4. They are not showing up because of sandboxie, not because of mirror mode, you will have to configure sandboxie file access properly in order to use local scripts within a sandbox
  5. I've asked our developer, Patrick, about the misclicks and he confirmed that the 2.6.13 client did have an issue with misclicking widgets, but that's a few versions behind on the dev branch and the current one should work as intended It's free for now, until the stable version Authed Authed Authed Authed
  6. Token

    Stealth NMZ

    I'll send you a PM
  7. Unlock house on the hill teleport and mushtrees Authed Authed Yes, I'll push an update most likely today or tomorrow with the last round of features before official release Authed
  8. Token

    Stealth Quester

    So you never used any other scripts on that account? I'm afraid I'm not currently doing trials
  9. Could you check the CPU/memory usage of the clients when this happens? Both the mirror client and the one being attached
  10. Token

    Stealth Quester

    Mirror is generally safer, but it's important to play in the same session as you bot, if you log out or let the account rest the ban rates tend to increase
  11. Token

    Stealth Quester

    Run 1-2 quests at a time on mirror mode and play manually between for best results, never been banned that way
  12. Token

    Stealth Quester

    Bone Voyage I think I forgot to implement the case where it fails multiple times and has no rope left. Does it have any rope in inventory, or did it fail multiple times and lost the rope? What weapon were you using? What was the hitsplat the caused the regeneration? What's your attack/strength?
  13. Does it work if you restart the mirror client? Are you using runelite?
  14. 1 bot per VPS and all with same specs?
  15. Token

    Stealth Quester

    Give the mirror client a restart, the widgets may have broken; it's best to start a fresh mirror client before every script run to minimize the risk of hooks randomly breaking
×
×
  • Create New...