gg.toast('RulesOf Survival') print('Rules Of Survival') --Game guardian detection if gg.BUILD < 5511 then print('You need latest version of GameGuardian to run this script. Minimum GG v.8.30.0.') goto update end if gg.isVisible(true) then gg.setVisible(false) end gg.clearResults() goto START ::START:: menu = gg.choice({'under the ground','EXIT'},nil,'select your cheat') if menu == 1 then goto UTG end if menu == nil then print('error') end goto noselect ::UTG:: gg.searchNumber('1.04719758034;-120.0;-300.0;-11.75', gg.TYPE_FLOAT) t = gg.getResults(4) t[4].value = '-30' t[4].freeze = true t[4].freezType = gg.FREEZE_NORMAL print('Replaced: ', gg.addListItems(t)) gg.toast('first time with dragon star') goto sdone ::sdone:: print('its the first time') gg.toast('you can put here any kind of text that you want') os.exit() ::noselect:: print('you not select anything') ::update:: print('update your gameguardian') gg.toast('GG not support')