Guest User

Untitled

a guest
Jun 13th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable CheatEngineTableVersion="24">
  3. <CheatEntries>
  4. <CheatEntry>
  5. <ID>0</ID>
  6. <Description>"Enable leaderboard in prologue events (click the box on the left)"</Description>
  7. <LastState Activated="1"/>
  8. <VariableType>Auto Assembler Script</VariableType>
  9. <AssemblerScript>// Show HUD Elements on Prologue Events
  10.  
  11. [ENABLE]
  12.  
  13. // Force show leaderboard
  14. 5DC77B:
  15. db 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90
  16.  
  17. // Don't use special values for prologue races
  18. 5DC8FA:
  19. db EB
  20.  
  21. [DISABLE]
  22. 5DC77B:
  23. db 74 12 83 F8 09 74 0D 83 F8 07 74 08 83 F8 0D 74 03
  24.  
  25. 5DC8FA:
  26. db 74
  27. </AssemblerScript>
  28. </CheatEntry>
  29. </CheatEntries>
  30. <CheatCodes>
  31. <CodeEntry>
  32. <Description>Change of je NFSC.exe+1DC78F</Description>
  33. <Address>005DC785</Address>
  34. <ModuleName>NFSC.exe</ModuleName>
  35. <ModuleNameOffset>1DC785</ModuleNameOffset>
  36. <Before>
  37. <Byte>74</Byte>
  38. <Byte>0D</Byte>
  39. <Byte>83</Byte>
  40. <Byte>F8</Byte>
  41. <Byte>07</Byte>
  42. </Before>
  43. <Actual>
  44. <Byte>74</Byte>
  45. <Byte>08</Byte>
  46. </Actual>
  47. <After>
  48. <Byte>83</Byte>
  49. <Byte>F8</Byte>
  50. <Byte>0D</Byte>
  51. <Byte>74</Byte>
  52. <Byte>03</Byte>
  53. </After>
  54. </CodeEntry>
  55. <CodeEntry>
  56. <Description>Change of je NFSC.exe+1DC78F</Description>
  57. <Address>005DC780</Address>
  58. <ModuleName>NFSC.exe</ModuleName>
  59. <ModuleNameOffset>1DC780</ModuleNameOffset>
  60. <Before>
  61. <Byte>74</Byte>
  62. <Byte>12</Byte>
  63. <Byte>83</Byte>
  64. <Byte>F8</Byte>
  65. <Byte>09</Byte>
  66. </Before>
  67. <Actual>
  68. <Byte>74</Byte>
  69. <Byte>0D</Byte>
  70. </Actual>
  71. <After>
  72. <Byte>83</Byte>
  73. <Byte>F8</Byte>
  74. <Byte>07</Byte>
  75. <Byte>90</Byte>
  76. <Byte>90</Byte>
  77. </After>
  78. </CodeEntry>
  79. <CodeEntry>
  80. <Description>Change of je NFSC.exe+1DC78F</Description>
  81. <Address>005DC77B</Address>
  82. <ModuleName>NFSC.exe</ModuleName>
  83. <ModuleNameOffset>1DC77B</ModuleNameOffset>
  84. <Before>
  85. <Byte>C3</Byte>
  86. <Byte>8B</Byte>
  87. <Byte>44</Byte>
  88. <Byte>24</Byte>
  89. <Byte>14</Byte>
  90. </Before>
  91. <Actual>
  92. <Byte>74</Byte>
  93. <Byte>12</Byte>
  94. </Actual>
  95. <After>
  96. <Byte>83</Byte>
  97. <Byte>F8</Byte>
  98. <Byte>09</Byte>
  99. <Byte>90</Byte>
  100. <Byte>90</Byte>
  101. </After>
  102. </CodeEntry>
  103. <CodeEntry>
  104. <Description>Change of je NFSC.exe+1DC78F</Description>
  105. <Address>005DC78A</Address>
  106. <ModuleName>NFSC.exe</ModuleName>
  107. <ModuleNameOffset>1DC78A</ModuleNameOffset>
  108. <Before>
  109. <Byte>90</Byte>
  110. <Byte>90</Byte>
  111. <Byte>83</Byte>
  112. <Byte>F8</Byte>
  113. <Byte>0D</Byte>
  114. </Before>
  115. <Actual>
  116. <Byte>74</Byte>
  117. <Byte>03</Byte>
  118. </Actual>
  119. <After>
  120. <Byte>83</Byte>
  121. <Byte>CD</Byte>
  122. <Byte>08</Byte>
  123. <Byte>8B</Byte>
  124. <Byte>4C</Byte>
  125. </After>
  126. </CodeEntry>
  127. </CheatCodes>
  128. <UserdefinedSymbols/>
  129. </CheatTable>
Add Comment
Please, Sign In to add comment