There's no way to add a helper to the 1000 jumps on King of Jump Rope?
My thought exactly, not likely to happen though.
i tried to get the exact jump rop i could change it to 999 but it would just get stuck on 999 lol. maybe someone else has more incite into this.
There is a cheap trick you can try with the rope jump.
1. Download and install RivaTuner Statistics Server.
2. Run RivaTuner Statistics Server.
3. Run FF9.
4. Use RivaTuner Statistics Server to limit the frame rate of FF9 to your likes. I got the achievement with 10FPS.
Nevermind - worked it out!
Value is a double.
Just work out time played into seconds and search for that. (For the other noobs out there) I used in-between values initially giving myself 60 seconds wiggle room and then was able to search for increased value a couple of times before I found it.
i tried to get the exact jump rop i could change it to 999 but it would just get stuck on 999 lol. maybe someone else has more incite into this.
There is a cheap trick you can try with the rope jump.
1. Download and install RivaTuner Statistics Server.
2. Run RivaTuner Statistics Server.
3. Run FF9.
4. Use RivaTuner Statistics Server to limit the frame rate of FF9 to your likes. I got the achievement with 10FPS.
How did you get RiveTuner To work on a Windows MS store game? I can't make it work with FF9 .
[ENABLE]
aobscan(INJECT,01 00 00 49 8D 44 05 20 40 88 08 49 8D 46 01) // should be unique
alloc(newmem,$1000,22CCCAA0)
label(code)
label(return)
globalalloc(_base,4)
newmem:
code:
mov [_base], rax
mov [rax],cl
lea rax,[r14+01]
jmp return
INJECT+08:
jmp code
nop
nop
return:
registersymbol(INJECT)
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
INJECT+08:
db 40 88 08 49 8D 46 01
unregistersymbol(INJECT)
dealloc(newmem)
Can anyone make this work on the Windows store version? Thanks a ton.
i tried to get the exact jump rop i could change it to 999 but it would just get stuck on 999 lol. maybe someone else has more incite into this.
There is a cheap trick you can try with the rope jump.
1. Download and install RivaTuner Statistics Server.
2. Run RivaTuner Statistics Server.
3. Run FF9.
4. Use RivaTuner Statistics Server to limit the frame rate of FF9 to your likes. I got the achievement with 10FPS.
How did you get RiveTuner To work on a Windows MS store game? I can't make it work with FF9 .