View previous topic :: View next topic |
Author |
Message |
danishdanish Newbie cheater
Reputation: 0
Joined: 15 Mar 2016 Posts: 23
|
Posted: Thu Aug 02, 2018 11:11 am Post subject: Increase value with time |
|
|
I want add a specif value (suppose 1) to the base address after every 3 seconds. And I don't have any idea about Lua Scripting and how to do that (sorry). If someone could help me out would be really appreciated. Thank you
Base address is 10940148
|
|
Back to top |
|
 |
TheyCallMeTim13 Wiki Contributor
Reputation: 51
Joined: 24 Feb 2017 Posts: 976 Location: Pluto
|
|
Back to top |
|
 |
danishdanish Newbie cheater
Reputation: 0
Joined: 15 Mar 2016 Posts: 23
|
Posted: Thu Aug 02, 2018 7:51 pm Post subject: |
|
|
Thank you very very very very much:* its working
but I have two problems, it don't stop whether the game is paused or not, Second, after executing it, how to stop it permanently?
Thank you in Advance, You are the great man :*
|
|
Back to top |
|
 |
TheyCallMeTim13 Wiki Contributor
Reputation: 51
Joined: 24 Feb 2017 Posts: 976 Location: Pluto
|
Posted: Thu Aug 02, 2018 10:13 pm Post subject: |
|
|
Timers don't stop for the game, you'd need to find some way to know in the script if the game is paused.
To stop the timer:
Just put that in the disable section, and the other in the enable section.
_________________
|
|
Back to top |
|
 |
danishdanish Newbie cheater
Reputation: 0
Joined: 15 Mar 2016 Posts: 23
|
Posted: Thu Aug 02, 2018 11:05 pm Post subject: |
|
|
I want it to not add nothing when the value becomes 100 and if it is not 100 then continue adding 1 at every 3 secs. and if you don't mind can I ask this question to others by posting your code? In other thread.
|
|
Back to top |
|
 |
|