Skip to content

Instantly share code, notes, and snippets.

@NaxAlpha
Created March 2, 2016 13:14
Show Gist options
  • Select an option

  • Save NaxAlpha/92b742178f3fee85d312 to your computer and use it in GitHub Desktop.

Select an option

Save NaxAlpha/92b742178f3fee85d312 to your computer and use it in GitHub Desktop.
;Kernel32.Sleep(Int32)
mov eax, 0x74c37990
;1000 milliseconds
push 1000
;Sleep(1000)
call eax
@TheEpicFace007

Copy link
Copy Markdown

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment