Advertisement
SnowSnow

Untitled

Jun 23rd, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <CheatTable>
  3. <CheatEntries>
  4. <CheatEntry>
  5. <ID>8760</ID>
  6. <Description>"Craft Anything amd"</Description>
  7. <LastState/>
  8. <VariableType>Auto Assembler Script</VariableType>
  9. <AssemblerScript>define(recipe1, Terraria.Recipe::FindRecipes+6f)
  10. define(recipe2, Terraria.Recipe::FindRecipes+80)
  11. define(recipe3, Terraria.Recipe::FindRecipes+91)
  12.  
  13. [ENABLE]
  14. assert(recipe1, 33 c9)
  15. assert(recipe2, 33 d2)
  16. assert(recipe3, 7E 7b)
  17.  
  18. recipe1:
  19. mov ecx,edx
  20.  
  21. recipe2:
  22. db 90 90
  23.  
  24. recipe3:
  25. jmp Terraria.Recipe::FindRecipes+109
  26. //old: jmp Terraria.Recipe::FindRecipes+C9
  27.  
  28. [DISABLE]
  29. recipe1:
  30. db 33 c9
  31. //alt: xor ecx,ecx
  32. recipe2:
  33. db 33 d2
  34. //alt: xor edx,edx
  35. recipe3:
  36. db 7E 7b
  37. </AssemblerScript>
  38. <Hotkeys>
  39. <Hotkey>
  40. <Action>Deactivate</Action>
  41. <Keys>
  42. <Key>17</Key>
  43. <Key>67</Key>
  44. </Keys>
  45. <ID>0</ID>
  46. </Hotkey>
  47. <Hotkey>
  48. <Action>Activate</Action>
  49. <Keys>
  50. <Key>17</Key>
  51. <Key>16</Key>
  52. <Key>67</Key>
  53. </Keys>
  54. <ID>1</ID>
  55. </Hotkey>
  56. </Hotkeys>
  57. </CheatEntry>
  58. </CheatEntries>
  59. </CheatTable>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement