-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Francesco Saverio Cannizzaro edited this page Jun 30, 2022
·
3 revisions
- Open HoYoLab and login
- Press F12
- go to Application > Cookies and copy
ltoken
andltuid
or paste this line on console
and press Enter
document.cookie.split("; ").forEach(b=>{let[a,...c]=b.split("=");["ltuid","ltoken"].includes(a)&&console.log(a,c[0])})that will print
ltoken YOUR-LTOKEN-HERE ltuid YOUR-LTUID-HERE
Compile with your UUID
and the previous extracted fields