parkour86 Posted April 7, 2014 Posted April 7, 2014 When the ducky runs the script below for adding a user account to ILO it seems like the duck is typing faster than the computer can recognize the keys that are being pressed. The only problems i'm having is the STRING and REPEAT commands. When it types any of the words using the STRING command it skips every other letter. So tech will come out to be tc. For the REPEAT command, instead of it repeating 6 times it only repeats 3 times. Is there a way to slow down the speed of the ducky? DEFAULTDELAY 100 DELAY 2000 ESCAPE ESCAPE REM *** Add tech Account *** RIGHT RIGHT ENTER STRING tech TAB STRING tech TAB STRING tech123 TAB STRING tech123 F10 ENTER REM If user account exists then just cancel ESCAPE TAB REPEAT 6 ENTER DELAY 500 Quote
Guest spazi Posted April 7, 2014 Posted April 7, 2014 Only thing I can think of is adding more delays. Quote
parkour86 Posted April 7, 2014 Author Posted April 7, 2014 (edited) Only thing I can think of is adding more delays. The only way I found for adding a delay to the STRING command is by having it enter one letter at a time. This way it gives the computer a 100ms delay between each key. Is there a better way of doing this? I will have to do this to my whole payload and future payloads if this is the only way to fix it. Which is going to be a pain. Do you know if there's a DEFAULTSPEED command that I can put at the top of the payload to limit the speed of how fast the ducky executes the typing speed? DEFAULTDELAY 100 DELAY 2000 ESCAPE ESCAPE REM *** Add tech Account *** RIGHT RIGHT ENTER STRING t STRING e STRING c STRING h TAB STRING t STRING e STRING c STRING h TAB STRING t STRING e STRING c STRING h STRING 1 STRING 2 STRING 3 TAB STRING t STRING e STRING c STRING h STRING 1 STRING 2 STRING 3 F10 ENTER REM If user account exists then just cancel ESCAPE TAB TAB TAB TAB TAB TAB ENTER DELAY 500 Edited April 7, 2014 by parkour86 Quote
PXgamer Posted September 2, 2014 Posted September 2, 2014 There is a default delay between commands command. That may help. 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.