mayankmetha / Rucky

A simple to use USB HID Rubber Ducky Launch Pad for Android.
https://mayankmetha.github.io/Rucky
GNU General Public License v3.0
546 stars 65 forks source link

STRING_DELAY support #53

Closed H3XDaemon closed 2 years ago

H3XDaemon commented 3 years ago

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 commented 3 years ago

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

H3XDaemon commented 3 years ago

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

mayankmetha commented 2 years ago

Feature added. Next nightly release to feature this.

H3XDaemon commented 2 years ago

Thank you so much

mayankmetha commented 2 years ago

Rucky v2.3 and Rucky Nightly 476 supports this.