Skip to content

Instantly share code, notes, and snippets.

@nlgxzef
Created January 13, 2018 13:12
Show Gist options
  • Select an option

  • Save nlgxzef/c4a09231c8f252d6de6efaa7e972fa90 to your computer and use it in GitHub Desktop.

Select an option

Save nlgxzef/c4a09231c8f252d6de6efaa7e972fa90 to your computer and use it in GitHub Desktop.
NFSU2 - Leave Car Lot Without Buying Any Cars
<?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