| 
			Additional Info
			
			
		 | Installation: In the folder where CheatEngine is installed is a file named "main.lua". Add this line to the end of the file: Code: [Select] require 'AOBHelper'Put the attached "AOBHelper.lua" file in the same folderUsage: F8: Make AOB from source reads source from clipboard and puts in clipboard the resulting simple AOB and wildcard AOB F9: Find shortes AOBs reads last line (AOB) from clipboard, scans for shortest AOBs and appends the result to clipboard Example: in clipboard: Code: [Select] //60 c8 01After pressing F8: Code: [Select] 60 c8 01 66 a3 18 66 d5 06 d0 66 f5 0c a1 61 d5 06 60 c8 01 66 a3 18 2a d5Then pressing F9 (make shure you have started the game and selected the proccess to scan): Code: [Select] 60 c8 01 66 a3 18 66 d5 06 d0 66 f5 0c a1 61 d5 06 60 c8 01 66 a3 18 2a d5 |