leobuares How do I cheat?
Reputation: 0
Joined: 29 Feb 2016 Posts: 2
|
Posted: Mon Feb 29, 2016 7:20 am Post subject: How to get string value from EditBox? |
|
|
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
|
|