| JaPeyK How do I cheat?
 
 ![]() Reputation: 0 
 Joined: 12 Jan 2018
 Posts: 8
 
 
 | 
			
				|  Posted: Fri Jan 12, 2018 11:56 pm    Post subject: |   |  
				| 
 |  
				|  	  | FreeER wrote: |  	  | So you want to do a group scan and then when you add a result to your list you only want F[4] to be added instead of all 3? 
 then you'd change your scan from
 
 f:0.8 f:0.776 f:0.737 to f:0.8 fp:0.776 f:0.737
 (p for picked).
 | 
 
 oh! thank you very much that was very useful, btw can you help me out on how can i use this script to CE since it is from an lua script for mobile version of CE which is Gameguardian, thanks!
 
 
  	  | Code: |  	  | gg.clearResults() gg.searchNumber('1;324D::', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
 gg.searchNumber('1', gg.TYPE_DOUBLE, false, gg.SIGN_EQUAL, 0, -1)
 gg.getResults(100)
 gg.editAll('0', gg.TYPE_DOUBLE)
 
 gg.clearResults()
 gg.searchNumber('1;5;0.02::15', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
 gg.searchNumber('5', gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1)
 gg.getResults(1000)
 gg.editAll('0', gg.TYPE_FLOAT)
 | 
 
 manual search is fine.
 |  |