predprey.inactive |
Posted: Thu Sep 03, 2015 5:11 pm Post subject: One Piece Pirate Warriors 3 (2015-08-30) |
|
Account not activated yet, so posting here in reply to a cheat request. bilout wrote: | could you add always full thunder gauge for eneru plz? |
Moria's Shadow Gauge Set to Massive
Code: | [ENABLE]
label(return)
registersymbol(moriaStats)
//oppw3.exe+E5745 - 0F BF 83 FA 09 00 00 - movsx eax,word ptr [ebx+000009FA]
aobscan(moriaStats, 0F BF 83 FA 09 00 00)
alloc(newmem,$1000)
newmem:
mov [ebx+000009FA], #100
movsx eax,word ptr [ebx+000009FA]
jmp return
moriaStats:
jmp newmem
nop
nop
return:
[DISABLE]
moriaStats:
db 0F BF 83 FA 09 00 00
//movsx eax,word ptr [ebx+000009FA]
unregistersymbol(moriaStats)
dealloc(newmem) |
Eneru's Lightning Gauge Set to Massive
Code: | [ENABLE]
label(return)
registersymbol(eneruStats)
//oppw3.exe+E5566 - 0FBF AE FA090000 - movsx ebp,word ptr [esi+000009FA]
aobscanmodule(eneruStats,oppw3.exe,0F BF AE FA 09 00 00)
alloc(newmem,$1000)
newmem:
mov [esi+000009FA], #100
movsx ebp,word ptr [esi+000009FA]
jmp return
eneruStats:
jmp newmem
nop
nop
return:
[DISABLE]
eneruStats:
db 0F BF AE FA 09 00 00
//movsx ebp,word ptr [esi+000009FA]
unregistersymbol(eneruStats)
dealloc(newmem) |
1 Hit Max KO Count
Code: | [ENABLE]
registersymbol(koCount)
label(return)
label(compare)
//oppw3.exe+285DE3 - 03 C1 - add eax,ecx
//oppw3.exe+285DE5 - 3D A0860100 - cmp eax,000186A0
aobscan(koCount,03 C1 3D A0 86 01 00)
alloc(newmem,$1000)
newmem:
cmp [esi],00080003
jne compare
mov eax,000186A0
compare:
cmp eax,000186A0
jmp return
koCount:
jmp newmem
nop
nop
return:
[DISABLE]
koCount:
db 03 C1 3D A0 86 01 00
//oppw3.exe+285DE3 - 03 C1 - add eax,ecx
//oppw3.exe+285DE5 - 3D A0860100 - cmp eax,000186A0
unregistersymbol(koCount)
dealloc(newmem) | [/code][/quote] |
|