Jump to content

NamekianUnix

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by NamekianUnix

  1. Yes, 3000 is a good wait time. The first time you use the rubber ducky on a computer it takes a bit to install the drivers (could take a mintue or two, so plug in the ducky for the first time and wait. then reactivate the payload). But after the drivers install, 3000 is a standard wait time so that your computer recognizes that a new device has been plugged into your machine. If the script activates any sooner, the computer will most likely skip the beginning of the script since the payload activated before the computer recognized it's existance. Of course, This all depends on the computer speeds. Very fast computers that have been duckied at least once, could get away with shorter wait times. But if you want to make your paylaod more globally accepted by computers, you haveto compensate for slower ones and add the delays at the beginning.
  2. Thank you for your quick response! "If it quacks like a keyboard"... 0_0 It's all coming together now! Thank you very much, I'll definitely look into that. *EDIT* And I like what I see: https://www.pjrc.com/teensy/ I will try that also. Once again, thank you for your quick response!
  3. Though this post has been dead for a year, I have needs of reviving it. I'm trying to make a super simple script that allows you to left click at ducky speeds. I think I know how to make this payload, but my biggest issue is trying to find the syntax for the left click button on the mouse. I've searched for a few hours now both on google and this forum with no luck. Does anyone know how to simulate a left click of a mouse or have some simple syntax for it? I plan on using on Windows 8.1. But I assume my payload design should work on most any windows OS without an issue. Here's an Idea of what I planned the payload to looks like. REM ###################### REM # Mass left click spam # REM # Author: NamekianUnix # REM ###################### DELAY 3000 STRING *Insert Left Click Syntax Here* REPEAT 1000
×
×
  • Create New...