| Alexandrite Newbie cheater
 
 ![]() Reputation: 0 
 Joined: 03 Jan 2017
 Posts: 12
 
 
 | 
			
				|  Posted: Tue Jan 03, 2017 1:10 am    Post subject: Is there any function to Quick Compare Address ? |   |  
				| 
 |  
				| If my english is bad then forgive me   
 I'll try explain what I want as good as I can.
 
 Actually I think there should be function like this in
 another language, like Excel, PHP, Java, C#, C++ or even in Lua
 but I didn't know what that function name even call, or maybe it might never exist
   
 First I struck on Getting Pointer... I mean well I get Pointer but no one 100% accurate, I mean sometime the Pointer keep change to wrong address and some time another Pointer get the correct Path
 
 Err... I mean
 
 Example Pointer 1 get what most i want, but some time it can't find
 So I make Pointer 2 but again... I get most I want but some time can't find path again
 and the Funny is sometime Pointer 1 get correct value and Pointer 2 didn't
 and sometime Pointer 2 get correct again but Pointer 1 point wrong path
   
 So I make Pointer 3 and yes same as 1, 2 before
 Some time what Pointer 1 correct, sometime 2 or 3 correct
 
 So I made up to 7 Pointers and then I realize!
 What if I can make lua script to compare them?
 
 I mean compare 7 Pointer I have and find out which address is most match same value
 
 Like this (Please Look at example.png file i attach)
 
 
 
 
 
 
         
 You'll see Pointer 2 and 4 and 5 and 7 is correct value (for me)
 
 while P3 and P6 simply wrong -.-
 
 but some time P3  and P6 true but then 2 and 4 wrong something like this
 
 I want to compare like function that return most value that it same value
 
 i mean something like this err...
 
 876 is have 4 same pointer correct right?
 and 66 is wrong and ?? also wrong too
 
 I want function like this
 
 Boss_Health = ComparePointer(1, 7)
 
 and then it return the most same value at ComparePointer should return 876 since is most same value
 
 Sorry if my explain is bad and too long, but I want some script like this if it ever exist
 
 I know I can just made function
 
 for i=1, 7 and kept compare data and store how much match in variable
 
 but i think that is bad script writing? cause it mean u have to loop at lease 7*7 time i guess ? 49 loop
 
 if i store like 15 pointer it should be 15*15 = 225 loop
 
 and i usually keep this function in auto refresh 250ms so 900 loop per 1 sec is not good script i doubt?
 
 
         
 
 I know someone might suggest me to try raise max level or max offset or make another setting on pointer scan, but i feel it waste too much time
 
 I mean i try Max offset 10,000 and Max Level 6 it scan like 2 hr long
 and when i rescan it reduce to just 2-3 pointer left or even worst 1 left
 and that pointer is correct just on sometime in game i mean not correct the entire game
 
 some time i try max offset 250,000 max level 3
 (this one faster than max lvl 6 even 250k max offset)
 
 but at some point it still not found
 
 and i didn't want to scan up to lvl 7 lvl 8 or higher max offset
 
 since i just already found many pointer that get correct value but not 100% all time correct, so i just want to compare my most accurate pointer i store and return the value that most match with another pointer
 
 Can anyone answer me this? > <"
 
 
 
 
	
		
	 
		| Description: | 
			
				| I just found this function but it on Excel!! 
 well if there any function like Mode in excel in Lua? :3
 
 well if you can answer more than one language like in PHP, Java, C++ too
 I'll be appreciate
 |  |  
		| Filesize: | 8 KB |  
		| Viewed: | 3675 Time(s) |  
		| 
  
 
 |  
 
 
	
		
	 
		| Description: | 
			
				| You'll see Pointer 2 and 4 and 5 and 7 is correct value (for me) 
 while P3 and P6 simply wrong -.-
 
 but some time P3  and P6 true but then 2 and 4 wrong something like this
 
 I want to compare like function that return most value that it same value
 |  |  
		| Filesize: | 4.64 KB |  
		| Viewed: | 3687 Time(s) |  
		| 
  
 
 |  
 |  |