Guest User

Untitled

a guest
Oct 17th, 2022
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable>
  3. <CheatEntries>
  4. <CheatEntry>
  5. <ID>169</ID>
  6. <Description>"AllowFreeModeSelection"</Description>
  7. <LastState Activated="1"/>
  8. <Color>00FF00</Color>
  9. <VariableType>Auto Assembler Script</VariableType>
  10. <AssemblerScript>{ Game : SW5.exe
  11. Version:
  12. Date : 2022-10-17
  13. Author : AssassinXMod
  14.  
  15. This script does blah blah blah
  16. }
  17.  
  18. [ENABLE]
  19. //code from here to '[DISABLE]' will be used to enable the cheat
  20.  
  21.  
  22.  
  23. aobscanmodule(AllowFreeModeSelection,SW5.exe,45 32 DB 8D 85 38 FF FF FF) // should be unique
  24. registersymbol(AllowFreeModeSelection)
  25.  
  26. AllowFreeModeSelection:
  27. db 41 B3 01
  28.  
  29. [DISABLE]
  30. //code from here till the end of the code will be used to disable the cheat
  31. AllowFreeModeSelection:
  32. db 45 32 DB
  33.  
  34. unregistersymbol(AllowFreeModeSelection)
  35. </AssemblerScript>
  36. </CheatEntry>
  37. <CheatEntry>
  38. <ID>214</ID>
  39. <Description>"ScenarioClearedCheckBypass"</Description>
  40. <LastState Activated="1"/>
  41. <Color>00FF00</Color>
  42. <VariableType>Auto Assembler Script</VariableType>
  43. <AssemblerScript>{ Game : SW5.exe
  44. Version:
  45. Date : 2022-10-18
  46. Author : AssassinXMod
  47.  
  48. This script does blah blah blah
  49. }
  50.  
  51. [ENABLE]
  52. //code from here to '[DISABLE]' will be used to enable the cheat
  53.  
  54.  
  55.  
  56. aobscanmodule(ScenarioClearedCheckBypass,SW5.exe,83 F8 01 41 8B D3) // should be unique
  57. registersymbol(ScenarioClearedCheckBypass)
  58.  
  59. ScenarioClearedCheckBypass:
  60. db 38 C0 90
  61.  
  62. [DISABLE]
  63. //code from here till the end of the code will be used to disable the cheat
  64. ScenarioClearedCheckBypass:
  65. db 83 F8 01
  66.  
  67. unregistersymbol(ScenarioClearedCheckBypass)
  68. </AssemblerScript>
  69. </CheatEntry>
  70. <CheatEntry>
  71. <ID>213</ID>
  72. <Description>"ScenarioClearedCheckBypass2"</Description>
  73. <LastState Activated="1"/>
  74. <Color>00FF00</Color>
  75. <VariableType>Auto Assembler Script</VariableType>
  76. <AssemblerScript>{ Game : SW5.exe
  77. Version:
  78. Date : 2022-10-18
  79. Author : AssassinXMod
  80.  
  81. This script does blah blah blah
  82. }
  83.  
  84. [ENABLE]
  85. //code from here to '[DISABLE]' will be used to enable the cheat
  86.  
  87.  
  88.  
  89. aobscanmodule(ScenarioClearedCheckBypass2,SW5.exe,84 C0 0F 85 E5 00 00 00 0F) // should be unique
  90. registersymbol(ScenarioClearedCheckBypass2)
  91.  
  92. ScenarioClearedCheckBypass2:
  93. db 38 C0
  94.  
  95. [DISABLE]
  96. //code from here till the end of the code will be used to disable the cheat
  97. ScenarioClearedCheckBypass2:
  98. db 84 C0
  99.  
  100. unregistersymbol(ScenarioClearedCheckBypass2)
  101. </AssemblerScript>
  102. </CheatEntry>
  103. </CheatEntries>
  104. </CheatTable>
  105.  
Advertisement
Add Comment
Please, Sign In to add comment