Hello everyone, I would like to know how I could write a script that allows me
1º Find value
2º Edit and after 5 seconds or more let it edit but let it loop until you can stop the process.
Example
gg .searchNumber ("5; 523; 2", gg .TYPE_DWORD)
gg .refineNumber ("523", gg .TYPE_DWORD)
gg .editAll ("85", gg .TYPE_DWORD)
After editing the value it changes therefore I want it to be edited again with the same but without pressing anything, only automatic
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
acl12
Hello everyone, I would like to know how I could write a script that allows me
1º Find value
2º Edit and after 5 seconds or more let it edit but let it loop until you can stop the process.
Example
gg .searchNumber ("5; 523; 2", gg .TYPE_DWORD)
gg .refineNumber ("523", gg .TYPE_DWORD)
gg .editAll ("85", gg .TYPE_DWORD)
After editing the value it changes therefore I want it to be edited again with the same but without pressing anything, only automatic
gg .sleep (1000)
gg .toast ("3 seg")
gg .sleep (1000)
gg .toast ("2 seg")
gg .sleep (1000)
gg .toast ("1 seg")
gg .editAll ("85", gg .TYPE_DWORD)
8 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.