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 


Dont know how to write this

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

Joined: 18 Oct 2014
Posts: 25

PostPosted: Mon Jan 11, 2016 1:50 am    Post subject: Dont know how to write this Reply with quote

I need to be able to have it read from this address: XXXXXXXX and if the value was like 1,000 Higher then this address: YYYYYYYY then write this value: 99999999 to this address: FFFFFFFF. Something like that.

I need it to look something like this

valueOne =readInteger (XXXXXXXX)
vlueTwo = readInteger (YYYYYYYY)

if valueOne is 1,000 Higher then valueTwo then
writeInteger (FFFFFFFF, 999999999)
end
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4719

PostPosted: Mon Jan 11, 2016 10:32 am    Post subject: Reply with quote

Code:
local val1 = readInteger(0x00123ABC)
local val2 = readInteger(0x00401234)
if val1 == val2 + 1000 then
  writeInteger(0x12347777,99999999)
end

If you don't want val1 to be exactly 1000 greater than val2, then change the operator from == to either >= or >.

_________________
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