robotmaker42 Posted October 25, 2015 Share Posted October 25, 2015 what is the longest ducky script created. what is the max space in kilobytes a single ducky script(in text, not complied) would ever take up? Quote Link to comment Share on other sites More sharing options...
overwraith Posted October 26, 2015 Share Posted October 26, 2015 (edited) Don't know right off the top of my head, but you could probably determine the max payload the ducky had by just copying and paisting some strings in to see when it stops. I know I routinely use DOWNARROW, REPEAT 100 in my scripts, which is actually translated to 100 bytes, so there is probably enough room there for your purposes, you just have to be aware of the byte limitation. I think the limitation had something more to do with the library used to code the duckys, but am not for sure.I don't do that much duck development these days, I have to hold down a job. just type out a script, and copy paiste like this... STRING LN-1 ENTER STRING LN-2 ENTER STRING LN-3 ENTER STRING LN-4 ENTER STRING LN-5 ENTER This way each line is exactly 5 characters (+enter), only one char changes per line, and you can open up notepad and see when it stops typing. You could probably also come up with a different string which has 10 chars per line so that it can be copy/paisted easier, and has more substantial chars per line. Edited October 26, 2015 by overwraith Quote Link to comment Share on other sites More sharing options...
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.