SolvedNeed Help With Leeched Code

Posts 17 of 7 · Page 1 of 1
Need Help With Leeched Code
Can some one help me with this?

[HTML]void PreReset( LPDIRECT3DDEVICE9 pDevice )
{
// Code here
Menu.PreReset();
return;
}

void PostReset( LPDIRECT3DDEVICE9 pDevice )
{
// Code here
Menu.PostReset(pDevice);
return;
}[/HTML]


----------------------------------------------------------------//

[HTML]// Calculate the original address
NewocPBrs += (i-JMP32_SZ+1); // Inc to jmp
NewOrig = *(DWORD*)NewocPBrs; // Get 32bit jmp
NewocPBrs += BIT32_SZ; // Inc to end of jmp
NewOrig += (DWORD)NewocPBrs; // Add this addr to 32bit jmp
NewOrig -= (i-JMP32_SZ); // Dec by detour len to get to start of orig

// Write the overwritten bytes back to the original
VirtualProtect((LPVOID)NewOrig, (i-JMP32_SZ), PAGE_READWRITE, &NewProt);
memcpy((LPVOID)NewOrig, lpDetourCreatePtr, (i-JMP32_SZ));
VirtualProtect((LPVOID)NewOrig, (i-JMP32_SZ), NewProt, &Silamguard);[/HTML]
This thread is so broken. Why is my post the first one? @Hassan, did you fail delete every post on the thread?


@OP: What the hell do you even want ?
What the fuck is this? @Jason created the thread ?

I've got no idea wtf is going on. That rasta guy was listed as the thread starter when I posted, and his post was the first one (see the #3 post in this thread), which is why I said "What the hell do you even want?", now it's just fucked.

Maybe just /delete the thread lol

@Hassan, protip: Install AdBlock

Edit: Lolwut?
Lol, I just opened the thread and didn't noticed the starter. Was in university so just quickly posted what I posted ;D
I am using AdBlock for like an year or so. The screenshot was taken in university !

@Rasta: Closed. Your future threads will be deleted without any warning. Not deleting this so you can see this reply :]
Quote Originally Posted by Hassan View Post

@Rasta: Closed. Your future threads will be deleted without any warning. Not deleting this so you can see this reply :]
That's a fucking terrible idea.
Quote Originally Posted by Jason View Post


That's a fucking terrible idea.
I know right :3
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?