Jump to content

what is the longest/largest duck script created


Recommended Posts

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

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...