| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		sjl002 Master Cheater
  Reputation: 0
  Joined: 31 Aug 2013 Posts: 305
 
  | 
		
			
				 Posted: Fri Sep 11, 2015 9:09 am    Post subject: [HELP]Find Ammo ID in FPS Games | 
				       | 
			 
			
				
  | 
			 
			
				Hello friends.
 
I have a big problem in data structure.
 
I will find ID for Ammo's and Grenade but when use data structure and find ID's After load game and search new values for ammo , grenade and Putting this values in data structure all ID's Will be changed.
 
thats what my trying to say..[Changing Ammo ID's in Data Structure]
 
for example ammo ID is 1 & grenade ID is 0. this ID's changing
 
sorry for my bad writting english.
  Last edited by sjl002 on Fri Sep 11, 2015 11:25 am; edited 1 time in total | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Snow1337 Catastrophic Cheatah
  Reputation: 1
  Joined: 12 Oct 2004 Posts: 183 Location: Your, Computer
  | 
		
			
				 Posted: Fri Sep 11, 2015 10:15 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Read about pointers, i think thats what youre trying to say.. (values changing)
 _________________
  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		sjl002 Master Cheater
  Reputation: 0
  Joined: 31 Aug 2013 Posts: 305
 
  | 
		
			
				 Posted: Fri Sep 11, 2015 11:31 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				thats what my trying to say..[Changing Ammo ID's in Data Structure] 
 
for example ammo ID is 1 & grenade ID is 0. this ID's changing
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Snow1337 Catastrophic Cheatah
  Reputation: 1
  Joined: 12 Oct 2004 Posts: 183 Location: Your, Computer
  | 
		
			
				 Posted: Fri Sep 11, 2015 11:58 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Do a "Find What Writes to this" and when you get the instruction then click "More infomation", where it says "The pointer for this address is probably 00400000" do a hex search for 00400000 and then assign the address you find as a pointer and where you was at in "More information" the value of eax,esi or edi is your offset (it will be a low value, highest being 0000 numbers long)
 _________________
  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		sjl002 Master Cheater
  Reputation: 0
  Joined: 31 Aug 2013 Posts: 305
 
  | 
		
			
				 Posted: Fri Sep 11, 2015 12:35 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				I am an Iranian. I cant write English well.
 
no. I do not mean the pointer.
 
usually Ammo ID should fixed.
 
example (ID not should from value 1 Be converted to a value x )
 
Weapon & Player ,... have Specific,fixed ID.
 
Please help me for find Ammo ID.
 
Very Thanks
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Snow1337 Catastrophic Cheatah
  Reputation: 1
  Joined: 12 Oct 2004 Posts: 183 Location: Your, Computer
  | 
		
			
				 Posted: Fri Sep 11, 2015 12:40 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Im not sure how to go about finding the Ammo ID.. im sorry
 
 
I know how to find PlayerID.. even WeaponID but.. ammo? are you trying to make crazy ammo hacks like what kinda bullet is fired out of the gun etc?
 _________________
  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		sjl002 Master Cheater
  Reputation: 0
  Joined: 31 Aug 2013 Posts: 305
 
  | 
		
			
				 Posted: Fri Sep 11, 2015 12:55 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| Well, you tell how i find Weapon ID.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Snow1337 Catastrophic Cheatah
  Reputation: 1
  Joined: 12 Oct 2004 Posts: 183 Location: Your, Computer
  | 
		
			
				 Posted: Fri Sep 11, 2015 1:23 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Keep switching guns doing Unknown Value, one address will be the Weapon ID
 _________________
  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		sjl002 Master Cheater
  Reputation: 0
  Joined: 31 Aug 2013 Posts: 305
 
  | 
		
			
				 Posted: Fri Sep 11, 2015 1:41 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| Tanks.maybe with swiching weapon and search for weapon ID, find weapon and ammo (both) ID.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Snow1337 Catastrophic Cheatah
  Reputation: 1
  Joined: 12 Oct 2004 Posts: 183 Location: Your, Computer
  | 
		
			
				 Posted: Fri Sep 11, 2015 1:45 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Good luck, maybe I was some help..
 _________________
  | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		sjl002 Master Cheater
  Reputation: 0
  Joined: 31 Aug 2013 Posts: 305
 
  | 
		
			
				 Posted: Fri Sep 11, 2015 1:52 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Thank you very much my friend.
 
Bye-bye to next visit.
 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |