If you want a really easy way where you don't do anything:
"easy, just go to
https://store.steampowered.com/sale/clorthax_quest
when you are there
press CTRL + SHIFT + I
Go to console tab and put this code
(async() => {
let delay = (ms) => new Promise((res) => setTimeout(res, ms));
await jQuery.post("/saleaction/ajaxopendoor", {
"sessionid": g_sessionID,
"authwgtoken": jQuery("#application_config").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 jQuery.post("/saleaction/ajaxopendoor", {
"sessionid": g_sessionID,
"authwgtoken": jQuery("#application_config", html).data("userinfo").authwgtoken,
"door_index": jQuery("#application_config", html).data("capsuleinsert").payload,
"clan_accountid": 41316928,
"datarecord": jQuery("#application_config", html).data("capsuleinsert").datarecord,
});
console.log("You got a new badge!");
} catch (e) {
console.error("Failed to obtain badge!", e);
} finally {
await delay(1500);
}
}
})();
let the magic do the work :)"
Not my post, taken from another thread
Comment has been collapsed.
Woah, thanks for adding this Dave! For the lazy one... but, yeah mine already done :)
Comment has been collapsed.
Thank you. This was a helpful guide.
I found myself using the "End" key on my keyboard, as well as Ctrl+F and copy-pasting "th.4x" quite a lot, while cycling through each genre tab.
Comment has been collapsed.
Mine or Dave's guide?
Well glad it helps, buddy.
My guide are for the ppl that love to do things manually and love to experience the CLORTHAX event :). Meanwhile, Dave's for the ppl who love shortcut and instant move :)
Comment has been collapsed.
86 Comments - Last post 9 minutes ago by Kaprime
55 Comments - Last post 16 minutes ago by Chris76de
22 Comments - Last post 33 minutes ago by Luckz
1,043 Comments - Last post 45 minutes ago by sensualshakti
1,963 Comments - Last post 50 minutes ago by Gamy7
36 Comments - Last post 52 minutes ago by Gamy7
16 Comments - Last post 59 minutes ago by m0r1arty
2,231 Comments - Last post 33 seconds ago by FallenKal
525 Comments - Last post 3 minutes ago by Zwolf777
147 Comments - Last post 13 minutes ago by brian14
142 Comments - Last post 25 minutes ago by MarvashMagalli
177 Comments - Last post 26 minutes ago by MarvashMagalli
6 Comments - Last post 50 minutes ago by moomphas
465 Comments - Last post 53 minutes ago by DarkMercy
Hello, just wanna add some INFO :)
Open the quest page first, please :) --> https://store.steampowered.com/sale/clorthax_quest
The way I found it is actually very EASY.
(TIPS: Be patience. if u have difficulty to find it, do like in step 3. Change your category, any category, scroll down and check the game with CL.OR TH.4X price tag :) i hope it helps and make your day! ) [Reminder: the game with TH.4X not always in the COMING SOON section].
Comment has been collapsed.