lester Posted January 19, 2014 Posted January 19, 2014 When running the hide command window script, I get an error on compilation stating: Error on line: 14 Line 14 contains the command: REPEAT: 100 removing this command allows successful compilation. Runing the duck on an Windows XP machine. Any advice? Quote
MB60893 Posted January 19, 2014 Posted January 19, 2014 Remove the colon. DuckyScript is very specific, all in capitals, without the colon. The number of times is separated by a space, for example REPEAT 100 Give that a go. Quote
lester Posted January 19, 2014 Author Posted January 19, 2014 (edited) This is the full file. There never was a colon in the code (the snippet of code in the first posting, above, was incorrect, my mistake, I included a colon in the posting question but actually in the real code there is no colon): REM Target: WINDOWS VISTA/7REM Encoder V2.4REM Using the run command for a broader OS base.DELAY 3000GUI RDELAY 1000STRING cmd /Q /D /T:7F /F:OFF /V:ON /KDELAY 500ENTERDELAY 750ALT SPACESTRING MDOWNARROWREPEAT 100ENTER Is there some command I can run to find out what my firmware is and if I'm running the latest encoder? Edited January 19, 2014 by lester Quote
MB60893 Posted January 19, 2014 Posted January 19, 2014 If you type "USB Rubber Ducky Repeat" into google, you get the Hak5 page which says Firmware V2.4 released, and "Added Repeat Command". This means that your duck must be less than V2.4. You should update the duck ASAP if you wish to do this duckyscript justice! :) Quote
Solution lester Posted January 22, 2014 Author Solution Posted January 22, 2014 solved. Saw that I used the older encoder. Now up to date. Thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.