| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| Bruno pnt How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 02 Jun 2011
 Posts: 6
 Location: Brasil
 
 | 
			
				|  Posted: Mon Jan 09, 2012 8:05 pm    Post subject: Script to return the value |   |  
				| 
 |  
				| I need a script to return the original value of the scrip below. 
  	  | Code: |  	  | [ENABLE] Aobscan(_aob1, d0 d0 66 ?? ?? ?? ?? ?? 26 4f ?? ??)
 Aobscan(_aob2, d0 66 ?? ?? ?? ?? ?? ?? d0 4f ?? 04 00)
 
 
 alloc(newmem,64)
 createthread(newmem)
 
 _aob1+0c:
 db 02
 
 
 newmem:
 mov esi,_aob1
 mov edi,_aob2
 mov ecx,#13
 rep movsb
 
 ret
 
 
 
 [DISABLE]
 | 
 
 It is used more than a hack to work, the following script
 
  	  | Code: |  	  | [ENABLE] Aobscan(_aob3, 60 ?? ?? 61 ?? ?? d0 66 ?? ?? 60 ?? ?? 24 ?? a0)
 Aobscan(_aob4, D3 66 ?? ?? 24 1F A0 24 1E A3 D3 66 ?? ?? 24 1F A0)
 
 
 alloc(newmem,64)
 createthread(newmem)
 
 _aob3+3:
 db 02 02 02 02 24 1e a3
 
 _aob3+0d:
 db 02 02 02 02
 
 newmem:
 mov esi,_aob3
 mov edi,_aob4
 mov ecx,#17
 rep movsb
 
 ret
 
 
 
 [DISABLE]
 | 
 
 What I want is whether you can put it to activate and deactivate.
 That is, turn on and off
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| ddtank. Newbie cheater
 
 ![]() Reputation: 0 
 Joined: 03 Dec 2011
 Posts: 21
 
 
 | 
			
				|  Posted: Tue Jan 10, 2012 10:47 am    Post subject: |   |  
				| 
 |  
				| i guess you can try a script to readmem. 
 Last edited by ddtank. on Thu Jan 12, 2012 4:13 pm; edited 1 time in total
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| Dark Byte Site Admin
 
  Reputation: 470 
 Joined: 09 May 2003
 Posts: 25807
 Location: The netherlands
 
 | 
			
				|  Posted: Tue Jan 10, 2012 1:07 pm    Post subject: |   |  
				| 
 |  
				| you could try making use of the readmem aa command to store the original bytes before you edit it, and in disable retore it with the data you saved (use registersymbol to make it so the disable part can recognize it) _________________
 
 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 |  | 
	
		|  | 
	
		| Bruno pnt How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 02 Jun 2011
 Posts: 6
 Location: Brasil
 
 | 
			
				|  Posted: Tue Jan 10, 2012 2:34 pm    Post subject: |   |  
				| 
 |  
				|  	  | Dark Byte wrote: |  	  | you could try making use of the readmem aa command to store the original bytes before you edit it, and in disable retore it with the data you saved (use registersymbol to make it so the disable part can recognize it) | 
 
 Could you send me an example?
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |