Advertisement
Guest User

Untitled

a guest
May 30th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 KB | None | 0 0
  1. #RequireAdmin ;User Account must have Administrator privlidges
  2. #include <NomadMemory.au3> ;Include the NomadMemory functions in this script
  3. #include <ButtonConstants.au3>
  4. #include <EditConstants.au3>
  5. #include <GUIConstantsEx.au3>
  6. #include <StaticConstants.au3>
  7. #include <WindowsConstants.au3>
  8. #Region ### START Koda GUI section ### Form=c:\users\user\documents\koda\blackops2.kxf
  9. $Form1_1 = GUICreate("BlackOps2 Trainer", 470, 240, 192, 124)
  10. $Button1 = GUICtrlCreateButton("Soldi", 32, 32, 121, 33)
  11. $Button2 = GUICtrlCreateButton("Soldi", 176, 32, 121, 33)
  12. $Button3 = GUICtrlCreateButton("Munizioni 1", 32, 80, 121, 33)
  13. $Button4 = GUICtrlCreateButton("Munizioni 2", 32, 128, 121, 33)
  14. $Label1 = GUICtrlCreateLabel("Player 1", 72, 8, 42, 17)
  15. $Label2 = GUICtrlCreateLabel("Player 2", 216, 8, 42, 17)
  16. $Button5 = GUICtrlCreateButton("Munizioni 1", 176, 80, 121, 33)
  17. $Button6 = GUICtrlCreateButton("Munizioni 2", 176, 128, 121, 33)
  18. $Button7 = GUICtrlCreateButton("Ok", 280, 184, 33, 25)
  19. $Button8 = GUICtrlCreateButton("Ok", 136, 184, 33, 25)
  20. $Input1 = GUICtrlCreateInput("ID ARMA 1", 32, 184, 97, 21)
  21. $Input2 = GUICtrlCreateInput("ID ARMA 2", 32, 208, 97, 21)
  22. $Button9 = GUICtrlCreateButton("Ok", 136, 208, 33, 25)
  23. $Input3 = GUICtrlCreateInput("ID ARMA 1", 176, 184, 97, 21)
  24. $Input4 = GUICtrlCreateInput("ID ARMA 2", 176, 208, 97, 21)
  25. $Button10 = GUICtrlCreateButton("Ok", 280, 208, 33, 25)
  26. $link = GUICtrlCreateButton("Clicca per gli ID", 352, 192, 81, 33)
  27. $Label3 = GUICtrlCreateLabel("Player 3 (SOON)", 352, 8, 82, 17)
  28. GUISetState(@SW_SHOW)
  29. #EndRegion ### END Koda GUI section ###
  30. While 1
  31. $nMsg = GUIGetMsg()
  32. Switch $nMsg
  33. Case $GUI_EVENT_CLOSE
  34. Exit
  35. Case $Button1
  36. soldi1()
  37. Case $Button2
  38. soldi2()
  39. Case $Button3
  40. mun11()
  41. Case $Button4
  42. mun12()
  43. Case $Button5
  44. mun21()
  45. Case $Button6
  46. mun22()
  47. Case $Button7
  48. ok3()
  49. Case $Button8
  50. ok2()
  51. Case $Button9
  52. ok1()
  53. Case $Button10
  54. ok4()
  55. Case $link
  56. link()
  57. EndSwitch
  58. WEnd
  59.  
  60. Func soldi1()
  61. If PROCESSEXISTS("t6zmv41.exe") Then
  62. $OPEN=_MEMORYOPEN(PROCESSEXISTS("t6zmv41.exe"))
  63. #Region ### Address
  64. $ADDRESS=0x02347D68
  65. #EndRegion
  66. $WRITE=_MEMORYWRITE($ADDRESS,$OPEN,"99999")
  67. Else
  68. MsgBox( 0, "Error", "Processo non trovato")
  69. EndIf
  70. EndFunc
  71.  
  72. Func soldi2()
  73. If PROCESSEXISTS("t6zmv41.exe") Then
  74. $OPEN=_MEMORYOPEN(PROCESSEXISTS("t6zmv41.exe"))
  75. #Region ### Address
  76. $ADDRESS=0x0234D560
  77. #EndRegion
  78. $WRITE=_MEMORYWRITE($ADDRESS,$OPEN,"99999")
  79. Else
  80. MsgBox( 0, "Error", "Processo non trovato")
  81. EndIf
  82. EndFunc
  83. Func mun11()
  84. If PROCESSEXISTS("t6zmv41.exe") Then
  85. $OPEN=_MEMORYOPEN(PROCESSEXISTS("t6zmv41.exe"))
  86. #Region ### Address
  87. $ADDRESS=0x02342BCC
  88. #EndRegion
  89. $WRITE=_MEMORYWRITE($ADDRESS,$OPEN,"9999")
  90. Else
  91. MsgBox( 0, "Error", "Processo non trovato")
  92. EndIf
  93. EndFunc
  94. Func mun12()
  95. If PROCESSEXISTS("t6zmv41.exe") Then
  96. $OPEN=_MEMORYOPEN(PROCESSEXISTS("t6zmv41.exe"))
  97. #Region ### Address
  98. $ADDRESS=0x02342BC8
  99. #EndRegion
  100. $WRITE=_MEMORYWRITE($ADDRESS,$OPEN,"9999")
  101. Else
  102. MsgBox( 0, "Error", "Processo non trovato")
  103. EndIf
  104. EndFunc
  105. Func mun21()
  106. If PROCESSEXISTS("t6zmv41.exe") Then
  107. $OPEN=_MEMORYOPEN(PROCESSEXISTS("t6zmv41.exe"))
  108. #Region ### Address
  109. $ADDRESS=0x023483C4
  110. #EndRegion
  111. $WRITE=_MEMORYWRITE($ADDRESS,$OPEN,"9999")
  112. Else
  113. MsgBox( 0, "Error", "Processo non trovato")
  114. EndIf
  115. EndFunc
  116. Func mun22()
  117. If PROCESSEXISTS("t6zmv41.exe") Then
  118. $OPEN=_MEMORYOPEN(PROCESSEXISTS("t6zmv41.exe"))
  119. #Region ### Address
  120. $ADDRESS=0x023483CC
  121. #EndRegion
  122. $WRITE=_MEMORYWRITE($ADDRESS,$OPEN,"9999")
  123. Else
  124. MsgBox( 0, "Error", "Processo non trovato")
  125. EndIf
  126. EndFunc
  127. Func ok1()
  128. If PROCESSEXISTS("t6zmv41.exe") Then
  129. $OPEN=_MEMORYOPEN(PROCESSEXISTS("t6zmv41.exe"))
  130. #Region ### Address
  131. $ADDRESS=0x02342A3C
  132. #EndRegion
  133. $READVALUE=GUICTRLREAD($Input1)
  134. $WRITE=_MEMORYWRITE($ADDRESS,$OPEN,$READVALUE)
  135. Else
  136. MsgBox( 0, "Error", "Processo non trovato")
  137. EndIf
  138. EndFunc
  139. Func ok2()
  140. If PROCESSEXISTS("t6zmv41.exe") Then
  141. $OPEN=_MEMORYOPEN(PROCESSEXISTS("t6zmv41.exe"))
  142. #Region ### Address
  143. $ADDRESS=0x02342A04
  144. #EndRegion
  145. $READVALUE=GUICTRLREAD($Input2)
  146. $WRITE=_MEMORYWRITE($ADDRESS,$OPEN,$READVALUE)
  147. Else
  148. MsgBox( 0, "Error", "Processo non trovato")
  149. EndIf
  150. EndFunc
  151. Func ok3()
  152. If PROCESSEXISTS("t6zmv41.exe") Then
  153. $OPEN=_MEMORYOPEN(PROCESSEXISTS("t6zmv41.exe"))
  154. #Region ### Address
  155. $ADDRESS=0x023481FC
  156. #EndRegion
  157. $READVALUE=GUICTRLREAD($Input3)
  158. $WRITE=_MEMORYWRITE($ADDRESS,$OPEN,$READVALUE)
  159. Else
  160. MsgBox( 0, "Error", "Processo non trovato")
  161. EndIf
  162. EndFunc
  163. Func ok4()
  164. If PROCESSEXISTS("t6zmv41.exe") Then
  165. $OPEN=_MEMORYOPEN(PROCESSEXISTS("t6zmv41.exe"))
  166. #Region ### Address
  167. $ADDRESS=0x02348234
  168. #EndRegion
  169. $READVALUE=GUICTRLREAD($Input4)
  170. $WRITE=_MEMORYWRITE($ADDRESS,$OPEN,$READVALUE)
  171. Else
  172. MsgBox( 0, "Error", "Processo non trovato")
  173. EndIf
  174. EndFunc
  175. Func link()
  176. ShellExecute("http://pastebin.com/raw/Q1HXhrqX")
  177. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement