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 


Edit value with Edit box?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
rog9001
Expert Cheater
Reputation: 2

Joined: 22 Dec 2015
Posts: 214
Location: Jupiter

PostPosted: Wed Jun 01, 2016 4:29 pm    Post subject: Edit value with Edit box? Reply with quote

I have a script to change the hair style of the main character and there are 115 of them so I was wondering, instead of putting into a trainer 115 Toggle boxes is there a way to have 1 toggle box and 1 edit box and then when you write into the edit box lets say 62 and then press the toggle box it would assemble a script with:
Code:

 mov eax,#62
 mov [ebx+0C],eax

and if you wrote 70 then it would assemble:
Code:

 mov eax,#70
 mov [ebx+0C],eax

something simple like have a word which will be replaced with a number like this:
Code:

 mov eax,#[VALUE]
 mov [ebx+0C],eax


and when you write a number into the edit box it will replace "[VALUE]" with the number you wrote.
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4695

PostPosted: Wed Jun 01, 2016 5:03 pm    Post subject: Reply with quote

Code:
autoAssemble(string.format([[
...
  mov eax,%X
  mov [ebx+0C],eax
...
]],tonumber(UDF1.CEEdit1.Text)))

_________________
I don't know where I'm going, but I'll figure it out when I get there.
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