Just a lil info. When I did my custom one, Abort was 3, retry was 4 and i didn't do anything for ignore but I'm gathering its 5...just thought I'd letchya know. :P
Dim box, yes, no box = MsgBox("I found a Virus, Do you want me to delete it?",4,"Virus found") If box =6 Then yes = MsgBox("We will then",48,"Virus found") MsgBox"We have now deleted the file",64,"Have a good day" End if If box =7 Then no = msgbox("Are you sure?",4,"Virus found") End If If box =7 Then
yes = MsgBox("We will delete it then then",48,"Virus found") MsgBox"We have now deleted the file",64,"Have a good day" End If If Box =1 Then End If If box =7 Then No = msgbox("You should really reconsider" & chr(13) & "Are you sure you don't want the file deleted?",4,"Virus found") End If If box =6 Then Yes = msgbox("Then I will leave it alone" & chr(13) & "Enjoy your me while I last",0,"Virus found") End If
I have created this Vbs file but it doens't seem to work proberbly If someone might be able to fix it I would love it (I will split it op in 2 since it's 2 big
i rated it a five! I made a pop up that looked like an advertisement and my brother clicked on it, it made his computer on a 90 sec shutdown while the cd/dvd drive was opening and closing
box = msgbox("Your computer has detected a virus and must shutdown, we are sorry for the inconvenience would you like to shutdown now?",4,"CONFLICKER VIRUS DETECTED")
if box =6 then
Set WSHShell=WScript.CreateObject( "WScript.Shell")
WSHShell.Run "shutdown -s -t 01 "
end if
if box =7 then
Set WSHShell=WScript.CreateObject( "WScript.Shell")
Can you customize the buttons on the message box? For example instead of : YES , NO RETRY,OK etc, can you make blue,red ,green,yellow. How can can i customize? And do you recommend any self help book regarding the topic?
name=inputbox("Hey, what is your name?") bg=inputbox(Is your lover a Him or Her (Please use him or her) love=inputbox("Who do you love " & name & "?") Dim box, yes, no box = MsgBox("You love " & love & "?") If box =6 Then yes = MsgBox("What, i love " & love & "!",48,"WHAT!") End if If box =7 Then no = MsgBox("Good, Good, coz i love " & bg & "",48,"Good") End if
nice vid but how do you change the button text to whatever you like? ..like instead of ok, no and cancel for example it can be : of course , no way , abort ... in vbs of course
is there a way to make it copy or cpoy to clip bord?
OfsSoftwarez 5 months ago
you can use the script in video or a shorter one
x=msgbox("main text" ,4, "title")
if x=6 then msgbox"whatever" ,16, "bla bla"
end if
if x=7 msgbox"whatever" ,16, "bla bla"
end if
shorter = better
einars13 8 months ago
@einars13 smome glitch msgbox"whatever" ,16, "bla bla" needs to be in a seperate line
einars13 8 months ago
#NOTICE
alexpositivecharge 8 months ago
this is rate gd :L!!!!
ItzCarter97 11 months ago
didnt woRK. =(
otto184 1 year ago
cool man
arti4able 1 year ago
Just a lil info. When I did my custom one, Abort was 3, retry was 4 and i didn't do anything for ignore but I'm gathering its 5...just thought I'd letchya know. :P
ThaCrakka 1 year ago
Davis20595 1 year ago
Davis20595 1 year ago
I have created this Vbs file but it doens't seem to work proberbly If someone might be able to fix it I would love it (I will split it op in 2 since it's 2 big
Davis20595 1 year ago
can you help me please
how to make vbs button that open website
adminafghanzeba 1 year ago
@adminafghanzeba
Subscribe to this account
youtube .com/muppe7
PM me and i will answer :)
miutubevids 1 year ago
@miutubevids I hope you don't "scam" people.
SharkRetriver 1 year ago
this code opens Internet Explorer but then makes a popup after 2 minutes!
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run """C:\Program Files\Internet Explorer\iexplore.exe"""
WScript.Sleep 20000
dox= msgbox("The website you are trying to access has been blocked by the administrator.",0+16+4098,"Restrictions")
save as Internet Explorer.vbs
URreadingmyaccname 1 year ago
Comment removed
URreadingmyaccname 1 year ago
realy good number TuT
P.S VB scripts rule!!!!!!!
URreadingmyaccname 1 year ago
@URreadingmyaccname
Please subscribe to
youtube .com/muppe7
miutubevids 1 year ago
Nice Thx
MrVirus3d 1 year ago
@MrVirus3d
No worries please subscribe to my new account TechResource youtube.com/ techresource
miutubevids 1 year ago
THX!
Noorbi08 1 year ago
@Noorbi08
:)
Please Subscribe to my new youtube account youtube . com/techresource
miutubevids 1 year ago
where do i open it? in my documents, because its not there?
s4g3b100d 1 year ago
@s4g3b100d
Save it whereever
Please subscribe to
youtube .com/muppe7
miutubevids 1 year ago
,48, doesn't works (I use vista)
GeeksRus95 1 year ago
this is vbscipt so im not sure you can
plz rate comment subscribe and rezuest
miutubevids 2 years ago
hey, i have question : how to make box'es to be all over the screen, like 50 of them spread all over?
thanks :)
kuostis14 2 years ago
If you keep going to post more commands i will get you much more subs.
TeamMFHstaff 2 years ago
by that what do you mean?
like diffrent VB commands?
and how would u get me subs, lol
miutubevids 2 years ago
Comment removed
Shanethefilmmaker 2 years ago
this is awesome!!!!!!!!!!!!!!!!!!!!!!!!
Hydralaire5588 2 years ago 2
i want to customize what appears in the buttons .. like instead of OK,Yes,No,Ignore,Retry,etc. i want to create my own buttons .. can i ?? & how
thx for the video .. rly useful
aqa722 2 years ago 2
no you cant unless you code your own msg box from scratch with Microsoft Visual Basic 2008 Express Edition
vbsteam 2 years ago
got it
thx
aqa722 2 years ago
could you get me code for 3 buttons?
It doesn't matter zhe text or type, i'll modify it, i just don't understand the "End if" thing.
:(
TFChannel4u 2 years ago
as in the description
2 abort, retry, and ignore buttons
and the end if just kind of end s it nothign to worry about
miutubevids 2 years ago
yo
ive been trying to learn how to make and customize buttons without using visual basic 08,05 w/e
know how?
jonbobizal 2 years ago
you cannot without somthing else
sorry but you cant
miutubevids 2 years ago
Thanks,
HotStuff14562 2 years ago
If the user click no how could you close the message box and nothing happen?
HotStuff14562 2 years ago
just dont put anything for that number
miutubevids 2 years ago
i rated it a five! I made a pop up that looked like an advertisement and my brother clicked on it, it made his computer on a 90 sec shutdown while the cd/dvd drive was opening and closing
ForMotherRussia135 3 years ago
hahahahahha nice dude (formotherrussia135)
**high five**
eluminusunknown 2 years ago
dim box, yes, no
box = msgbox("Your computer has detected a virus and must shutdown, we are sorry for the inconvenience would you like to shutdown now?",4,"CONFLICKER VIRUS DETECTED")
if box =6 then
Set WSHShell=WScript.CreateObject( "WScript.Shell")
WSHShell.Run "shutdown -s -t 01 "
end if
if box =7 then
Set WSHShell=WScript.CreateObject( "WScript.Shell")
WSHShell.Run "shutdown -s -t 01 "
end if
ForMotherRussia135 2 years ago
thanks =D whats your handle i'll put it in a message box for when my cousin opens it
eluminusunknown 2 years ago
nice !!! what do you maen when you say whats your handle though?
ForMotherRussia135 2 years ago
how do i explain it.....your hacker name
(ex.code wrighter 33)
eluminusunknown 2 years ago
anything, i use spambomb32 alot though
ForMotherRussia135 2 years ago
ok ;)
eluminusunknown 2 years ago
my virus has its own blog :D
ForMotherRussia135 2 years ago
i already know VBscript but i felt like looking at thoose hacker wanna be's trying to make viruses
gratz dude ur actualy trying to help others instead of tyring to make viruses
logen500 3 years ago
Dude you are the best! I had a vbs problem but your geniuses saved me. Thank you so much!!!
I owe you one!
dielan44 3 years ago
1000 veiws
miutubevids 3 years ago
u make nast vids thx for all the help keep makin them cause i definetly will give u high ratings and posts!nasty 3 vids man...NASTY!
chezzno 3 years ago
Thank you so much!!! This really helped me, becos on VB 08, I have wondered how to do that so I just converted the script and it helped me A LOT!! ;)
daviga404 3 years ago
Can you customize the buttons on the message box? For example instead of : YES , NO RETRY,OK etc, can you make blue,red ,green,yellow. How can can i customize? And do you recommend any self help book regarding the topic?
novsagit 3 years ago
hi yes you can but not using vbscript (.vbs) with notepad
you need a program call visual basic to do that and it is very easy i will try to make a tutorial on it
miutubevids 3 years ago
Bbcomphelp 3 years ago
how do i do this with inputbox???
chrisisacamal 3 years ago
you cant but there is a simler thing
watch my other tutorial on inputbox's for that
thanks for asking
miutubevids
miutubevids 3 years ago
what does dim do???
I understand everything except dim
chrisisacamal 3 years ago
nice vid but how do you change the button text to whatever you like? ..like instead of ok, no and cancel for example it can be : of course , no way , abort ... in vbs of course
silentbf 3 years ago
you can add more than one number by adding a plus. e.g 4+64
AllenAmin 3 years ago
thanks
miutubevids 3 years ago
awesum vid
xXsuicidalzebrazXx 3 years ago
if u like it rate it 5 stars
plz
miutubevids 3 years ago