Jump to content

JTate

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

JTate's Achievements

Newbie

Newbie (1/14)

  1. SD card reader writer. After you encode your scripts you use that to write the inject.bin to the SD card.
  2. Took your suggestion of a different combination. Tried CTRL F12 and that seems to work for most everything. It is defined to Excel and causes some weird results there. Possibly some other places it will cause problems, but I manually tried CTRL-F12 with most things that I use. Missed Excel and the first time I switched to Excel it was time for Ducky to quit waiting. This is workable but would still be nice if I could use just the CTRL.
  3. Running the encoder with no options gives you the following, not the last line in particular. Script Commands: ALT [key name] (ex: ALT F4, ALT SPACE) CTRL | CONTROL [key name] (ex: CTRL ESC) CTRL-ALT [key name] (ex: CTRL-ALT DEL) CTRL-SHIFT [key name] (ex: CTRL-SHIFT ESC) DEFAULT_DELAY | DEFAULTDELAY [Time in millisecond * 10] (change the delay bet DELAY [Time in millisecond * 10] (used to overide temporary the default delay GUI | WINDOWS [key name] (ex: GUI r, GUI l) REM [anything] (used to comment your code, no obligation :) ) ALT-SHIFT (swap language) SHIFT [key name] (ex: SHIFT DEL) STRING [any character of your layout] REPEAT [Number] (Repeat last instruction N times) [key name] (anything in the keyboard.properties) I changed it to use CONTROL (and like CTRL) and again it encodes with no problem but it allows the PC to timeout and lock. The language is US and it matches the keyboard. As for other key combinations it needs to be something that is less intrusive when I am using the PC and typing.
  4. The answer to your first question is because I don't have admin access. I got the KEY_RIGHT_CTRL from the keyboard.properties files. The way that I read the documentation was that you could use any of those names in the script. When I first started working on the script the CTRL gave an error as if it wanted an additional parameter. I tried changing the KEY_RIGHT_CTRL to just CTRL. It encodes with no problems but it allows the PC to timeout and lock now. It is a PIA when you are in the middle of a Webex and your PC locks up. Have to do the CTRL-ALT-DELETE and enter my password.
  5. I am trying to create a script to enter a CTRL key every 4 minutes. This is what I presently do now is to hit either the left or right CTRL key and this resets the in use of my PC. Here is a snippet of my script file. I am using Hak5 Duck Encoder 2.6.3. REM CtrlLoop.txt as of 2016-07-17 DELAY 1000 REM had other stuff here REM'd out DELAY 10000 REPEAT 8 KEY_RIGHT_CTRL REM ------------------- DELAY 10000 REPEAT 8 KEY_RIGHT_CTRL REM ------------------- DELAY 10000 REPEAT 8 KEY_RIGHT_CTRL REM ------------------- This keeps my PC awake, but if I position the cursor to a command prompt or in a text editor what I get is about every 3 minutes the letter k. Thus after a while I get a string of kkkkkkkkk. What I want is just the CTRL key submitted. Would also be nice if I could put a branch in the script, right now I have the last four lines repeated about 1000 times.
×
×
  • Create New...