Jump to content

Lordsthan

Members
  • Posts

    76
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Lordsthan

  1. You are not alone, it's a known bug and developers are working on it.
  2. 1. Allows you to enable or disable your mouse and/or keyboard. 2. Yes, go to Settings -> Options -> Debug tab -> Check "Mouse trail"
  3. Use the debug flag on CLI.
  4. They will change your login, I guess.
  5. Some users had this problem in the past and they changed their display name. You can request that on a thread in the vip section or talk to a staff member.
  6. Follow the procedure I've linked in my first post for whichever executable IntelliJ is using.
  7. Do you have JDK and JRE installed? If yes, IntelliJ may be using javaw.exe or java.exe from JDK folder while OSBot is using from JRE folder.
  8. @ukasz may be your guy.
  9. Try this: https://stackoverflow.com/questions/22737535/swing-rendering-appears-broken-in-jdk-1-8-correct-in-jdk-1-7/26610279#26610279
  10. You can override the Break Manager via code:
  11. I'm not an expert on Intellij IDEA but I quickly made a project to test and it works both on IDE and .jar. Here is my artifacts settings:
  12. I've used this in the past: boolean isOnCutscene(){ return getConfigs().get(1021) == 192 && getMap().isMinimapLocked(); }
  13. Try this instead: @SuppressWarnings("deprecation") @Override public void onStart() { goChopTree.exchangeContext(getBot());}
  14. Try this: public void onStart() { goChopTree.exchangeContext(getBot()); }
  15. ZeahFlaxPicker.jar
  16. On your browser, type "steam://controllerconfig/578080/1099452602" and open it using the Steam Client option.
  17. https://support.playbattlegrounds.com/hc/en-us/articles/115004276113--XBOX-Controller-Guide
  18. I agree to your T.O.S. Currently talking on discord for a service on two accounts.
  19. Try -script testScript:null
  20. You got banned because someone posted about it on reddit. Your nickname is visible on your latest video at 2:26.
×
×
  • Create New...