All Projects → SteamDatabase → Saliencheat

SteamDatabase / Saliencheat

Licence: mit
👽 Cheating Salien minigame, the proper way

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Saliencheat

Valveresourceformat
🔬 Valve's Source 2 resource file format parser and decompiler
Stars: ✭ 638 (-35.88%)
Mutual labels:  steam
Rcon Cli
RCON client for executing queries on game server.
Stars: ✭ 22 (-97.79%)
Mutual labels:  steam
Steam Review Editor
Easily create, format and preview your Steam reviews in real-time
Stars: ✭ 14 (-98.59%)
Mutual labels:  steam
Glosc
Tool for using the Steam-Controller as systemwide XInput controller alongside a global overlay
Stars: ✭ 677 (-31.96%)
Mutual labels:  steam
Steamdock
A clean dock for your Steam games
Stars: ✭ 17 (-98.29%)
Mutual labels:  steam
Steam Market
Find arbitrages on the Steam Market.
Stars: ✭ 25 (-97.49%)
Mutual labels:  steam
Charlatano
Proves JVM cheats are viable on native games, and demonstrates the longevity against anti-cheat signature detection systems
Stars: ✭ 599 (-39.8%)
Mutual labels:  cheat
Userscript
🔨 自用的一些乱七八糟 油猴脚本~ ⭐冲刺 1k⭐!冲呀!
Stars: ✭ 962 (-3.32%)
Mutual labels:  steam
Scanmem
memory scanner for Linux
Stars: ✭ 901 (-9.45%)
Mutual labels:  cheat
Hd To Tc
This tool will convert Age of Empires II HD to The Conquerors and create a seperate installation folder. You can also auto configure Voobly to start playing multiplayer instantly.
Stars: ✭ 13 (-98.69%)
Mutual labels:  steam
Steamless
Steamless is a DRM remover of the SteamStub variants. The goal of Steamless is to make a single solution for unpacking all Steam DRM packed files. Steamless aims to support as many games as possible.
Stars: ✭ 768 (-22.81%)
Mutual labels:  steam
Smf Steam Auth
Login using your Steam account
Stars: ✭ 5 (-99.5%)
Mutual labels:  steam
Steamspeak
Steam and TeamSpeak integration, done right!
Stars: ✭ 27 (-97.29%)
Mutual labels:  steam
Valheim Server Docker
Valheim dedicated gameserver with automatic update, World backup and ValheimPlus mod support
Stars: ✭ 640 (-35.68%)
Mutual labels:  steam
Skyrim Perk Utility
Add / Reset your Skyrim perks using generated scripts with an easy to use graphical interface! 📝 🎮
Stars: ✭ 21 (-97.89%)
Mutual labels:  steam
Depressurizer
Depressurizer is a program that helps you categorize your steam games.
Stars: ✭ 612 (-38.49%)
Mutual labels:  steam
Steamapng
Generate APNG Images for Steam Game Covers
Stars: ✭ 23 (-97.69%)
Mutual labels:  steam
Node Steam
Interface directly with Steam servers from Node.js
Stars: ✭ 989 (-0.6%)
Mutual labels:  steam
Tileiconifier
Creates tiles for most Windows 8.1 and 10 start menu icons
Stars: ✭ 957 (-3.82%)
Mutual labels:  steam
Bitskinsapi
A wrapper for the BitSkins API, build on .NET Standard 2.0
Stars: ✭ 13 (-98.69%)
Mutual labels:  steam

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 (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 that fails for any reason, or you still have questions, check out this Google doc for commonly asked questions.

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. 🐧

Python

Python version currently does not support Boss battles, so you should choose the PHP version.

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 steamdb/saliencheat
  3. To run: docker run -it --init --rm -e TOKEN=<32 character token from gettoken url> steamdb/saliencheat
  4. To stop running, Ctrl+C
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].