This Python script provides two functionalities: Auto Clicker and Spambot. It uses libraries like pyautogui
, time
, and keyboard
to automate various tasks in Minecraft.
you can download exe file from Release or run python script
- clone this repository
- install python
- install requirements.txt
- run main.py
- Run the script.
- Choose option 1 for the Auto Clicker.
- Follow the on-screen instructions:
- Press 'r' to start the auto-clicking.
- Press 'z' to stop.
- Press 'x' to return to the main menu.
- Press 'c' to eat food in slot 2.
- Press 'v' to auto-click while holding 'Ctrl'.
- Press 'f' to throw a snowball or fireball in slot 3.
- Run the script.
- Choose option 2 for the Spambot.
- Enter the message you want to spam.
- Choose spam mode:
- 1: Spam in Minecraft chat.
- 2: Normal spam.
- 3: Exit from the spambot.
- Specify the spam rate (in seconds) when prompted.
- To start spamming, press 'r'.
- To return to the message writing stage, press 'z'.
- Make sure to have the necessary libraries installed:
pyautogui
,keyboard
. - The script is intended for educational purposes and may not be used for malicious activities.
Feel free to contribute to or modify this script as needed!