@DJUlleBeats Open a notepad type start virus.bat (go one line under) virus.bat then click file save as.... then name it virus.bat then there you go you have a cmd virus
@tehhaxorkipz Well actually, I have a way of looping the talking that does not require you to copy and paste the same word(s) and the talking goes forever.
I got a cool one a=inputbox("What is your name?") set ObjVoice = CreateObject("SAPI.SpVoice") ObjVoice.Speak " Hello " +a b=inputbox("What are you eating for dinner tonight?") set ObjVoice = CreateObject("SAPI.SpVoice") objVoice.Speak "Cool, I love to eat yummy " +b c=inputbox("What is your favorite sport?") set ObjVoice = CreateObject("SAPI.SpVoice") objVoice.Speak "That is a good sport, but I like to run programs better than playing" +c d=inputbox("Well, you wanna talk some other time?")
how do u make a text come up with the talking thing at the same time
carnagecat8 1 month ago
people try tipying this in the whatever you want it to say:
pipipipipipipipipipipipipipipipipipipipipipipillllllllllllllllllllllllllllluuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuppppppppppppppppppppppppppppppppuuuuuuuuuuuuuuuuuuuuuuuu
its soo annoying yet fun
cristerela 4 months ago
love that you have a folder called viruses :P
DJUlleBeats 5 months ago
@DJUlleBeats Open a notepad type start virus.bat (go one line under) virus.bat then click file save as.... then name it virus.bat then there you go you have a cmd virus
HITMEN400 3 months ago
You should put Windows in the title. Not everyone has Windows ya know.
MrMikerose48 6 months ago
@MrMikerose48 does for example linux have vbs? didn't know...
HackerWulf 6 months ago
@HackerWulf I have no idea. But this guy just wasted my time by watching the video until i found out he is using Linux.
MrMikerose48 6 months ago
That Is AWESOME !!!!
rorozlovemusic 7 months ago
how can i make it say multiple phrases? lik i want it to say "my roflcopter goes"
then loop it on "soi soi soi soi" with do loop command... helpz
tehhaxorkipz 9 months ago
@tehhaxorkipz just put more than one, i dont know how to loop it :(
StrText=("whatever you want it to say")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
StrText=("whatever you want it to say")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
hamstasquad11 9 months ago
Comment removed
HackerWulf 6 months ago
Comment removed
HackerWulf 6 months ago
Comment removed
HackerWulf 6 months ago
This has been flagged as spam show
@hamstasquad11 you don't need to set the object twice
@tehhaxorkipz try this
set ObjVoice = CreateObject("SAPI.SpVoice")
Strparta=("my roflcopter goes")
Strpartb=("soi")
ObjVoice.Speak Strparta
for i = 1 to 5 #ObjVoice.Speak Strpartb
next
where the # is you should start a new line couldnt do it here for some reason
you can change the 5 if you want it to repeat it more than just five times ( or less)
HackerWulf 6 months ago
@hamstasquad11 To loop it at the beginning you put "do" and at te end you put "loop".
mrbananaflasher 3 months ago
@hamstasquad11
I think by putting DO above the script and LOOP at the end ;)
Searche93 3 months ago
Comment removed
Shadow19Elite 1 month ago
This has been flagged as spam show
@hamstasquad11 Add "do" to the top and "loop" on the bottom, Example:
do
StrText=("whatever you want it to say")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
StrText=("whatever you want it to say")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
loop
Shadow19Elite 1 month ago
This has been flagged as spam show
@tehhaxorkipz
do
StrText=("whatever you want it to say")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
loop
xxnzen 9 months ago
This has been flagged as spam show
@tehhaxorkipz you do this
StrText=("whatever you want it to say")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
do
StrText=("whatever you want it to say")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
loop
techdude154 7 months ago
@tehhaxorkipz to loop any vbs script:
do
StrText=("whatever you want it to say")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
loop
MIXITst 2 months ago
@tehhaxorkipz I would help you, but your grammar sucks.
VAUSpace 1 month ago
@VAUSpace I would care, but my question has already been answered.
Have a nice day.
tehhaxorkipz 1 month ago
@tehhaxorkipz Well actually, I have a way of looping the talking that does not require you to copy and paste the same word(s) and the talking goes forever.
VAUSpace 1 month ago
if you add do to the top and loop at the bottom it will keep repeating xD
humpahumper 1 year ago
AWESOME! :D:D:D
Silverormen 1 year ago
RingOfStorms 1 year ago
if d= "no" then
set ObjVoice = CreateObject("SAPI.SpVoice")
objVoice.Speak "Fine then I will never talk to you again."
End If
if d= "yes" then
set ObjVoice = CreateObject("SAPI.SpVoice")
objVoice.Speak "Ok, we will, bye for now."
End If
set ObjVoice = CreateObject("SAPI.SpVoice")
objVoice.Speak "Ok well, I will go now. Talk to you later."
RingOfStorms 1 year ago
Sorry about the two posts it ran outa characters. I think everyone is smart enough to figure it out.
RingOfStorms 1 year ago
@RingOfStorms what am i going to do with that
benasen98 9 months ago
This has been flagged as spam show
@RingOfStorms what am i going to do with that
benasen98 9 months ago
try this one its much more easy
you yust save it as a .vbs file and play it
a=inputbox("whatever you want it to say")
set ObjVoice = CreateObject("SAPI.SpVoice")
ObjVoice.Speak +a
dytobava 2 years ago
whhooo crazyy shit man!!
ThnX ur my hero
xDDDD
MrSavelife 2 years ago