Jump to content

Gunman

Super Moderator
  • Posts

    3516
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Gunman

  1. When using bats you need to run the bat every time, this won't change any of the default Java paths used when double clicking jars
  2. 1 client 2 tabs, stealth only
  3. Try "C:\Program Files\Java\jdk1.8.0_361\bin\java.exe" -jar "OSbot 2.6.71.jar" And make sure OSbot 2.6.71.jar is the actual name of the jar, it is case sensitive
  4. That might be related to windows scaling if you're using that
  5. Of course, you can. You're better off learning the fundamentals of Java first. Up to Java Arrays/OOP 1 should be enough to start scripting. But the more complex script you're making, the more Java you should learn to make it easier and cleaner. You may even find making some random simple Java apps to be fun as well. You don't need to stick with scripting necessarily https://www.programiz.com/java-programming Probably the best scripting tutorial and where almost everyone starts https://osbot.org/forum/topic/115124-explvs-scripting-101/
  6. @yeldarb Need to exchange context miner.exchangeContext(getBot());
  7. Make sure you're exporting the libraries
  8. Please note that global OSBot T.O.S. always applies in addition to this one, and personal T.O.S. can be declared obsolete at a moderator's discretion. OSBot Rules Market Rules
  9. The method is returning null so npcName doesn't exist. You need to null check stuff like that. if (npcName != null) { // Call stuff }
  10. Discord doesn't like cheaters
  11. Please note global OSBot T.O.S. always apply in addition to this one, and personal T.O.S. can be declared obsolete at a moderators discretion. OSBot Rules Market Rules
  12. Run it with java, it's a jar file
  13. Gunman

    Account builder

    My wallet is always open for deposits, no need to throw it away
  14. Gunman

    Java Version

    Hit the windows key and type "add or remove programs" and hit enter. Either scroll through the list and look for anything relating to Java, or type in 20 and hopefully it will show up. Otherwise, check the Program Files (x86) folder too. Could be under other folders like Zulu, Azul, Corretto, etc
  15. The feedback has been removed as it's SDN script related. @MvL013 Market feedback isn't meant for SDN scripts. You can leave a review in the store specifically with a rating out of 5 stars
  16. Proof Brits are illiterate
  17. You will probably have to make your own exist method. And best way to track loot for looting bag would be when you bank update it, otherwise check for inventory changes then update etc
  18. Yeah Google translate said about that
  19. English only forum, sorry
  20. Uninstall Java whatever you installed if you don't need that Java version and install Java 8 https://www.azul.com/core-post-download/?endpoint=zulu&uuid=8f69fa30-7e99-409e-8b33-bc8ac1dd3137
×
×
  • Create New...