ArrowHelp With My Hack

Posts 18 of 8 · Page 1 of 1
Help With My Hack
My hack wont work. I don't know what it is. All the addresses are correct. It doesn't D/C. The menu shows up. But whenever I turn something on it doesn't work. Can someone please help?

This is the PTC I'm using:
Code:
void __cdecl pRunConsoleCommand(char* szVal)
{
	void* vSetVar = (void*)EngLTC;
	_asm
	{
		push szVal
		call vSetVar
		add esp, 4
	}
}
This is the Memory Editing Function I'm using:
Code:
bool Memoria( void * pDest, char * szPatch, size_t sSize )//Function To Modify Memory Addresses
{ 
    DWORD dwOrgProtect = NULL; 
    if ( !VirtualProtect ( pDest, sSize, PAGE_EXECUTE_READWRITE, &dwOrgProtect ))
        return FALSE;

    memcpy( pDest, szPatch, sSize ); 
    VirtualProtect( pDest, sSize, dwOrgProtect, NULL ); 
    return TRUE; 
}
Please help,

Thanks
Got a ingame function?
The function to turn them on is wrong.
Quote Originally Posted by Cal View Post
The function to turn them on is wrong.
That's what she said
You can try not using pc and see if any other hacks get turned on
My Memory Hacks don't work either...
I tried all of Noob's PTC Addies. None worked. None of my hacks work
I don't D/C
add me on canucks1o1@LiVee.com and ill help ya out
Posts 18 of 8 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?