So you get all quest rewards in seconds

Geralt of Sanctuary

So you get all quest rewards in seconds

Quest, rewards, seconds

The rewards include funny stickers and avatars.

The rewards include funny stickers and avatars.

The Steam Summer Sale 2022 not only has hundreds of reduced games on offer, but also special rewards: if you sign up Clorthax’s riddle If you want to try it, you can not only unlock the Paradox Party Badge for your Steam profile, but also get ten more quest rewards.

If you don’t feel like clicking through the Steam Store and trying to guess the solution based on cryptic clues, you can use a trick complete all tasks fully automatically within a few seconds – In this article we will tell you how it works.

a notice: If you follow our instructions, you may ruin your own guessing fun – it is not possible to repeat the tasks manually!

So you get all quest rewards in seconds

If you want to complete all tasks immediately, you can use a script from the Github-Users Revadike to use. All you have to do is copy this script into your browser’s console and it will automatically call up the correct Steam shop pages for you and collect all the rewards automatically.

Simply follow our step-by-step instructions:

  1. Visit the Clorthax Quest Page in the Steam Store and make sure you are logged in here. Your avatar and name should be visible at the top right.
  2. Open the console of your browser with a keyboard shortcut. (Chrome: Shift + Ctrl + J, Firefox: Shift + Ctrl + K)
  3. Insert the following script and confirm the entry with the Enter key.

(async() => {
if (!jQuery("#application_config").data("userinfo")) {
// eslint-disable-next-line no-alert
alert("Sale settings not found. Redirecting to a compatible page...");
location.href = "https://store.steampowered.com/sale/clorthax_quest";
return;
}
let delay = (ms) => new Promise((res) => setTimeout(res, ms));
let { authwgtoken } = jQuery("#application_config").data("userinfo");
await jQuery.post("/saleaction/ajaxopendoor", {
authwgtoken,
"sessionid": g_sessionID,
"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);
}
}
await jQuery.post("/saleaction/ajaxopendoor", {
authwgtoken,
"sessionid": g_sessionID,
"door_index": 11, // final reward
"clan_accountid": 39049601, // https://store.steampowered.com/news/group/39049601
}).done((json) => {
// eslint-disable-next-line eqeqeq
if (json.success == 1) {
console.log("Claimed final reward!");
} else {
console.error("Failed to claim final reward.\nTry again or claim it yourself?", json);
}
})
.fail(() => { console.error("Final reward request failed!"); });
})();

After around 15-20 seconds, all ten rewards and the Paradox Party Badge should be yours. If everything went well, you will see the following message:



Our recommendations for the summer sale

With the biggest sale of the year, we naturally want to recommend the best offers to you. Are you looking for a real bargain for less than five dollars? Are you in the mood for a really good role-playing game? Or you want to buy a new strategy game that is really worth it? We have everything ready for you!

Which offers are not worthwhile


61
8

Steam Summer Sale

Which offers are not worthwhile

But there are also some deals that seem tempting at first glance, but are actually not really worth it. In the linked article you will find tips on how you can easily check all offers yourself.

Leave a Comment