Tuesday 8 September 2015

Funny computer Codes

hi friends, have you tired working on your computer?? do you need some funny viruses to prank your friends?? I have lot of funny virus files in my computer. I like to share all the files with you. but in this post I share some computer codes that do funny things on your computer. just try all of them at least one time. it will be working as viruses but will not do harmful things.

1) Matrix Falling Code Effect
this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat.
@echo off
color 03
:ksm
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto ksm

Upon running the bat file, you will see the "Matrix falling code" effect.
there is another code effect. the falling codes will be shown in different colors.Copy and paste the code given below in Notepad and save the file as "Matrix2.bat" or *.bat.
@echo off
:ksm
color 01
echo %random%%random%%random%%random%%random%%random%%random%%random%
color 02
echo %random%%random%%random%%random%%random%%random%%random%%random%
color 03
echo %random%%random%%random%%random%%random%%random%%random%%random%
color 04
echo %random%%random%%random%%random%%random%%random%%random%%random%
color 05
echo %random%%random%%random%%random%%random%%random%%random%%random%
color 06
echo %random%%random%%random%%random%%random%%random%%random%%random%
color 07
echo %random%%random%%random%%random%%random%%random%%random%%random%
color 08
echo %random%%random%%random%%random%%random%%random%%random%%random%
color 09
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto ksm


2)Make Your Keyboard Type (Any) Message Continuously-VBS Trick
This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "abuthahir"
loop


in this code you have to replace the word abuthahir by your message.
Send this file to your friends as an email attachment to see the fun.

3) Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drives
This VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop


Double click to open this file and you will be impressed by this awesome trick.

4)Make a Personal Diary(Log) with Notepad (Easter Eggs)
You can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type .LOG in capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.

All these Notepad tricks are totally harmless and would not harm your PC in any way.  To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work on Windows 8, Windows 7, Windows Vista and Windows XP.

I have lot of funny viruses to share with you.  I will post all of them on my next posts. to have a fun with your computer, just keep watching my upcoming posts.
-Have a good day.

No comments:

Post a Comment