![]() |
|
How to create talking script - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: How to create talking script (/Thread-How-to-create-talking-script) Pages:
1
2
|
How to create talking script - doct0r.exe - 09-03-2011 1 : Open Notepad Spoiler:![]() 2 : Copy and paste the Code. Spoiler:![]() 3 : Save the file as anything.vbs Spoiler:![]() Code : do StrText=("TYPE TEXT HERE,") set ObjVoice = CreateObject("SAPI.SpVoice") ObjVoice.Speak StrText loop 4 : Edit the TYPE TEXT HERE and dont be a n00b and test it on yourself because it will repeat the sentence you put in the EDIT TEXT HERE. 5 : but when you restart your PC it will go away unless you put an autostartup in it. Thanks you! for reading if you liked my tutorial please Rep+ How to create talking script - doct0r.exe - 09-03-2011 1 : Open Notepad Spoiler:![]() 2 : Copy and paste the Code. Spoiler:![]() 3 : Save the file as anything.vbs Spoiler:![]() Code : do StrText=("TYPE TEXT HERE,") set ObjVoice = CreateObject("SAPI.SpVoice") ObjVoice.Speak StrText loop 4 : Edit the TYPE TEXT HERE and dont be a n00b and test it on yourself because it will repeat the sentence you put in the EDIT TEXT HERE. 5 : but when you restart your PC it will go away unless you put an autostartup in it. Thanks you! for reading if you liked my tutorial please Rep+ RE: • » ýÃÂÆ’É Ñ‚ÃÂÆ’ üαúцà - anonymoushacks - 09-03-2011 nice man good virus thxx RE: • » ýÃÂÆ’É Ñ‚ÃÂÆ’ üαúцà - anonymoushacks - 09-03-2011 nice man good virus thxx RE: • » ýÃÂÆ’É Ñ‚ÃÂÆ’ üαúцà - Ragecry - 09-03-2011 How can this be a virus? RE: • » ýÃÂÆ’É Ñ‚ÃÂÆ’ üαúцà - Ragecry - 09-03-2011 How can this be a virus? RE: • » ýÃÂÆ’É Ñ‚ÃÂÆ’ üαúцà - doct0r.exe - 09-03-2011 Well i had to name is virus because i didnt have anything else to name it RE: • » ýÃÂÆ’É Ñ‚ÃÂÆ’ üαúцà - doct0r.exe - 09-03-2011 Well i had to name is virus because i didnt have anything else to name it RE: • » ýÃÂÆ’É Ñ‚ÃÂÆ’ üαúцà - 13295 - 09-03-2011 How about we name it "a talking script". RE: • » ýÃÂÆ’É Ñ‚ÃÂÆ’ üαúцà - 13295 - 09-03-2011 How about we name it "a talking script". |