- Join https://steamcommunity.com/groups/SteamDB (needed to represent captures)
- Open https://steamcommunity.com/saliengame/gettoken and save it (Ctrl+S) as
token.txt
in the same folder ascheat.php
- Download this script
- Extract it into a new folder
- Click
cheat.bat
and follow instructions
If that fails for any reason, or you still have questions, check out this Google doc for commonly asked questions.
- (optional) Launch the App Store and download any updates for macOS. Newer versions of macOS have php and curl included by default
- Extract the contents of this script to the Downloads folder
- Launch Terminal and run the script:
php downloads/cheat.php
You can also provide token directly in CLI, to ease running multiple accounts:
php cheat.php token1 accountid1
php cheat.php token2 accountid2
- Install
php-curl
and enable it inphp.ini
- You know what you are doing. 🐧
⚠ Python version currently does not support Boss battles, so you should choose the PHP version. ⚠
- Download this script
- Extract it into a new folder
- Click
python-cheat.bat
and follow instructions
- (optional) Setup virtual env:
virtualenv env && source env/bin/activate
pip install requests tqdm
- Run the script:
python cheat.py [token]
- (optional) Launch the App Store and download any updates for macOS. Newer versions of macOS have Python 2.7.10 included by default.
- Extract the contents of this script to the Downloads folder.
- Launch Terminal and run the following scripts:
sudo easy_install pip
pip install requests tqdm
python downloads/cheat.py [token]
- Install vagrant and VirtualBox
- Run
vagrant up
to setup VM - Run cheat
- For PHP
vagrant ssh -c 'php cheat.php [token]
- For Python
vagrant ssh -c 'python3 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