Advertisement
Giovani1906

UniversalRT by Yeethan69

Apr 30th, 2022
1,408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable CheatEngineTableVersion="34">
  3.   <CheatEntries>
  4.     <CheatEntry>
  5.       <ID>22</ID>
  6.       <Description>"Don't enable until already in game (driving or in garage)"</Description>
  7.       <LastState Value="" RealAddress="00000000"/>
  8.       <Color>FF00FF</Color>
  9.       <GroupHeader>1</GroupHeader>
  10.     </CheatEntry>
  11.     <CheatEntry>
  12.       <ID>15</ID>
  13.       <Description>"Universal RT Script by Yeethan69 - Any platform, any version"</Description>
  14.       <Options moHideChildren="1"/>
  15.       <LastState/>
  16.       <Color>00FF00</Color>
  17.       <VariableType>Auto Assembler Script</VariableType>
  18.       <AssemblerScript>{ Game   : ForzaHorizon5.exe
  19.   Version: Any version, either platform
  20.   Date   : 2022-04-27
  21.   Author : Yeethan69
  22.  
  23.   This script enables RT, lets you change the resolution of the RT, and bounces
  24. }
  25.  
  26. [ENABLE]
  27. aobscanmodule(INJECT,ForzaHorizon5.exe,0F B6 08 0F B6 97 88 05 00 00)
  28. alloc(CaveSpace,$1000,INJECT)
  29. alloc(VarSpace,3,INJECT)
  30.  
  31. label(code)
  32. label(return)
  33.  
  34. label(Enabled)
  35. label(Bounces)
  36. label(Resolution)
  37.  
  38. VarSpace:
  39. Enabled:
  40. db 01
  41. Bounces:
  42. db 0
  43. Resolution:
  44. db 02
  45.  
  46. CaveSpace:
  47. code:
  48.   push rcx
  49.  
  50.   mov rcx,[Bounces]
  51.   mov [rax+0x2],rcx
  52.  
  53.   mov rcx,[Resolution]
  54.   mov [rax+0x4],rcx
  55.   pop rcx
  56.  
  57.   movzx ecx,[Enabled]
  58.   movzx edx,byte ptr [rdi+00000588]
  59.   jmp return
  60.  
  61. INJECT:
  62.   jmp CaveSpace
  63.   nop 5
  64.  
  65. INJECT+0x34:
  66.   db 90 90 90
  67. return:
  68. registersymbol(INJECT)
  69. registerSymbol(Enabled)
  70. registerSymbol(Bounces)
  71. registerSymbol(Resolution)
  72.  
  73. [DISABLE]
  74. INJECT:
  75.   db 0F B6 08 0F B6 97 88 05 00 00
  76.  
  77. INJECT+0x34:
  78.   db 0F B6 08
  79.  
  80. unregistersymbol(INJECT)
  81. unregistersymbol(Enabled)
  82. unregistersymbol(Bounces)
  83. unregistersymbol(Resolution)
  84. dealloc(CaveSpace)
  85. dealloc(VarSpace)
  86. </AssemblerScript>
  87.       <CheatEntries>
  88.         <CheatEntry>
  89.           <ID>16</ID>
  90.           <Description>"Enabled"</Description>
  91.           <ShowAsSigned>0</ShowAsSigned>
  92.           <Color>FFFF00</Color>
  93.           <VariableType>Byte</VariableType>
  94.           <Address>Enabled</Address>
  95.         </CheatEntry>
  96.         <CheatEntry>
  97.           <ID>19</ID>
  98.           <Description>"Bounces"</Description>
  99.           <ShowAsSigned>0</ShowAsSigned>
  100.           <Color>FFFF00</Color>
  101.           <VariableType>Byte</VariableType>
  102.           <Address>Bounces</Address>
  103.         </CheatEntry>
  104.         <CheatEntry>
  105.           <ID>18</ID>
  106.           <Description>"Resolution (0 = quarter, 1 = half, 2 = full)"</Description>
  107.           <ShowAsSigned>0</ShowAsSigned>
  108.           <Color>FFFF00</Color>
  109.           <VariableType>Byte</VariableType>
  110.           <Address>Resolution</Address>
  111.         </CheatEntry>
  112.       </CheatEntries>
  113.     </CheatEntry>
  114.     <CheatEntry>
  115.       <ID>21</ID>
  116.       <Description>"Credit to Dictator for originally creating the mod, credit to Yeethan69 for updating, and improving it."</Description>
  117.       <LastState Value="" RealAddress="00000000"/>
  118.       <Color>0000FF</Color>
  119.       <GroupHeader>1</GroupHeader>
  120.     </CheatEntry>
  121.     <CheatEntry>
  122.       <ID>20</ID>
  123.       <Description>"Yeethan69#4424"</Description>
  124.       <LastState Value="" RealAddress="00000000"/>
  125.       <Color>0000FF</Color>
  126.       <GroupHeader>1</GroupHeader>
  127.     </CheatEntry>
  128.   </CheatEntries>
  129.   <UserdefinedSymbols/>
  130.   <Comments>Credit to Dictator for originally creating the mod, credit to Yeethan69 for updating, and improving it.
  131. </Comments>
  132. </CheatTable>
  133.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement