FTRMN Posted October 15, 2018 Posted October 15, 2018 İ have a problem make a script Anyone Help me how to fix Problem.. My Codes here gg.require('8.65.1') gg.toast('Coding By PxMaster') ---- my codes v = gg.choice({'Level Hack','About'},nil) if v == nil then goto exit end if v == 1 then goto smenu end if v == 2 then goto cmenu end ::smenu:: val = gg.prompt({'Number 1','Number 2','Exp Point Enter'},{'0','0','100'},nil) gg.searchNumber('val.1;val.2', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber('val.1', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(100) gg.editAll('val.3', gg.TYPE_DWORD) if val == nil then goto exit end ::cmenu:: cm = gg.alert('[Coded By PxMaster For Tower Conquest Hacking]',nil) if cm == nil then goto exit end --İn exit ::exit:: gg.toast('Quiting ...') os.exit() İ can't search my input value İ can take a video if Help me
Recommended Posts
Archived
This topic is now archived and is closed to further replies.