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 


Copy and paste text with hotkey (Tutorial)

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
AylinCE
Grandmaster Cheater Supreme
Reputation: 31

Joined: 16 Feb 2017
Posts: 1247

PostPosted: Mon Mar 22, 2021 12:39 pm    Post subject: Copy and paste text with hotkey (Tutorial) Reply with quote

I could not see a similar example in the forum archive.
Or for the search, the "Keyword" was wrong.

Below, I leave the copy-paste code used with the "F8" key.

Mouse movement will work inside or outside of CE.

(After double-clicking the text and selecting it; click "F8" to copy, click "F8" to paste.)
Code:
local indd1=1

function coppyy1()
if indd1==1 then
keyDown(VK_CONTROL)
doKeyPress(VK_C)
keyUp(VK_CONTROL)
indd1=2
else
keyDown(VK_CONTROL)
doKeyPress(VK_V)
keyUp(VK_CONTROL)
indd1=1
end
end


if hk then hk.destroy() hk=nil end
hk = createHotkey(coppyy1, VK_F8)


Hopefully it benefits your business. Cool

_________________
Hi Hitler Different Trainer forms for you!
https://forum.cheatengine.org/viewtopic.php?t=619279
Enthusiastic people: Always one step ahead
Do not underestimate me Master: You were a beginner in the past
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
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