| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		Neitron4ikus How do I cheat?
  Reputation: 0
  Joined: 25 Sep 2020 Posts: 6 Location: Ukraine
  | 
		
			
				 Posted: Fri Sep 25, 2020 10:25 am    Post subject: String found to hack game, need help to find active value | 
				       | 
			 
			
				
  | 
			 
			
				Its game Unity of Command, trying to hack prestige points using CE.
 
I can find its value only in a string variable.
 
I tried to trace to actual active address, with no success, please see screenshots.
 
Can you please advice where to find or look? 
 
 
I tried search, but just few similar old topics about strings in CE.
	
  
	 
	
	
		
	 
	
		|  Description: | 
		
			
		 | 
	 
	
		|  Filesize: | 
		 567.98 KB | 
	 
	
		|  Viewed: | 
		 5215 Time(s) | 
	 
	
		
  
 
  | 
	 
	 
	 
	 
	
	
		
	 
	
		|  Description: | 
		
			
		 | 
	 
	
		|  Filesize: | 
		 358.91 KB | 
	 
	
		|  Viewed: | 
		 5215 Time(s) | 
	 
	
		
  
 
  | 
	 
	 
	 
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Csimbi I post too much
  Reputation: 97
  Joined: 14 Jul 2007 Posts: 3327
 
  | 
		
			
				 Posted: Sat Sep 26, 2020 6:01 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				If you found only a string, it means it's either a different data type or it is encrypted.
 
Search for changing/non-changing values and eventually you will end up with the value or a pointer to it.
 
Then, see how it's read/written and bingo.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Neitron4ikus How do I cheat?
  Reputation: 0
  Joined: 25 Sep 2020 Posts: 6 Location: Ukraine
  | 
		
			
				 Posted: Sun Sep 27, 2020 6:18 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | Csimbi wrote: | 	 		  If you found only a string, it means it's either a different data type or it is encrypted.
 
Search for changing/non-changing values and eventually you will end up with the value or a pointer to it.
 
Then, see how it's read/written and bingo. | 	  
 
 
Thanks for reply.
 
I tried to search different data types, even with ALL also - nothing.
 
I tried many times to find unknown value, and filter by changed/unchanged - nothing.
 
I can find only string variable... Maybe is there ways to trace from this string?
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		MMM-304 Expert Cheater
  Reputation: 0
  Joined: 17 Aug 2020 Posts: 170 Location: Milkey Way
  | 
		
			
				 Posted: Sun Sep 27, 2020 8:25 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| change value type to something else, notice the change when it is actually changed in game
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Neitron4ikus How do I cheat?
  Reputation: 0
  Joined: 25 Sep 2020 Posts: 6 Location: Ukraine
  | 
		
			
				 Posted: Mon Sep 28, 2020 11:18 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | MMM-304 wrote: | 	 		  | change value type to something else, notice the change when it is actually changed in game | 	  
 
Can you please explain your "notice the change when it is actually changed in game"?  I already tried all data types, changed in game and filter in CE.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		MMM-304 Expert Cheater
  Reputation: 0
  Joined: 17 Aug 2020 Posts: 170 Location: Milkey Way
  | 
		
			
				 Posted: Mon Sep 28, 2020 1:51 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| the address(whose value type is String) you found, change its value type to say 4byte, then change value in the game, you will notice a change in the value, modify it accordingly
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Csimbi I post too much
  Reputation: 97
  Joined: 14 Jul 2007 Posts: 3327
 
  | 
		
			
				 Posted: Tue Sep 29, 2020 9:53 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | Neitron4ikus wrote: | 	 		  
 
I tried to search different data types, even with ALL also - nothing.
 
I tried many times to find unknown value, and filter by changed/unchanged - nothing.
 
I can find only string variable... Maybe is there ways to trace from this string? | 	  
 
Are you saying not even a single byte is changing?
 
It's hard to believe considering you have found the string.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Neitron4ikus How do I cheat?
  Reputation: 0
  Joined: 25 Sep 2020 Posts: 6 Location: Ukraine
  | 
		
			
				 Posted: Tue Sep 29, 2020 12:15 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | MMM-304 wrote: | 	 		  | the address(whose value type is String) you found, change its value type to say 4byte, then change value in the game, you will notice a change in the value, modify it accordingly | 	  
 
Thanks for explanations, please see screenshots(opposite order), I have tried this.
 
Found string, changed type to 4 bytes, changed value, back to game and in turned to normal game value - doesnt work. Seems its just print string, and changing it gives nothing in game.
 
 
 	  | Csimbi wrote: | 	 		  Are you saying not even a single byte is changing?
 
It's hard to believe considering you have found the string. | 	  
 
When trying to find unknown value its Changing, but after many filtering by changing/unchanging I receive 0 records.
	
  
	 
	
	
		
	 
	
		|  Description: | 
		
			
		 | 
	 
	
		|  Filesize: | 
		 410.46 KB | 
	 
	
		|  Viewed: | 
		 5044 Time(s) | 
	 
	
		
  
 
  | 
	 
	 
	 
	 
	
	
		
	 
	
		|  Description: | 
		
			
		 | 
	 
	
		|  Filesize: | 
		 284.51 KB | 
	 
	
		|  Viewed: | 
		 5044 Time(s) | 
	 
	
		
  
 
  | 
	 
	 
	 
	 
	
	
		
	 
	
		|  Description: | 
		
			
		 | 
	 
	
		|  Filesize: | 
		 282.55 KB | 
	 
	
		|  Viewed: | 
		 5044 Time(s) | 
	 
	
		
  
 
  | 
	 
	 
	 
	 
	
	
		
	 
	
		|  Description: | 
		
			
		 | 
	 
	
		|  Filesize: | 
		 289.09 KB | 
	 
	
		|  Viewed: | 
		 5044 Time(s) | 
	 
	
		
  
 
  | 
	 
	 
	 
	 
	
	
		
	 
	
		|  Description: | 
		
			
			
				| Changing string to 4bytes type | 
			 
			 
		 | 
	 
	
		|  Filesize: | 
		 322.36 KB | 
	 
	
		|  Viewed: | 
		 5044 Time(s) | 
	 
	
		
  
 
  | 
	 
	 
	 
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		MMM-304 Expert Cheater
  Reputation: 0
  Joined: 17 Aug 2020 Posts: 170 Location: Milkey Way
  | 
		
			
				 Posted: Wed Sep 30, 2020 12:52 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				but it changed
 
 	  | Quote: | 	 		  172----1009923889
 
202----1009922098 | 	  
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Abdullahimukhtar393 How do I cheat?
  Reputation: 0
  Joined: 30 Sep 2020 Posts: 1
 
  | 
		
			
				 Posted: Wed Sep 30, 2020 3:08 am    Post subject: Township | 
				       | 
			 
			
				
  | 
			 
			
				 	  | MMM-304 wrote: | 	 		  but it changed
 
 	  | Quote: | 	 		  172----1009923889
 
202----1009922098 | 	 
  | 	  
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Neitron4ikus How do I cheat?
  Reputation: 0
  Joined: 25 Sep 2020 Posts: 6 Location: Ukraine
  | 
		
			
				 Posted: Wed Sep 30, 2020 11:26 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | MMM-304 wrote: | 	 		  but it changed
 
 	  | Quote: | 	 		  172----1009923889
 
202----1009922098 | 	 
  | 	  
 
 
Nope, screenshots in opposite order uploaded. When I change in CE it changes, but when I back to game, nothing change, and CE also back to game value. Still no success   
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		MMM-304 Expert Cheater
  Reputation: 0
  Joined: 17 Aug 2020 Posts: 170 Location: Milkey Way
  | 
		
			
				 Posted: Wed Sep 30, 2020 9:11 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| this is because this is not the actual value. try searching for changed/unchanged values on different value types
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Neitron4ikus How do I cheat?
  Reputation: 0
  Joined: 25 Sep 2020 Posts: 6 Location: Ukraine
  | 
		
			
				 Posted: Sun Oct 11, 2020 11:08 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | MMM-304 wrote: | 	 		  | this is because this is not the actual value. try searching for changed/unchanged values on different value types | 	  
 
Thanks for advises, I tried search unknown starting from 2bytes: 2bytes, 4bytes, 8bytes..
 
 
But I need many times to change my target value, but it limited..because prestige points in game just 300, and I can spent it by 20 ..30.. not less..
	
  
	 
	
	
		
	 
	
		|  Description: | 
		
			
			
				| Found smth interesting in 8bytes... | 
			 
			 
		 | 
	 
	
		|  Filesize: | 
		 879.9 KB | 
	 
	
		|  Viewed: | 
		 4792 Time(s) | 
	 
	
		
  
 
  | 
	 
	 
	 
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |