Jump to content
  • 0

Help with a simple lua script


xShadow007

Question

4 answers to this question

Recommended Posts


 

--Execute
function Exe(val,type)
  gg.clearResults()
  local t = gg.prompt({"Your value"},nil,{"number"}) -- Ask for value
  gg.searchNumber(t[1],type)
  gg.getResults(100)
  gg.editAll(val~444444,type)
end

--Example 
Exe(40,4) -- Edit value to 40 with xor key 444444. Type of address = Dword.

 

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.