| Zanzer I post too much
 
 ![]() Reputation: 126 
 Joined: 09 Jun 2013
 Posts: 3278
 
 
 | 
			
				|  Posted: Mon Oct 12, 2015 10:16 am    Post subject: |   |  
				| 
 |  
				|  	  | Code: |  	  | [ENABLE] {$lua}
 local aob = AOBScan("pattern 1")
 if aob == nil then
 aob = AOBScan("pattern 2")
 end
 if aob ~= nil then
 for i = 0, aob.Count - 1 do
 writeBytes(aob[i], 0x90, 0x90, 0x90, 0x90, 0x90)
 end
 end
 | 
 |  |