Could you please check my script, been sorting out looking for the error but no luck to solve it.
gg.toast('Mobile Legends Script - 1.0.0')
if gg.BUILD < 5511 then gg.alert('Outdated! Upgrade Game Guardian to v.8.30.0. or Later!') gg.toast('GameGuardian.net!')
end
if gg.isVisible(true) then
gg.setVisible(false)
end
::menu::
menu = gg.choice({'God Mode','Exit'})
if menu == 1 then goto hero end
if menu == 2 then goto close end
::hero::
if hero == gg.choice({'Layla','Menu','Exit'})
if hero == 1 then goto layla end
if hero == 2 then goto menu end
if hero == 3 then goto close end
::layla:: gg.searchNumber('118;424;2500', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(19)print('Replaced: ', gg.editAll('999999', gg.TYPE_DWORD)) gg.toast('Injected!')
goto close
::close:: gg.toast('Script Injected!') gg.toast('Cheaters!')