Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


can anyone tell me whats is that dwodr here ?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
renomous
Advanced Cheater
Reputation: 0

Joined: 15 Jul 2012
Posts: 86

PostPosted: Sun Feb 26, 2017 9:30 am    Post subject: can anyone tell me whats is that dwodr here ? Reply with quote

193120CF - mov ecx,[eax+04]

0403B8E4 = (dword)0000000A(10) << -----wtf is this how to hack it lol
---------------
EAX=0403B8E0
EBX=0FF12AD8
ECX=1952E748
EDX=1FEDF740
ESI=0FC5C550
EDI=0F76A1F0
EBP=0403B8B8
ESP=0403B8A0
EIP=193120CF

EFLAGS=00200202

-
193120D2 - mov eax,00000004
EAX=0403B8E0
EBX=0FF12AD8

ECX=0000000A << -------------------- my value that want to hack

EDX=1FEDF740
ESI=0FC5C550
EDI=0F76A1F0
EBP=0403B8B8
ESP=0403B8A0
EIP=193120D2

EFLAGS=00200302

-
193120D7 - mov [edx+20],ecx
1FEDF760 = (dword)00000009(9)
EAX=00000004
EBX=0FF12AD8
ECX=0000000A << --------------------
EDX=1FEDF740
ESI=0FC5C550
EDI=0F76A1F0
EBP=0403B8B8
ESP=0403B8A0
EIP=193120D7

EFLAGS=00200302



dwodr.jpg
 Description:
 Filesize:  99.86 KB
 Viewed:  5929 Time(s)

dwodr.jpg


Back to top
View user's profile Send private message
Filipe_Br
Master Cheater
Reputation: 3

Joined: 07 Jan 2016
Posts: 272
Location: My house

PostPosted: Tue Feb 28, 2017 7:48 am    Post subject: Re: can anyone tell me whats is that dwodr here ? Reply with quote

DWORD = 4 Bytes
_________________
...
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Tue Feb 28, 2017 7:15 pm    Post subject: Reply with quote

193120CF - mov ecx,[eax+04]
Instruction is located at address 193120CF
The instruction pulls a value from [eax+04]
Register EAX equals 0403B8E0

0403B8E4 = (dword)0000000A(10)
EAX + 04 equals the address 0403B8E4
dword is the variable size (4-bytes)
0000000A is the value at that address in hex notation
(10) is the value at that address in decimal notation
Back to top
View user's profile Send private message
didadadida93
How do I cheat?
Reputation: 0

Joined: 27 Feb 2017
Posts: 1
Location: Front of my monitor

PostPosted: Sun Mar 05, 2017 9:03 pm    Post subject: Reply with quote

Zanzer wrote:
193120CF - mov ecx,[eax+04]
Instruction is located at address 193120CF
The instruction pulls a value from [eax+04]
Register EAX equals 0403B8E0

0403B8E4 = (dword)0000000A(10)
EAX + 04 equals the address 0403B8E4
dword is the variable size (4-bytes)
0000000A is the value at that address in hex notation
(10) is the value at that address in decimal notation


how if the value at that address change frequently?

what should I do next?
Back to top
View user's profile Send private message
Filipe_Br
Master Cheater
Reputation: 3

Joined: 07 Jan 2016
Posts: 272
Location: My house

PostPosted: Wed Mar 08, 2017 10:40 am    Post subject: Reply with quote

Although I think I'm talking bullshit.
You said the following:
ECX=0000000A << -------------------- my value that want to hack

So I suppose the statement you want is:
mov [edx+20],ecx

So just do a coding injection, which changes:
mov [edx+20],ecx

for:
mov [edx+20],#1000 -- new value

Or simply change the value of ecx, before it writes to any statement:
mov ecx,#1000 --new value
mov [edx+20],ecx

_________________
...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites