Some python scripts to make fun stuff in videogames.
- ntFrog.py: This script automatically holds the right click button when you are not holding any directional key (W A S D). This lets Nuclear Throne's character Frog walk normally like all the other mutants.
- kbAim.py: This script lets you play topdown shooters that use the mouse for aiming (like NT or EtG) without the need of using the mouse. Use the numpad to aim, numpad0 to press the left mouse button and numpad5 to press the right button.
- mouseMove.py:
This script presses the WASD keys to make the player move towords the mouse in topdown games. It can be inverted making going in the oppisite direction by simply changing the boolean value
inverse
in the script.
WARNING: Don't leave this scripts open after you are done using them.
To make them work you will need Python and pynput installed.