- 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
- 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 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
- (optional) Setup virtual env:
virtualenv env && source env/bin/activate
pip install requests tqdm
- Run the script:
python cheat.py