Basic how to add damage combat log to windows games using cheat engine
Channel:
Subscribers:
401
Published on ● Video Link: https://www.youtube.com/watch?v=_5HVZNoXEnI
Basic how to add damage combat log to windows games using cheat engine lua script to set hardware write breakpoints on Hit point variable addresses.
Basic Lua script example
addressbp1=0x12844F80
timevar = 0
function debugger_onBreakpointBP1()
print(string.format("Timediff: %9.3f Ymir Armor Damage : %5.3f ", os.clock()-timevar, 2150-readFloat(addressbp1) ))
writeFloat(addressbp1, 2150.0)
timevar = os.clock()
debug_continueFromBreakpoint(co_run)
return 1
end
debug_setBreakpoint(addressbp1, 4, bptWrite , debugger_onBreakpointBP1)
Other Videos By peddroelm
2017-12-05 | Fall of the Dungeon Guardians Crusader Level 4 |
2017-12-05 | Fall of the Dungeon Guardians Crusader Level 3 |
2017-12-04 | Fall of the Dungeon Guardians Crusader Level 2 |
2017-12-04 | Fall of the Dungeon Guardians Crusader Level 1 |
2017-11-29 | Fall of the Dungeon Guardians how to play guide |
2017-11-14 | Fall of the Dungeon Guardians : Arena miniguide |
2017-07-27 | Mass Effect Andromeda MP 1.09 Turian Agent flamer gold vs kett |
2017-07-10 | Mass Effect Andromeda MP 1.09 Asari Huntress gold vs outlaws |
2017-06-20 | Mass Effect Andromeda MP 1.08 Krogan Gladiator gold vs outlaws |
2017-06-20 | Mass Effect Andromeda MP 1.08 Krogan Gladiator gold vs kett |
2017-04-26 | Basic how to add damage combat log to windows games using cheat engine |
2017-04-22 | Wizardry8 LP2 ep07 |
2017-04-20 | Wizardry8 LP2 ep06 |
2017-04-18 | Wizardry8 LP2 ep05 |
2017-04-17 | Wizardry8 LP2 ep04 |
2017-04-13 | Wizardry8 LP2 ep03 |
2017-04-13 | Wizardry8 LP2 ep02 |
2017-04-13 | Wizardry8 LP2 ep01 |
2017-04-09 | Wizardry8 18 FINAL (restart) |
2017-04-09 | Wizardry8 17 |
2017-04-07 | Wizardry8 16 |
Tags:
Reverse Engineering
Gaming
Combat Log
Hardware Breakpoints
Cheat Engine