Jump to content
  • 0

How to edit many values at once?


malekpw

Question

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

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.