Jump to content

Muffins

Global Moderator
  • Posts

    6800
  • Joined

  • Last visited

  • Days Won

    23
  • Feedback

    100%

Everything posted by Muffins

  1. come to the discord if you have issues still.
  2. -bot username:pass:pin cli argument in the patcher
  3. Download the latest client version from https://osbot.org/mvc/get
  4. lemme test something out, might be able to do it how i envision it
  5. havent tested but you might be able to pipe to the terminal on windows using the -debug flag when patching like so havent tested it as i dont have a jagex accc.
  6. I believe it's in the works but not high priority due to the small userbase who use macs for farms.
  7. Running just fine for me. Make sure to download the latest client version from the website.
  8. try replacing C:\Users\YOURNAME\OSBot\Local\jre with an adoptium version of JRE for linux
  9. https://adoptium.net/ for future reference
  10. make sure your project language level is set to 8. and your project SDK is set to 8 as well
  11. no CLI parameter currently is available, the bot manager is currently the only way.
  12. you need to launch the legacy client from the jagex launcher. The C++ client and runelite won't work.
  13. need to use legacy client, https://oldschool.runescape.com/download?force_test=control
  14. PLEASE DO NOT BOT ON YOUR WORK COMPUTER.
  15. yes you can sell EFT currency (assuming EFT is Escape From Tarkov) in the Market -> Other section
  16. it's been 24hrs, give him time to reply.
  17. I would recommend learning the basics of Java (and programming) in general before attempting to write a script. //pseucode for what i was talking about below List worldList = [301,302,303,304,305,306,307,308,309] int x = 0; //zero is beginning of an array if wantToWorldhop(){ worlds.hop(worldList[x]); x++; //x is now 1, x will not hop to 302 next time of calling worlds.hop(worldlist[x]) }
  18. eli5: create a list of worlds you want to hop to, iterate through that list's index, hop to worldList[x]
  19. delete C:\users\YOURNAME\osbot and then re-launch client
  20. the img might need to be in the /osbot/data/ folder as well.
×
×
  • Create New...