Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

This is a script for the summer 2018 Steam Challenge "SalienGame", this version optimized for CLI with some new amazing features and without the steam group restriction.

License

Notifications You must be signed in to change notification settings

julien-pintodafonseca/SalienSkScript

Repository files navigation

How to use this

First steps

  1. If you want to support a steam group and represent it in game, just set it as your clan on saliengame
  2. 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 as cheat.php

PHP

Windows

  1. Download this script
  2. Extract it into a new folder
  3. Click cheat.bat and follow instructions

If you run in to issues with cheat.bat :

  1. Update your powershell (windows 7/8 or Server 2008/2012)
  2. Launch Powershell and go to SalienSkScript directory using cd
  3. Perform powershell -ExecutionPolicy Unrestricted -File "downloadphp.ps1"
  4. Click cheat.bat and follow instructions

If you are using Windows 7 or older and you don't have colors :

  1. You can "update" your Cmd
    1. Download ANSICON
    2. Extract it into SalienSkScript folder
    3. Launch Cmd and go to x64 or x86 directory using cd
    4. Perform ansicon.exe -i
  2. You can use Cmder
    1. Download Cmder
    2. Follow the installation instructions
    3. Launch Cmder and go in the bottom right corner open menu
    4. Go to Settings, under Integration select Default term
    5. Check the box Force ConEmu as default terminal for...
    6. Save and exit

If you want to disable QuickEdit in Cmd :

  1. Launch Cmd and right click on the title bar
  2. Go to Properties
  3. Uncheck QuickEdit Mode
  4. (optional) If you want to disable it for all future command prompts too, do the same with Defaults instead of Properties

Mac

  1. (optional) Launch the App Store and download any updates for macOS. Newer versions of macOS have php and curl included by default
  2. Extract the contents of this script to the Downloads folder
  3. 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

Linux

  1. Install php-curl and enable it in php.ini
  2. You know what you are doing. 🐧

Making timestamps accurate

  1. Goto your SalienSkScript folder
  2. Open php folder
  3. Open php.ini
  4. Find date.timezone (Ctrl+F)
  5. Remove the semicolon ; from in front of date.timezone =
  6. Add your timezone found on http://php.net/manual/en/timezones.php
  7. Save and exit

Python

PHP version is more optimized.

Windows

  1. Download this script
  2. Extract it into a new folder
  3. Click python-cheat.bat and follow instructions

Linux/Cygwin

  1. (optional) Setup virtual env: virtualenv env && source env/bin/activate
  2. pip install requests tqdm
  3. Run the script: python cheat.py [token]

Mac

  1. (optional) Launch the App Store and download any updates for macOS. Newer versions of macOS have Python 2.7.10 included by default.
  2. Extract the contents of this script to the Downloads folder.
  3. Launch Terminal and run the following scripts:
    1. sudo easy_install pip
    2. pip install requests tqdm
    3. python downloads/cheat.py [token]

Vagrant

  1. Install vagrant and VirtualBox
  2. Run vagrant up to setup VM
  3. Run cheat
  • For PHP vagrant ssh -c 'php cheat.php [token]
  • For Python vagrant ssh -c 'python3 cheat.py [token]

Docker

  1. Extract contents of this script somewhere.
  2. To build: docker build . -t skydefr/saliencheat
  3. To run: docker run -it --init --rm -e TOKEN=<32 character token from gettoken url> skydefr/saliencheat
  4. To stop running, Ctrl+C

About

This is a script for the summer 2018 Steam Challenge "SalienGame", this version optimized for CLI with some new amazing features and without the steam group restriction.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published