All Projects → Indexyz → Steam_2018_summer_game

Indexyz / Steam_2018_summer_game

👽 Auto play steam Salien game!

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Steam 2018 summer game

Valheim Server Docker
Valheim dedicated gameserver with automatic update, World backup and ValheimPlus mod support
Stars: ✭ 640 (+1500%)
Mutual labels:  steam
Steam Market
Find arbitrages on the Steam Market.
Stars: ✭ 25 (-37.5%)
Mutual labels:  steam
Tileiconifier
Creates tiles for most Windows 8.1 and 10 start menu icons
Stars: ✭ 957 (+2292.5%)
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 (+1820%)
Mutual labels:  steam
Rcon Cli
RCON client for executing queries on game server.
Stars: ✭ 22 (-45%)
Mutual labels:  steam
Bitskinsapi
A wrapper for the BitSkins API, build on .NET Standard 2.0
Stars: ✭ 13 (-67.5%)
Mutual labels:  steam
Depressurizer
Depressurizer is a program that helps you categorize your steam games.
Stars: ✭ 612 (+1430%)
Mutual labels:  steam
Saliencheat
👽 Cheating Salien minigame, the proper way
Stars: ✭ 995 (+2387.5%)
Mutual labels:  steam
Steamapng
Generate APNG Images for Steam Game Covers
Stars: ✭ 23 (-42.5%)
Mutual labels:  steam
Skyrim Perk Utility
Add / Reset your Skyrim perks using generated scripts with an easy to use graphical interface! 📝 🎮
Stars: ✭ 21 (-47.5%)
Mutual labels:  steam
Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+17947.5%)
Mutual labels:  steam
Steamdock
A clean dock for your Steam games
Stars: ✭ 17 (-57.5%)
Mutual labels:  steam
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 (-67.5%)
Mutual labels:  steam
Glosc
Tool for using the Steam-Controller as systemwide XInput controller alongside a global overlay
Stars: ✭ 677 (+1592.5%)
Mutual labels:  steam
Userscript
🔨 自用的一些乱七八糟 油猴脚本~ ⭐冲刺 1k⭐!冲呀!
Stars: ✭ 962 (+2305%)
Mutual labels:  steam
Valveresourceformat
🔬 Valve's Source 2 resource file format parser and decompiler
Stars: ✭ 638 (+1495%)
Mutual labels:  steam
Steamspeak
Steam and TeamSpeak integration, done right!
Stars: ✭ 27 (-32.5%)
Mutual labels:  steam
Ad Edwarthogenhancedscript
An Advanced & Highly Customisable Elite Dangerous Thrustmaster Warthog Script + ED Bindings Pack that utilises Modifiers, allowing for all commands to be easily accessible on the HOTAS. Includes many Quality of Life features to get the most enjoyment out of ED!
Stars: ✭ 39 (-2.5%)
Mutual labels:  steam
Node Steam
Interface directly with Steam servers from Node.js
Stars: ✭ 989 (+2372.5%)
Mutual labels:  steam
Steam Review Editor
Easily create, format and preview your Steam reviews in real-time
Stars: ✭ 14 (-65%)
Mutual labels:  steam

Steam 2018 年暑期小游戏刷分脚本

Version Author Typescript node.js

Heroku

快速使用 (Linux)

使用前先在 steam 页面上加入星球

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
bash
nvm install 10
npm install -g yarn
git clone https://github.com/Indexyz/steam_2018_summer_game.git
cd steam_2018_summer_game
# 编辑 config/default.json
# 去 https://steamcommunity.com/saliengame/gettoken 获取 token
# "token": [
#     "YOUR_TOKEN"
#  ]
# 将 YOUR_TOKEN 改为你的 TOKEN
# 可以填写多个用户的 token
yarn
yarn run build
node dist/index.js
# Enjoy!

快速使用 (Docker)

docker run --name steam_game -d --restart=always -e STEAM_TOKEN=你的TOKEN indexyz/steam_2018_summer_game

Windows 下安装

安装 https://nodejs.org/zh-cn/https://yarnpkg.com/lang/zh-hans/ 然后 Download Zip 并解压

# 编辑 config/default.json
# 去 https://steamcommunity.com/saliengame/gettoken 获取 token
# "token": [
#     "YOUR_TOKEN"
#  ]
# 将 YOUR_TOKEN 改为你的 TOKEN
# 可以填写多个用户的 token
yarn
yarn run build
node dist/index.js
# Enjoy!
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].