How do I can change these

Memory scanning, code injection, debugger internals and other gamemodding related discussion
Post Reply
mad
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Jan 22, 2018 4:50 am
Reputation: 0

How do I can change these

Post by mad »

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.

User avatar
Blayde
Expert Cheater
Expert Cheater
Posts: 230
Joined: Fri Aug 25, 2017 2:37 pm
Reputation: 47

Re: How do I can change these

Post by Blayde »

mad wrote:
Mon Jan 22, 2018 5:41 am
......
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
Ability cooldown

Code: Select all

fstp dword ptr [esi+7C]
mov [esi+7C],(float)x ----> x=your value
mov edi,[esi+4C]

mad
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Jan 22, 2018 4:50 am
Reputation: 0

Re: How do I can change these

Post by mad »

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

User avatar
Blayde
Expert Cheater
Expert Cheater
Posts: 230
Joined: Fri Aug 25, 2017 2:37 pm
Reputation: 47

Re: How do I can change these

Post by Blayde »

mad wrote:
Mon Jan 22, 2018 9:47 am
i did exactly but the game crash
Wrong opcode maybe.
mad wrote:
Mon Jan 22, 2018 9:47 am
... in multiplayer the ability bar is full but i can't use it
Multiplayer? I don't think this forum will help you...

mad
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Jan 22, 2018 4:50 am
Reputation: 0

Re: How do I can change these

Post by mad »

i need Modern Combat Versus Hack and Aimbot, ESP i know it's possible but i don't know how

User avatar
Blayde
Expert Cheater
Expert Cheater
Posts: 230
Joined: Fri Aug 25, 2017 2:37 pm
Reputation: 47

Re: How do I can change these

Post by Blayde »

mad wrote:
Mon Jan 22, 2018 11:11 am
i need Modern Combat Versus Hack and Aimbot, ESP i know it's possible but i don't know how
1.Rules
2.It is possible (i've made some).
3.You need to know (learn) C/C++. And how DirectX works (for ESP).

mad
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Jan 22, 2018 4:50 am
Reputation: 0

Re: How do I can change these

Post by mad »

I Know C++ but don't know how direct X work it doesn't matter if someone guide me how to.

UltimatePoto42
Expert Cheater
Expert Cheater
Posts: 125
Joined: Tue May 02, 2017 6:00 am
Reputation: 15

Re: How do I can change these

Post by UltimatePoto42 »

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

User avatar
Blayde
Expert Cheater
Expert Cheater
Posts: 230
Joined: Fri Aug 25, 2017 2:37 pm
Reputation: 47

Re: How do I can change these

Post by Blayde »

Solved
KISS

Post Reply

Who is online

Users browsing this forum: No registered users