Skip to content

Instantly share code, notes, and snippets.

@XMPPwocky
Created April 19, 2015 07:28
Show Gist options
  • Save XMPPwocky/0203c6118d6dc08ae92e to your computer and use it in GitHub Desktop.
Save XMPPwocky/0203c6118d6dc08ae92e to your computer and use it in GitHub Desktop.
let cmds = *((INTERFACES.input as usize + 0xC4) as *const *mut sdk::CUserCmd);
let cmd = cmds.offset((sequence_number % 90) as isize);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment