This script is helpful for the quick completion of the 2022 summer sale event
Этот скрипт поможет Вам быстро пройти ивент летней распродажи 2022
EN
- Open store page Click on 'FREE FUN THIS WAY'
let xsrf_token = "YourXsrfTokenHere"; | |
let keys = [ | |
"ListOfYourKeys", | |
] | |
for (const key of keys) { | |
let response = await addKey(xsrf_token, key); |