- 0
search code help for my script
-
Similar Content
-
- 6 replies
- 5,850 views
-
- 3 answers
- 1,540 views
-
- 1 answer
- 761 views
-
- 3 answers
- 1,113 views
-
- 0 replies
- 2,005 views
-
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.
Question
LionelHax
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)
9 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now