View previous topic :: View next topic |
Author |
Message |
vergilganesh Expert Cheater
Reputation: 0
Joined: 01 Jul 2013 Posts: 134 Location: India
|
Posted: Sun Jul 14, 2013 3:51 am Post subject: lot of static addresses value doesnt change |
|
|
i m trying to make one hit kill code. fortunately life of player and enemy instructions are controlled by different instructions. but while searching there are 4 addresses(static). If i change all the addresses to 0, the enemy will not die in nxt hit. alternatively the value i've changed before is return back to the previous value., there are lot of ins that writes to that address. how do i make enemy die quickly(one hit).
I have tried using mov instruction to set value as 0 for all ins. but enemy's health bar only disappear and enemy still alive. what should i do now?
the game is devil may cry 3 special edition.
Description: |
|
Filesize: |
77.58 KB |
Viewed: |
5890 Time(s) |

|
Description: |
|
Filesize: |
52.34 KB |
Viewed: |
5890 Time(s) |

|
Description: |
|
Filesize: |
98.78 KB |
Viewed: |
5890 Time(s) |

|
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Sun Jul 14, 2013 6:28 am Post subject: |
|
|
Try first address and set value to 0.1 (yes, 1/10th)
If you don't get OHK effect, try next address.
Tip: Instead of OHK, sometimes it is better to create THK (Two Hit Kill). Many "scripted" games like Tomb Raider 2013, DeadSpace3 can go wrong with OHK. (DS3 - after one hit killing some enemies, doors are still closed).
_________________
|
|
Back to top |
|
 |
vergilganesh Expert Cheater
Reputation: 0
Joined: 01 Jul 2013 Posts: 134 Location: India
|
Posted: Mon Jul 15, 2013 3:10 am Post subject: |
|
|
Health bar only disappear. Enemy is alive.
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Mon Jul 15, 2013 3:27 am Post subject: |
|
|
You tried setting value to 0.1 and then you attacked that enemy. You tried that on every address you found for that enemy.
You didn't get OHK effect?
_________________
|
|
Back to top |
|
 |
vergilganesh Expert Cheater
Reputation: 0
Joined: 01 Jul 2013 Posts: 134 Location: India
|
Posted: Mon Jul 15, 2013 7:18 am Post subject: |
|
|
The First Thing.,, i cant set all of these values to a lower/higher numbr.
if i set value to 300 to all the 4 addresses, yes the health of enemy decreases but when the next hit.,, health bar increases to 69xx.xxxxx. i tried to set all of ins that are accessed and writes to address. some are crashed some does nothing and only one address disappears health bar(if enemy is dead, health bar disappears and after some animations enemy will be dead) but still i am fighting
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Mon Jul 15, 2013 7:40 am Post subject: |
|
|
simple, you only found "display values", not real enemy health value.
_________________
|
|
Back to top |
|
 |
vergilganesh Expert Cheater
Reputation: 0
Joined: 01 Jul 2013 Posts: 134 Location: India
|
Posted: Mon Jul 15, 2013 11:27 am Post subject: |
|
|
Then how do i find real value
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Mon Jul 15, 2013 11:32 am Post subject: |
|
|
try other value types: double, 4 byte, 2 byte
This dmc3. Is it emulated game (PS2 emulator used) or native PC game?
_________________
|
|
Back to top |
|
 |
vergilganesh Expert Cheater
Reputation: 0
Joined: 01 Jul 2013 Posts: 134 Location: India
|
Posted: Tue Jul 16, 2013 8:28 am Post subject: |
|
|
it is not an emulated game. it is native pc game. in double, enemy health is found. but that are also static values cannot become zero
|
|
Back to top |
|
 |
|