- 0
How to edit and repeat the automatic edit many times?
-
Similar Content
-
- 9 answers
- 2,441 views
-
- 8 replies
- 6,754 views
-
- 3 answers
- 1,004 views
-
- 13 answers
- 4,709 views
-
- 5 answers
- 2,043 views
-
Question
powerspeed
hi .
In this game, when you finish one chapter and move on to the next. The damage always returns the same. So, I need to let the script run again. How can I make the script run automatically every few seconds, multiple times?
Example code I use ..
gg.searchNumber(9999, gg.TYPE_DOUBLE)
gg .refineNumber ("9999", gg .TYPE_DOUBLE)
gg.getResults(1000)
while true do
gg .editAll ("9999999", gg .TYPE_DOUBLE)
end
Link to comment
Share on other sites
2 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