Jump to content
  • 0

Values not changing


Fossmantheel

Question

Posted

When I try to change something in the game, i know its the right number, gg refues to change it, an example would be, i changed the number 5 to 15, instead of it saying 15 (5) and changes, it says 5 (5) and dosent change, this is happening in multiple games.

3 answers to this question

Recommended Posts

Posted
gg.searchNumber("5", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
local t = gg.getResultsCount()
local k = gg.getResults(t)
for i, v in ipairs(k) do
	if v.flags == gg.TYPE_DWORD then
		v.value = "15"
		v.freeze = true
	end
end
gg.addListItems(k)

You can try!

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.