| 
			
				|  | Cheat Engine The Official Site of Cheat Engine
 
 
 |  
 
	
		| View previous topic :: View next topic |  
		| Author | Message |  
		| Syken How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 12 Jul 2014
 Posts: 0
 
 
 | 
			
				|  Posted: Sat Jul 12, 2014 2:28 pm    Post subject: What can i do with these codes need help |   |  
				| 
 |  
				| I know nothing about cheating . Help me please.
 
 alloc(newmem,2048)
 label(returnhere)
 label(originalcode)
 label(exit)
 
 newmem: //this is allocated memory, you have read,write,execute access
 //place your code here
 
 originalcode:
 mov eax,[ecx+74]
 mov ecx,[ebx+38]
 
 exit:
 jmp returnhere
 
 09F10CF8:
 jmp newmem
 nop
 returnhere:
 |  |  
		| Back to top |  |  
		|  |  
		| atom0s Moderator
 
  Reputation: 205 
 Joined: 25 Jan 2006
 Posts: 8587
 Location: 127.0.0.1
 
 | 
			
				|  Posted: Sat Jul 12, 2014 3:06 pm    Post subject: |   |  
				| 
 |  
				| You need to insert them into an auto-assemble script for Cheat Engine. 
 Open Cheat Engine and press CTRL+ALT+A to open the auto-assembler window.
 
 Next you will need to add two things to the above code:
 
 To the top of the code, add:
 [ENABLE]
 
 To the bottom of the code add:
 [DISABLE]
 
 Then insert what you have into the auto-assemble window. So in total it should be:
 
  	  | Code: |  	  | [ENABLE]
 alloc(newmem,2048)
 label(returnhere)
 label(originalcode)
 label(exit)
 
 newmem: //this is allocated memory, you have read,write,execute access
 //place your code here
 
 originalcode:
 mov eax,[ecx+74]
 mov ecx,[ebx+38]
 
 exit:
 jmp returnhere
 
 09F10CF8:
 jmp newmem
 nop
 returnhere:
 
 [DISABLE]
 
 | 
 
 Then just click File -> Assign to current cheat table.
 Then attach Cheat Engine to the game of your choice for the cheat and check the box next to the cheat in the cheat table.
 _________________
 
 - Retired. |  |  
		| 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
 
 |  |