function AIMBOT ()
gg.clearResults() gg.toast('Loading Aimbot') gg.clearResults() gg.searchNumber("1.91249990463F",gg.TYPE_DOUBLE,false,gg.SIGN_FUZZY_EQUAL,0,-1) gg.searchNumber("1.91249990463",gg.TYPE_FLOAT,false,gg.SIGN_FUZZY_EQUAL,0,-1)
var = gg.getResults(10) gg.editAll("999999",gg.TYPE_FLOAT) gg.clearResults() gg.clearResults() gg.toast('Aimbot Enabled') gg.clearResults()
end
Lets say I want to edit an specific result from the list (10) without changing the other ones... I ask this because the game I am doing this for has a glitch when i change all 10. The glitch is that when i try to shoot the game freezes and i have to restart the app so value is in one of the 10 but I only need to edit 1 which is the 4th result.