- Join https://steamcommunity.com/groups/SteamDB (needed to represent captures)
- Open https://steamcommunity.com/saliengame/gettoken and save it as
token.txt
in same folder ascheat.php
- Select PHP or Python version of the script, you don't need both
📣 Check this reddit thread for a complete guide and troubleshooting
- Install PHP (yes, really)
- Download https://windows.php.net/downloads/releases/php-7.2.7-nts-Win32-VC15-x64.zip
- Extract zip to
C:\php
- Open
php.ini-production
in a text editor - Find
;extension=curl
and remove the semicolon - Save as
php.ini
- Extract the contents of this script to the same folder
- Run the script:
php cheat.php
You can also provide token directly in CLI, to ease running multiple accounts:
php cheat.php token1
php cheat.php token2
- (optional) Setup virtual env:
virtualenv env && source env/bin/activate
pip install requests tqdm
- Run the script:
python cheat.py [token]
- Extract contents of this script somewhere.
- To build:
docker build . -t steamdb/saliencheat
- To run:
docker run -it --init --rm -e TOKEN=<32 character token from gettoken url> steamdb/saliencheat
- To stop running, Ctrl+C