An automation tool that triggers "JJ" actions in Roblox games, designed for simplicity, speed, and customization.
- Automatically sends chats for your jjs!
- Lightweight and easy to set up!
- Built with Python using libraries like
pynput
,pyautogui
, andpydirectinput
- Customizable settings to match different games such as delay, type of JJ, etc!
- Python 3.x installed
- Install dependencies by running:
pip install -r requirements.txt
- customtkinter
- inflect
- pyautogui
- pydirectinput
- CTkMessagebox
- pynput
(Built-in modules like time
, threading
, and webbrowser
are already included with Python.)
- Clone the repository:
git clone https://github.com/yourusername/roblox-auto-jj.git
- Install the required packages:
pip install -r requirements.txt
- Run the script:
pythonw autojj.pyw # No console window
or
python autojj.pyw # Console window visible
- Make sure Roblox is open before starting the script.
- Some games may require tweaking settings to bypass anti-cheat measures.
This tool is provided for educational purposes only.
Use responsibly and at your own risk.
Based on an earlier project (original repository).
Credit to the original creator, solorads.
This version is actively maintained and updated.