Jump to content

[Help]Script Codes


goldenkaramel

Recommended Posts

İ 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 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.