-- Idle MoonBase 1.29c Hack Script by Backlift/Edited by LowKee
print('INFO: Idle MoonBase 1.29c Hack Script by Backlift/Edited by LowKee')
if gg.VERSION_INT < 83000 then
print('ERROR: You need a newer version of GameGuardian app to run this script. At least v8.30.0, Head to the website to update your app.')
goto endall
end
gg.clearResults()
::restart::
if gg.isVisible(true) then
gg.setVisible(false)
end
gg.searchNumber('1053;45;897;702;1053', gg.TYPE_FLOAT)
gg.getResults(100)
gg.editAll('9999999', gg.TYPE_FLOAT)
gg.clearResults()
gg.searchNumber('1141;45;764;780;1141', gg.TYPE_FLOAT)
gg.getResults(100)
gg.editAll('9999999', gg.TYPE_FLOAT)
gg.clearResults()
gg.searchNumber('1075;58;803;780;1075', gg.TYPE_FLOAT)
gg.getResults(100)
gg.editAll('9999999', gg.TYPE_FLOAT)
gg.clearResults()
gg.searchNumber('1019;76;874;749;1019', gg.TYPE_FLOAT)
gg.getResults(100)
gg.editAll('9999999', gg.TYPE_FLOAT)
gg.clearResults()
gg.searchNumber('1128;58;798;766;1128', gg.TYPE_FLOAT)
gg.getResults(100)
gg.editAll('9999999', gg.TYPE_FLOAT)
gg.clearResults()
::loop::
if not gg.isVisible() then
goto loop
else goto restart
end
print('INFO: Thanks Backlift & Enyby')
::endall::
This does exactly what I want.
Once it's run and edited the stats it seems stuck, if I go to the game then press the GG icon it just starts the searching again. Is there anything I should change?
Thanks again.