Bane34 / ducky-generator

Ducky script template for ATmega34U4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ducky script template

This file is a template for ducky scripts.

Disclaimer

I am not risponsible of what you do with these scripts, this is only for educational purpose.

Requerements

First of all, you need and arduino board that is compatible with the Keyboard library. This boards are called Arduino Leonardo, or you can search a board with the ATmega34U4 microcontroller. You can find them in aliexpress for almost 3$, also you can find ones with a micro sd card reader.

Alt text Alt text

You need to download the keyboard library. You can do this in the arduino IDE. In the tools bar just go to Sketch > Include Library > Manage Libraries. Then, just search for the library and install it.

After all of this, download the code, open it in the arduino IDE, after this, go to Tools > Board and search for your arduino. Congratulations, just upload the code and you will have and arduino rubber ducky.

About

Ducky script template for ATmega34U4


Languages

Language:C++ 100.0%