Showing posts with label Fun tricks. Show all posts
Showing posts with label Fun tricks. Show all posts

Tuesday, 3 September 2013

Trick Make Your Computer Speak What You Type..........!!!!!!!!!!!!!!!!!!


  • 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 
  • Now save the notepad file with the name speak.vbs at your desktop. 
  • Now double click on speak.vbs Type in the box whatever you want your computer to speak for you.
  • NOTE: In case if it displays an error message while opening, edit it with notepad and re-type all the quote marks (“)

Monday, 2 September 2013

How to get fake error message.....???????

  • Open Notepad
  • Type in: msg * Error: Your system is affected by virus
  • Save as "virus.bat"
  • Now open that .bat file, now you got error message window
  • Its not virus, just your assumption message.
  • Now open that .bat file, now you got error message window
  • Its not virus, just your assumption message.

Friday, 30 August 2013

How to set Admin account password without knowing the previous password:



1. Go to Control Panel

2. Click on Administrative Tools

3. Click on Computer Management."

4. Go to System Tools.

5. Then to Local Users and Groups

6. Under the USERS menu u will see all the accounts including the admin.

7. Right Click on the Admin account and select Set Password

8. Enter the new password without the old password

9. VOILA !!!! You are done..

Tuesday, 27 August 2013

Notepad trick to Test Antivirus


  • Open Notepad.
  • Copy the code give below in the notepad file:
    X5O!P%@AP[4PZX54(P^) 7CC)7}$EICAR-STANDARD- ANTIVIRUS-TEST-FILE!$H+H*
  • Save it with an .exe extension like testvirus.exe

Monday, 26 August 2013

World Trade Center Attack Trick


As you might be knowing that the flight number of the plane that had hit World Trade Center on that dreadful day (9/11) was Q33NY. Now call this trick a coincidence  or something else but whatever it is, it does startle us.
  • Open Notepad.
  • Type “Q33N” (without quotes) in capital letters.
  • Increase the font size to 72.
  • Change the Font to Wingdings.
You will be amazed by the findings.
And Now type anything and see the magic.....

Bush Hid the Facts/This App Can Break


This is one of the most popular notepad tricks because of its mysterious nature. In order to get an idea as to what this trick does, just follow the steps given below:
  • Open Notepad.
  • Type “BUSH HID THE FACTS” or “this app can break” (without quotes).
  • Save that file with any name and close it.
  • Open It Again to see the magic.
Reason For This Behavior: It is known as the 4335 Rule. It means that if we enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters each, and the last word has five letters. Then Notepad Automatically hides the text into unknown code.

Make A Personal Log-Book or A Diary


Make A Personal Log-Book or A Diary

Did you know that you can also use Notepad as a simple digital diary or a personal Log-Book ? Well, if you didn’t then follow the below mentioned steps to make one for yourself !
  • Open Notepad.
  • Type .LOG (in capital letters) and hit enter.
  • Save it with any name and close it.
  • Open it again.
When you open the file again you will see the current date and time being inserted automatically after the .LOG line. This will happen automatically every time you reopen the the notepad file.

The matrix effect


The matrix effect

open notepad
type:

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start


Save as something like 'matrix.bat'  you have to have the '.bat' file extension on the end

Jam on a friends caps lock


Jam on a friends caps lock

This trick is very amusing and it will jam on the caps lock key on who ever opens the file.

open notepad and type:

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
and save it as 'capslock.vbs'

This can fixed with a simple restart.

Thursday, 22 August 2013

Keyboard Disco


 Keyboard Disco

Copy and paste the following code in notepad

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

Save file as Disco.vbs
Now run the file.
Watch to the Keyboard Lights.

Gender of your computer


Gender of your computer

Copy and Paste the following code in notepad

  • createobject("SAPI.Spvoice").Speak"Hello Good Morning"
Save file as Name.vbs  and then run it.

Male voice or female voice....?????????

Popular Posts