Skip to content

Instantly share code, notes, and snippets.

@jacobly0
Created September 2, 2016 08:26
Show Gist options
  • Save jacobly0/a2d6a7a186150f7f39adb17c1adb8387 to your computer and use it in GitHub Desktop.
Save jacobly0/a2d6a7a186150f7f39adb17c1adb8387 to your computer and use it in GitHub Desktop.
How to find a key code for a token

How to find a key code for a token

  1. Open CEmu
  2. Go to desired token in the catalog
  3. [Stop] and set a breakpoint at the destination of 020ED8
  4. [Run] and press Enter
  5. [Step Over] until BC changes
  6. BC contains the token code
  7. To repeat just
    1. Remove the old breakpoint
    2. Add a breakpoint at PC
    3. [Run] and press Enter on any catalog item
    4. BC contains the token code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment