Batch File HackingThis is a featured page

Ok, Custard here

Batch file hacking is very fun oh yeaa in this page i will teach some tricks and about them.

What Is A Batch File?
A batch file is a MS-DOS file that will execute certain commands these files are usually made with notepad, Alot of people think batch files are nooby but if you know what your doing they can actually be quite powerful and by powerful i mean deleting a whole C:/ Drive.

Whats CMD?
Ok Now you know what a Batch File is you need to know what CMD is ok well cmd is basicly MS-DOS it is a program that allows you to execute certain commands, CMD is simply short for Command Prompt which is its full name.

How To Get CMD?
Ok now were getting somewhere here are some simple ways to create and run cmd
1.Start>Run>"Type Cmd" and viola (If That Dosent Work Try Typing cmd.exe)
2.Notepad>(type command)>Save to desktop as (anything.bat) just make sure it has the extension (.bat) open it and theres C Prompt.
3.Right click anywhere on your desktop>New>shortcut>(type command)>enter>and on your desktop is C prompt.
4. Simply Go Start>Accesories>Command prompt. Lol
5. Go To C:\WINDOWS\system32\cmd

Tricks And Tips
Ok you now know the basics of your hacking journey, here are some tricks that you can use.




1. Shutdown Error
Ok this is a trick , when you click on this icon your about to make it will shut the computer down in the amount of time you set lets say 1min and you can leave a message, our message will be "You Got Owned".

To make this 1. Open Notepad, 2.Type Shutdown -s -t 60 -c "You Got Owned"
3. Save To Desktop As shutdown.bat (DONT FORGET THE .BAT)
4.You will now have an icon on yor desktop thats called shutdown.bat
5. Double click on it to execute and an error message will come up saying
"Shutdown Will Commence In 1min" and below that will be a message saying you got owned. Thank You That Is My First Trick.

(To abort, open another command prompt and type shutdown -a)


Shutdown Computers Over The Network.

To make this 1. Open Notepad, 2.Type Shutdown -s -m \\xxx.xxx.xxx.xxx (IP Address)
3. Save To Desktop As (Anything).bat (DONT FORGET THE .BAT)
4.Double click on the icon and wait.
5. Now there is of course other ways of doing this, read the post on the front page,

you can also open CMD and type "Shutdown -i"
Thats My 2nd Trick Thankyou.

Batch File That Deletes Other Things.

This batch file will delete any file on your computer, be carefull now its pretty simple first of all
1.Open Notepad
2. Type
3.@echo off
del "Path Of File You Want To Delete" /Q /S> nul
4. Save as "Anything.bat"
5. Execute It.

Example:
@echo off
del "C:/Documents And Settings/Custard/Desktop/lol.txt" /Q /S> nul

Creating a pause in a batch file
Creating a pause in a batch file is not a complicated thing to do, basically all you have to do is
start writing your batch, then have your first command then go down a line and type PAUSE then -t xx (xx being number of seconds
then the next line continue with the rest of your code







Make Batch Files run on startup:
To make a batch file run on start up go to C:\WINDOWS\system32 then find the file autoexec, there may be different extensions to this file the main ones being .bat, .nt, or .exe, then open in using notepad, then edit it placing the word start followed by the location of the batch file (example: My Documents/example.bat) in the file then saving and closing.
Thank you, Enjoy,
!~Mason~!













Mason(pkk)
Mason(pkk)
Latest page update: made by Mason(pkk) , May 27 2008, 9:46 PM EDT (about this update About This Update Mason(pkk) Edited by Mason(pkk)

64 words added
1 word deleted

view changes

- complete history)
Keyword tags: *.bat Batch fun hacking
More Info: links to this page
Started By Thread Subject Replies Last Post
sanga09 how to hack admin password 1 Sep 5 2009, 12:29 PM EDT by ComputerExploits
Thread started: Jul 6 2009, 7:13 AM EDT  Watch
can i know how to hack system admins password
Do you find this valuable?    
Keyword tags: None
Show Last Reply
TheInnoccentMurderer HOW TO USE A DOS COMMAND WITHOUT USING DOS OR NOTEPAD. 0 Jul 2 2009, 5:12 AM EDT by TheInnoccentMurderer
Thread started: Jul 2 2009, 5:12 AM EDT  Watch
RIGHT CLICK ON THE DESKTOP, CLICK "NEW" THEN CLICK "SHORTCUT". A SHORTCUT CREATION WIZARD WILL POP UP, IN THE LOCATION PART TYPE YOUR CODE, FOR EXAMPLE "shutdown -s -t 60 -c YOUGOTOWNED" AND WHEN THE SHORTCUT IS OPENED THE COMMAND WILL LAUNCH. THIS WAY YOU CAN PUT A KEYBOARD SHORTCUT FOR YOUR FILE.
1  out of 1 found this valuable. Do you?    
Keyword tags: batch DOS NOTEPAD
HIddenPanda Batch Files On Startup 5 Jul 2 2009, 5:06 AM EDT by TheInnoccentMurderer
Thread started: Aug 2 2008, 4:38 PM EDT  Watch
Is there a way to make the files run on startup without autoexec?
6  out of 8 found this valuable. Do you?    
Keyword tags: *.bat Batch fun hacking
Show Last Reply
Showing 3 of 11 threads for this page - view all
Unknown File How To Make The Shutdown Look Like My Docs.rar (Unknown File - 820k)
posted by CustardOwns   Sep 14 2007, 7:32 AM EDT
How To Make The Shutdown Prank Look Like "My Documents"
Unknown File Shutdown Prank Video.rar (Unknown File - 685k)
posted by CustardOwns   Sep 14 2007, 7:10 AM EDT
Shutdown Prank Video ( Rar File)

Related Content

  (what's this?Related ContentThanks to keyword tags, links to related pages and threads are added to the bottom of your pages. Up to 15 links are shown, determined by matching tags and by how recently the content was updated; keeping the most current at the top. Share your feedback on Wetpaint Central.)