johndrinkwater / SalienCheat

👽 Cheating Salien minigame, the proper way

Home Page:https://steamcommunity.com/saliengame/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use this

First steps

  1. Join https://steamcommunity.com/groups/SteamDB (needed to represent captures)
  2. Open https://steamcommunity.com/saliengame/gettoken and save it as token.txt in same folder as cheat.php
  3. Select PHP or Python version of the script, you don't need both

PHP

  1. Install PHP (yes, really)
    1. Download https://windows.php.net/downloads/releases/php-7.2.7-nts-Win32-VC15-x64.zip
    2. Extract zip to C:\php
    3. Open php.ini-production in a text editor
    4. Find ;extension=curl and remove the semicolon
    5. Save as php.ini
  2. Extract the contents of this script to the same folder
  3. Run the script: php cheat.php

You can also provide token directly in CLI, to ease running multiple accounts: php cheat.php aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

Python

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

About

👽 Cheating Salien minigame, the proper way

https://steamcommunity.com/saliengame/

License:MIT License


Languages

Language:Python 52.0%Language:PHP 48.0%