June 16, 2012

Display Pop Up Message in Your Desktop

A pop-up is a graphical user interface (GUI) display area, usually a small
window, that suddenly appears ("pops up") in the foreground of the visual interface.
It is a simple code which will accept the name of the user as well as show
in the pop up message.


First open notepad and write the code below

@ECHO OFF
title LearnTricks.in - Technology Blog
:s
echo Please type your name!!
set /P name=
:disp
cls
title
LearnTricks.in - Technology Blog
msg * "Hello %name%, all your data in this computer are hacked by Aro Mukherji"
msg * "LoL... I am just kidding"
msg * "Thank you for trying this."
msg * "Visit www.learntricks.in again."
:exit



Now save it as "anyname.bat". Then copy and paste it in your friend's startup. Now the message is dispayed each time he switch on his system.

You can change the pop-up messages and troll your friends with serious warnings!!
Have fun................. ;) 

More hacking tricks : Click here    More how to tutorials : Click Here 


0 comments:

Post a Comment

Click to Download our Android App