Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 1.2 KB

README.md

File metadata and controls

44 lines (40 loc) · 1.2 KB

Ducky Script Compiler

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.

Requirements

  • Python 3.x
  • PyAutoGUI library
  • tkinter library
  • ttkthemes library

Usage

  1. Open the program by running the Python script.
  2. Enter your Ducky Script commands in the text box provided.
  3. Click the "Run Script" button to execute the commands.
  4. If you want to run a Ducky Script file, click the "Open File" button and select the file.

Features

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.

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please create an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.