Jump to content

[Question] Ducky typing way to fast


Recommended Posts

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
Link to comment
Share on other sites

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 by parkour86
Link to comment
Share on other sites

  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...