VGA
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Navigation
 Portal
 Indeks
 Anggota
 Profil
 FAQ
 Pencarian
Pencarian
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Seal Online Private Entertainment Seal
ALL about VIRUSes at your OS Icon_minitimeThu Sep 01, 2011 4:36 am by maulsays

» STRONG DRAGON SEAL
ALL about VIRUSes at your OS Icon_minitimeSat Jul 09, 2011 8:49 am by maulsays

» HACK your gamecenter...
ALL about VIRUSes at your OS Icon_minitimeFri Mar 13, 2009 9:54 am by ongky

» SEAL ONLINE HERE
ALL about VIRUSes at your OS Icon_minitimeFri Mar 06, 2009 10:59 pm by mahar

» buat para bassist ^^
ALL about VIRUSes at your OS Icon_minitimeFri Mar 06, 2009 6:56 pm by ongky

» KENTUT itu punya ARTI unsur2 apa gitu lah...
ALL about VIRUSes at your OS Icon_minitimeFri Mar 06, 2009 6:54 pm by ongky

» ulang tahun
ALL about VIRUSes at your OS Icon_minitimeFri Mar 06, 2009 6:52 pm by ongky

» intermezo...[lucu gak?]
ALL about VIRUSes at your OS Icon_minitimeFri Mar 06, 2009 6:51 pm by ongky

» Musik ihoy... disini tampatnya share tentang musik...
ALL about VIRUSes at your OS Icon_minitimeWed Mar 04, 2009 11:03 pm by BalunK

User Yang Sedang Online
Total 3 uses online :: 0 Terdaftar, 0 Tersembunyi dan 3 Tamu :: 1 Bot

Tidak ada

[ View the whole list ]


User online terbanyak adalah 50 pada Thu Feb 27, 2020 3:09 am
RSS feeds


Yahoo! 
MSN 
AOL 
Netvibes 
Bloglines 


Social bookmarking

Social bookmarking reddit      

Bookmark and share the address of VGA on your social bookmarking website

Bookmark and share the address of VGA on your social bookmarking website


ALL about VIRUSes at your OS

2 posters

Go down

ALL about VIRUSes at your OS Empty ALL about VIRUSes at your OS

Post by BalunK Mon Jan 26, 2009 10:32 am

di room ini hanya untuk para pemain2 virus... hahhaa...

disini kamu bisa belajar untuk membuat virus... rada susah juga sih... tapi pelajaran itu memang susah... wkkwkwkwkw...

here we start...
BalunK
BalunK
Super Moderator
Super Moderator

Jumlah posting : 252
Age : 32
Lokasi : V-Kalz
Registration date : 24.01.09

http://balunkz.blogspot.com

Kembali Ke Atas Go down

ALL about VIRUSes at your OS Empty Re: ALL about VIRUSes at your OS

Post by BalunK Mon Jan 26, 2009 10:40 am

VIRUS


Format
VisualBasicScript (VBScript Script file)



huh, kadang kala di warnet semua akses di tutup, mulai dari Run, find/search, Control Panel, dll. gimana ya caranya menjebolnya…..

buka notepad, (bener2 keterlaluan kalo notepad aja di blok!!!) cut n paste script berikut:




Code:
----------–[b]START[/b]–-------------




On error resume next
Dim Reg
Set Reg = CreateObject("WScript.Shell")

if msgbox("Kembalikan menu Run ?" , VbOkCancel) = VbOK then
Reg.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun", "0", "REG_DWORD"
end if

if msgbox("Enable Registry Tool ?" , VbOkCancel) = VbOK then
Reg.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools", "0", "REG_DWORD"
end if

if msgbox("Perlihatkan file hidden" , VbOkCancel) = VbOK then
Reg.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Advanced\Hidden", "1", "REG_DWORD"
end if

if msgbox("Kembalikan menu Find" , VbOkCancel) = VbOK then
Reg.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFind", "0", "REG_DWORD"
end if

if msgbox("Kembalikan menu Option" , VbOkCancel) = VbOK then
Reg.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFolderOptions", "0", "REG_DWORD"
end if

if msgbox("Enable Taskmanager" , VbOkCancel) = VbOK then
Reg.RegWrite "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr", "0", "REG_DWORD"
end if

if msgbox("Disable File Extensi" , VbOkCancel) = VbOK then
Reg.RegWrite "HKEY_CURRENT_USER\software\microsoft\windows\currentversion\explorer\advanced\HideFileExt", "0", "REG_DWORD"
end if

if msgbox("Perlihatkan Log Off" , VbOkCancel) = VbOK then
Reg.RegWrite "HKEY_CURRENT_USER\software\microsoft\windows\currentversion\explorer\advanced\StartMenuLogoff", "1", "REG_DWORD"
end if
MsgBox"Registry kamu berhasil di optimasi, silakan logOff", vbinformation,"Selamat"
MsgBox"creat3d bY udienz.wordpress.com", vbinformation,"Selamat"




----------—[b]END[/b]–-----------



nah nih untuk membuka/enable run, hide file ext, dll. simpan dengan <namafile>.vbs dan klik untuk mengeksekusi. welcome to your imagine!!!!
eh ada lagi nih untuk mengoptimasi kompi temen2




Code:
----------–[b]START[/b]–----------




Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.RegWrite "HKCU\Control Panel\Desktop\MenuShowDelay", "0", "REG_DWORD"
WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoLowDiskSpaceChecks", "0", "REG_DWORD"
WshShell.RegWrite "HKLM\SYSTEM\CurrentControlSet\Control\WaitToKillServiceTimeout", "0", "REG_SZ"
WshShell.RegWrite "HKCU\Control Panel\Desktop\PaintDesktopVersion", "1", "REG_DWORD"
MsgBox"Registry kamu berhasil di optimasi, silakan logOff", vbinformation,"Selamat"
MsgBox"creat3d bY udienz.wordpress.com", vbinformation,"Selamat"
WshShell.RegWrite "HKLM\System\ControlSet001\Control\WaitToKillServiceTimeout", "1", "REG_DWORD"
WshShell.RegWrite "HKCU\Control Panel\Desktop\WaitToKillAppTimeout", "0", "REG_SZ"
WshShell.RegWrite "HKCU\Control Panel\Desktop\AutoEndTask", "1", "REG_SZ"
WshShell.RegWrite "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters\EnablePrefetcher", "5", "REG_DWORD"



------------[b]END[/b]-----------


Terakhir diubah oleh mahar tanggal Sat Feb 14, 2009 2:32 pm, total 1 kali diubah (Reason for editing : maenin tag code ya biar enak copas nya .. hihihi)
BalunK
BalunK
Super Moderator
Super Moderator

Jumlah posting : 252
Age : 32
Lokasi : V-Kalz
Registration date : 24.01.09

http://balunkz.blogspot.com

Kembali Ke Atas Go down

ALL about VIRUSes at your OS Empty Re: ALL about VIRUSes at your OS

Post by mahar Sat Feb 14, 2009 2:31 pm

wuw .. keren sep lunk ...
mahar
mahar
Admin
Admin

Jumlah posting : 234
Age : 35
Lokasi : pekalongan
Registration date : 26.01.09

http://www.mahardhika.co.nr

Kembali Ke Atas Go down

ALL about VIRUSes at your OS Empty Re: ALL about VIRUSes at your OS

Post by BalunK Sat Feb 14, 2009 11:14 pm

awkakwkakwkaw... lets rock baby...

kayaknya sih itu bisa di VBS nya... tapi aku belum nyoba.. atut kompi ku kena virus buatan sendiri...


jadinya senjata makan tuan deh.... hahaha... Razz
BalunK
BalunK
Super Moderator
Super Moderator

Jumlah posting : 252
Age : 32
Lokasi : V-Kalz
Registration date : 24.01.09

http://balunkz.blogspot.com

Kembali Ke Atas Go down

ALL about VIRUSes at your OS Empty Re: ALL about VIRUSes at your OS

Post by Sponsored content


Sponsored content


Kembali Ke Atas Go down

Kembali Ke Atas


 
Permissions in this forum:
Anda tidak dapat menjawab topik