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 to get string value from EditBox?

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

Joined: 29 Feb 2016
Posts: 2

PostPosted: Mon Feb 29, 2016 7:20 am    Post subject: How to get string value from EditBox? Reply with quote

Hello, I searched a lot and still don't get it.
I want to make a trainer where I have a EditBox to type the value I want for an address, but this address is a String.

It is what I have tried in the OnClick of a button:

Code:
function MudarClick(sender)
mystring = getProperty(CETrainer_CEEdit1,"Test");
writeString("0124793E", mystring)
showMessage(mystring)
end


I used showMessage to see the value of the EditBox but the value seems to be blank even when I write something, what am I doing wrong?




I'm sorry for the useless topic, but I found what I wanted here:
forum.cheatengine .org/viewtopic.php?p=5454383&sid=38e372473a1bd93eb5b6f10d2e5839f6
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 222

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Mon Feb 29, 2016 4:04 pm    Post subject: Re: How to get string value from EditBox? Reply with quote

Code:
function MudarClick(sender)
  local mystring = CETrainer.CEEdit1.Text
  writeString("0124793E", mystring)
  showMessage(mystring)
end

_________________
Back to top
View user's profile Send private message 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