meepen / salien-bot

Steam Summer Sale 2018 "Salien" minigame bot - runs in console or browser
MIT License
418 stars 104 forks source link

scripts marked users as cheater #182

Open ajloveslily14 opened 6 years ago

ajloveslily14 commented 6 years ago

If you use this, you're labeled a cheater

ajloveslily14 commented 6 years ago

hey don't mark this invalid damnit.

Go to https://steamcommunity.com/saliengame/gettoken, get your token

then go to the game page and put this in the dev console:

var r = new XMLHttpRequest();
r.open("POST", "https://community.steam-api.com/ITerritoryControlMinigameService/GetPlayerInfo/v0001?access_token=<token>", true);
r.onreadystatechange = () => { console.log (r.response); }
r.send();

you'll get back a json response with a cheated value set to true if you've used this.

meepen commented 6 years ago

next time, specify what you mean in the original comment then!

meepen commented 6 years ago

next minigame i will ensure this doesn't happen :)

KrisZane commented 6 years ago

I'd just like to add to this that my "cheated" value is indeed false. :P

ajloveslily14 commented 6 years ago

It may only be using the headless version that does it