Jump to content

Gunman

Super Moderator
  • Posts

    3481
  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by Gunman

  1. Run jar fix https://johann.loefflmann.net/en/software/jarfix/index.html
  2. People normally regard Zulrah as high in general as quite a bit of people bot it. If you don't wanna risk it then don't bot it. Only real way to get a true idea of the waters is trying it for your self. If you do try it just do 1 account so if something goes wrong it's only 1 account that's gone not all of them
  3. Video is from 4 years ago, but I doubt much has really changed.
  4. Go into OSBot debug settings and click the mouse position check box. A red X will now be where the mouse is
  5. Try using !ore.exists() I don't know if this will work or not, depends on how OSBot does that method
  6. It's possible to read login details of any account logged in, but not with native OSBot.
  7. Right click -> open with -> choose Java. Java 8 is required btw.
  8. @Wishy Thank you for the report. The evidence provided is sufficient enough to confirm the offense. The user has been punished. Dispute closed.
  9. Make sure you have Java 8 installed and are opening it with Java 8
  10. Depends on what works for you, some people run 1:1 some people run 1:2, 1:3, 1:4, etc up to even 1:60 or 1:100. But most people do 1:1 to 1:5 I believe.
  11. $1-$15 a month depending on type and provider
  12. Uninstall Java 17 and install Java 8
  13. The details are stored locally and encrypted. Only way to retrieve them is by spam clicking the email field when the login handler goes to login.
  14. @Teamwork OSBot doesn't hook var bits. So you can't access var bits with OSBot API. There was talk about adding them a while back, but they decided not to for some reason
  15. @sanyo1989 First photo says it's a jre but in the bat file you have jdk. Basically the path is wrong, change bat file jdk to jre. And the file path should still be in quotes as mentioned previously
  16. Generally not recommended to bot on accounts you care about.
  17. Shouldn't having the friends only part of the chat selected and using the chat box api with maybe message listener work?
  18. Add pause to the end of the bat file on it's own line. Should stop the box from closes so we can see what it says
  19. Try jar fix https://johann.loefflmann.net/en/software/jarfix/index.html
  20. Should rearrange it like below so you only sleep if the interact method returns true, if it failed then you will be sleeping for nothing. if (ashes.interact("Take")) { new ConditionalSleep(3000) { @Override public boolean condition() { return (!ashes.exists()); } }.sleep(); }
×
×
  • Create New...