Infinite jumps Array (still not the best at this but hell
) v 0.92
Everything else works on the table i think, just this one that annoyed me it wasnt working... Could / Would anyone show me how to make this like a script like the OP did? Im not that skilled
C7 86 50 01 00 00 02 00 00 00 [Search for this Array and change the "01" to "02")
C7 86 50 01 00 00 01 00 00 00 (original) Revised from 90d table by_MBRKiNG
// ORIGINAL CODE - INJECTION POINT: MoreMountains.CorgiEngine:CharacterJump:JumpStart+24f
MoreMountains.CorgiEngine:CharacterJump:JumpStart+226: 49 BB A0 5C B2 E3 07 02 00 00 - mov r11,Pyxeralia.Helpers:PXTimer:get_Waiting
MoreMountains.CorgiEngine:CharacterJump:JumpStart+230: 41 FF D3 - call r11
MoreMountains.CorgiEngine:CharacterJump:JumpStart+233: 85 C0 - test eax,eax
MoreMountains.CorgiEngine:CharacterJump:JumpStart+235: 75 22 - jne MoreMountains.CorgiEngine:CharacterJump:JumpStart+259
MoreMountains.CorgiEngine:CharacterJump:JumpStart+237: 48 8B CE - mov rcx,rsi
MoreMountains.CorgiEngine:CharacterJump:JumpStart+23a: 48 8D 6D 00 - lea rbp,[rbp+00]
MoreMountains.CorgiEngine:CharacterJump:JumpStart+23e: 49 BB 00 A5 BA E3 07 02 00 00 - mov r11,MoreMountains.CorgiEngine:CharacterJump:get_PXCoyoteTime
MoreMountains.CorgiEngine:CharacterJump:JumpStart+248: 41 FF D3 - call r11
MoreMountains.CorgiEngine:CharacterJump:JumpStart+24b: 85 C0 - test eax,eax
MoreMountains.CorgiEngine:CharacterJump:JumpStart+24d: 75 0A - jne MoreMountains.CorgiEngine:CharacterJump:JumpStart+259
// ---------- INJECTING HERE ----------
MoreMountains.CorgiEngine:CharacterJump:JumpStart+24f: C7 86 50 01 00 00 01 00 00 00 - mov [rsi+00000150],00000001
// ---------- DONE INJECTING ----------
MoreMountains.CorgiEngine:CharacterJump:JumpStart+259: 48 63 86 50 01 00 00 - movsxd rax,dword ptr [rsi+00000150]
MoreMountains.CorgiEngine:CharacterJump:JumpStart+260: FF C8 - dec eax
MoreMountains.CorgiEngine:CharacterJump:JumpStart+262: 89 86 50 01 00 00 - mov [rsi+00000150],eax
MoreMountains.CorgiEngine:CharacterJump:JumpStart+268: 48 8B 86 B0 00 00 00 - mov rax,[rsi+000000B0]
MoreMountains.CorgiEngine:CharacterJump:JumpStart+26f: 48 8B C8 - mov rcx,rax
MoreMountains.CorgiEngine:CharacterJump:JumpStart+272: 33 D2 - xor edx,edx
MoreMountains.CorgiEngine:CharacterJump:JumpStart+274: 48 8B 00 - mov rax,[rax]
MoreMountains.CorgiEngine:CharacterJump:JumpStart+277: FF 50 78 - call qword ptr [rax+78]
MoreMountains.CorgiEngine:CharacterJump:JumpStart+27a: 48 8B 46 78 - mov rax,[rsi+78]
MoreMountains.CorgiEngine:CharacterJump:JumpStart+27e: 48 8B C8 - mov rcx,rax
}