Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STRING_DELAY support #53

Closed
H3XDaemon opened this issue Nov 18, 2021 · 5 comments
Closed

STRING_DELAY support #53

H3XDaemon opened this issue Nov 18, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request fixed

Comments

@H3XDaemon
Copy link

https://github.com/hak5darren/USB-Rubber-Ducky/issues/26
Just got random string uppercase on Redhat Linux 8
I tested with digispark no such issue
Windows and Android either
Maybe just string input too fast

@mayankmetha
Copy link
Owner

mayankmetha commented Nov 23, 2021

Did you have tried the command DEFAULT_DELAY?
Just put it at the begin of your script
DEFAULT_DELAY 1000
Now there is a delay of 1000 ms between each command.
If there is a DELAY command anywhere after that in the script it should override the delay between the previous command and the next command

STRINGDELAY is still broken on original ducky scripts. I suggest using DEFAULT_DELAY

@mayankmetha mayankmetha added the enhancement New feature or request label Nov 23, 2021
@H3XDaemon
Copy link
Author

Yes, I tried it, and it seems that I can only delay it with one word per line

@mayankmetha
Copy link
Owner

Feature added. Next nightly release to feature this.

@H3XDaemon
Copy link
Author

Thank you so much

@mayankmetha
Copy link
Owner

Rucky v2.3 and Rucky Nightly 476 supports this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed
Projects
None yet
Development

No branches or pull requests

2 participants