hi companions, the doubt that I have is that I want my script to look for a value that I determine but I do not know the code and with this one only looks for the 1, how do I make the script look for the value that I determine? (I want you to look for any value)
Script:
local val = gg.prompt({[1] = 'ingrese su valor de dinero'}, {[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(15)
gg.editAll ( '999999999' , gg.TYPE_DWORD)