Saturday, August 13, 2011

UNCLOSABLE DIALOGUE USING SCRIPT

1.type the following code in Notepad
do
x=1
while x<=1
message = msgbox(“it wont close… press close forever or shut down the PC”, 16, “PCGarage.6te.net”)
x = x+1
wend
loop
2.and save the file as Unclosable.vbs
3.thats it open the saved file your Unclosable dialogue opens don’t try to close the dialogue by pressing close follow these steps to close.
4.If you can’t able to make it then download the file by clicking Here
5.now you have created a script after opening the file you cant close it
6.to close it goto processes task manager select wscript and close it
Now the script is stopped..

No comments:

Post a Comment