Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <CheatTable>
- <CheatEntries>
- <CheatEntry>
- <ID>169</ID>
- <Description>"AllowFreeModeSelection"</Description>
- <LastState Activated="1"/>
- <Color>00FF00</Color>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>{ Game : SW5.exe
- Version:
- Date : 2022-10-17
- Author : AssassinXMod
- This script does blah blah blah
- }
- [ENABLE]
- //code from here to '[DISABLE]' will be used to enable the cheat
- aobscanmodule(AllowFreeModeSelection,SW5.exe,45 32 DB 8D 85 38 FF FF FF) // should be unique
- registersymbol(AllowFreeModeSelection)
- AllowFreeModeSelection:
- db 41 B3 01
- [DISABLE]
- //code from here till the end of the code will be used to disable the cheat
- AllowFreeModeSelection:
- db 45 32 DB
- unregistersymbol(AllowFreeModeSelection)
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>214</ID>
- <Description>"ScenarioClearedCheckBypass"</Description>
- <LastState Activated="1"/>
- <Color>00FF00</Color>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>{ Game : SW5.exe
- Version:
- Date : 2022-10-18
- Author : AssassinXMod
- This script does blah blah blah
- }
- [ENABLE]
- //code from here to '[DISABLE]' will be used to enable the cheat
- aobscanmodule(ScenarioClearedCheckBypass,SW5.exe,83 F8 01 41 8B D3) // should be unique
- registersymbol(ScenarioClearedCheckBypass)
- ScenarioClearedCheckBypass:
- db 38 C0 90
- [DISABLE]
- //code from here till the end of the code will be used to disable the cheat
- ScenarioClearedCheckBypass:
- db 83 F8 01
- unregistersymbol(ScenarioClearedCheckBypass)
- </AssemblerScript>
- </CheatEntry>
- <CheatEntry>
- <ID>213</ID>
- <Description>"ScenarioClearedCheckBypass2"</Description>
- <LastState Activated="1"/>
- <Color>00FF00</Color>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>{ Game : SW5.exe
- Version:
- Date : 2022-10-18
- Author : AssassinXMod
- This script does blah blah blah
- }
- [ENABLE]
- //code from here to '[DISABLE]' will be used to enable the cheat
- aobscanmodule(ScenarioClearedCheckBypass2,SW5.exe,84 C0 0F 85 E5 00 00 00 0F) // should be unique
- registersymbol(ScenarioClearedCheckBypass2)
- ScenarioClearedCheckBypass2:
- db 38 C0
- [DISABLE]
- //code from here till the end of the code will be used to disable the cheat
- ScenarioClearedCheckBypass2:
- db 84 C0
- unregistersymbol(ScenarioClearedCheckBypass2)
- </AssemblerScript>
- </CheatEntry>
- </CheatEntries>
- </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment