Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (59)

Sign In or Sign Up now to post a comment!
  • is there a way to make it copy or cpoy to clip bord?

  • 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 smome glitch msgbox"whatever" ,16, "bla bla" needs to be in a seperate line

  • #NOTICE

  • this is rate gd :L!!!!

  • didnt woRK. =(

  • cool man

  • 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

  • can you help me please

    how to make vbs button that open website

  • @adminafghanzeba

    Subscribe to this account

    youtube .com/muppe7

    PM me and i will answer :)

  • @miutubevids I hope you don't "scam" people.

  • 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,"Res­trictions")

    save as Internet Explorer.vbs

  • Comment removed

  • realy good number TuT

    P.S VB scripts rule!!!!!!!

  • @URreadingmyaccname

    Please subscribe to

    youtube .com/muppe7

  • Nice Thx

  • @MrVirus3d

    No worries please subscribe to my new account TechResource youtube.com/ techresource

  • THX!

  • @Noorbi08

    :)

    Please Subscribe to my new youtube account youtube . com/techresource

  • where do i open it? in my documents, because its not there?

  • @s4g3b100d

    Save it whereever

    Please subscribe to

    youtube .com/muppe7

  • ,48, doesn't works (I use vista)

  • this is vbscipt so im not sure you can

    plz rate comment subscribe and rezuest

  • hey, i have question : how to make box'es to be all over the screen, like 50 of them spread all over?

    thanks :)

  • If you keep going to post more commands i will get you much more subs.

  • by that what do you mean?

    like diffrent VB commands?

    and how would u get me subs, lol

  • Comment removed

  • this is awesome!!!!!!!!!!!!!!!!!!!!!!!­!

  • 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

  • no you cant unless you code your own msg box from scratch with Microsoft Visual Basic 2008 Express Edition

  • got it

    thx

  • 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.

    :(

  • as in the description

    2 abort, retry, and ignore buttons

    and the end if just kind of end s it nothign to worry about

  • yo

    ive been trying to learn how to make and customize buttons without using visual basic 08,05 w/e

    know how?

  • you cannot without somthing else

    sorry but you cant

  • Thanks,

  • If the user click no how could you close the message box and nothing happen?

  • just dont put anything for that number

  • 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

  • hahahahahha nice dude (formotherrussia135)

    **high five**

  • 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

  • thanks =D whats your handle i'll put it in a message box for when my cousin opens it

  • nice !!! what do you maen when you say whats your handle though?

  • how do i explain it.....your hacker name

    (ex.code wrighter 33)

  • anything, i use spambomb32 alot though

  • ok ;)

  • my virus has its own blog :D

  • 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

  • Dude you are the best! I had a vbs problem but your geniuses saved me. Thank you so much!!!

    I owe you one!

  • 1000 veiws

  • 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!

  • 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!! ;)

  • 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?

  • 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

  • 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
  • how do i do this with inputbox???

  • you cant but there is a simler thing

    watch my other tutorial on inputbox's for that

    thanks for asking

    miutubevids

  • what does dim do???

    I understand everything except dim

  • 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

  • you can add more than one number by adding a plus. e.g 4+64

  • thanks

  • awesum vid

  • if u like it rate it 5 stars

    plz

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more