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.
- TheyCallMeTim13
- Administration
- Posts: 1626
- Joined: Fri Mar 03, 2017 12:31 am
- Reputation: 597
Re: How do I can change these
https://www.google.com/search?q=game+ha ... p+tutorial
This one looked like it might help, I haven't watched it myself.
https://www.youtube.com/watch?v=GgTQod8Kp0k
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.
https://www.youtube.com/watch?v=GgTQod8Kp0k
But you will have to find the view matrix, and write some conversion calculations.
CE wiki - Tutorials
CE wiki - Auto Assembler Basics - CE wiki - Lua Basics
If it's not a Personal Message don't PM me, use the forum. I ignore PMs that should be asked on the forum.
Re: How do I can change these
Solved
KISS
KISS
Who is online
Users browsing this forum: No registered users