dbisu / pico-ducky

Create a USB Rubber Ducky like device using a Raspberry PI Pico
GNU General Public License v2.0
2.42k stars 440 forks source link

Pico-Ducky not executing script #242

Closed stefan2jz closed 2 months ago

stefan2jz commented 8 months ago

Describe the issue Ive done this with the help of the tutorials and websites and your webite multiple times . When i get the normal payload it doesnt execute anything . When i plug it in , it opens the file explorer only and doesnt go as a HID. Doesnt execute the script . Idk how to fix. Im owning a Raspberry Pi Pico

Idk what to change , did everything like in the tutorial . The payload is :

REM The next four lines open Notepad in Windows and type "Hello World!" GUI r STRING notepad ENTER DELAY 250 STRING Hello World!

Screenshots These are the screenshots from the Pico 1 2 3

Please help me asap!!

oferrr commented 8 months ago

same here

stefan2jz commented 8 months ago

same here

i did something and it worked , after putting the payload in , unplug the pico , restart your computer and when the pc boots up just plug it in and it will work

dbisu commented 8 months ago

Please submit a debug serial trace of the issue.

dbisu commented 2 months ago

Ensure you are using CircuitPython 8.x and not 9.x Closing.