Post: Notepad coding
12-17-2009, 04:34 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Just quickly does anyone know how to make like a chain of consecutive pop-ups for instance i am making a "fake virus" and have made it so that it comes up with a threat detected message but how do i make the button say yes and no instead of one button saying ok and then how do i make more messages come up after the victim clicks yes or no. so like i have 1 pop up saying remove all files then they would click no and then another popup will appear saying something like couldnt do that and so on. btw im using saving as .vbs and also how do i make random file names from their computer listed in the popup? thanks
(adsbygoogle = window.adsbygoogle || []).push({});
01-20-2010, 12:51 AM #2
PM me.......
02-24-2010, 06:57 PM #3
Whiteshizzle
Do a barrel roll!
    epic=msgbox("Would you like to Rep WhiteShizzle?",4,"Jizz")
02-25-2010, 10:14 PM #4
CA5U4LTY
Pokemon Trainer
@ECHO off
:a
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
goto a

That will spam message boxes. If you want to spam something like notepad.....use this syntax.

WScript.Sleep 10
WScript.Sleep 10
Set WshShell = WScript.CreateObject("WScript.Shell")
do
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "notepad"
loop

These are very simple ones, but REP if you enjoy them Happy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo