malekpw 0 Posted Wednesday at 12:22 PM (edited) Hey guys, I'm really puzzled atm when I want to edit more than 100 numbers in a script, example: gg.searchNumber('1' , gg.TYPE_DWORD) gg.getResults (gg.getResultsCount()) gg.editAll('0' , gg.TYPE_DWORD) gg.clearResults(100) I will get like 600k found values and I want to edit them all to 0 but game guardian only edits the first 100 searches. But I wanna edit all 600k searches not only the first 100. I could type each time gg.getResults(100) then editAll but that'll take forever, so is there a way to edit all 600k searches at once? Not only 100? NEVER MIND GOT IT Edited Wednesday at 12:28 PM by malekpw 0 Share this post Link to post Share on other sites
XxhentaixX 131 Posted Wednesday at 12:31 PM You don't want to do that 0 Share this post Link to post Share on other sites
MonkeySAN 176 Posted Wednesday at 03:22 PM 600k results..you REALLY dont want to do that..its gonna make the game crash. REFINE your search to get less results. 0 Share this post Link to post Share on other sites
malekpw 0 Posted Wednesday at 03:25 PM Yes I know, it was just an example though. Anyway it's unrefineable 0 Share this post Link to post Share on other sites
xWanted 2 Posted Friday at 09:42 AM Same here, i have some values that unrefineable Dunno how to refine it 0 Share this post Link to post Share on other sites
MarioRossi93i 791 Posted yesterday at 11:25 AM 20210410_132251.mp4 0 Share this post Link to post Share on other sites