| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| skyw4rrior Advanced Cheater
 
 ![]() Reputation: 0 
 Joined: 21 Aug 2005
 Posts: 67
 
 
 | 
			
				|  Posted: Fri Aug 26, 2005 9:07 pm    Post subject: Trainer: change a register from the game |   |  
				| 
 |  
				| Plzzzzz!!! Anyone knows how can i do (in delphi), to modify the assembly code at an address of the game that im attaching? I want to modify a register (CL to DL) at that address, but dont have any idea in doing it! |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| bitterbanana Cheater
 
 ![]() Reputation: 0 
 Joined: 28 Nov 2004
 Posts: 44
 
 
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| skyw4rrior Advanced Cheater
 
 ![]() Reputation: 0 
 Joined: 21 Aug 2005
 Posts: 67
 
 
 | 
			
				|  Posted: Fri Aug 26, 2005 10:12 pm    Post subject: |   |  
				| 
 |  
				| 
 yes.. sry about the flood, but no one answered that question correctly.. i explayned the problem.. i used writeprocessmemory, but it wrote a number too much small of the original that i had to write (i used many different values at the bites number of the writeprocessmemory parameter, but it doesnt even matther)!
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Dark Byte Site Admin
 
  Reputation: 470 
 Joined: 09 May 2003
 Posts: 25807
 Location: The netherlands
 
 | 
			
				|  Posted: Sat Aug 27, 2005 12:35 am    Post subject: |   |  
				| 
 |  
				| check the buffer you are writing from and the place you are writing too. perhaps the buffer you use is too small (and at the and of a page so the rest can't be read) or the target you're writing too just isn't big enough (end of page, yadayadayada)
 
 and use virtualprotectex to make the memory writable
 _________________
 
 Do not ask me about online cheats. I don't know any and wont help finding them.
 Like my help? Join me on Patreon so i can keep helping
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| bitterbanana Cheater
 
 ![]() Reputation: 0 
 Joined: 28 Nov 2004
 Posts: 44
 
 
 | 
			
				|  Posted: Sat Aug 27, 2005 12:36 am    Post subject: |   |  
				| 
 |  
				| well try reading some tutorials. I know you may need some help from experienced persons, but read first, ask later. 
 This is a comprehensive tutorial site that I like.
 http://pc.nanobot2k.org/?action=articles
 
 I think you're getting ahead of yourself by trying to make your own debugger.  Try to understand the concepts of game hacking first.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| skyw4rrior Advanced Cheater
 
 ![]() Reputation: 0 
 Joined: 21 Aug 2005
 Posts: 67
 
 
 | 
			
				|  Posted: Sat Aug 27, 2005 6:48 pm    Post subject: |   |  
				| 
 |  
				|  	  | bitterbanana wrote: |  	  | well try reading some tutorials. I know you may need some help from experienced persons, but read first, ask later. 
 This is a comprehensive tutorial site that I like.
 http://pc.nanobot2k.org/?action=articles
 
 I think you're getting ahead of yourself by trying to make your own debugger.  Try to understand the concepts of game hacking first.
 | 
 
 yesssssssssssssss!!! finally!!!!!!!! i did it!!! tnks for all!!!!!!
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |