So i have this little script thats not working right
Because the Values doesn't freeze I need some Help
Discord: [SnBt]YeetMeister#1967
gg.toast("Memory Ranges: A:Anonymous and Xa:Code App for the Fastest Results")
v = gg.prompt({i = "GoldRoom(After Spawning in)Search: Secret"}, {i = "0"})
if v == nil then
gg.clearResults()
gg.alert("Goldroom Hack Cancelled, no Input")
print("Canceled")
else
print(v["i"])
gg.searchNumber(v["i"], gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
print("Searched" .. v["i"])
if gg.getResultCount() >= 4 then
print("Values are 20")
gg.getResults(20)
gg.editAll("1999999999", gg.TYPE_DWORD)
for i, v in ipairs(gg.getResults(50)) do
i.freezeType = FREEZE_MAY_INCREASE
i.freeze = true
end
else
print("Too many / or too less Values found")
gg.clearResults()
gg.alert("Too much values found, Go to game and change the value, then open gameguardian window again")
end
print("Made by YeetMeister")
print("Helped by Vuroz#1713 on Discord")
end
for i, v in ipairs(gg.getResults(50)) do
i.freezeType = FREEZE_MAY_INCREASE
i.freeze = true
end
Is this right? Because its not freezing
Enyby Could you come to discord?