Jump to content

NoNameGG

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by NoNameGG

  1. On 5/15/2020 at 3:01 PM, ItsSC said:

    Do it before set value, after defined values.

    a= {{address =1 , flags = 1 , value = 1 ,freeze = true}} -- Defined the value

    gg.addListItems(a) -- add to save list

    gg.setValues(a) -- set the value

    You have many codes to say in this question Are You rlly a coder or you're just guessing?

     

    This Is The Simple Way To Freeze A Value

    1. gg.searchNumber('0', gg.TYPE_DWORD)
    2.  
    3. searchResults = gg.getResults(100) -Getting Results From The Prev SearchNum
    4.  
    5. for i, v in ipairs(searchResults) do
    6.   v.value = '1' -Editing Your Desired Value
    7.   v.freeze = true -Will Set The Value Freeze
    8.   v.freezeType = gg.FREEZE_NORMAL -(OPTIONAL) Will Set The Freeze Type
    9. end
    10.  
    11. gg.addListItems(searchResults)

    Idk If This Works On Unkown Fuzzy Search But This Helps A Bit 

×
×
  • 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.