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 


this is it possible?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
nicebro2
Newbie cheater
Reputation: 0

Joined: 07 Jun 2016
Posts: 22

PostPosted: Sat Jun 25, 2016 4:54 am    Post subject: this is it possible? Reply with quote

hey sorry im not good at english Sad

i have question
i want two time change hoykey

example:
A is normal value : 3
i push hotkey = 0 >> 0.1 second later > 1

this is it possible ?
thanks for reading my question Smile
Back to top
View user's profile Send private message
xXxlol4567xXx
Newbie cheater
Reputation: 0

Joined: 29 Jun 2016
Posts: 20

PostPosted: Sat Jul 02, 2016 5:27 am    Post subject: Reply with quote

In what game are you doing this?
And, In what emulator are you triying it ? (If you are trying in a pc Neutral Neutral ) Very Happy Very Happy

_________________
The only thing you of me is:
I LIKE THE COMPUTERS
hi and high five Hitler!!!!
Back to top
View user's profile Send private message
cooleko
Grandmaster Cheater
Reputation: 11

Joined: 04 May 2016
Posts: 717

PostPosted: Sat Jul 02, 2016 5:59 am    Post subject: Reply with quote

I would encourage you to take a look at a lua timer example:


Code:

Switch=0
myTimer = createTimer(nil, false)
myTimer.Interval = 3000 -- three seconds
myTimer.OnTimer = function(t)
  writeInterger(...)
  sleep()
  writeInteger(...)
  --or have this example
  if Switch == 0 then
    writeInteger()
    Switch = 1
  else
    writeInteger()
    Switch = 0
    myTimer.Enabled = false
  end
end


ASM script to toggle the lua (which can be set to a hotkey if you desire).
Code:
{$lua}
if syntaxcheck then return end
[ENABLE]
myTimer.Enabled = true
[DISABLE]
myTimer.Enabled = false


my lua may not be 100% correct since it was done off the top of my head at 7am with no sleep, but the general idea is correct.
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 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