| EpicStrike How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 20 Nov 2016
 Posts: 1
 
 
 | 
			
				|  Posted: Sun Nov 20, 2016 4:17 pm    Post subject: I want to make fly hack |   |  
				| 
 |  
				| I am new in Code Injecting, and I only want know how to make two-scripts cheats - For example 
 [ENABLE]
 
 alloc(newmem,2048)
 
 aobscan(newmem,code)
 
 newmem:
 db other code
 [DISABLE]
 
 dealloc(newmem,2048)
 
 aobscan(newmem,code)
 
 newmem:
 db other code
 
 In the next script i want to jump to this, withouth re-searching the code
 Pls give me example of the secound script
 |  |