| Zasion How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 17 Aug 2025
 Posts: 1
 
 
 | 
			
				|  Posted: Sun Aug 17, 2025 8:35 am    Post subject: Finding base address problem |   |  
				| 
 |  
				| Hello everyone, 
 I’m currently learning Cheat Engine and ran into a problem. I’m trying to find the base address so I can trace it back to the value I need. However, when I put everything together, it gave me the wrong result.
 
 I suspect it might be related to the jmp or call instructions:
 
 lea rcx,[crystal_realms.exe+1D479D0]
 call crystal_realms.exe+5E9D40
 jmp crystal_realms.exe+CAAA4F
 
 
 After this, I have:
 
 // mov rsi,rcx
 ulong rsiValue = 0x448D52E378;
 
 
 What I really need is the correct rcx value.
 
 If more information is needed, I can provide it.
 |  |