Re: Community Project: Diety Project
0x4154B8
cmp [49e6cc],a
jg Z
add [ebp-c],20
add [ebp-4],20
Z ...
Or if you want it to work with multiple characters: 0x4154B8
mov eax,[49e184]
shl eax,6
cmp [49e6cc],a
jg Z
add eax,20
Z add [ebp-c],eax
add [ebp-4],eax
...
Italicized is the number at which...