Talyon Posted October 18, 2016 Share Posted October 18, 2016 I just got my ducky and I am having a little trouble with one of my scripts, I am trying to create one that will log into Win 7 from the lock screen, open a website with the shortcut "CTRL + Alt + a" and log me into said website, but I keep getting an error with the encoding of the duck script. It does not tell me what is going wrong and I can't figure it out. can anyone help me? I am using the Duck Toolkit encoder. REM Logon DELAY 4000 CONTROL ALT DELETE STRING Computer_Password ENTER DELAY 500 REM Open Website CONTROL ALT a DELAY 500 REM Logon STRING Username TAB STRING Site_Password ENTER DELAY 500 REM Maximize Screen WINDOWS UPARROW Quote Link to comment Share on other sites More sharing options...
411Hall Posted October 20, 2016 Share Posted October 20, 2016 Try the code below. If your going to use CONTROL ALT with a command after you need to shorten it to CTRL-ALT. REM Logon DELAY 4000 CTRL-ALT DELETE STRING Computer_Password ENTER DELAY 500 REM Open Website CTRL-ALT a DELAY 500 REM Logon STRING Username TAB STRING Site_Password ENTER DELAY 500 REM Maximize Screen WINDOWS UPARROW 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.