Eight

  • Thread starter Thread starter osm70
  • Start date Start date
  • Views Views 3,159
  • Replies Replies 26

osm70

Well-Known Member
Member
Joined
Apr 17, 2011
Messages
1,250
Reaction score
597
Trophies
1
XP
3,559
Country
Czech Republic
In this program you click the "8" button and it says the word "eight".

Based on The Stanley Parable demo.
 

Attachments

  • 8.zip
    8.zip
    77.2 KB · Views: 183
open an .exe from a random stranger to make the computer say a "word"
thought choice....

btw, 101kb isn't too much for a simple script?

if you did that because you are learning how to program, share the source code instead.. that way people could share thoughts or give opinions about how you coded it...

because i don't need to say that this is really fishy right?
 
open an .exe from a random stranger to make the computer say a "word"
thought choice....

btw, 101kb isn't too much for a simple script?
if its legit, just share the source code instead of the exe.. if this is a programming learning thing, that way people could share thoughts or give opinions about how you coded it...

Too big? Well, the sound is embeded it the exe file.

Source code? OK.
 

Attachments

Too big? Well, the sound is embeded it the exe file.

Source code? OK.

well, you must agree that sharing a exe for such a reason doesn't smell that great..

and it can be easily done using a vbs script (copy and paste into a .txt rename it to .vbs)

thats why i was\am sceptical about the size.. this takes only a few bytes...

Code:
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
Sapi.speak "hello"
 
well, you must agree that sharing a exe for such a reason doesn't smell that great..

and it can be easily done using a vbs script (copy and paste into a .txt rename it to .vbs)

thats why i was\am sceptical about the size.. this takes only a few bytes...

Code:
Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
Sapi.speak "hello"

That is not what I want to do.
This won't let me keep pressing a button and keep hearing eight.
 
Can you post pics? Or make one that says 420blazeit?

Bk2ZHvk.png

Sound file is attached.

had 2-4 lines, change hello to 8 (or eight) and profit?

I don't think you understand me. I want it to say eight after user clicks on the 8 button.
 

Attachments

Site & Scene News

Popular threads in this forum