Collection of Python scripts for enhancing PvP gameplay in Minecraft using the Minescript mod.
- Minecraft Java Edition
- Minescript mod (minescript.net)
- Python 3.8 or higher (see Minescript installation guide for details)
-
Install Minescript mod and Python following the official instructions
-
Place
.pyscripts from this repository into your Minecraft instance'sminescriptfolder:
.../.minecraft/minescript/ -
Launch Minecraft using the Minescript mod.
-
To run a script, open the Minecraft chat and enter:
\script_nameFor example:
\aimbot \triggerbot -
To stop a running script, open chat, enter:
\jobsFind the job number for your script, then:
\killjob <job number>
aimbot.py: Automatically aims at the nearest player with smooth camera movement.triggerbot.py: Automatically attacks a target when your crosshair is over an entity.
Edit constants at the top of each script file using any IDE you prefer: PyCharm, VSC, Cursor (if u are a faggot) or whatever works for you.
