Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <CheatTable CheatEngineTableVersion="34">
- <CheatEntries>
- <CheatEntry>
- <ID>22</ID>
- <Description>"Don't enable until already in game (driving or in garage)"</Description>
- <LastState Value="" RealAddress="00000000"/>
- <Color>FF00FF</Color>
- <GroupHeader>1</GroupHeader>
- </CheatEntry>
- <CheatEntry>
- <ID>15</ID>
- <Description>"Universal RT Script by Yeethan69 - Any platform, any version"</Description>
- <Options moHideChildren="1"/>
- <LastState/>
- <Color>00FF00</Color>
- <VariableType>Auto Assembler Script</VariableType>
- <AssemblerScript>{ Game : ForzaHorizon5.exe
- Version: Any version, either platform
- Date : 2022-04-27
- Author : Yeethan69
- This script enables RT, lets you change the resolution of the RT, and bounces
- }
- [ENABLE]
- aobscanmodule(INJECT,ForzaHorizon5.exe,0F B6 08 0F B6 97 88 05 00 00)
- alloc(CaveSpace,$1000,INJECT)
- alloc(VarSpace,3,INJECT)
- label(code)
- label(return)
- label(Enabled)
- label(Bounces)
- label(Resolution)
- VarSpace:
- Enabled:
- db 01
- Bounces:
- db 0
- Resolution:
- db 02
- CaveSpace:
- code:
- push rcx
- mov rcx,[Bounces]
- mov [rax+0x2],rcx
- mov rcx,[Resolution]
- mov [rax+0x4],rcx
- pop rcx
- movzx ecx,[Enabled]
- movzx edx,byte ptr [rdi+00000588]
- jmp return
- INJECT:
- jmp CaveSpace
- nop 5
- INJECT+0x34:
- db 90 90 90
- return:
- registersymbol(INJECT)
- registerSymbol(Enabled)
- registerSymbol(Bounces)
- registerSymbol(Resolution)
- [DISABLE]
- INJECT:
- db 0F B6 08 0F B6 97 88 05 00 00
- INJECT+0x34:
- db 0F B6 08
- unregistersymbol(INJECT)
- unregistersymbol(Enabled)
- unregistersymbol(Bounces)
- unregistersymbol(Resolution)
- dealloc(CaveSpace)
- dealloc(VarSpace)
- </AssemblerScript>
- <CheatEntries>
- <CheatEntry>
- <ID>16</ID>
- <Description>"Enabled"</Description>
- <ShowAsSigned>0</ShowAsSigned>
- <Color>FFFF00</Color>
- <VariableType>Byte</VariableType>
- <Address>Enabled</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>19</ID>
- <Description>"Bounces"</Description>
- <ShowAsSigned>0</ShowAsSigned>
- <Color>FFFF00</Color>
- <VariableType>Byte</VariableType>
- <Address>Bounces</Address>
- </CheatEntry>
- <CheatEntry>
- <ID>18</ID>
- <Description>"Resolution (0 = quarter, 1 = half, 2 = full)"</Description>
- <ShowAsSigned>0</ShowAsSigned>
- <Color>FFFF00</Color>
- <VariableType>Byte</VariableType>
- <Address>Resolution</Address>
- </CheatEntry>
- </CheatEntries>
- </CheatEntry>
- <CheatEntry>
- <ID>21</ID>
- <Description>"Credit to Dictator for originally creating the mod, credit to Yeethan69 for updating, and improving it."</Description>
- <LastState Value="" RealAddress="00000000"/>
- <Color>0000FF</Color>
- <GroupHeader>1</GroupHeader>
- </CheatEntry>
- <CheatEntry>
- <ID>20</ID>
- <Description>"Yeethan69#4424"</Description>
- <LastState Value="" RealAddress="00000000"/>
- <Color>0000FF</Color>
- <GroupHeader>1</GroupHeader>
- </CheatEntry>
- </CheatEntries>
- <UserdefinedSymbols/>
- <Comments>Credit to Dictator for originally creating the mod, credit to Yeethan69 for updating, and improving it.
- </Comments>
- </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement