- If you want to support a steam group and represent it in game, just set it as your clan on saliengame
- Open https://steamcommunity.com/saliengame/gettoken (you need to be logged in to Steam) 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 you run in to issues with cheat.bat
:
- Update your powershell (windows 7/8 or Server 2008/2012)
- Launch Powershell and go to SalienSkScript directory using
cd
- Perform
powershell -ExecutionPolicy Unrestricted -File "downloadphp.ps1"
- Click
cheat.bat
and follow instructions
If you are using Windows 7 or older and you don't have colors :
- You can "update" your Cmd
- Download ANSICON
- Extract it into SalienSkScript folder
- Launch Cmd and go to x64 or x86 directory using
cd
- Perform
ansicon.exe -i
- You can use Cmder
- Download Cmder
- Follow the installation instructions
- Launch Cmder and go in the bottom right corner open menu
- Go to
Settings
, underIntegration
selectDefault term
- Check the box
Force ConEmu as default terminal for...
- Save and exit
If you want to disable QuickEdit in Cmd :
- Launch Cmd and right click on the title bar
- Go to
Properties
- Uncheck
QuickEdit Mode
- (optional) If you want to disable it for all future command prompts too, do the same with
Defaults
instead ofProperties
- (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. 🐧
- Goto your SalienSkScript folder
- Open php folder
- Open php.ini
- Find
date.timezone
(Ctrl+F) - Remove the semicolon
;
from in front ofdate.timezone =
- Add your timezone found on http://php.net/manual/en/timezones.php
- Save and exit
⚠ PHP version is more optimized. ⚠
- 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 skydefr/saliencheat
- To run:
docker run -it --init --rm -e TOKEN=<32 character token from gettoken url> skydefr/saliencheat
- To stop running, Ctrl+C