| DivineOne How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 14 Dec 2005
 Posts: 1
 
 
 | 
			
				|  Posted: Wed Dec 14, 2005 4:51 am    Post subject: Tutorial Step 6 |   |  
				| 
 |  
				| ok, i just started with Cheat Engine (cheating in general) and i cant get passed the part where i have to fill in the pointer and freeze the new address..
 
 so the part where the Tut says "scan in hexadecimal for the value the extra info told you"
 i have to fill in the value the Extra info window showed me ( "the value of the pointer needed to find this address prabably is" ) right?
 
 so i find 1 result:
 address      value
 00964EE4   00965124(=value i searched for)
 
 when i have to put in address of pointer i fill in: 00964EE4 or 00965124 ?
 as for the offset..
 the info window tells me:
 mov eax, [eax+00000310]
 mov edx, [ebp-0c]
 mov [eax], edx      <- marked red ?
 mov eax, [ebp-04]
 mov eax, [eax+00000310]
 
 so for offset i fill in "310" OR "eax+310" (with eax=00965124) ?
 
 anyway i filled in different things with no result, when the 3 second timer ends the "Next" button wont show
 
 can some1 tell me what values to use and what im doing wrong?
 
 //EDIT
 so reading the TUT for Pinball made me find out this:
 only look for the code that is marked red ([eax], edx)
 so when i have to fill in the pointer i use the address from the result i found and for offset i use 0, since offset = [eax] (without any calculations)
 and then all worked out fine...
 |  |