------------------------------------------------
[hide-reply][/hide-reply]
[hide-reply]
//GTAIV And EFLC By mizdx
int main()
{
HANDLE mizdx = OpenProcess(PROCESS_ALL_ACCESS, FALSE, FindProcessId((char*)"?????"));//here you write the file name --> ((char*)"here"))
if (mizdx)
{
unsigend char patch[] = { 0x75, 0x75, 0x75, 0x75, 0x75, 0x75}
WriteProcessMemory(mizdx, (void*))0000000, & patch, 8, 0);//here you write the address --> (void*))here,
CloseHandle(mizdx)
}
return 1;
}
//enjoy
[/hide-reply]
//GTAIV And EFLC By mizdx
int main()
{
HANDLE mizdx = OpenProcess(PROCESS_ALL_ACCESS, FALSE, FindProcessId((char*)"?????"));//here you write the file name --> ((char*)"here"))
if (mizdx)
{
unsigend char patch[] = { 0x75, 0x75, 0x75, 0x75, 0x75, 0x75}
WriteProcessMemory(mizdx, (void*))0000000, & patch, 8, 0);//here you write the address --> (void*))here,
CloseHandle(mizdx)
}
return 1;
}
//enjoy
[/hide-reply]
----------------------------------------------
ENJOY