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 


Need help with this lua script

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

Joined: 28 Oct 2016
Posts: 1

PostPosted: Fri Oct 28, 2016 1:44 pm    Post subject: Need help with this lua script Reply with quote

Hi,
I have a request. I found a lua script that can copy the value field to clipboard automatically in cheat engine every 1/10 of a second. The value from the addresslist (lower part of cheat engine window).

function CopyAddresslistValuesToClipboard()
local al=getAddressList()
local values=""
for i=0, al.Count-1 do
values=values..al[i].Value.."\n\r\n\r"
end
writeToClipboard(values)
end

copytimer=createTimer(nil)
copytimer.OnTimer=CopyAddresslistValuesToClipboard
copytimer.Interval=100
copytimer.Enabled=true


I need to auto copy the value field as well except I don't want the script to copy based on a timer. I just want the value to be copied once every time it changes (updates). Any help would be appreciated. Thanks.

Edit: I would post the link of the page were I got this script from but its not letting me do so.
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