  | 
				
				Cheat Engine The Official Site of Cheat Engine   
				
 
				 | 
			 
		 
		 
	
		| View previous topic :: View next topic   | 
	 
	
	
		| Author | 
		Message | 
	 
	
		ravicus Master Cheater
  Reputation: 0
  Joined: 16 Dec 2006 Posts: 464
 
  | 
		
			
				 Posted: Tue Apr 10, 2007 8:12 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				Just keep on reading your C++ book, then after you do that, try to think of a possible way to find CRC.
 
 
I know almost nothing on the subject, but i once found CRC by just finding out what read from an address.
 _________________
  | 
			 
		  | 
	 
	
		| Back to top | 
		 | 
	 
	
		  | 
	 
	
		Robotex Master Cheater
  Reputation: 0
  Joined: 05 Sep 2006 Posts: 378 Location: The pizza country!
  | 
		
			
				 Posted: Wed Apr 11, 2007 8:14 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | krndandaman wrote: | 	 		   	  | Robotex wrote: | 	 		   	  | krndandaman wrote: | 	 		   	  | ravicus wrote: | 	 		  | Lol, unless someone tells him how to bypass CRC, i really doubt this kid will figure it out. | 	  
 
 
Yeah, I put up a thread request at mafiacoders requesting a site or something that teaches me how to make a CRC bypass in GENERAL, not only gunz. | 	  
 
There isn't a universal way to bypass, only theory...
 
 
On gunz, the problem is crc checks are done from GameGuard and not gunz itself, and you can't disable GameGuard now because GunZ checks for GameGuard process
 
 
So unless you find out to disable GameGuard checks, you cannot edit memory, the only ways you can cheat is dll injection, pointers, proxy dll and  debug registers | 	  
 
 
That's probably way out of my league. I've seen a few people so far with color names in GunZ, I've been wondering how they did it, they don't seem like such great hackers. When I ask, they go "LEARN SOME CODING NUB" and stuff like that. -_- I guess I'll focus on a DLL for now. Is basic C++ good for DLL's as long as I have addresses? And don't I just have to use ZPOSTSPAWN and things like that? | 	  
 
ZPostSpawn is removed
 
 
And those people with colored names have just packet edited their names at character creation
 
 
- edit: nvm, i've just found an another way to make coloured names
 _________________
 
 
ASM/C++ Coder
 
Project Speranza lead developer  | 
			 
		  | 
	 
	
		| Back to top | 
		 | 
	 
	
		  | 
	 
	
		krndandaman Cheater
  Reputation: 0
  Joined: 11 Nov 2006 Posts: 26
 
  | 
		
			
				 Posted: Sun Apr 15, 2007 5:16 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | Robotex wrote: | 	 		   	  | krndandaman wrote: | 	 		   	  | Robotex wrote: | 	 		   	  | krndandaman wrote: | 	 		   	  | ravicus wrote: | 	 		  | Lol, unless someone tells him how to bypass CRC, i really doubt this kid will figure it out. | 	  
 
 
Yeah, I put up a thread request at mafiacoders requesting a site or something that teaches me how to make a CRC bypass in GENERAL, not only gunz. | 	  
 
There isn't a universal way to bypass, only theory...
 
 
On gunz, the problem is crc checks are done from GameGuard and not gunz itself, and you can't disable GameGuard now because GunZ checks for GameGuard process
 
 
So unless you find out to disable GameGuard checks, you cannot edit memory, the only ways you can cheat is dll injection, pointers, proxy dll and  debug registers | 	  
 
 
That's probably way out of my league. I've seen a few people so far with color names in GunZ, I've been wondering how they did it, they don't seem like such great hackers. When I ask, they go "LEARN SOME CODING NUB" and stuff like that. -_- I guess I'll focus on a DLL for now. Is basic C++ good for DLL's as long as I have addresses? And don't I just have to use ZPOSTSPAWN and things like that? | 	  
 
ZPostSpawn is removed
 
 
And those people with colored names have just packet edited their names at character creation
 
 
- edit: nvm, i've just found an another way to make coloured names | 	  
 
 
I met someone on GunZ with a colored name, and he said that finding the color name wasn't that difficult. He said the CRC wasn't that hard to find, and he also found a 5th hair at character creation. I think it was ZCreateMyChar or something like that, the function. He said to just find the addresses and things using Olly Dbg.
 _________________
 I'm mainly focused on GameCheetah sorry if I'm not here often.
 
A Wise man once said:"Beware of 'cute' people on MS cause anybody, including 50 year old men, can be 'cute' in MS."  | 
			 
		  | 
	 
	
		| Back to top | 
		 | 
	 
	
		  | 
	 
	
		Robotex Master Cheater
  Reputation: 0
  Joined: 05 Sep 2006 Posts: 378 Location: The pizza country!
  | 
		
			
				 Posted: Mon Apr 16, 2007 6:08 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | krndandaman wrote: | 	 		   	  | Robotex wrote: | 	 		   	  | krndandaman wrote: | 	 		   	  | Robotex wrote: | 	 		   	  | krndandaman wrote: | 	 		   	  | ravicus wrote: | 	 		  | Lol, unless someone tells him how to bypass CRC, i really doubt this kid will figure it out. | 	  
 
 
Yeah, I put up a thread request at mafiacoders requesting a site or something that teaches me how to make a CRC bypass in GENERAL, not only gunz. | 	  
 
There isn't a universal way to bypass, only theory...
 
 
On gunz, the problem is crc checks are done from GameGuard and not gunz itself, and you can't disable GameGuard now because GunZ checks for GameGuard process
 
 
So unless you find out to disable GameGuard checks, you cannot edit memory, the only ways you can cheat is dll injection, pointers, proxy dll and  debug registers | 	  
 
 
That's probably way out of my league. I've seen a few people so far with color names in GunZ, I've been wondering how they did it, they don't seem like such great hackers. When I ask, they go "LEARN SOME CODING NUB" and stuff like that. -_- I guess I'll focus on a DLL for now. Is basic C++ good for DLL's as long as I have addresses? And don't I just have to use ZPOSTSPAWN and things like that? | 	  
 
ZPostSpawn is removed
 
 
And those people with colored names have just packet edited their names at character creation
 
 
- edit: nvm, i've just found an another way to make coloured names | 	  
 
 
I met someone on GunZ with a colored name, and he said that finding the color name wasn't that difficult. He said the CRC wasn't that hard to find, and he also found a 5th hair at character creation. I think it was ZCreateMyChar or something like that, the function. He said to just find the addresses and things using Olly Dbg. | 	  
 
Yes
 
it's ZCreateMyChar with passed:
 
-ServerUID
 
-CharacterIndex
 
-Charname
 
-Character gender
 
-Hair
 
-Face
 
-Weapon set
 
 
CRC32 bypass isn't needed
 _________________
 
 
ASM/C++ Coder
 
Project Speranza lead developer  | 
			 
		  | 
	 
	
		| Back to top | 
		 | 
	 
	
		  | 
	 
	
		Vivak Expert Cheater
  Reputation: 0
  Joined: 13 Jun 2006 Posts: 148 Location: No Where
  | 
		
			
				 Posted: Mon Apr 16, 2007 3:28 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				 	  | Robotex wrote: | 	 		   	  | krndandaman wrote: | 	 		   	  | Robotex wrote: | 	 		   	  | krndandaman wrote: | 	 		   	  | Robotex wrote: | 	 		   	  | krndandaman wrote: | 	 		   	  | ravicus wrote: | 	 		  | Lol, unless someone tells him how to bypass CRC, i really doubt this kid will figure it out. | 	  
 
 
Yeah, I put up a thread request at mafiacoders requesting a site or something that teaches me how to make a CRC bypass in GENERAL, not only gunz. | 	  
 
There isn't a universal way to bypass, only theory...
 
 
On gunz, the problem is crc checks are done from GameGuard and not gunz itself, and you can't disable GameGuard now because GunZ checks for GameGuard process
 
 
So unless you find out to disable GameGuard checks, you cannot edit memory, the only ways you can cheat is dll injection, pointers, proxy dll and  debug registers | 	  
 
 
That's probably way out of my league. I've seen a few people so far with color names in GunZ, I've been wondering how they did it, they don't seem like such great hackers. When I ask, they go "LEARN SOME CODING NUB" and stuff like that. -_- I guess I'll focus on a DLL for now. Is basic C++ good for DLL's as long as I have addresses? And don't I just have to use ZPOSTSPAWN and things like that? | 	  
 
ZPostSpawn is removed
 
 
And those people with colored names have just packet edited their names at character creation
 
 
- edit: nvm, i've just found an another way to make coloured names | 	  
 
 
I met someone on GunZ with a colored name, and he said that finding the color name wasn't that difficult. He said the CRC wasn't that hard to find, and he also found a 5th hair at character creation. I think it was ZCreateMyChar or something like that, the function. He said to just find the addresses and things using Olly Dbg. | 	  
 
Yes
 
it's ZCreateMyChar with passed:
 
-ServerUID
 
-CharacterIndex
 
-Charname
 
-Character gender
 
-Hair
 
-Face
 
-Weapon set
 
 
CRC32 bypass isn't needed | 	  
 
 
Are you sure that is the function name I can't find it in the Test.txt or the PDB
 _________________
  | 
			 
		  | 
	 
	
		| Back to top | 
		 | 
	 
	
		  | 
	 
	
		noobz0rs777 Cheater
  Reputation: 0
  Joined: 16 Apr 2007 Posts: 30
 
  | 
		
			
				 Posted: Mon Apr 16, 2007 11:20 pm    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				it's ZPostCreateMyChar
 
 
I've been working on this for the past...day...lol
 
 
I think I'm 99% done with the code.  I'm failing horribly with getting the new addresses, though.  I could only find a tutorial by falseprophet who can't speak English properly or something.  His tut is also based on ZPostSpawn which has been removed.  Is anybody who has gotten ZPostCreateMyChar to work willing to help me with my code?
 | 
			 
		  | 
	 
	
		| Back to top | 
		 | 
	 
	
		  | 
	 
	
		Robotex Master Cheater
  Reputation: 0
  Joined: 05 Sep 2006 Posts: 378 Location: The pizza country!
  | 
		
			
				 Posted: Tue Apr 17, 2007 5:35 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				just attach an uce to gunz and search for the following array of bytes
 
6A FF 68 * * * * 64 A1 00 00 00 00 50 64 89 25 00 00 00 00 51 53 55 56 57 68 AF 06 00 00
 _________________
 
 
ASM/C++ Coder
 
Project Speranza lead developer  | 
			 
		  | 
	 
	
		| Back to top | 
		 | 
	 
	
		  | 
	 
	
		noobz0rs777 Cheater
  Reputation: 0
  Joined: 16 Apr 2007 Posts: 30
 
  | 
		
			
				 Posted: Tue Apr 17, 2007 10:53 am    Post subject:  | 
				       | 
			 
			
				
  | 
			 
			
				| wow, thanks Robotex.  i think i just i figured out how to find all addresses now ^_~
 | 
			 
		  | 
	 
	
		| Back to top | 
		 | 
	 
	
		  | 
	 
	
		 | 
	 
 
  
	 
	    
	   | 
	
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
  | 
   
 
		 |