Created
January 13, 2018 13:12
-
-
Save nlgxzef/c4a09231c8f252d6de6efaa7e972fa90 to your computer and use it in GitHub Desktop.
NFSU2 - Leave Car Lot Without Buying Any Cars
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <CheatTable CheatEngineTableVersion="24"> | |
| <CheatEntries> | |
| <CheatEntry> | |
| <ID>2</ID> | |
| <Description>"Can leave car lot without selecting a car (change this to 90 90)"</Description> | |
| <ShowAsHex>1</ShowAsHex> | |
| <VariableType>Array of byte</VariableType> | |
| <ByteLength>2</ByteLength> | |
| <Address>4ede86</Address> | |
| </CheatEntry> | |
| </CheatEntries> | |
| <CheatCodes> | |
| <CodeEntry> | |
| <Description>Change of je SPEED2.EXE+EDEBF</Description> | |
| <Address>004EDE86</Address> | |
| <ModuleName>SPEED2.EXE</ModuleName> | |
| <ModuleNameOffset>EDE86</ModuleNameOffset> | |
| <Before> | |
| <Byte>07</Byte> | |
| <Byte>00</Byte> | |
| <Byte>00</Byte> | |
| <Byte>84</Byte> | |
| <Byte>C9</Byte> | |
| </Before> | |
| <Actual> | |
| <Byte>74</Byte> | |
| <Byte>37</Byte> | |
| </Actual> | |
| <After> | |
| <Byte>8B</Byte> | |
| <Byte>56</Byte> | |
| <Byte>04</Byte> | |
| <Byte>68</Byte> | |
| <Byte>5A</Byte> | |
| </After> | |
| </CodeEntry> | |
| </CheatCodes> | |
| <UserdefinedSymbols/> | |
| </CheatTable> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment