ommMatt Posted May 23, 2024 Share Posted May 23, 2024 is there a way to launch a jagex account on osbot directly from cli, in the way you would with -bot "email:pass:pin" Quote Link to comment Share on other sites More sharing options...
Czar Posted May 23, 2024 Share Posted May 23, 2024 Yes, like this. Shoutout to Muffins for this copypasta. Added support for importing Jagex accounts with the following formats: -- email:pass:character_name -- email:pass:character_name:pin -- email:pass:character_name:ip:port -- email:pass:character_name:pin:ip:port -- email:pass:character_name:ip:port:username:pass -- email:pass:character_name:pin:ip:port:username:pass Quote Link to comment Share on other sites More sharing options...
ommMatt Posted May 23, 2024 Author Share Posted May 23, 2024 1 hour ago, Czar said: Yes, like this. Shoutout to Muffins for this copypasta. Added support for importing Jagex accounts with the following formats: -- email:pass:character_name -- email:pass:character_name:pin -- email:pass:character_name:ip:port -- email:pass:character_name:pin:ip:port -- email:pass:character_name:ip:port:username:pass -- email:pass:character_name:pin:ip:port:username:pass Is that not just for the manager? Quote Link to comment Share on other sites More sharing options...
Muffins Posted May 23, 2024 Share Posted May 23, 2024 SET JX_CHARACTER_ID="CHARID" SET JX_DISPLAY_NAME="DoesntMatter" SET JX_SESSION_ID="SessID" java -jar osbot.jar set these env vars on your machine (obv edited with your charid, session id) and then launch osbot as seen below, will launch osb with jagex acc logged in already. 1 Quote Link to comment Share on other sites More sharing options...