A simple (non intrusive) trainer for ShellShock Live
The project is only for exercise purposes and should not be used for cheating.
My main interest is not the game itself. The goal of this project was to improve my knowledge of the Rust programming language and the Windows-API.
- Execute the trainer (installation see below).
- Start "Shellshock Live" (the trainer automatically detects a running instance of "Shellshock Live").
- There are four hardcoded keys
- Key 1 (save current mouse position as position 1)
- Key 2 (save current mouse position as position 2)
- Key 3 (calculate different angle/speed combinations to hit the target (position 2))
- Key 4 (clear positions)
- Key 5 (switch calculation mode)
Example:
- Move the mouse over your tank and press '1'.
- Move the mouse over the enemy tank and press '2'.
- Press '3'.
Install the Rust compiler toolchain
Clone this repository with Git for Windows
git clone [REPO]
Alternatively download this repository
Button "Clone or download" -> "Download ZIP"
- Open a command line window and change to the directory (cloned or downloaded).
- Build (output folder "target\release\shellshock-trainer.exe")
cargo build --release
- Run
cargo run --release
or
cd target\release
shellshock-trainer.exe
MIT