This is a Python script that can compile and execute Ducky Script. Ducky Script is a simple scripting language used to control the keyboard and mouse of a computer. It is commonly used for automation, penetration testing, and other similar purposes.
- Python 3.x
- PyAutoGUI library
- tkinter library
- ttkthemes library
- Open the program by running the Python script.
- Enter your Ducky Script commands in the text box provided.
- Click the "Run Script" button to execute the commands.
- If you want to run a Ducky Script file, click the "Open File" button and select the file.
The program supports the following Ducky Script commands:
- DELAY
- STRING
- GUI
- ENTER
- TAB
- SHIFT
- ALT
- CONTROL
- MENU
- INSERT
- HOME
- END
- PAGEUP
- PAGEDOWN
- DELETE
- CAPSLOCK
- NUMLOCK
- SCROLLLOCK
- ESCAPE
- F1 to F12
- REPEAT The "REPEAT" command allows you to repeat a block of code a specified number of times.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please create an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.