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 


Cheat Engine Sends Key to Targeted Process?

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

Joined: 17 Feb 2021
Posts: 1
Location: Taiwan

PostPosted: Wed Feb 17, 2021 7:04 am    Post subject: Cheat Engine Sends Key to Targeted Process? Reply with quote

Not sure if i am in the correct section,
So Anyone is able to help me with Cheat Engine Spamming Certain Keys to a Certain targeted Process when box is Checked? and stop when the box is unchecked.

For E.G When i Checked the box, It Keep "Pressing Keyboard Button "H" To the targeted processs.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
ByTransient
Expert Cheater
Reputation: 5

Joined: 05 Sep 2020
Posts: 240

PostPosted: Wed Feb 17, 2021 7:50 am    Post subject: Re: Cheat Engine Sends Key to Targeted Process? Reply with quote

Maybe something like this.

Code:
if f then f.destroy() f = nil end
f = createForm()

local c1=createCheckBox(f)
c1.Left=15 c1.Top=25 c1.caption="Key OFF >>>>"

c1.OnChange=function(sender)
if sender.checked==true then
if htkey1 then htkey1.destroy() htkey1=nil end
htkey1=createHotkey(function() print("Hello!") end, VK_H)
c1.caption="Key ON >>>>"
else
if htkey1 then htkey1.destroy() htkey1=nil end
c1.caption="Key OFF >>>>"
end
end
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