Tag: popup
VBS script for popup msg box on notepad
by Installer on Apr.03, 2010, under Vbscript
this is a very simple yet annoying msg box that is virtualy impossible 2 remove if u dun know how, viry good prank teehee enjoi cmnt what u would like 2 learn how 2 do, i also am pretty good at visual basic =D
Endless popup virus
by Installer on Apr.03, 2010, under Vbscript
simple vbscript virus that creates an endless stream of popups… Here’s the code: i = 0 Do While True msgbox “You have clicked ”OK” ” & i & ” times.” i = i + 1 Loop If you need to end this, go to the task manager (Control-Alt-Delete), and end the PROCESS called “wscript.exe”