Seriously i cant use the script from record script..or you can fix this script manual
-- Script generated by GameGuardian 73.9 (14080) at 2019-03-09 12:48:45 for Growtopia [com.rtsoft.growtopia 2.988 (197)]
-- Lua help: http://gameguardian.net/help/
-- options
local scriptName = [=====[Script for Growtopia 2.988]=====]
local scriptVersion = '1.0.0'
local scriptAuthor = 'User'
local startToast = ''
-- 0 - no check; 1 - check package only, 2 - check package and build
local checkTarget = 0
local targetName = [=====[Growtopia]=====]
local targetPkg = 'com.rtsoft.growtopia'
local targetVersion = [=====[2.988]=====]
local targetBuild = 197
-- functions
-- init
gg.require('73.9', 14080)
if startToast ~= '' then startToast = '\n'..startToast end
gg.toast(scriptName..' v'..scriptVersion..' by '..scriptAuthor..startToast)
if checkTarget ~= 0 then
local info = gg.getTargetInfo()
local check = false
local current = false
if checkTarget >= 1 then
check = targetPkg
current = info.packageName
end
if checkTarget >= 2 then
check = check..' '..targetVersion..' ('..targetBuild..')'
current = current..' '..info.versionName..' ('..info.versionCode..')'
end
if check ~= current then
gg.alert('This script for "'..targetName..'" ['..check..'].\nYou select "'..info.label..'" ['..current..'].\nNow script exit.')
os.exit()
end
end
local revert = nil
-- main code
gg.searchNumber(99, gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
gg.processResume()
local t = gg.getResults(100, nil, nil, nil, nil, nil, nil, nil, nil)
gg.addListItems(t)
t = nil
gg.clearResults()
revert = gg.getListItems()
local t = gg.getListItems()
for i, v in ipairs(t) do
if v.flags == gg.TYPE_DWORD then
v.value = 1
v.freeze = false
v.freezeType = gg.FREEZE_NORMAL
end
end
gg.addListItems(t)
t = nil