Skip to content

kirushkinx/minecraft-py-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Python Scripts

Collection of Python scripts for enhancing PvP gameplay in Minecraft using the Minescript mod.

Requirements

Installation

  1. Install Minescript mod and Python following the official instructions

  2. Place .py scripts from this repository into your Minecraft instance's minescript folder:
    .../.minecraft/minescript/

  3. Launch Minecraft using the Minescript mod.

Usage

  • To run a script, open the Minecraft chat and enter:

    \script_name
    

    For example:

    \aimbot
    \triggerbot
    
  • To stop a running script, open chat, enter:

    \jobs
    

    Find the job number for your script, then:

    \killjob <job number>
    

Scripts

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

Configuration

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.

Why Python?

Explanation

why not

About

Collection of minecraft scripts for PvP written on Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages