Jump to content
  • 0

game guardian crashes after 8000+ freeze value


Koushikur

Question

i am making script that have 16000+ Value to freeze, after 8000+ freeze, game gaaurdian always crashes & also take so much time to freeze , is there any way to do it fast with out crashing game gaaurdian? i used this code for freeze search results value

    n = gg.getResultCount(50000)
    jz = gg.getResults(n)
    for _FORV_19_ = 1, n do
      gg.addListItems({
        [1] = {
          address = jz[_FORV_19_].address + 0,
          flags = 4,
          freeze = true,
          value = 100
        }
      })
      end

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Game crash not because you freeze those values, it's because you edit some address that cannot be edit, and cause crash. 
Also.. editing such enormous amount definitely implies that you're doing something wrong.

Link to comment
Share on other sites

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.