Daily Check-In Genshin Impact, Honkai Impact, Honkai: Star Rail

less than 1 minute read

Published:

This script will automatically check in every day in HoYoLab, and works with Genshin Impact and Honkai Impact 3rd too

Step 1: Open Google Script and paste the Code.

Step 2: Open the link, then log in first.

Step 3: Right-click on the Hoyolab page and select “Inspect” instead of “Console”. Then paste the code below.

function getCookie(name) {
const value = `; ${document.cookie}`;
const parts = value.split(`; ${name}=`);
if (parts.length === 2) return parts.pop().split(';').shift();
}
console.log('ltoken='+getCookie('ltoken')+'; ltuid='+getCookie('ltuid')+';');

Step 4: Copy the ltoken and Ituid, then paste them into column 1 of the code.

Step 5: Open the trigger and press the trigger button. image

Step 6: Run the code.