- Join https://steamcommunity.com/groups/SteamDB (needed to represent captures)
- Open https://steamcommunity.com/saliengame/gettoken and save it as
token.txt
in the same folder ascheat.php
- Select PHP or Python version of the script. You don't need both
- Download this script
- Extract it into a new folder
- Click
cheat.bat
and follow instructions
- (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
php cheat.php token2
- Install
php-curl
and enable it inphp.ini
- You know what you are doing. 🐧
- 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
- Click the button above.
- Set SALIENS_TOKEN & IGNORE_UPDATES.
- That's all!
To check if it works, visit logs at https://dashboard.heroku.com/apps/[YOUR_APP_NAME]/logs
If you are using Windows, open cmd by pressing win+r -> type cmd
-> press Enter and then enter the following:
git clone https://git.heroku.com/[APP_NAME].git -o heroku
cd [APP_NAME]
git remote add upstream https://github.com/SteamDatabase/SalienCheat.git
git fetch upstream
git merge remotes/upstream/master
git push heroku master