Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable>
  3. <CheatEntries>
  4. <CheatEntry>
  5. <ID>11069</ID>
  6. <Description>"[Movement Mod]"</Description>
  7. <Options moHideChildren="1"/>
  8. <LastState Activated="0"/>
  9. <Color>80000008</Color>
  10. <VariableType>Auto Assembler Script</VariableType>
  11. <AssemblerScript>[ENABLE]
  12. //alloc(walkSpeed,4)
  13. //registersymbol(walkSpeed)
  14. //alloc(runSpeed,4)
  15. //registersymbol(runSpeed)
  16. alloc(jumpHeight,4)
  17. registersymbol(jumpHeight)
  18. alloc(jumpDistance,4)
  19. registersymbol(jumpDistance)
  20. alloc(jumpVelocity,4)
  21. registersymbol(jumpVelocity)
  22. alloc(gravityStrength,4)
  23. registersymbol(gravityStrength)
  24. alloc(fallDeathTimer,4)
  25. registersymbol(fallDeathTimer)
  26. alloc(rollDistance,4)
  27. registersymbol(rollDistance)
  28.  
  29. //walkSpeed:
  30. //dd (float)4.3
  31.  
  32. //runSpeed:
  33. //dd (float)5.9
  34.  
  35. jumpHeight:
  36. dd (float)3.5
  37.  
  38. jumpDistance:
  39. dd (float)11.0
  40.  
  41. jumpVelocity:
  42. dd (float)1.0
  43.  
  44. gravityStrength:
  45. dd (float)1.4
  46.  
  47. fallDeathTimer:
  48. dd (float)7.0
  49.  
  50. rollDistance:
  51. dd (float)5.0
  52.  
  53. //DarkSoulsII.exe+355933:
  54. //movss xmm0,[walkSpeed]
  55.  
  56. //DarkSoulsII.exe+34F0AE:
  57. //movss xmm0,[runSpeed]
  58.  
  59. "DarkSoulsII.exe"+2F2B9F:
  60. movss xmm0,[jumpHeight]
  61.  
  62. "DarkSoulsII.exe"+2F2C9F:
  63. movss xmm0,[jumpDistance]
  64.  
  65. "DarkSoulsII.exe"+2E6E3D:
  66. movss xmm1,[jumpVelocity]
  67.  
  68. DarkSoulsII.exe+34A29D:
  69. movss xmm0,[gravityStrength]
  70.  
  71. DarkSoulsII.exe+33EAA6:
  72. movss xmm1,[fallDeathTimer]
  73.  
  74. "DarkSoulsII.exe"+2F32DB:
  75. movss xmm0,[rollDistance]
  76.  
  77. [DISABLE]
  78. //dealloc(walkSpeed)
  79. //unregistersymbol(walkSpeed)
  80. //dealloc(runSpeed)
  81. //unregistersymbol(runSpeed)
  82. dealloc(jumpHeight)
  83. unregistersymbol(jumpHeight)
  84. dealloc(jumpDistance)
  85. unregistersymbol(jumpDistance)
  86. dealloc(gravityStrength)
  87. unregistersymbol(gravityStrength)
  88. dealloc(fallDeathTimer)
  89. unregistersymbol(fallDeathTimer)
  90. dealloc(rollDistance)
  91. unregistersymbol(rollDistance)
  92. //DarkSoulsII.exe+355933:
  93. //movss xmm0,[eax+20]
  94.  
  95. //DarkSoulsII.exe+34F0AE:
  96. //movss xmm0,[ebx+3C]
  97.  
  98. "DarkSoulsII.exe"+2F2B9F:
  99. movss xmm0,[edi+00000120]
  100.  
  101. "DarkSoulsII.exe"+2F2C9F:
  102. movss xmm0,[edi+00000130]
  103.  
  104. "DarkSoulsII.exe"+2E6E3D:
  105. movss xmm1,[esi+00000208]
  106.  
  107. DarkSoulsII.exe+34A29D:
  108. movss xmm0,[esi+0000013C]
  109.  
  110. DarkSoulsII.exe+33EAA6:
  111. movss xmm1,[ecx+00000150]
  112.  
  113. "DarkSoulsII.exe"+2F32DB:
  114. movss xmm0,[eax+00000110]
  115. </AssemblerScript>
  116. <CheatEntries>
  117. <CheatEntry>
  118. <ID>11070</ID>
  119. <Description>"Jump Height"</Description>
  120. <LastState Value="??" Activated="0" RealAddress="00000000"/>
  121. <Color>80000008</Color>
  122. <VariableType>Float</VariableType>
  123. <Address>jumpHeight</Address>
  124. </CheatEntry>
  125. <CheatEntry>
  126. <ID>11075</ID>
  127. <Description>"Jump Distance"</Description>
  128. <LastState Value="??" Activated="0" RealAddress="00000000"/>
  129. <Color>80000008</Color>
  130. <VariableType>Float</VariableType>
  131. <Address>jumpDistance</Address>
  132. </CheatEntry>
  133. <CheatEntry>
  134. <ID>11078</ID>
  135. <Description>"Jump Velocity"</Description>
  136. <LastState Value="??" Activated="0" RealAddress="00000000"/>
  137. <Color>80000008</Color>
  138. <VariableType>Float</VariableType>
  139. <Address>jumpVelocity</Address>
  140. </CheatEntry>
  141. <CheatEntry>
  142. <ID>11164</ID>
  143. <Description>"Gravity Strength"</Description>
  144. <LastState Value="??" Activated="0" RealAddress="00000000"/>
  145. <Color>80000008</Color>
  146. <VariableType>Float</VariableType>
  147. <Address>gravityStrength</Address>
  148. </CheatEntry>
  149. <CheatEntry>
  150. <ID>11163</ID>
  151. <Description>"Fall Death Timer (Seconds)"</Description>
  152. <LastState Value="??" Activated="0" RealAddress="00000000"/>
  153. <Color>80000008</Color>
  154. <VariableType>Float</VariableType>
  155. <Address>fallDeathTimer</Address>
  156. </CheatEntry>
  157. <CheatEntry>
  158. <ID>11072</ID>
  159. <Description>"Roll Distance"</Description>
  160. <LastState Value="??" Activated="0" RealAddress="00000000"/>
  161. <Color>80000008</Color>
  162. <VariableType>Float</VariableType>
  163. <Address>rollDistance</Address>
  164. </CheatEntry>
  165. </CheatEntries>
  166. </CheatEntry>
  167. </CheatEntries>
  168. </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement