Script

Run this in JavaScript console (F12) in Steam Store.
Be sure to change the choices array to include your 14 preferred choices for genre stories 1-14.
The first array item is your choice for genre story 1, second item choice for genre story 2, etc.

/*
 * Made by Revadike (License MIT)
 *
 * The Masked Avenger (badge 51) = sum choices must be 14-16
 * The Trailblazing Explorer (badge 52) = sum choices must be 17-19
 * The Gorilla Scientist (badge 53) = sum choices must be 20-22
 * The Paranormal Professor (badge 54) = sum choices must be 23-25
 * The Ghost Detective (badge 55) = sum choices must be 26-28
*/

// Your 14 preferred story choices:
let choices = [2,2,2,2,2,2,2,2,2,2,2,2,2,2];

for (let i = 1; i <= 14; i++) {
    jQuery.post("https://store.steampowered.com/promotion/ajaxclaimstickerforgenre", { genre: i, choice: choices[i-1], sessionid: g_sessionID }, (res) => console.log("genre " + i + ":", res))
}

GitHub link

Choices configurator

Check out this awesome website made by @zarostra
https://zarostra.com/steam_summer_sale_2021/

How it works

There are 14 genres with stories.
Each genre story has 2 choices: choice 1 and choice 2.
Each genre choice gives you a different sticker.
The sum of the choices array determines what badge you get (see script comments).
You can only get 1 badge, and this is permanent!

All stories

You can read all stories here.

2 years ago*

Comment has been collapsed.

Thanks!

2 years ago
Permalink

Comment has been collapsed.

Do you just paste this in the console? Because its giving me an error

2 years ago
Permalink

Comment has been collapsed.

Try doing it on https://store.steampowered.com/

Be sure to change the choices array with your preferred 14 choices, before executing!

2 years ago
Permalink

Comment has been collapsed.

Good stuff ♥

2 years ago
Permalink

Comment has been collapsed.

Bump, gg

2 years ago
Permalink

Comment has been collapsed.

EDIT: Nevermind I was wrong

2 years ago*
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 2 years ago.

2 years ago
Permalink

Comment has been collapsed.

but how is that a cheat? it's more of a skip. or a speedrun if you will :D I was hoping for a way to cheat all the stickers into my inv :(

2 years ago
Permalink

Comment has been collapsed.

Whats the script for The Gorilla Scientist?

Replace with

// Your 14 preferred story choices:
let choices = [1,1,2,1,1,2,2,2,1,1,1,2,2,1];

2 years ago*
Permalink

Comment has been collapsed.

All stories/badges here: https://imgur.com/a/7QiQOed

2 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 5 months ago.

2 years ago
Permalink

Comment has been collapsed.

Use this array for "The Paranormal Professor":
let choices = [1,1,2,2,2,2,2,2,2,2,1,2,2,1];

Stickers are shown in the link below (you might change the array based on your preferences):
https://imgur.com/a/7QiQOed#GxreEs1

2 years ago
Permalink

Comment has been collapsed.

Best stickers for The Trailblazing Explorer badge:
1,1,2,2,1,1,2,1,1,2,1,1,1,2

2 years ago
Permalink

Comment has been collapsed.

thank you

2 years ago
Permalink

Comment has been collapsed.

nice, I didn't even think there is a badge in this sale :D

2 years ago
Permalink

Comment has been collapsed.

Wicked, thanks for making the script!
this was easier that way :D

2 years ago
Permalink

Comment has been collapsed.

I agree :D

2 years ago
Permalink

Comment has been collapsed.

Is this supposed to change the choices after they have been made, or only to*make initial choices ?
I tried to change mine, and it doesn't seems to work, am I doing it wrong, or is it not supposed to change anything ?

2 years ago
Permalink

Comment has been collapsed.

Unfortunately, when u try to change already made choices, steam returns an error, so this is currently not possible.

2 years ago
Permalink

Comment has been collapsed.

......in turn, it is clearly in line with the result, because I ended up being a Gorilla Scientist. And I will be so very hairy forever !

As a gorilla of science, you are five hundred pounds of knowledge-pursuing primate fury. Are you going to do experiments with that test tube? Or crush it between your three-inch fangs while ripping someone's spine out? Who knows. You're unpredictable, and that's your greatest strength.

🤣

2 years ago
Permalink

Comment has been collapsed.

To each their own but I enjoyed engaging my own Chose Your Own Adventure book. Some of the reads were pretty funny.

2 years ago
Permalink

Comment has been collapsed.

Of course! Fair enough.

2 years ago
Permalink

Comment has been collapsed.

Admittedly, a bit sheepishly, it was a tad tedious and the script does help that, but I guess I just love putting myself through pain.

Thanks for your efforts and contribution my person!

2 years ago
Permalink

Comment has been collapsed.

I don't know how to use this script please help me.

2 years ago
Permalink

Comment has been collapsed.

open steam store
press f12
go to console tab
copy paste the script there
change the choices array
press enter to execute the script

2 years ago
Permalink

Comment has been collapsed.

Does it only work for someone who hasn't done the choices before? Or can I change my choices?

2 years ago
Permalink

Comment has been collapsed.

you cannot change your choices, read the line in bold.

2 years ago
Permalink

Comment has been collapsed.

Thanks for the js.

Bummer we don't get minigames like the Monster one anymore...

2 years ago
Permalink

Comment has been collapsed.

I'm lazy, so thank you very much!

2 years ago
Permalink

Comment has been collapsed.

Can I make it change my previous choices? I was just clicking without reading, just to make it done. Now I'd like to change some choices.

2 years ago
Permalink

Comment has been collapsed.

2 years ago
Permalink

Comment has been collapsed.

Thank you for the answer. Too bad it's not possible.

2 years ago
Permalink

Comment has been collapsed.

Is that somehow lets you get 2 stickers per story?

2 years ago
Permalink

Comment has been collapsed.

No

2 years ago
Permalink

Comment has been collapsed.

for (let i = 1; i <= 14; i++) {
var randomnumber = Math.floor(Math.random() * (2 - 1 + 1)) + 1; jQuery.post("https://store.steampowered.com/promotion/ajaxclaimstickerforgenre", { genre: i, choice: randomnumber, sessionid: g_sessionID }, (res) => console.log("genre " + i + ":", res))
}

2 years ago
Permalink

Comment has been collapsed.

all random for those having hard time to choose from all choices

2 years ago
Permalink

Comment has been collapsed.

If u don't care about the choices, why not just use the default all-2 choices.

2 years ago
Permalink

Comment has been collapsed.

I kinda did wish that I would have gotten The Masked Avenger because it matches the color/theme of my profile but as far as the description of each badge goes, the one that personally fits who I am best is the one I ended up with, Gorilla Scientist.

2 years ago
Permalink

Comment has been collapsed.

Gorilla Scientist is nice. I'm just sad that someone said the avatar frame it looked like b00b13z and now I can't unsee.

2 years ago
Permalink

Comment has been collapsed.

Thought I'd just do it manually but when I've seen how much there is I just told myself: ain't nobody got time for this. Thank you for sharing the script.

2 years ago
Permalink

Comment has been collapsed.

Haha, exactly. You nailed it! :D

2 years ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.