|
1 | | -# MinecraftMacro |
2 | | -## minecraft macro and spam bot written in python, undetectable, 18-20 cps |
| 1 | +# Python Auto Clicker and Spambot |
| 2 | + |
| 3 | +This Python script provides two functionalities: Auto Clicker and Spambot. It uses libraries like `pyautogui`, `time`, and `keyboard` to automate various tasks in Minecraft. |
| 4 | + |
| 5 | +## Auto Clicker |
| 6 | + |
| 7 | +### Install |
| 8 | +you can download exe file from Release or run python script |
| 9 | +1. clone this repository |
| 10 | +2. install python |
| 11 | +3. install requirements.txt |
| 12 | +4. run main.py |
| 13 | + |
| 14 | +### Usage |
| 15 | +1. Run the script. |
| 16 | +2. Choose option 1 for the Auto Clicker. |
| 17 | +3. Follow the on-screen instructions: |
| 18 | + - Press 'r' to start the auto-clicking. |
| 19 | + - Press 'z' to stop. |
| 20 | + - Press 'x' to return to the main menu. |
| 21 | + - Press 'c' to eat food in slot 2. |
| 22 | + - Press 'v' to auto-click while holding 'Ctrl'. |
| 23 | + - Press 'f' to throw a snowball or fireball in slot 3. |
| 24 | + |
| 25 | +## Spambot |
| 26 | + |
| 27 | +### Usage |
| 28 | +1. Run the script. |
| 29 | +2. Choose option 2 for the Spambot. |
| 30 | +3. Enter the message you want to spam. |
| 31 | +4. Choose spam mode: |
| 32 | + - 1: Spam in Minecraft chat. |
| 33 | + - 2: Normal spam. |
| 34 | + - 3: Exit from the spambot. |
| 35 | +5. Specify the spam rate (in seconds) when prompted. |
| 36 | +6. To start spamming, press 'r'. |
| 37 | +7. To return to the message writing stage, press 'z'. |
| 38 | + |
| 39 | +## Important Notes |
| 40 | +- Make sure to have the necessary libraries installed: `pyautogui`, `keyboard`. |
| 41 | +- The script is intended for educational purposes and may not be used for malicious activities. |
| 42 | + |
| 43 | +Feel free to contribute to or modify this script as needed! |
0 commit comments