Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Changing float values over a period of time

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
ND_JOHN
How do I cheat?
Reputation: 0

Joined: 25 Jul 2018
Posts: 4

PostPosted: Wed Jul 25, 2018 9:53 am    Post subject: Changing float values over a period of time Reply with quote

Hello,

Is there a way to automatically add to a value over a period of time

e.g. add 50 to the address 5097CF84 value every 10 seconds

Thank you



FLOAT TIMER.png
 Description:
 Filesize:  224.88 KB
 Viewed:  2177 Time(s)

FLOAT TIMER.png


Back to top
View user's profile Send private message
TheyCallMeTim13
Wiki Contributor
Reputation: 50

Joined: 24 Feb 2017
Posts: 976
Location: Pluto

PostPosted: Wed Jul 25, 2018 4:19 pm    Post subject: Reply with quote

https://wiki.cheatengine.org/index.php?title=Lua:Class:Timer
https://wiki.cheatengine.org/index.php?title=Lua#Memory

Code:

DoneState = false
local addr = 0x5097CF84
local val = 50
local function timer_tick(timer)
  -- writeInteger(addr, val + readInteger(addr))
  writeFloat(addr, val + readFloat(addr))
  if DoneState == true then
    timer.destroy()
  end
end
local someTimer = createTimer(MainForm)
someTimer.Interval = 10000
someTimer.OnTimer = timer_tick

_________________
Back to top
View user's profile Send private message Visit poster's website
ND_JOHN
How do I cheat?
Reputation: 0

Joined: 25 Jul 2018
Posts: 4

PostPosted: Thu Jul 26, 2018 7:06 am    Post subject: Reply with quote

Thanks to this I can make alterations to affect the whole table

Thank you very much



Very Happy Very Happy Very Happy

Is there anyway I can thank you?
Back to top
View user's profile Send private message
TheyCallMeTim13
Wiki Contributor
Reputation: 50

Joined: 24 Feb 2017
Posts: 976
Location: Pluto

PostPosted: Thu Jul 26, 2018 2:55 pm    Post subject: Reply with quote

No worries. Donate to Dark Byte if you want; CE is why it's easy to do.
_________________
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites