Jump to content
  • 0

Who Can Tell Me How To Freeze Value Because ill Try This


NewbiePlayer

Question

1 answer to this question

Recommended Posts

There is recording option in lua start your recording and then search any value then edit in value with using freez option stop your recording and see this recorded lua in /storage/emulated/0/notes/

your all doubts will be clear otherwise this 

gg.setRanges(gg.REGION_C_ALLOC)

gg.searchNumber("12509", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)

revert = gg.getResults(140701, nil, nil, nil, nil, nil, nil, nil, nil)

local t = gg.getResults(140701, nil, nil, nil, nil, nil, nil, nil, nil)

for i, v in ipairs(t) do

 if v.flags == gg.TYPE_DWORD then

  v.value = "0"

  v.freeze = true

 end

end

gg.addListItems(t)

t = nil

this script is recorded by game guardian

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.