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
531 stars 65 forks source link

STRINGLN bug #144

Closed Rayrsn closed 1 year ago

Rayrsn commented 1 year ago

When I add a STRINGLN in my script it types out the whole line. for example, running the following script:

STRING Hello
ENTER
STRINGLN World

will result in

Hello
STRINGLN World

Using version Nightly 2.3 on Android 12

mayankmetha commented 1 year ago

Stringln is part of rubber ducky 3.0 which is not part of nightly builds yet. Nightly build only support upto rubber ducky 2.0 scripts.