• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

[C++] [ GTA IV - EFLC ] Play with Process

Status
Not open for further replies.

PliskinDev

Avid Poster
CC Dev Team
Determined Poster
Active Member
Console ID Poster

header.jpg



------------------------------------------------​

[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]



----------------------------------------------

ENJOY
 
Status
Not open for further replies.
General chit-chat
Help Users
      Chat Bot: ulpcav2 is our newest member. Welcome!
      Back
      Top