Jump to content
  • 0

help with a code for a script


LionelHax

Question

3 answers to this question

Recommended Posts

This is a prompt (an input form)

https://gameguardian.net/help/classgg.html#afe6c5b86ba0ae295899fd259232aac2b

ex:
 

local val = gg.prompt({[1] = 'input value'},
{[1] = '0'})

if val[1] == nil then
	print('cancel, please input value')
end

gg.searchNumber('1', gg.TYPE_DWORD,false,gg.SIGN_EQUAL, 0, -1)
gg.getResults(100)
gg.editAll(val[1],gg.TYPE_DWORD) 
Link to comment
Share on other sites

friend, thank you very much for the help, but I still have a doubt that I do not understand, when I place the value so that I look for it, it always looks for me 1 how do I look for the value that I place

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.