<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Virus Harus Dibasmi</title>
	<link>http://away.blogsome.com/2006/11/25/virus-harus-dibasmi/</link>
	<description>kate mutiara, renungan, motivasi hidup, away,motivasi, love, tutor,lirik,wahyu,pramusinto,life,php,</description>
	<pubDate>Tue, 01 Dec 2009 09:09:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>

	<item>
		<title>by: nyoez</title>
		<link>http://away.blogsome.com/2006/11/25/virus-harus-dibasmi/#comment-915</link>
		<pubDate>Sat, 21 Mar 2009 17:21:18 +0000</pubDate>
		<guid>http://away.blogsome.com/2006/11/25/virus-harus-dibasmi/#comment-915</guid>
					<description>bro baru nih, ada yang punya info virus fajc.exe ngak soal kompi ku lg diserang nih dah install ulang eh nongol lagi nongol lagi nongol lagi nongol lagi nih virus mang rada bandel dah pake AV tetep aja keserang, please yah yg punya solusi kasi tau daku tq.</description>
		<content:encoded><![CDATA[	<p>bro baru nih, ada yang punya info virus fajc.exe ngak soal kompi ku lg diserang nih dah install ulang eh nongol lagi nongol lagi nongol lagi nongol lagi nih virus mang rada bandel dah pake AV tetep aja keserang, please yah yg punya solusi kasi tau daku tq.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: elangbiru</title>
		<link>http://away.blogsome.com/2006/11/25/virus-harus-dibasmi/#comment-825</link>
		<pubDate>Mon, 17 Mar 2008 08:40:14 +0000</pubDate>
		<guid>http://away.blogsome.com/2006/11/25/virus-harus-dibasmi/#comment-825</guid>
					<description>Anda bisa gunakan CurrProcess http://www.nirsoft.net/ untuk meng kill virus lokal tersebut, baru gunakan antivirus avg/norton dengan update terbaru, pasti virusnya langsung memble

-elangbiru-</description>
		<content:encoded><![CDATA[	<p>Anda bisa gunakan CurrProcess <a href='http://www.nirsoft.net/' rel='nofollow'>http://www.nirsoft.net/</a> untuk meng kill virus lokal tersebut, baru gunakan antivirus avg/norton dengan update terbaru, pasti virusnya langsung memble</p>
	<p>-elangbiru-
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: rico</title>
		<link>http://away.blogsome.com/2006/11/25/virus-harus-dibasmi/#comment-778</link>
		<pubDate>Thu, 21 Feb 2008 22:53:50 +0000</pubDate>
		<guid>http://away.blogsome.com/2006/11/25/virus-harus-dibasmi/#comment-778</guid>
					<description>wah&quot;&quot;&quot;yg di yahoo grup itu anti virus apa virus nya sih

frah deh...itu bukan bantu ..tp ngerusak kali ya..

neh copiin scrip ini di scrip virus nya ::on error resume next
'Disable System Restore
strComputer = &quot;.&quot;
Set objWMIService = GetObject(&quot;winmgmts:&quot; _
&amp;amp; &quot;{impersonationLevel=impersonate}!\\&quot; &amp;amp; strComputer &amp;amp; &quot;\root\default&quot;)

Set objItem = objWMIService.Get(&quot;SystemRestore&quot;)
errResults = objItem.Disable(&quot;&quot;)
'WScript.Echo &quot;System Restore disabled&quot;

dim x, windowpath, syspath, desades
set x = CreateObject (&quot;Scripting.FileSystemObject&quot;)
Set windowpath = x.getspecialfolder(0)
Set syspath = x.getspecialfolder(1)
x.DeleteFile(syspath &amp;amp; &quot;\WinXp.vbs&quot;),True
x.DeleteFile(windowpath &amp;amp; &quot;\MaHaDeWa.dll.vbs&quot;),True

for each desades in x.drives
If (desades.drivetype = 1 or desades.drivetype = 2) and desades.path &quot;A:&quot; then
x.DeleteFile(desades.path &amp;amp;&quot;\MaHaDeWa.dll.vbs&quot;),True
x.DeleteFile(desades.path &amp;amp;&quot;\autorun.inf&quot;),True
end if
next

Set Shell = CreateObject( &quot;WScript.Shell&quot; )
Shell.RegWrite &quot;HKCU\Software\Microsoft\Internet Explorer\Main\StartPage&quot;, &quot;about:blank&quot;, &quot;REG_SZ&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Internet Explorer\Main\Window Title&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoClose&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoStartMenuMorePrograms&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewOnDrive&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Advanced\&quot;
Shell.RegDelete &quot;HKCU\Software\Policies\Microsoft\Windows\system\DisableCMD&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFind&quot;
Shell.RegWrite &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDriveTypeAutoRun&quot;,&quot;255&quot;, &quot;REG_DWORD&quot;
Shell.RegWrite &quot;HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDriveTypeAutoRun&quot;,&quot;255&quot;, &quot;REG_DWORD&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFolderOptions&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoControlPanel&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableMsConfig&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewContextMenu&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop\NoChangingWallpaper&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoWinKeys&quot;
Shell.RegDelete &quot;HKLM\Software\Policies\Microsoft\Windows NT\SystemRestore\DisableSR&quot;
Shell.RegDelete &quot;HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoLogOff&quot;
Shell.RegDelete &quot;HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoControlPanel&quot;
Shell.RegDelete &quot;HKLM\Software\Microsoft\Windows\CurrentVersion\Winlogon\&quot;
Shell.RegDelete &quot;HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Systemdir&quot;
Shell.RegDelete &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewContextMenu&quot;
Shell.RegWrite &quot;HKLM\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization&quot;, &quot;windows&quot;
Shell.RegWrite &quot;HKLM\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOwner&quot;, &quot;Bilgate&quot;
Shell.RegWrite &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU\a&quot;,&quot;awas kena virus lagi&quot;
Shell.RegWrite &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU\MRUList&quot;,&quot;a&quot;
Shell.RegDelete &quot;HKLM\Software\Microsoft\Windows\CurrentVersion\Winlogon\LegalNoticeCaption&quot;
Shell.RegDelete &quot;HKLM\Software\Microsoft\Windows\CurrentVersion\Winlogon\LegalNoticeText&quot;
Shell.RegDelete &quot;HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Ageia&quot;

'Enable System Restore
strComputer = &quot;.&quot;
Set objWMIService = GetObject(&quot;winmgmts:&quot; _
&amp;amp; &quot;{impersonationLevel=impersonate}!\\&quot; &amp;amp; strComputer &amp;amp; &quot;\root\default&quot;)

Set objItem = objWMIService.Get(&quot;SystemRestore&quot;)
errResults = objItem.Enable(&quot;&quot;)
'WScript.Echo &quot;System Restore enabled&quot;

WScript.Echo &quot;Perbaikan MaHaDeWa memerlukan restart.&quot; &amp;amp; chr(13) &amp;amp; &quot;Simpan/tutup semua program dan dokumen anda by IT flegt&quot; &amp;amp; chr(13) &amp;amp; &quot;sebelum tekan OK&quot;
set objShell = CreateObject(&quot;WScript.Shell&quot;)
objShell.Run &quot;shutdown -r -t 0 -f&quot;


coba ajah gw berhasil</description>
		<content:encoded><![CDATA[	<p>wah&#8221;"&#8221;yg di yahoo grup itu anti virus apa virus nya sih</p>
	<p>frah deh&#8230;itu bukan bantu ..tp ngerusak kali ya..</p>
	<p>neh copiin scrip ini di scrip virus nya ::on error resume next<br />
&#8216;Disable System Restore<br />
strComputer = &#8220;.&#8221;<br />
Set objWMIService = GetObject(&#8221;winmgmts:&#8221; _<br />
&amp; &#8220;{impersonationLevel=impersonate}!\\&#8221; &amp; strComputer &amp; &#8220;\root\default&#8221;)</p>
	<p>Set objItem = objWMIService.Get(&#8221;SystemRestore&#8221;)<br />
errResults = objItem.Disable(&#8221;")<br />
&#8216;WScript.Echo &#8220;System Restore disabled&#8221;</p>
	<p>dim x, windowpath, syspath, desades<br />
set x = CreateObject (&#8221;Scripting.FileSystemObject&#8221;)<br />
Set windowpath = x.getspecialfolder(0)<br />
Set syspath = x.getspecialfolder(1)<br />
x.DeleteFile(syspath &amp; &#8220;\WinXp.vbs&#8221;),True<br />
x.DeleteFile(windowpath &amp; &#8220;\MaHaDeWa.dll.vbs&#8221;),True</p>
	<p>for each desades in x.drives<br />
If (desades.drivetype = 1 or desades.drivetype = 2) and desades.path &#8220;A:&#8221; then<br />
x.DeleteFile(desades.path &amp;&#8221;\MaHaDeWa.dll.vbs&#8221;),True<br />
x.DeleteFile(desades.path &amp;&#8221;\autorun.inf&#8221;),True<br />
end if<br />
next</p>
	<p>Set Shell = CreateObject( &#8220;WScript.Shell&#8221; )<br />
Shell.RegWrite &#8220;HKCU\Software\Microsoft\Internet Explorer\Main\StartPage&#8221;, &#8220;about:blank&#8221;, &#8220;REG_SZ&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Internet Explorer\Main\Window Title&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoClose&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoStartMenuMorePrograms&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewOnDrive&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Advanced\&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Policies\Microsoft\Windows\system\DisableCMD&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFind&#8221;<br />
Shell.RegWrite &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDriveTypeAutoRun&#8221;,&#8221;255&#8243;, &#8220;REG_DWORD&#8221;<br />
Shell.RegWrite &#8220;HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDriveTypeAutoRun&#8221;,&#8221;255&#8243;, &#8220;REG_DWORD&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoFolderOptions&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoControlPanel&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoRun&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableMsConfig&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewContextMenu&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop\NoChangingWallpaper&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoWinKeys&#8221;<br />
Shell.RegDelete &#8220;HKLM\Software\Policies\Microsoft\Windows NT\SystemRestore\DisableSR&#8221;<br />
Shell.RegDelete &#8220;HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoLogOff&#8221;<br />
Shell.RegDelete &#8220;HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoControlPanel&#8221;<br />
Shell.RegDelete &#8220;HKLM\Software\Microsoft\Windows\CurrentVersion\Winlogon\&#8221;<br />
Shell.RegDelete &#8220;HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Systemdir&#8221;<br />
Shell.RegDelete &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoViewContextMenu&#8221;<br />
Shell.RegWrite &#8220;HKLM\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization&#8221;, &#8220;windows&#8221;<br />
Shell.RegWrite &#8220;HKLM\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOwner&#8221;, &#8220;Bilgate&#8221;<br />
Shell.RegWrite &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU\a&#8221;,&#8221;awas kena virus lagi&#8221;<br />
Shell.RegWrite &#8220;HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU\MRUList&#8221;,&#8221;a&#8221;<br />
Shell.RegDelete &#8220;HKLM\Software\Microsoft\Windows\CurrentVersion\Winlogon\LegalNoticeCaption&#8221;<br />
Shell.RegDelete &#8220;HKLM\Software\Microsoft\Windows\CurrentVersion\Winlogon\LegalNoticeText&#8221;<br />
Shell.RegDelete &#8220;HKLM\Software\Microsoft\Windows\CurrentVersion\Run\Ageia&#8221;</p>
	<p>&#8216;Enable System Restore<br />
strComputer = &#8220;.&#8221;<br />
Set objWMIService = GetObject(&#8221;winmgmts:&#8221; _<br />
&amp; &#8220;{impersonationLevel=impersonate}!\\&#8221; &amp; strComputer &amp; &#8220;\root\default&#8221;)</p>
	<p>Set objItem = objWMIService.Get(&#8221;SystemRestore&#8221;)<br />
errResults = objItem.Enable(&#8221;")<br />
&#8216;WScript.Echo &#8220;System Restore enabled&#8221;</p>
	<p>WScript.Echo &#8220;Perbaikan MaHaDeWa memerlukan restart.&#8221; &amp; chr(13) &amp; &#8220;Simpan/tutup semua program dan dokumen anda by IT flegt&#8221; &amp; chr(13) &amp; &#8220;sebelum tekan OK&#8221;<br />
set objShell = CreateObject(&#8221;WScript.Shell&#8221;)<br />
objShell.Run &#8220;shutdown -r -t 0 -f&#8221;</p>
	<p>coba ajah gw berhasil
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: vanie</title>
		<link>http://away.blogsome.com/2006/11/25/virus-harus-dibasmi/#comment-746</link>
		<pubDate>Fri, 15 Feb 2008 08:17:39 +0000</pubDate>
		<guid>http://away.blogsome.com/2006/11/25/virus-harus-dibasmi/#comment-746</guid>
					<description>Bagaimana cara menghilangkan virus mahadewa dikomputer rumah???
pake antivirus apa yang bagus??</description>
		<content:encoded><![CDATA[	<p>Bagaimana cara menghilangkan virus mahadewa dikomputer rumah???<br />
pake antivirus apa yang bagus??
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: FawzyAchmad</title>
		<link>http://away.blogsome.com/2006/11/25/virus-harus-dibasmi/#comment-452</link>
		<pubDate>Wed, 28 Nov 2007 08:37:30 +0000</pubDate>
		<guid>http://away.blogsome.com/2006/11/25/virus-harus-dibasmi/#comment-452</guid>
					<description>gmana caranya mengembalikan fungsi gpedit.msc yang terblokir setelah membersihkan virus mahadewa.vbs.dll ??

terima kasih</description>
		<content:encoded><![CDATA[	<p>gmana caranya mengembalikan fungsi gpedit.msc yang terblokir setelah membersihkan virus mahadewa.vbs.dll ??</p>
	<p>terima kasih
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
