1x11337

Vampire Hunters 2 Gui Hack Update

Aug 5th, 2018
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local VH2 = Instance.new("Frame")
  6. local money = Instance.new("TextButton")
  7. local level = Instance.new("TextButton")
  8. local more2 = Instance.new("TextButton")
  9. local godmode = Instance.new("TextButton")
  10. local title = Instance.new("TextLabel")
  11. local made = Instance.new("TextLabel")
  12. local more = Instance.new("TextButton")
  13. local pro = Instance.new("Frame")
  14. local giver2 = Instance.new("TextButton")
  15. local giver1 = Instance.new("TextButton")
  16. local title2 = Instance.new("TextLabel")
  17. local close = Instance.new("TextButton")
  18. local noob = Instance.new("Frame")
  19. local giver2_2 = Instance.new("TextButton")
  20. local giver1_2 = Instance.new("TextButton")
  21. local title2_2 = Instance.new("TextLabel")
  22. local close_2 = Instance.new("TextButton")
  23. --Properties:
  24. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  25.  
  26. VH2.Name = "VH2"
  27. VH2.Parent = ScreenGui
  28. VH2.BackgroundColor3 = Color3.new(1, 1, 1)
  29. VH2.Position = UDim2.new(0.0602526739, 0, 0.223529413, 0)
  30. VH2.Size = UDim2.new(0, 424, 0, 264)
  31. VH2.Style = Enum.FrameStyle.DropShadow
  32.  
  33. money.Name = "money"
  34. money.Parent = VH2
  35. money.BackgroundColor3 = Color3.new(0, 0, 0)
  36. money.BorderColor3 = Color3.new(0.141176, 0.219608, 0.278431)
  37. money.Position = UDim2.new(0.0769271329, 0, 0.298128337, 0)
  38. money.Size = UDim2.new(0, 148, 0, 50)
  39. money.Font = Enum.Font.Highway
  40. money.Text = "Give Money"
  41. money.TextColor3 = Color3.new(1, 0, 0)
  42. money.TextSize = 14
  43.  
  44. level.Name = "level"
  45. level.Parent = VH2
  46. level.BackgroundColor3 = Color3.new(0, 0, 0)
  47. level.BorderColor3 = Color3.new(0.141176, 0.219608, 0.278431)
  48. level.Position = UDim2.new(0.0769271329, 0, 0.675525844, 0)
  49. level.Size = UDim2.new(0, 148, 0, 50)
  50. level.Font = Enum.Font.Highway
  51. level.Text = "Give Level"
  52. level.TextColor3 = Color3.new(1, 0, 0)
  53. level.TextSize = 14
  54. level.TextWrapped = true
  55.  
  56. more2.Name = "more2"
  57. more2.Parent = VH2
  58. more2.BackgroundColor3 = Color3.new(0, 0, 0)
  59. more2.BorderColor3 = Color3.new(0.141176, 0.219608, 0.278431)
  60. more2.Position = UDim2.new(0.403301895, 0, 0.537878811, 0)
  61. more2.Size = UDim2.new(0, 78, 0, 27)
  62. more2.Font = Enum.Font.Highway
  63. more2.Text = "Noob Tools"
  64. more2.TextColor3 = Color3.new(1, 0, 0)
  65. more2.TextSize = 14
  66.  
  67. godmode.Name = "godmode"
  68. godmode.Parent = VH2
  69. godmode.BackgroundColor3 = Color3.new(0, 0, 0)
  70. godmode.BorderColor3 = Color3.new(0.141176, 0.219608, 0.278431)
  71. godmode.Position = UDim2.new(0.55416739, 0, 0.298128307, 0)
  72. godmode.Size = UDim2.new(0, 148, 0, 50)
  73. godmode.Font = Enum.Font.Highway
  74. godmode.Text = "God Mode"
  75. godmode.TextColor3 = Color3.new(1, 0, 0)
  76. godmode.TextSize = 14
  77.  
  78. title.Name = "title"
  79. title.Parent = VH2
  80. title.BackgroundColor3 = Color3.new(0, 0, 0)
  81. title.Position = UDim2.new(-0.0199360047, 0, -0.0302584618, 0)
  82. title.Size = UDim2.new(0, 424, 0, 50)
  83. title.Font = Enum.Font.Highway
  84. title.Text = "Vampire Hunters 2 Gui"
  85. title.TextColor3 = Color3.new(1, 0, 0)
  86. title.TextScaled = true
  87. title.TextSize = 14
  88. title.TextWrapped = true
  89.  
  90. made.Name = "made"
  91. made.Parent = VH2
  92. made.BackgroundColor3 = Color3.new(1, 1, 1)
  93. made.BackgroundTransparency = 1
  94. made.Position = UDim2.new(-0.0175775141, 0, 0.911399305, 0)
  95. made.Size = UDim2.new(0, 424, 0, 28)
  96. made.Font = Enum.Font.Highway
  97. made.Text = "Made By baldiwrds"
  98. made.TextColor3 = Color3.new(0.333333, 1, 1)
  99. made.TextSize = 24
  100.  
  101. more.Name = "more"
  102. more.Parent = VH2
  103. more.BackgroundColor3 = Color3.new(0, 0, 0)
  104. more.BorderColor3 = Color3.new(0.141176, 0.219608, 0.278431)
  105. more.Position = UDim2.new(0.554167449, 0, 0.675525844, 0)
  106. more.Size = UDim2.new(0, 148, 0, 50)
  107. more.Font = Enum.Font.Highway
  108. more.Text = "Pro Tools"
  109. more.TextColor3 = Color3.new(1, 0, 0)
  110. more.TextSize = 14
  111.  
  112. pro.Name = "pro"
  113. pro.Parent = ScreenGui
  114. pro.BackgroundColor3 = Color3.new(1, 1, 1)
  115. pro.Position = UDim2.new(0.546161294, 0, 0.534117639, 0)
  116. pro.Size = UDim2.new(0, 374, 0, 94)
  117. pro.Visible = false
  118. pro.Style = Enum.FrameStyle.DropShadow
  119.  
  120. giver2.Name = "giver2"
  121. giver2.Parent = pro
  122. giver2.BackgroundColor3 = Color3.new(0, 0, 0)
  123. giver2.BorderColor3 = Color3.new(0.141176, 0.219608, 0.278431)
  124. giver2.Position = UDim2.new(0.0695187151, 0, 0.244680852, 0)
  125. giver2.Size = UDim2.new(0, 151, 0, 50)
  126. giver2.Font = Enum.Font.Highway
  127. giver2.Text = "Give Diamond Destiny Gun"
  128. giver2.TextColor3 = Color3.new(1, 0, 0)
  129. giver2.TextSize = 14
  130.  
  131. giver1.Name = "giver1"
  132. giver1.Parent = pro
  133. giver1.BackgroundColor3 = Color3.new(0, 0, 0)
  134. giver1.BorderColor3 = Color3.new(0.141176, 0.219608, 0.278431)
  135. giver1.Position = UDim2.new(0.541235566, 0, 0.237790927, 0)
  136. giver1.Size = UDim2.new(0, 141, 0, 50)
  137. giver1.Font = Enum.Font.Highway
  138. giver1.Text = "Give Morphine Tool"
  139. giver1.TextColor3 = Color3.new(1, 0, 0)
  140. giver1.TextSize = 14
  141.  
  142. title2.Name = "title2"
  143. title2.Parent = pro
  144. title2.BackgroundColor3 = Color3.new(0.192157, 1, 0.14902)
  145. title2.Position = UDim2.new(-0.023357451, 0, -0.426608264, 0)
  146. title2.Size = UDim2.new(0, 374, 0, 38)
  147. title2.Font = Enum.Font.SourceSans
  148. title2.Text = "Pro Tools"
  149. title2.TextColor3 = Color3.new(0.0823529, 0.152941, 0.807843)
  150. title2.TextScaled = true
  151. title2.TextSize = 14
  152. title2.TextWrapped = true
  153.  
  154. close.Name = "close"
  155. close.Parent = pro
  156. close.BackgroundColor3 = Color3.new(1, 0, 0)
  157. close.Position = UDim2.new(0.887700498, 0, -0.414893627, 0)
  158. close.Size = UDim2.new(0, 48, 0, 37)
  159. close.Font = Enum.Font.SourceSans
  160. close.Text = "X"
  161. close.TextColor3 = Color3.new(0, 0, 0)
  162. close.TextScaled = true
  163. close.TextSize = 14
  164. close.TextWrapped = true
  165.  
  166. noob.Name = "noob"
  167. noob.Parent = ScreenGui
  168. noob.BackgroundColor3 = Color3.new(1, 1, 1)
  169. noob.Position = UDim2.new(0.546161294, 0, 0.119999945, 0)
  170. noob.Size = UDim2.new(0, 374, 0, 94)
  171. noob.Visible = false
  172. noob.Style = Enum.FrameStyle.DropShadow
  173.  
  174. giver2_2.Name = "giver2"
  175. giver2_2.Parent = noob
  176. giver2_2.BackgroundColor3 = Color3.new(0, 0, 0)
  177. giver2_2.BorderColor3 = Color3.new(0.141176, 0.219608, 0.278431)
  178. giver2_2.Position = UDim2.new(0.0695187151, 0, 0.244680852, 0)
  179. giver2_2.Size = UDim2.new(0, 151, 0, 50)
  180. giver2_2.Font = Enum.Font.Highway
  181. giver2_2.Text = "Give Posterity Gun"
  182. giver2_2.TextColor3 = Color3.new(1, 0, 0)
  183. giver2_2.TextSize = 14
  184.  
  185. giver1_2.Name = "giver1"
  186. giver1_2.Parent = noob
  187. giver1_2.BackgroundColor3 = Color3.new(0, 0, 0)
  188. giver1_2.BorderColor3 = Color3.new(0.141176, 0.219608, 0.278431)
  189. giver1_2.Position = UDim2.new(0.541235566, 0, 0.237790927, 0)
  190. giver1_2.Size = UDim2.new(0, 141, 0, 50)
  191. giver1_2.Font = Enum.Font.Highway
  192. giver1_2.Text = "Give Flare"
  193. giver1_2.TextColor3 = Color3.new(1, 0, 0)
  194. giver1_2.TextSize = 14
  195.  
  196. title2_2.Name = "title2"
  197. title2_2.Parent = noob
  198. title2_2.BackgroundColor3 = Color3.new(0.192157, 1, 0.14902)
  199. title2_2.Position = UDim2.new(-0.023357451, 0, -0.426608264, 0)
  200. title2_2.Size = UDim2.new(0, 374, 0, 38)
  201. title2_2.Font = Enum.Font.SourceSans
  202. title2_2.Text = "Noob Tools"
  203. title2_2.TextColor3 = Color3.new(0.0823529, 0.152941, 0.807843)
  204. title2_2.TextScaled = true
  205. title2_2.TextSize = 14
  206. title2_2.TextWrapped = true
  207.  
  208. close_2.Name = "close"
  209. close_2.Parent = noob
  210. close_2.BackgroundColor3 = Color3.new(1, 0, 0)
  211. close_2.Position = UDim2.new(0.887700498, 0, -0.414893568, 0)
  212. close_2.Size = UDim2.new(0, 48, 0, 37)
  213. close_2.Font = Enum.Font.SourceSans
  214. close_2.Text = "X"
  215. close_2.TextColor3 = Color3.new(0, 0, 0)
  216. close_2.TextScaled = true
  217. close_2.TextSize = 14
  218. close_2.TextWrapped = true
  219. -- Scripts:
  220. more.MouseButton1Down:connect(function()
  221. pro.Visible = true
  222. end)
  223.  
  224. more2.MouseButton1Down:connect(function()
  225. noob.Visible = true
  226. end)
  227.  
  228. money.MouseButton1Down:connect(function()
  229. game.Workspace.Events.GiveCR:FireServer(1000000) --The credit script, incase you just want that.
  230. end)
  231.  
  232. level.MouseButton1Down:connect(function()
  233. game.Workspace.Events.GivePTS:FireServer(1000000) --The exp script, incase you just came for that.
  234. end)
  235.  
  236. godmode.MouseButton1Down:connect(function()
  237. game.Workspace.Events.ChangeHealth:FireServer("9999999")
  238. end)
  239.  
  240. giver2.MouseButton1Down:connect(function()
  241. game.Workspace.Events.GiveGear:FireServer(game.ReplicatedStorage.SC.Dete["Diamond Destiny"])
  242. end)
  243.  
  244. giver1.MouseButton1Down:connect(function()
  245. workspace.Events.GiveGear:FireServer(game.ReplicatedStorage.Store.Sabils.Taser.Gear, Amount)
  246. end)
  247.  
  248. giver2_2.MouseButton1Down:connect(function()
  249. game.Workspace.Events.GiveGear:FireServer(game.ReplicatedStorage.SC.Dete["Posterity"])
  250. end)
  251.  
  252. giver1_2.MouseButton1Down:connect(function()
  253. workspace.Events.GiveGear:FireServer(game.ReplicatedStorage.Store.Sabils.Flare.Gear, Amount)
  254. end)
  255.  
  256. close.MouseButton1Down:connect(function()
  257. pro.Visible = false
  258. end)
  259.  
  260. close_2.MouseButton1Down:connect(function()
  261. noob.Visible = false
  262. end)
Add Comment
Please, Sign In to add comment