Jump to content

Recommended Posts

Posted (edited)

So I was wanting to make a harmless/funny scipt to just start making the MAC talk to the user....

It's dialog would be pre built ofcourse, the only part of this process I'm needing help with is..

- Making the MAC talk without opening a terminal and using " say -v BAD blah blah blh"

- How to close a terminal window when its done with the dialog if I cant find out how to hide the window all together.

here is the script so far

===============================================================================

REM say -v (voice ) BAD (bad news) there are multiple different voices you can use.

REM change DELAY timers to fit your dialog

DEFAULT_DELAY 100
COMMAND SPACE
DELAY 100
STRING TERMINAL
DELAY 3000
ENTER
DELAY 2000
STRING say -v BAD " your text "
ENTER
DELAY 5000
STRING say -v BAD " your text"
ENTER
DELAY 5000
STRING say -v BAD "your text"
ENTER
DELAY 5000
STRING say -v BAD "your text "
ENTER
STRING
ENTER

It's not very long as you can see

I would like to make this all happen with no terminal opening up, just not sure how to

I appriciate the tips in advance

Edited by >script_kiddie

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...