Jump to content

xcoder

Active Members
  • Posts

    43
  • Joined

  • Last visited

Recent Profile Visitors

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

xcoder's Achievements

  1. ReCheck Your Script GUI r DELAY 200 STRING notepad.exe ENTER
  2. you need java installed or portable version duckencode.jar Write Your Script and encode it java -jar "C:\tmp\encoder.jar" -i "C:\tmp\source.txt"
  3. down vote Beginning with Windows 8.1, the plaintext of a user's password is usually no longer kept in memory
  4. DEFAULT_DELAY 100 DELAY 5000 GUI r DELAY 50 STRING cmd /Q /D /T:FE /F:OFF /V:ON /K mode con lines=1 cols=10 ENTER DELAY 200 STRING for /f %d in ('wmic volume get driveletter^, label ^| findstr "DUCKY"') do set usb=%d ENTER DELAY 300 STRING %usb% ENTER DELAY 100 STRING START HelloWorld.exe ENTER DELAY 100 STRING Exit ENTER This is my short way to run file from SD folks share us your Creative
  5. Thank you for sharing I wish try it, but my windows currently only Have Ctrl+R !, its need format
  6. you miss something I flashed with first try
  7. you need change USB Rubber Ducky Firmware Check This Post:
  8. DEFAULT_DELAY 100 DELAY 5000 GUI r DELAY 100 STRING cmd /Q /D /T:FE /F:OFF /V:ON /K mode con lines=1 cols=10 ENTER DELAY 200 STRING for /f %d in ('wmic volume get driveletter^, label ^| findstr "DUCKY"') do set usb=%d ENTER DELAY 300 STRING %usb% ENTER DELAY 200 STRING powershell Set-ExecutionPolicy 'Unrestricted' -Scope CurrentUser -Confirm:$false ENTER DELAY 200 STRING powershell.exe -File %usb%\config-21642.ps1 ENTER DELAY 200 STRING Exit ENTER Rubber Ducky Twin Duck Firmware Your PowerShell inside [USB FLASH DISK] config-21642.ps1
  9. you code is not Correct! Copy script and past it in notepad remove DELAY STRING ENTER etc..... select all and past it in PowerShell Fix it as You like I`ll Give New Short Way for run your Script
  10. I guesses you need use Twin Duck Firmware
  11. recheck your script you can post it here and I will check it for you
  12. if you are windows user you can try my application it can helping you HAPPY NEW YEAR!
  13. Use: DEFAULT_DELAY 100 first Line of Script
×
×
  • Create New...