Jump to content

Bigniggynits

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Bigniggynits

  1. Bigniggynits

    freeze value

    can you do it like this? if menu == 1 then gg.setRanges(gg.REGION_C_BSS) gg.searchNumber("12,303,291", gg.TYPE_DWORD) local w = gg.getResults(1) local q = {} q[1] = {} q[1].address = w[1].address + 0x30 q[1].flags = gg.TYPE_DWORD q[1].freeze = true gg.setValues(q) gg.addListItems(q) gg.clearResults() gg.toast("yes") end
  2. Bigniggynits

    freeze value

    can you make it so that a script just freezes a value without changing it?
×
×
  • 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.