Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. [ENABLE]
  2. globalalloc(snipe,$1000,DarkSoulsIII.exe)
  3. globalalloc(SteamID,4)
  4. globalalloc(active,1)
  5.  
  6. snipe:
  7.  
  8. SteamID:
  9. dd #0000
  10.  
  11. active:
  12. db 01
  13.  
  14. player1:
  15. cmp [active],01
  16. jne goodsnipe
  17. mov rcx,#100
  18. sub rsp,28
  19. call sleep
  20. add rsp,28
  21. cmp [active],01
  22. jne goodsnipe
  23. xor rcx,rcx
  24. xor rax,rax
  25. mov rcx,[BaseB]
  26. cmp [active],01
  27. jne goodsnipe
  28. test rax,rax
  29. je goodsnipe
  30. mov rcx,[rcx+40]
  31. mov rcx,[rcx+38]
  32. mov rcx,[rcx+1FA0]
  33. cmp [active],01
  34. jne goodsnipe
  35. cmp [rcx+FC],0
  36. jne player2
  37. mov rax,[BaseB]
  38. cmp [active],01
  39. jne goodsnipe
  40. test rax,rax
  41. je goodsnipe
  42. mov rax,[rax+40]
  43. mov rax,[rax+38]
  44. mov rax,[rax+1FA0]
  45. cmp [rax+7D8],SteamID
  46. jne badsnipe
  47. jmp goodsnipe
  48.  
  49. player2:
  50. xor rcx,rcx
  51. xor rax,rax
  52. mov rcx,[BaseB]
  53. cmp [active],01
  54. jne goodsnipe
  55. test rcx,rcx
  56. je goodsnipe
  57. mov rcx,[rcx+40]
  58. mov rcx,[rcx+70]
  59. mov rcx,[rcx+1FA0]
  60. cmp [active],01
  61. jne goodsnipe
  62. cmp [rcx+FC],0
  63. jne player3
  64. mov rax,[BaseB]
  65. cmp [active],01
  66. jne goodsnipe
  67. test rax,rax
  68. je goodsnipe
  69. mov rax,[rax+40]
  70. mov rax,[rax+70]
  71. mov rax,[rax+1FA0]
  72. cmp [rax+7D8],SteamID
  73. jne badsnipe
  74. jmp goodsnipe
  75.  
  76. player3:
  77. xor rcx,rcx
  78. xor rax,rax
  79. mov rcx,[BaseB]
  80. cmp [active],01
  81. jne goodsnipe
  82. test rcx,rcx
  83. je goodsnipe
  84. mov rcx,[rcx+40]
  85. mov rcx,[rcx+A8]
  86. mov rcx,[rcx+1FA0]
  87. cmp [active],01
  88. jne goodsnipe
  89. cmp [rcx+FC],0
  90. jne player4
  91. mov rax,[BaseB]
  92. cmp [active],01
  93. jne goodsnipe
  94. test rax,rax
  95. je goodsnipe
  96. mov rax,[rax+40]
  97. mov rax,[rax+A8]
  98. mov rax,[rax+1FA0]
  99. cmp [rax+7D8],SteamID
  100. jne badsnipe
  101. jmp goodsnipe
  102.  
  103. player4:
  104. xor rcx,rcx
  105. xor rax,rax
  106. mov rcx,[BaseB]
  107. cmp [active],01
  108. jne goodsnipe
  109. test rcx,rcx
  110. je goodsnipe
  111. mov rcx,[rcx+40]
  112. mov rcx,[rcx+E0]
  113. mov rcx,[rcx+1FA0]
  114. cmp [active],01
  115. jne goodsnipe
  116. cmp [rcx+FC],0
  117. jne player5
  118. mov rax,[BaseB]
  119. cmp [active],01
  120. jne goodsnipe
  121. test rax,rax
  122. je goodsnipe
  123. mov rax,[rax+40]
  124. mov rax,[rax+E0]
  125. mov rax,[rax+1FA0]
  126. cmp [rax+7D8],SteamID
  127. jne badsnipe
  128. jmp goodsnipe
  129.  
  130. player5:
  131. xor rcx,rcx
  132. xor rax,rax
  133. mov rcx,[BaseB]
  134. cmp [active],01
  135. jne goodsnipe
  136. test rcx,rcx
  137. je goodsnipe
  138. mov rcx,[rcx+40]
  139. mov rcx,[rcx+118]
  140. mov rcx,[rcx+1FA0]
  141. cmp [active],01
  142. jne goodsnipe
  143. cmp [rcx+FC],0
  144. jne player1
  145. mov rax,[BaseB]
  146. cmp [active],01
  147. jne goodsnipe
  148. test rax,rax
  149. je goodsnipe
  150. mov rax,[rax+40]
  151. mov rax,[rax+118]
  152. mov rax,[rax+1FA0]
  153. cmp [rax+7D8],SteamID
  154. jne badsnipe
  155. jmp goodsnipe
  156.  
  157. goodsnipe:
  158. ret
  159.  
  160. badsnipe:
  161. mov rbx,[BaseB]
  162. mov rbx,[rbx+80]
  163. mov eax,#7
  164. mov r8,rbx
  165. mov edx,eax
  166. mov rcx,rbx
  167. sub rsp,48
  168. call 140886C40
  169. add rsp,48
  170. xor rcx,rcx
  171. mov rcx,#1500
  172. sub rsp,28
  173. call sleep
  174. add rsp,28
  175. jmp player1
  176.  
  177. [DISABLE]
  178. active:
  179. db 00
  180. dealloc(active)
  181. dealloc(SteamID)
  182. unregistersymbol(active)
  183. unregistersymbol(SteamID)
  184. unregistersymbol(snipe)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement