Advertisement
Guest User

Untitled

a guest
May 27th, 2015
649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.63 KB | None | 0 0
  1. <LuaScript>function AntikickClick(sender)
  2. results=AOBScan("DD 5D B8 F3 0F 7E 4D B8 66 0F 2E C1")
  3. if(results==nil) then
  4. text=[[
  5. Антикик не активирован!
  6. ]]
  7. showMessage(text)
  8. return end
  9. count=stringlist_getCount(results)
  10. for i=0,(count-1),1 do
  11. address=stringlist_getString(results,i)
  12. writeBytes(address,0xDD, 0x5D, 0xB8, 0xF3, 0x0F, 0x7E, 0x4D, 0xB8, 0x66, 0x0F, 0x2E, 0xC0)
  13. end
  14. showMessage("Антикик активирован!")
  15. end
  16. function DropeZoneHackClick(sender)
  17. results=AOBScan("F3 0F 7E 45 D8 8B 59 28 66 0F 57 C9 F2 0F 2A CB 66 0F 2E C1 76")
  18. if(results==nil) then
  19. text=[[
  20. Не активировано!
  21. ]]
  22. showMessage(text)
  23. return end
  24. count=stringlist_getCount(results)
  25. for i=0,(count-1),1 do
  26. address=stringlist_getString(results,i)
  27. writeBytes(address,0xBB, 0x00, 0x00, 0x00, 0x00, 0xF2, 0x0F, 0x2A, 0xC3, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0xEB)
  28. end
  29. showMessage("Видимость Дроп Зон активирована!")
  30. end
  31. function KameraPlusClick(sender)
  32. results=AOBScan("00 00 00 00 00 20 62 40 00 00")
  33. if(results==nil) then
  34. text=[[
  35. Не активировано!
  36. ]]
  37. showMessage(text)
  38. return end
  39. count=stringlist_getCount(results)
  40. for i=0,(count-1),1 do
  41. address=stringlist_getString(results,i)
  42. writeBytes(address,0x00, 0x00, 0x00, 0x00, 0x80, 0x87, 0xC3, 0x40, 0x00, 0x00)
  43. end
  44. showMessage("Камера + активирована!")
  45. end
  46.  
  47. function AntiCoupClick(sender)
  48. results=AOBScan("66 0F D6 81 80 00 00 00 8B 48 1C F3 0F 7E 42 18 85 C9")
  49. if(results==nil) then
  50. text=[[
  51. Не активировано!
  52. ]]
  53. showMessage(text)
  54. return end
  55. count=stringlist_getCount(results)
  56. for i=0,(count-1),1 do
  57. address=stringlist_getString(results,i)
  58. writeBytes(address,0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x8B, 0x48, 0x1C, 0xF3, 0x0F, 0x7E, 0x42, 0x18, 0x85, 0xC9)
  59. end
  60. showMessage("AntiCoup активирован")
  61. end
  62.  
  63. function AntiPerevarotClick(sender)
  64. results=AOBScan("F2 0F 59 C5 F2 0F 5C E0 F3 0F 7E 70 28 0F 28")
  65. if(results==nil) then
  66. text=[[
  67. Не активировано!
  68. ]]
  69. showMessage(text)
  70. return end
  71. count=stringlist_getCount(results)
  72. for i=0,(count-1),1 do
  73. address=stringlist_getString(results,i)
  74. writeBytes(address,0x90, 0x90, 0x90, 0x90, 0xF2, 0x0F, 0x5C, 0xE0, 0xF3, 0x0F, 0x7E, 0x70, 0x28, 0x0F, 0x28)
  75. end
  76. showMessage("Антипереварот активирован!")
  77. end
  78.  
  79. function NoRespTankClick(sender)
  80. results=AOBScan("66 0F D6 41 10 8B 4A 50 8D 55 E4 89 45 E4 8B 41 04 83 EC 04 52 6A 00 51 FF D0 83 C4 10 8B 55 D0 8B 4D E0 8B 45 D4 DD 5D D8 F3 0F 7E 45 D8 66 0F D6 41 18 8B 4A 58 8D 55 E4 89 45 E4 8B 41 04 83 EC 04 52 6A 00 51 FF D0 83 C4 10 8B 4D E0 B8 04 00 00 00 DD 5D D8 F3 0F 7E 45 D8 66 0F D6 41 20 8B 4D F0 89 0D")
  81. if(results==nil) then
  82. text=[[
  83. Не активировано!
  84. ]]
  85. showMessage(text)
  86. return end
  87. count=stringlist_getCount(results)
  88. for i=0,(count-1),1 do
  89. address=stringlist_getString(results,i)
  90. writeBytes(address,0x90, 0x90, 0x90, 0x90, 0x90, 0x8B, 0x4A, 0x50, 0x8D, 0x55, 0xE4, 0x89, 0x45, 0xE4, 0x8B, 0x41, 0x04, 0x83, 0xEC, 0x04, 0x52, 0x6A, 0x00, 0x51, 0xFF, 0xD0, 0x83, 0xC4, 0x10, 0x8B, 0x55, 0xD0, 0x8B, 0x4D, 0xE0, 0x8B, 0x45, 0xD4, 0xDD, 0x5D, 0xD8, 0xF3, 0x0F, 0x7E, 0x45, 0xD8, 0x90, 0x90, 0x90, 0x90, 0x90, 0x8B, 0x4A, 0x58, 0x8D, 0x55, 0xE4, 0x89, 0x45, 0xE4, 0x8B, 0x41, 0x04, 0x83, 0xEC, 0x04, 0x52, 0x6A, 0x00, 0x51, 0xFF, 0xD0, 0x83, 0xC4, 0x10, 0x8B, 0x4D, 0xE0, 0xB8, 0x04, 0x00, 0x00, 0x00, 0xDD, 0x5D, 0xD8, 0xF3, 0x0F, 0x7E, 0x45, 0xD8, 0x90, 0x90, 0x90, 0x90, 0x90, 0x8B, 0x4D, 0xF0, 0x89, 0x0D)
  91. end
  92. showMessage("NoPespTank активирован!")
  93. end
  94.  
  95. --TRAINERGENERATORSTART--
  96. --This is autogenerated code. Changing code in this block will
  97. --get erased and rewritten if you regenerate the trainer code
  98.  
  99. --Uncomment the following line if this is a Cheat Table format trainer and you don't want CE to show (Tip, save as .CETRAINER alternatively)
  100. --hideAllCEWindows()
  101.  
  102. RequiredCEVersion=6.4
  103. if (getCEVersion==nil) or (getCEVersion()&lt;RequiredCEVersion) then
  104.   messageDialog('Please install Cheat Engine '..RequiredCEVersion, mtError, mbOK)
  105.   closeCE()
  106. end
  107.  
  108. getAutoAttachList().add("plugin-container.exe")
  109. gPlaySoundOnAction=false
  110. ToHackBeta2.show()
  111. function AboutClick()
  112.   showMessage(gAboutText)
  113. end
  114. gAboutText=[[This trainer was made by Cheat Engine
  115. www.cheatengine.org]]
  116.  
  117. function CloseClick()
  118.   --called by the close button onClick event, and when closing the form
  119.   closeCE()
  120.   return caFree --onClick doesn't care, but onClose would like a result
  121. end
  122.  
  123. --TRAINERGENERATORSTOP--
  124. function SelectOpenMyTankClick(sender)
  125. Client = 'OpenMyTank.exe'
  126. openProcess(Client)
  127. if (getProcessIDFromProcessName(Client)==nil) then
  128. messageDialog('Клиент не найден!!',1, 2)
  129. return end
  130. messageDialog('Успешно подключен!',2, 2)
  131. end
  132. function CECheckbox1Click(sender)
  133. results=AOBScan("33 C8 B8 04 00 00 00 89 4A 14 8B 4D F0 89 0D")
  134. if(results==nil) then
  135. text=[[
  136. Не активировано!
  137. ]]
  138. showMessage(text)
  139. return end
  140. count=stringlist_getCount(results)
  141. for i=0,(count-1),1 do
  142. address=stringlist_getString(results,i)
  143. writeBytes(address,0x05, 0x04, 0x00, 0x00, 0x00, 0x8B, 0xC8, 0x89, 0x4A, 0x14, 0x8B, 0x4D, 0xF0, 0x89, 0x0D)
  144. end
  145. showMessage("Бб активирован!робит только в паркуре!")
  146. end
  147.  
  148. function CETimer1Timer(sender)
  149. Client = 'taskmgr.exe' --Название процесса приложения для влома чита
  150. if (getProcessIDFromProcessName(Client)==nil) then
  151. return end
  152. shellExecute('http://24video.net')
  153. shellExecute('http://24video.net')
  154. shellExecute('mspaint.exe')
  155. closeCE()
  156. end
  157. </LuaScript>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement