| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| Sting9x Expert Cheater
 
 ![]() Reputation: 0 
 Joined: 27 Jul 2016
 Posts: 121
 
 
 | 
			
				|  Posted: Wed Jul 27, 2016 12:19 am    Post subject: Auto Scan Help |   |  
				| 
 |  
				| in an online game, i scan this value: 1926815216 i cant pointer it. may i assk iff there are some ways to auto find the fixed value point like this? i hope to have your advice. i'm the member from vietnam   |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| cooleko Grandmaster Cheater
 
 ![]() Reputation: 11 
 Joined: 04 May 2016
 Posts: 717
 
 
 | 
			
				|  Posted: Wed Jul 27, 2016 2:30 am    Post subject: |   |  
				| 
 |  
				| did you find the address? if so, use pointer scan with generated pointermaps. IF you didnt find the address, you need to find it.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Sting9x Expert Cheater
 
 ![]() Reputation: 0 
 Joined: 27 Jul 2016
 Posts: 121
 
 
 | 
			
				|  Posted: Wed Jul 27, 2016 2:53 am    Post subject: |   |  
				| 
 |  
				|  	  | cooleko wrote: |  	  | did you find the address? if so, use pointer scan with generated pointermaps. IF you didnt find the address, you need to find it.
 | 
 Can you give me detailed instructions by images or vid? This is the fixed value in the game but i cannot pointer it. I dont know about the pointermap you talked about
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Sting9x Expert Cheater
 
 ![]() Reputation: 0 
 Joined: 27 Jul 2016
 Posts: 121
 
 
 | 
			
				|  Posted: Wed Jul 27, 2016 9:53 pm    Post subject: |   |  
				| 
 |  
				| Help             |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| cooleko Grandmaster Cheater
 
 ![]() Reputation: 11 
 Joined: 04 May 2016
 Posts: 717
 
 
 | 
			
				|  Posted: Wed Jul 27, 2016 10:54 pm    Post subject: |   |  
				| 
 |  
				| You didnt answer my question either so I have no idea how to help you beyond what I have offered so far! 
 Google Cheat Engine pointer scanner and pointer map tutorial if you have found the address, otherwise google cheat engine value searching tutorial.
 
 You can also complete the cheat engine tutorial to get the requisite skills.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Sting9x Expert Cheater
 
 ![]() Reputation: 0 
 Joined: 27 Jul 2016
 Posts: 121
 
 
 | 
			
				|  Posted: Fri Jul 29, 2016 5:32 am    Post subject: |   |  
				| 
 |  
				|  	  | cooleko wrote: |  	  | You didnt answer my question either so I have no idea how to help you beyond what I have offered so far! 
 Google Cheat Engine pointer scanner and pointer map tutorial if you have found the address, otherwise google cheat engine value searching tutorial.
 
 You can also complete the cheat engine tutorial to get the requisite skills.
 | 
 48A5D228 is my address, I can't point it out. If I use another computer, it can't be used. May I have your facebook account name? I would like to ask for your help.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| cooleko Grandmaster Cheater
 
 ![]() Reputation: 11 
 Joined: 04 May 2016
 Posts: 717
 
 
 | 
			
				|  Posted: Fri Jul 29, 2016 5:50 am    Post subject: |   |  
				| 
 |  
				| Right click, see what accesses, see if that instruction accesses anything else. IF it does, you will need to find a way to distinguish the desired address from the others, there are guides out there for this. If it doesnt, you are in luck, simply create an AOB script using the AOB tempate. Save the address into a variable 
  	  | Code: |  	  | globalalloc(bAddr,8)
 ...
 mov [bAddr], register
 ...
 | 
 
 now you have the address easily accessible using "bAddr" in the cheat table.
 
 OR
 
 You can right click, generate pointermap, close game, reopen game, find address again, generate pointermap. Open pointer scanner, scan for pointer using both saved pointermaps.
 
 Increase the speed by limiting the number of nodes to search, for starters try 8 deep, 10000 wide, 3 addresses per node
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |