Jump to content

Speak Text At Startup Prank


Dtpk

Recommended Posts

You may have to change some delays and this was tested on windows 10.  Ps: I know this is simple just didn't see anyone post about it and thought some of you guys might like this. More codes scripts and videos to come be sure to check me out on YouTube https://www.youtube.com/user/everythingdigital1 and my website http://everythingdigital1.com/

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


DELAY 500
REM *** Bypass UAC ***
GUI r
DELAY 250
STRING powershell Start-Process cmd.exe -Verb runAs
ENTER
DELAY 5500
ALT y
DELAY 500
STRING cd \
ENTER
STRING cd %userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
ENTER

REM *** Delete update vbs file if already exists ***
STRING erase /Q update.vbs
ENTER

STRING copy con update.vbs
ENTER
STRING dim speechobject
ENTER
STRING set speechobject=createobject("sapi.spvoice")
ENTER

REM *** Change text in quotes to what you want computer to say ***
STRING speechobject.speak "Hello user I am watching you"
ENTER
CONTROL z
ENTER
REM *** Exit ***
STRING EXIT
ENTER

Link to comment
Share on other sites

  • 4 months later...

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...