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 


call for help

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

Joined: 15 Apr 2023
Posts: 1

PostPosted: Sun Apr 16, 2023 9:04 am    Post subject: call for help Reply with quote

function CETrainer_CECheckbox1Click(sender)
local addressList = getAddressList()
local maxHpCheat = addressList.getMemoryRecordByDescription("MAXHP")
if maxHpCheat == nil then
showMessage("2E00470C")
return
end
local hp_address = getAddress("2E00470C")
if hp_address == nil then
showMessage("无效的地址")
return
end
if sender.State == cbChecked then
maxHpCheat.Value = 0x578
maxHpCheat.Freeze = true
writeInteger(hp_address, 1400)
else
maxHpCheat.Freeze = false
writeInteger(hp_address, 1400)
end
end


check box he can regain 1400 but can't last
when attacked again HP will drop
Code used in stand-alone games
"Resident Evil 1 HD"

I am a novice, please advise
Thanks

Confused



CE.png
 Description:
 Filesize:  75.68 KB
 Viewed:  1156 Time(s)

CE.png


Back to top
View user's profile Send private message
Csimbi
I post too much
Reputation: 94

Joined: 14 Jul 2007
Posts: 3110

PostPosted: Tue Apr 18, 2023 4:54 am    Post subject: Reply with quote

Could you copy/paste your code again and please use the code tag.
Longer codes are hard to read like that.

I think the problem is that your are patching a 'display value' not the real value.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions 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