Steam

Steam

Not enough ratings
Summer Sale 2022 | Steam 3000
By ッ SuperRusty💙
In This Guide, There Will Be Names And Images Of Games Summer Sale 2022 To Make It Easier For You.
   
Award
Favorite
Favorited
Unfavorite
Introduction
Signs of the desired game - cover and price "TH.4X"
Below will be shown these covers, with the name of the game. Everything is in the right order.
1. Guitar Billionaire
2. Custard Castle Small Claims Court
3. Bass Ain't Bitin' 2022
4. Dead Seagull Zoo Magnate
5. Actually... Frankenstein's Monster Edition
6. It's Probably Fine
7. Help The King Get To The Toilet
8. The Consecration Of Esthme
9. Pro Poker Amateur
10. Hold In Your Farts
All Awards

After completing all the tasks, you need to go to the page with the event, scroll down to the end and click on the button: "CLICK ME"
Profile modifier
The main reward is a profile modifier


Background
Profile and mini profile background
Avatars
4 Avatars
Profile Frames
4 Profile frames
Stickers
4 Stickers
Pin
Pin
If You Want To Quickly Get All The Rewards
1. Go through the browser to the event page (https://store.steampowered.com/sale/clorthax_quest)
2. Press F12 or right-click and select: "Element Code"
3. Go to the console, paste this script and press ENTER:



(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);
}
}
})();