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 can i do this ?

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

Joined: 17 Feb 2016
Posts: 40

PostPosted: Wed Aug 10, 2016 11:27 pm    Post subject: how can i do this ? Reply with quote

Code:
aobscan(INJECT,D9 45 F4 D9 05 20 EF C7 10 DE E9 DE C9 D9 5F ) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
 mov ecx,[00E1E250],(float)UDF1.CEEdit1.text
  jmp return

INJECT:
  jmp code
  nop
return:
registersymbol(INJECT)
]])

something like that ... change the value to whatever u write in the CEEdit1
Back to top
View user's profile Send private message
cooleko
Grandmaster Cheater
Reputation: 11

Joined: 04 May 2016
Posts: 717

PostPosted: Wed Aug 10, 2016 11:36 pm    Post subject: Reply with quote

convert the whole thing to lua, then you can use lua for the edit with a writeFloat
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25298
Location: The netherlands

PostPosted: Thu Aug 11, 2016 5:41 am    Post subject: Reply with quote

Code:

aobscan(INJECT,D9 45 F4 D9 05 20 EF C7 10 DE E9 DE C9 D9 5F ) // should be unique
alloc(newmem,$1000)
alloc(newvalue,4)
registersymbol(newvalue)

label(code)
label(return)

newvalue:
dd (float)1000 //or another initial value

newmem:

code:
 mov ecx,[newvalue]
  jmp return

INJECT:
  jmp code
  nop
return:
registersymbol(INJECT)
]])


then in the onChange event of UDF1.CEEdit1 have the code:
Code:

local v=tonumber(UDF1.CEEdit1.Text)
if v then
  writeFloat("newvalue", v)
end

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
masterking
How do I cheat?
Reputation: 0

Joined: 15 Aug 2016
Posts: 4

PostPosted: Mon Aug 15, 2016 12:21 pm    Post subject: Reply with quote

How do you solve ?
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