xurrux
Новичок
- Сообщения
- 1
- Реакции
- 0
1. Перейдите в браузере на страницу эвента:
2. Откройте консоль (f12)
3. Вставьте скопируйте прилагаемый ниже скрипт и вставьте в консоль, после чего нажмите Enter.
4. Наслаждайте автоматическим выполнением за вас всего эвента. Незабудьте потом нажать зеленую кнопку внизу страницы, чтобы получить награду. Успехов.
П.С. Получил не все плюшки? Перезапусти код в консоль, иногда ошибки выдаёт, но со второго-третьего раза сработает до конца.
Скрипт:
(async() => {
let delay = (ms) => new Promise((res) => setTimeout(res, ms));
await
"sessionid": g_sessionID,
"authwgtoken": jQuery("
"door_index": 0,
"clan_accountid": 41316928,
});
for (let link of [
"/category/arcade_rhythm/?snr=1_614_615_clorthaxquest_1601",
"/category/strategy_cities_settlements/?snr=1_614_615_clorthaxquest_1601",
"/category/sports/?snr=1_614_615_clorthaxquest_1601",
"/category/simulation/?snr=1_614_615_clorthaxquest_1601",
"/category/multiplayer_coop/?snr=1_614_615_clorthaxquest_1601",
"/category/casual/?snr=1_614_615_clorthaxquest_1601",
"/category/rpg/?snr=1_614_615_clorthaxquest_1601",
"/category/horror/?snr=1_614_615_clorthaxquest_1601",
"/vr/?snr=1_614_615_clorthaxquest_1601",
"/category/strategy/?snr=1_614_615_clorthaxquest_1601",
]) {
try {
let html = await jQuery.get(link);
await
"sessionid": g_sessionID,
"authwgtoken": jQuery("
"door_index": jQuery("
"clan_accountid": 41316928,
"datarecord": jQuery("
});
console.log("You got a new badge!");
} catch (e) {
console.error("Failed to obtain badge!", e);
} finally {
await delay(1500);
}
}
})();
You must be registered for see links
2. Откройте консоль (f12)
3. Вставьте скопируйте прилагаемый ниже скрипт и вставьте в консоль, после чего нажмите Enter.
4. Наслаждайте автоматическим выполнением за вас всего эвента. Незабудьте потом нажать зеленую кнопку внизу страницы, чтобы получить награду. Успехов.
П.С. Получил не все плюшки? Перезапусти код в консоль, иногда ошибки выдаёт, но со второго-третьего раза сработает до конца.
Скрипт:
(async() => {
let delay = (ms) => new Promise((res) => setTimeout(res, ms));
await
You must be registered for see links
("/saleaction/ajaxopendoor", {"sessionid": g_sessionID,
"authwgtoken": jQuery("
You must be registered for see links
").data("userinfo").authwgtoken,"door_index": 0,
"clan_accountid": 41316928,
});
for (let link of [
"/category/arcade_rhythm/?snr=1_614_615_clorthaxquest_1601",
"/category/strategy_cities_settlements/?snr=1_614_615_clorthaxquest_1601",
"/category/sports/?snr=1_614_615_clorthaxquest_1601",
"/category/simulation/?snr=1_614_615_clorthaxquest_1601",
"/category/multiplayer_coop/?snr=1_614_615_clorthaxquest_1601",
"/category/casual/?snr=1_614_615_clorthaxquest_1601",
"/category/rpg/?snr=1_614_615_clorthaxquest_1601",
"/category/horror/?snr=1_614_615_clorthaxquest_1601",
"/vr/?snr=1_614_615_clorthaxquest_1601",
"/category/strategy/?snr=1_614_615_clorthaxquest_1601",
]) {
try {
let html = await jQuery.get(link);
await
You must be registered for see links
("/saleaction/ajaxopendoor", {"sessionid": g_sessionID,
"authwgtoken": jQuery("
You must be registered for see links
", html).data("userinfo").authwgtoken,"door_index": jQuery("
You must be registered for see links
", html).data("capsuleinsert").payload,"clan_accountid": 41316928,
"datarecord": jQuery("
You must be registered for see links
", html).data("capsuleinsert").datarecord,});
console.log("You got a new badge!");
} catch (e) {
console.error("Failed to obtain badge!", e);
} finally {
await delay(1500);
}
}
})();