how to work whit :LEA"?

Memory scanning, code injection, debugger internals and other gamemodding related discussion
Post Reply
DRDNK1000
Cheater
Cheater
Posts: 33
Joined: Mon May 27, 2019 8:58 pm
Reputation: 6

how to work whit :LEA"?

Post by DRDNK1000 »

game name: chicken inviders 4
i know this game is hard to cheat and that why i took him

WANT to create missele cheat
after a long bracke and trast i fount it here
----------- lea ecx,[edx+000003F0]

tried to do

mov [edx+000003F0],(int)99/
mov ecx,(int)99
first oe do nothing
second crush the game

so waht to do?

TimFun13
Expert Cheater
Expert Cheater
Posts: 1354
Joined: Fri Mar 03, 2017 12:31 am
Reputation: 6

Re: how to work whit :LEA"?

Post by TimFun13 »

LEA: Load effective address.
So on the first one you're setting the value, but it likely get written to just after the with ECX. And with the second one you're set and address to be used to a value, thus it crashes when it tries to read or write with the address 0x00000063.

Look for where it writes to the value.
For what I remember this game uses encrypted values.

DRDNK1000
Cheater
Cheater
Posts: 33
Joined: Mon May 27, 2019 8:58 pm
Reputation: 6

Re: how to work whit :LEA"?

Post by DRDNK1000 »

ShyTwig16 wrote:
Mon Jun 03, 2019 11:06 pm
LEA: Load effective address.
So on the first one you're setting the value, but it likely get written to just after the with ECX. And with the second one you're set and address to be used to a value, thus it crashes when it tries to read or write with the address 0x00000063.

Look for where it writes to the value.
For what I remember this game uses encrypted values.
haha yes he does
but im the stupid one
i needed the pervios address
anyway thx man

User avatar
SunBeam
Administration
Administration
Posts: 4765
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4403

Re: how to work whit :LEA"?

Post by SunBeam »

^ See, that language of yours indicates you almost have no clue what you're doing :) Check this forum, General Tutorials section (viewforum.php?f=11) and start crunching on some ASM to get you started.

Post Reply

Who is online

Users browsing this forum: No registered users