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 


Increasing value from 1 to 10 progressive

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

Joined: 01 Oct 2017
Posts: 6

PostPosted: Sun Oct 01, 2017 11:43 am    Post subject: Increasing value from 1 to 10 progressive Reply with quote

Hello guys, and glad to join the forum.

I want to find how can I increase the numbers from 1 to 10 in a value but I don't want them increased instant.

I DON'T WANT THEM LIKE THIS:
Initial value 1
Final value 10.

I WANT THEM LIKE THIS

Initial value:
1
2
3
4
5
6
7
8
9
10 the final one. Like the movies had before the countdown. But I want a count up to be seen in my app.

Thanks!
Back to top
View user's profile Send private message
FreeER
Grandmaster Cheater Supreme
Reputation: 53

Joined: 09 Aug 2013
Posts: 1091

PostPosted: Sun Oct 01, 2017 12:57 pm    Post subject: Reply with quote

Use a timer, eg.
Code:
local currentValue = 1
writeInteger(your_address, currentValue) -- .Value = currentValue or .Text = ..., whatever
local t = createTimer()
t.OnTimer = function(timer)
  currentValue = currentValue + 1
  writeInteger(your_address, currentValue)
  if currentValue >= 10 then timer.destroy() end -- stop running if done
end
t.Interval = 1000 -- 1 second
Back to top
View user's profile Send private message
ccozminca
How do I cheat?
Reputation: 0

Joined: 01 Oct 2017
Posts: 6

PostPosted: Sun Oct 01, 2017 1:09 pm    Post subject: injector Reply with quote

i have find out about injector but i cannot install it at all.

i need speedhack, i just realised
Back to top
View user's profile Send private message
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