Skip to content
Francesco Saverio Cannizzaro edited this page Jun 30, 2022 · 3 revisions

HoYoLab Authentication

Browser

  1. Open HoYoLab and login
  2. Press F12
  3. go to Application > Cookies and copy ltoken and ltuid

image

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

Stream Deck

Compile with your UUID and the previous extracted fields

image

Clone this wiki locally