How to Mod any game...
 
Notifications
Clear all

How to Mod any game by yourself!

Page 29 / 34

Cyb3r
Posts: 1598
Topic starter
(@cyb3r)
Noble RivalGamer
Joined: 9 years ago

I edited to nop and it'll just freeze the game up. Nice I got it working but the game is very laggy when I force constant write. Want to avoid that if it's even possible

I guess that address is being used by multiple functions, you may want to make your own subroutine then.

Reply
Posts: 0
(@EvilWiffles)
New RivalGamer
Joined: 8 years ago

I guess that address is being used by multiple functions, you may want to make your own subroutine then.

Sounds difficult. Maybe I can just make the address write when the value is below a certain point, then it'll activate to replenish health. Is that something you could do with Netcheat and conditional editor?

Reply
Cyb3r
Posts: 1598
Topic starter
(@cyb3r)
Noble RivalGamer
Joined: 9 years ago

Sounds difficult. Maybe I can just make the address write when the value is below a certain point, then it'll activate to replenish health. Is that something you could do with Netcheat and conditional editor?

Instead you could set a read breakpoint then find what reads that address constantly then try to modify it so it stores the max value instead of reading it.

Reply
Posts: 0
(@EvilWiffles)
New RivalGamer
Joined: 8 years ago

Instead you could set a read breakpoint then find what reads that address constantly then try to modify it so it stores the max value instead of reading it.

I can try doing that but setting a breakpoint stops the game for me.

Reply
Cyb3r
Posts: 1598
Topic starter
(@cyb3r)
Noble RivalGamer
Joined: 9 years ago

I can try doing that but setting a breakpoint stops the game for me.

Well that's why it's called a breakpoint, to continue the game disable the breakpoint and click F5.

Reply
Page 29 / 34