Jump to content

Bigniggynits

Members
  • Posts

    2
  • Joined

  • Last visited

Additional Information

  • Android
    12.x
  • Device
    kingkong

Profile Fields

  • Discord ID
    kilamanon#1992

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Bigniggynits's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  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.