Hi, Guys i want to know how to change these
This is for ammo and i want to freeze ammo
push ebp
mov ebp,esp
push ecx
mov [ebp-04],ecx
mov eax,[ebp-04]
mov ecx,[ebp+08]
mov [eax],ecx
mov edx,[ebp+0C]
mov [eax+04],edx
mov esp,ebp
pop ebp
ret 0008
And this is for ability cooldown
fstp dword ptr [esi+7C]
mov edi,[esi+4C]
these opcodes in red shows up on what writes to this address
Thanking You.
How do I can change these
Re: How do I can change these
First be sure it's not shared.
Change the second red opcode.
Code: Select all
push ebp
mov ebp,esp
push ecx
mov [ebp-04],ecx
mov eax,[ebp-04]
mov ecx,[ebp+08]
mov [eax],ecx
mov edx,[ebp+0C]
mov [eax+04],#99 - new
mov esp,ebp
pop ebp
ret 0008
Code: Select all
fstp dword ptr [esi+7C]
mov [esi+7C],(float)x ----> x=your value
mov edi,[esi+4C]
Re: How do I can change these
i did exactly but the game crash and for the ability cooldown work in single player only in multiplayer the ability bar is full but i can't use it
Re: How do I can change these
i need Modern Combat Versus Hack and Aimbot, ESP i know it's possible but i don't know how
Re: How do I can change these
I Know C++ but don't know how direct X work it doesn't matter if someone guide me how to.
-
- Expert Cheater
- Posts: 103
- Joined: Tue May 02, 2017 6:00 am
- Reputation: 15
Re: How do I can change these
[Link]
This one looked like it might help, I haven't watched it myself.
[Link]
But you will have to find the view matrix, and write some conversion calculations.
This one looked like it might help, I haven't watched it myself.
[Link]
But you will have to find the view matrix, and write some conversion calculations.
Re: How do I can change these
Solved
KISS
KISS
Who is online
Users browsing this forum: No registered users