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 


how can i put more keys into this

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

Joined: 17 Jun 2019
Posts: 1

PostPosted: Mon Jun 17, 2019 2:48 pm    Post subject: how can i put more keys into this Reply with quote

Can someone help me how to add more keys into this?
I want to make this work with my A and with my D keys whenever i press them.

(yes i know theres only "VK_A" bcuz idk how to add more to make it work, can someone help me with it? ty)

The script:

SpeedHackAmount=2;
KeyForSpeedhack = VK_A;
lastSpeed=0;

function checkKeys(timer)
if (isKeyPressed(KeyForSpeedhack)) then
if lastspeed ~= 1 then
speedhack_setSpeed(SpeedHackAmount)
lastSpeed=1
end
else
if lastspeed ~= 0 then
speedhack_setSpeed(1)
lastSpeed=0
end
end
end

t=createTimer(nil)
timer_setInterval(t, 100)
timer_onTimer(t, checkKeys)
timer_setEnabled(t, true)
Back to top
View user's profile Send private message
Corroder
Grandmaster Cheater Supreme
Reputation: 75

Joined: 10 Apr 2015
Posts: 1668

PostPosted: Mon Jun 17, 2019 8:05 pm    Post subject: Reply with quote

Key A or D pressed:

Code:
if (isKeyPressed(VK_A)) or (isKeyPressed(VK_D)) then


Combine Keys A and D

Code:
if (isKeyPressed(VK_D)) and (isKeyPressed(VK_A)) then

_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
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