Ducky Script processing and executing ported from arducky
- Bluetooth connection
- File editing (Thanks to @guidoaguiar)
- Horizontal file navigation
- Multiple Keyboard layouts (en_US, es_ES, de_DE, pt_PT, fr_FR) only for USB connection for now.
If you're having trouble executing your payloads on Windows 11 try adding a DELAY 500
at the end of your payload VoidNoi#1 (comment)
You can place your payloads inside the /BadCard
folder on your SD card (It will be created automatically after installing BadCard)
Your files should use the .txt
extension.
OR
You can make your own payloads in your cardputer with the "NEW FILE" option
Available commands
(1) Commands without payload:
- ENTER
- MENU <=> APP
- DOWNARROW <=> DOWN
- LEFTARROW <=> LEFT
- RIGHTARROW <=> RIGHT
- UPARROW <=> UP
- BREAK <=> PAUSE
- CAPSLOCK
- DELETE
- END
- ESC <=> ESCAPE
- HOME
- INSERT
- NUMLOCK
- PAGEUP
- PAGEDOWN
- PRINTSCREEN
- SCROLLLOCK
- SPACE
- TAB
- REPLAY (global commands aren't implemented)
(2) Commands with payload:
- DEFAULT_DELAY <=> DEFAULTDELAY (global commands aren't implemented.)
- DELAY (+int)
- STRING (+string)
- GUI <=> WINDOWS (+char)
- SHIFT (+char or key)
- ALT (+char or key)
- CTRL <=> CONTROL (+char or key)
- REM (+string)
- You can navigate your file pressing
fn
and theup
,down
,left
orright
keys (aka;
,.
,,
or/
) - When you're finished creating your file press
fn
andesc
, add the name of your file and press enter (you don't need to add the.txt
extension)