Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Colorfulstan/28b2a1751604de9eced7380918f9b8df to your computer and use it in GitHub Desktop.
Save Colorfulstan/28b2a1751604de9eced7380918f9b8df to your computer and use it in GitHub Desktop.
Garena client (LeagueClient UX.exe)
D:/Garena/Games/32771/LeagueClient/LeagueClientUx.exe
"--locale=en_SG"
"--servers.chat.chat_host=sg1.chat.si.riotgames.com"
"--servers.lcds.lcds_host=prod.lol.garenanow.com"
"--servers.lcds.login_queue_url=https://lq.lol.garenanow.com/login-queue/rest/queues/lol"
"--region=SG"
"--parent-client=GarenaPC"
"--no-rads"
"--remoting-auth-token=kItBNgRIncu_Wn6Xgthi3w"
"--app-port=49230"
"--install-directory=D:\Garena\Games\32771\LeagueClient"
"--app-name=LeagueClient" "--ux-name=LeagueClientUx"
"--ux-helper-name=LeagueClientUxHelper"
"--log-dir=LeagueClient Logs"
"--bugsplat-name=league_client_riotgames_com"
"--bugsplat-platform-id=SG_GarenaPC"
"--app-log-file-path=D:/Garena/Games/32771/Game/Logs/LeagueClient Logs/2019-11-08T18-42-38_3740_LeagueClient.log"
"--app-pid=3740"
"--no-proxy-server"
Garena client (LeagueClient.exe)
"D:\Garena\Games\32771\LeagueClient/LeagueClient.exe" --locale=en_SG --landing-token=5f9c98bff029db7ffe4d3fca1d18708347d656497c9129d8f1bc183a9ed51aea --garena-plus-token=TM+tv4IOmY3QM9Z8Ego5ddwabt5DnxLe346PooLR3pMpM/vUsTDpDw846raCjM9NJyJnLbQz2+vhNMkHkUK/dt1CfCmMVwR3m3YtNcY3khtykmuVjqXnctwE7coHwxrDFDRkeyCPB2ViWOXQaQ17UHd0BlI4G9C4S2Drhpim2eTMObK9vZHFqmRfBz7YvFrFVQkvP7IKwKhw60TjtWm7fZ4uIKYSLDgv2uocazDdUlQEuWNm4lKlY0zAdEutxf00uwv3zZm/uNn+OJXBDzZUrWPmV4+MQ4/DaPaQO6OQ3MS/F0ICvMvHb+7Ul7a5l21nAwYpvFhE+Fxiy0ewY431vA== --servers.chat.chat_host=sg1.chat.si.riotgames.com --servers.lcds.lcds_host=prod.lol.garenanow.com --servers.lcds.login_queue_url=https://lq.lol.garenanow.com/login-queue/rest/queues/lol --region=SG --parent-client=GarenaPC
Riot (LeagueClient UX.exe)
C:/Games/lol/LeagueClientUx.exe
"--riotclient-auth-token=-8tMZ1jDYjr-wB1xC8d_nw"
"--riotclient-app-port=49526"
"--no-rads"
"--disable-self-update"
"--region=EUW"
"--locale=en_GB"
"--remoting-auth-token=YAdCA8IA-k98ji49OR79-w"
"--respawn-command=LeagueClient.exe"
"--respawn-display-name=League of Legends"
"--app-port=49536"
"--install-directory=C:\Games\lol"
"--app-name=LeagueClient"
"--ux-name=LeagueClientUx"
"--ux-helper-name=LeagueClientUxHelper"
"--log-dir=LeagueClient Logs"
"--bugsplat-name=league_client_riotgames_com"
"--bugsplat-platform-id=EUW1"
"--app-log-file-path=C:/Games/lol/Logs/LeagueClient Logs/2019-11-08T10-36-41_8332_LeagueClient.log"
"--app-pid=8332"
"--no-proxy-server"
Riot (LeagueClient.exe)
C:/Games/lol/LeagueClient.exe "--riotclient-auth-token=-8tMZ1jDYjr-wB1xC8d_nw" "--riotclient-app-port=49526" "--no-rads" "--disable-self-update" "--region=EUW" "--locale=en_GB"
@GURJARAJAY
Copy link

how your getting this "--riotclient-auth-token=-8tMZ1jDYjr-wB1xC8d_nw" Token???

@Colorfulstan
Copy link
Author

how your getting this "--riotclient-auth-token=-8tMZ1jDYjr-wB1xC8d_nw" Token???

These I got from using the Overwolf Client, checking their launchers API.
Not sure how you can view them natively, but it's basically what RIOT setups to start the client.

You can propably take any decent windows process-explorer tool to make the arguments passed in visible.

@Colorfulstan
Copy link
Author

Also if you check the rift-explorer project, you might be able to find the programmatical way to receive them on your own

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment