Skip to content

Instantly share code, notes, and snippets.

@jndok
Created June 11, 2015 18:10
Show Gist options
  • Save jndok/8dedb2d3006714ec3025 to your computer and use it in GitHub Desktop.
Save jndok/8dedb2d3006714ec3025 to your computer and use it in GitHub Desktop.
DS:PTDE Steam Version - Free Ninja Flip
;/* DS:PTDE (New Steam Version) - Free Ninja Flip */
;/*
;* This version is working fine, but may need some tweaking
;* for specific cases. Maybe I'll release a more complete
;* hack.
;*
;* Please use respectfully.
;* This is ready to be inject with CE. (Remove the semi-colons first!)
;*/
alloc(newmem,2048)
label(returnhere)
label(exit)
newmem:
test edx,edx ;// zero out edx => contains roll value, 0 for ninja flip
mov [esi+000001C8],edx
exit:
jmp returnhere
"DARKSOULS.exe"+BDFDBE:
jmp newmem
nop
nop
nop
returnhere:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment