[QUOTE="JDimensional, post: 48325, member: 13492"]Glad to be of help. Have fun. Make sure to download the latest table as I have added few other scripts.[/QUOTE]
nah, just refund the game.
I quite like "Remember Me", although it gave me a feeling the game/story were forced to cut short, and the concerpt wasn't executed to its fullness yet, I still like it. and then there is "Life is Strange", another good game in a different genre by execute the concept in a different way.
so I've been anticipated this game since its announcement..
then I download your table and noticed you've got the player coord already, so I was ready to make a no-clip with this info after playing a while.
so, I started the game..... and the first thing I was upset by is the moving animation, it feels like the character is sliding instead of walking/running. compared to the last 2 games they made, this is quite... bad.
then I found out they still leave the camera-auto-center for the keyboard+mouse config... well that can be remedy with CE later I thought, so it's not really that big a deal.
then I made it to the safe house, and the protagonist's monologue feels so cheesy and out of place..
the only good bit tonight is the usual cheating fun when I customize the first 2 cheats from your table during the tutorial battle.. in which I can get by cheating a game I like instead.
so......
excuse me for my mini-review. just some personal thought on the game...
///
anyway, here's the 2 cheats I made from JDimensional's table, in case any of you are interested.
they are [b]undead[/b] and [b]inf. stamina[/b]. and the [b]inf. stamina[/b] works exactly the same as JDimensional's actually. (was going to make a ignore stamina cheat instead, but, I started the game, and the first thing I was upset by........)
just copy and paste the text ONto the table.
[b]undead[/b]:
[quote]
1241
"undead"
FF0000
Auto Assembler Script
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(healthCalOnDamageAOB,AVGame-Win64-Shipping.exe,F3 0F 11 ** ** ** ** ** F3 0F 10 ** ** ** ** ** 84 C0 F3 0F 5C C7)
registersymbol(healthCalOnDamageAOB)
label(pPlayerHealth)
registersymbol(pPlayerHealth)
label(dMinHealth)
registersymbol(dMinHealth)
alloc(newmem,2048,healthCalOnDamageAOB+8) //"AVGame-Win64-Shipping.exe"+40AA80)
label(originalcode_undead)
registersymbol(originalcode_undead)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
push rcx
mov rcx,pPlayerHealth
mov [rcx],rbx
mov rcx,dMinHealth
readmem(healthCalOnDamageAOB+8,8)
//movss xmm0,[rbx+158]
subss xmm0,xmm7
comiss xmm0,[rcx]
jae @f
movss xmm0,[rcx]
addss xmm0,xmm7
readmem(healthCalOnDamageAOB,4)
readmem(healthCalOnDamageAOB+c,4)
//movss [rbx+158],xmm0
movss xmm0,[rcx+4]
movss xmm9,xmm0
db 48 8D 8B
readmem(healthCalOnDamageAOB+c,4)
//lea rcx,[rbx+158]
movss xmm0,[rcx-4]
subss xmm0,[rcx+4]
maxss xmm9,xmm0
movss xmm0,[rcx-4]
subss xmm0,xmm9
movss [rcx+4],xmm9
end:
pop rcx
originalcode_undead:
readmem(healthCalOnDamageAOB+8,14)
//movss xmm0,[rbx+00000158]
//test al,al
//subss xmm0,xmm7
exit:
jmp healthCalOnDamageAOB+16
///
pPlayerHealth:
dq 0
dMinHealth:
dd (float)1
dd (float)1
///
healthCalOnDamageAOB+8: //"AVGame-Win64-Shipping.exe"+40AA80:
jmp newmem
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
healthCalOnDamageAOB+8: //"AVGame-Win64-Shipping.exe"+40AA80:
readmem(originalcode_undead,14)
//db F3 0F 10 83 58 01 00 00 84 C0 F3 0F 5C C7
//Alt: movss xmm0,[rbx+00000158]
//Alt: test al,al
//Alt: subss xmm0,xmm7
unregistersymbol(originalcode_undead)
unregistersymbol(pPlayerHealth)
unregistersymbol(dMinHealth)
1246
""
1
1242
"min health"
008000
Float
dMinHealth
1255
"min max health"
008000
Float
dMinHealth+4
1243
"current health"
0000FF
Float
pPlayerHealth
158
1252
"current max health penalty"
0000FF
Float
+4
1253
"max health"
0000FF
Float
-4
1254
"?"
0000FF
Float
-8
[/quote]
[b]inf. stamina[/b]:
[quote]
1250
"inf. stamina"
FF0000
Auto Assembler Script
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
aobscanmodule(staminaCalOnUseAOB,AVGame-Win64-Shipping.exe,F3 0F 5C D6 0F 2F D7 F3 0F 11)
registersymbol(staminaCalOnUseAOB)
alloc(originalcode_ignorestamina,2048,AVGame-Win64-Shipping.exe)
registersymbol(originalcode_ignorestamina)
originalcode_ignorestamina:
readmem(staminaCalOnUseAOB,4)
//subss xmm2,xmm6
///
staminaCalOnUseAOB: //"AVGame-Win64-Shipping.exe"+3F98E6:
db 90 90 90 90
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
staminaCalOnUseAOB: //"AVGame-Win64-Shipping.exe"+3F98E6:
readmem(originalcode_ignorestamina,4)
//db F3 0F 5C D6
//Alt: subss xmm2,xmm6
dealloc(originalcode_ignorestamina)
unregistersymbol(originalcode_ignorestamina)
[/quote]