i been using game guardian for a while till the other day i foubd out about luas and starting to use other people's. But then i wanted to make my own especially since i know how to break some games. So i kind of got the lua concept right but when i run my cheat, it does nothing.
My lua so far:
gg.alert ('Hello This Is My First Script')
Menu=gg.choice ({'Coin Hack','Keys Hack'},nil,'Suscribe Uselessgoons')
if menu==1 then
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber('0',gg.TYPE_DWORD)
gg.getResults(1000000)
gg.editAll('99999999',gg.TYPE_DWORD)
end
When i run coin hack nothing happens and i know im missing something i just dont know what, can somebody help me out or link me to something that will? Thank you