cool vid dude i made some vbs thingy too where u have a input box and u type a website in it and enter and then you get the ip, for coming around the unblocked sites :)
does anyone know how to make something that will ask for a password and will keep asking untill u get it right. and when i tried the one in ur other video it didnt work
Hey nice vid! I found a new code that is cool. Ok say i have a vbs with 2 buttons yes or no. If i press yes something happens, If i press no something DIFFERENT will happen then the yes here
m=msgbox ("hello",3,"hello") if m=(vbyes) then msgbox ("yes") wscript.quit end if if m=(vbnbo) then msgbox ("no") wscript.quit end if if m=(vbcancel) then msgbox ("cancel") wscript.quit end if
x=msgbox ("now i will load solitare and make you automaticly win",0,"multi") Set WSHShell = WScript.CreateObject("WScript.Shell") WSHShell.Run "sol.exe" wscript.sleep(1000) Dim snl Set shl = CreateObject("Wscript.Shell") shl.SendKeys"%+2" WScript.Sleep(7000) WSHShell.SendKeys "%+n" WSHShell.SendKeys "%{F4}" Set WSHShell = Nothing wscript.sleep(1000) x=msgbox ("congratulation's!",0,"multi") x=msgbox ("bye! thank you for watching!",0,"multi") end if
x=msgbox ("hello!",0,"multi") fname =inputbox ("what's your name?","your name") fname=msgbox ("hello " & fname,0,"multi") x=msgbox ("should i open and close cd rom?",1,"your name") set oWMp = CreateObject("wmplayer.ocx.7" ) set colcdroms = owmp.cdromcollection if colcdroms.count >= 1 then for i = 0 to colcdroms.count - 1 colcdroms.item(i).eject colcdroms.item(i ).eject next
how do you open google chrome and firefox? i can only open ie :*(
UMadNiga 7 months ago
the code is
msgbox("text"),0,("title")
and the input box one is
fname=inputbox("What is your name")
fname=inputbox("Hello" & fname + "how are u")
angelstyle33 1 year ago
@angelstyle33 ???
elisha054 1 year ago
PLEASE I WANT THAT CODE!!!
WackoWorldEpisodes 1 year ago
Hey! Could i have the Code .. PLEASE?
mattias8755 2 years ago
go to other video!
elisha054 2 years ago
do you have a send an email script?I have one but it has an error that says it needs SendUsing
teen3564 2 years ago
no but that sounds cool/
elisha054 2 years ago
...
cayik4 2 years ago
could i get that code please
mr0pepper1 3 years ago
first message...
elisha054 3 years ago
code please
zboy09809 2 years ago
look at other video
elisha054 2 years ago
I can make a Microsoft Sam with notepad, heres the code:
strText = inputbox("What should Sam say?","Sam")
set objVoice = CreateObject ("SAPI.spVoice")
ObjVoice.speak strText
245ikl 3 years ago
lol.
i already have the script!
ther are so many videos on that so i didnt make one.
elisha054 3 years ago
realy cool!!!!!!!!!!!!!!!!!
grinreaper00 2 years ago
ty!
elisha054 2 years ago
cool vid dude i made some vbs thingy too where u have a input box and u type a website in it and enter and then you get the ip, for coming around the unblocked sites :)
(bad english lols)
RUBENKNEX 3 years ago
can i please have the script? sounds awesome!
elisha054 3 years ago
does anyone know how to make something that will ask for a password and will keep asking untill u get it right. and when i tried the one in ur other video it didnt work
daman0192837465 3 years ago
what didn't work in it?
elisha054 3 years ago
Hey nice vid! I found a new code that is cool. Ok say i have a vbs with 2 buttons yes or no. If i press yes something happens, If i press no something DIFFERENT will happen then the yes here
Code:
Dim box, yes, no
box = MsgBox("Pick a button",4,"Pick a button")
If box =6 Then
yes = MsgBox("You have picked yes",48,"Yes")
End if
If box =7 Then
no = msgbox("You picked no",48,"no")
end if
SSHPCS2 3 years ago
lol i have a easier script for that.
elisha054 3 years ago
elisha054 3 years ago
im just made this code but i cant post it here cuz youtube dont lets me to put some characters ^^
h4x0rSpirit 3 years ago
so how should i help or comment?
elisha054 3 years ago
omg! i just figured out to put sound on a vbs!!!!
mesogreatrs 3 years ago
How did i help?
elisha054 3 years ago
no but here
strSoundFile = "(sound goes here).wav"
Set objShell = CreateObject("Wscript.Shell")
strCommand = "wmplayer.exe /play /close " & chr(34) & strSoundFile & chr(34)
objShell.Run strCommand, 0, False
Wscript.Sleep 1000
IT has to be an mp3 though
mesogreatrs 3 years ago
thanks?
elisha054 3 years ago
To open a .exe file: (maybe also non exe files
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.Run "notepad.exe"
To open anything else:
set A = CreateObject("WScript.Shell")
A.Run chr(34) & "C:\Documents and Settings\Administrator\My Documents\elisha" & Chr(34)
Set A = Nothing
elisha054 3 years ago
can you put the script of this on here
mesogreatrs 3 years ago
wait wait can you make it so it opens up a program for me?
mesogreatrs 3 years ago 2
yes, view my other video:
how to make a vbscript that will open up a program
elisha054 3 years ago
YOU ARE SO COOL!!!!!!!!!!!!
Do you know who to make one that says "ok" but you can't click it
mesogreatrs 3 years ago 3
thanks!
no but good i did ill think about it
elisha054 3 years ago
thanks!
no but good idea ill try
elisha054 3 years ago
i'm sorry but vbscript doesn't have that ok thing sorry
elisha054 3 years ago
That was cool :)
stupidgaylogincrap 3 years ago
thank you!
please rate?
elisha054 3 years ago
there i rated 5/5 :) im trying to figure out how to help you so ill message you when I finish k?
stupidgaylogincrap 3 years ago 2
thank you! your help is awesome!
elisha054 3 years ago
NP it's just what i do =D
stupidgaylogincrap 3 years ago 2
elisha054 3 years ago
elisha054 3 years ago