Advertisement
Aszab123

Vampire Hunters 2 GUI

Jun 1st, 2019
4,457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.66 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local fdsfg3421e3fsadgasdgersagdgs23dfrrt34rerwere = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local MainName = Instance.new("TextLabel")
  7. local MainDesign = Instance.new("Frame")
  8. local GiveGun = Instance.new("TextButton")
  9. local GiveMorphine = Instance.new("TextButton")
  10. local GiveCredit = Instance.new("TextButton")
  11. local GiveXP = Instance.new("TextButton")
  12. local GodOn = Instance.new("TextButton")
  13. local GodOff = Instance.new("TextButton")
  14. local GodName = Instance.new("TextLabel")
  15. local KillAll = Instance.new("TextButton")
  16. local Close = Instance.new("TextButton")
  17. local Lag = Instance.new("TextButton")
  18. local Abusetext = Instance.new("TextLabel")
  19. local OpenFrame = Instance.new("Frame")
  20. local Close_2 = Instance.new("TextButton")
  21. --Properties:
  22. fdsfg3421e3fsadgasdgersagdgs23dfrrt34rerwere.Name = "fdsfg3421e3fsadgasdgersagdgs23dfrrt34rerwere"
  23. fdsfg3421e3fsadgasdgersagdgs23dfrrt34rerwere.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  24. fdsfg3421e3fsadgasdgersagdgs23dfrrt34rerwere.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. MainFrame.Name = "MainFrame"
  27. MainFrame.Parent = fdsfg3421e3fsadgasdgersagdgs23dfrrt34rerwere
  28. MainFrame.BackgroundColor3 = Color3.new(0, 1, 1)
  29. MainFrame.BackgroundTransparency = 0.44999998807907
  30. MainFrame.Position = UDim2.new(0.26822558, 0, 0.186716795, 0)
  31. MainFrame.Size = UDim2.new(0, 334, 0, 404)
  32. MainFrame.Active = true
  33. MainFrame.Selectable = true
  34. MainFrame.Draggable = true
  35.  
  36. MainName.Name = "MainName"
  37. MainName.Parent = MainFrame
  38. MainName.BackgroundColor3 = Color3.new(1, 1, 1)
  39. MainName.BackgroundTransparency = 0.44999998807907
  40. MainName.Size = UDim2.new(0, 334, 0, 50)
  41. MainName.Font = Enum.Font.SourceSans
  42. MainName.Text = "Vampire Hunters 2 GUI"
  43. MainName.TextColor3 = Color3.new(0, 0, 0)
  44. MainName.TextScaled = true
  45. MainName.TextSize = 14
  46. MainName.TextWrapped = true
  47.  
  48. MainDesign.Name = "MainDesign"
  49. MainDesign.Parent = MainFrame
  50. MainDesign.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  51. MainDesign.BackgroundTransparency = 0.44999998807907
  52. MainDesign.Position = UDim2.new(0, 0, 0.123762377, 0)
  53. MainDesign.Size = UDim2.new(0, 334, 0, 15)
  54.  
  55. GiveGun.Name = "GiveGun"
  56. GiveGun.Parent = MainFrame
  57. GiveGun.BackgroundColor3 = Color3.new(0.666667, 1, 0)
  58. GiveGun.BackgroundTransparency = 0.44999998807907
  59. GiveGun.Position = UDim2.new(0.0239520967, 0, 0.183168322, 0)
  60. GiveGun.Size = UDim2.new(0, 134, 0, 50)
  61. GiveGun.Font = Enum.Font.SourceSans
  62. GiveGun.Text = "Give gun"
  63. GiveGun.TextColor3 = Color3.new(0, 0, 0)
  64. GiveGun.TextScaled = true
  65. GiveGun.TextSize = 14
  66. GiveGun.TextWrapped = true
  67. GiveGun.MouseButton1Down:connect(function()
  68. game.Workspace.Events.GiveGear:FireServer(game.ReplicatedStorage.SC.Dete["Diamond Destiny"])
  69. end)
  70.  
  71.  
  72. GiveMorphine.Name = "GiveMorphine"
  73. GiveMorphine.Parent = MainFrame
  74. GiveMorphine.BackgroundColor3 = Color3.new(0.666667, 1, 0)
  75. GiveMorphine.BackgroundTransparency = 0.44999998807907
  76. GiveMorphine.Position = UDim2.new(0.565868258, 0, 0.183168322, 0)
  77. GiveMorphine.Size = UDim2.new(0, 134, 0, 50)
  78. GiveMorphine.Font = Enum.Font.SourceSans
  79. GiveMorphine.Text = "Give mophine"
  80. GiveMorphine.TextColor3 = Color3.new(0, 0, 0)
  81. GiveMorphine.TextScaled = true
  82. GiveMorphine.TextSize = 14
  83. GiveMorphine.TextWrapped = true
  84. GiveMorphine.MouseButton1Down:connect(function()
  85. local Amount = 1
  86. workspace.Events.GiveGear:FireServer(game.ReplicatedStorage.Store.Sabils.Morphine.Gear, Amount)
  87. end)
  88.  
  89.  
  90. GiveCredit.Name = "GiveCredit"
  91. GiveCredit.Parent = MainFrame
  92. GiveCredit.BackgroundColor3 = Color3.new(0.666667, 1, 0)
  93. GiveCredit.BackgroundTransparency = 0.44999998807907
  94. GiveCredit.Position = UDim2.new(0.0239520669, 0, 0.329207927, 0)
  95. GiveCredit.Size = UDim2.new(0, 134, 0, 50)
  96. GiveCredit.Font = Enum.Font.SourceSans
  97. GiveCredit.Text = "Give credits"
  98. GiveCredit.TextColor3 = Color3.new(0, 0, 0)
  99. GiveCredit.TextScaled = true
  100. GiveCredit.TextSize = 14
  101. GiveCredit.TextWrapped = true
  102. GiveCredit.MouseButton1Down:connect(function()
  103. game.workspace.Events.GiveCR:FireServer(100000000)
  104. end)
  105.  
  106. GiveXP.Name = "GiveXP"
  107. GiveXP.Parent = MainFrame
  108. GiveXP.BackgroundColor3 = Color3.new(0.666667, 1, 0)
  109. GiveXP.BackgroundTransparency = 0.44999998807907
  110. GiveXP.Position = UDim2.new(0.565868258, 0, 0.329207927, 0)
  111. GiveXP.Size = UDim2.new(0, 134, 0, 50)
  112. GiveXP.Font = Enum.Font.SourceSans
  113. GiveXP.Text = "Give XP"
  114. GiveXP.TextColor3 = Color3.new(0, 0, 0)
  115. GiveXP.TextScaled = true
  116. GiveXP.TextSize = 14
  117. GiveXP.TextWrapped = true
  118. GiveXP.MouseButton1Down:connect(function()
  119. game.workspace.Events.GivePTS:FireServer(100000000)
  120. end)
  121.  
  122. GodOn.Name = "GodOn"
  123. GodOn.Parent = MainFrame
  124. GodOn.BackgroundColor3 = Color3.new(0.666667, 1, 0)
  125. GodOn.BackgroundTransparency = 0.44999998807907
  126. GodOn.Position = UDim2.new(0.565868258, 0, 0.467821777, 0)
  127. GodOn.Size = UDim2.new(0, 53, 0, 50)
  128. GodOn.Font = Enum.Font.SourceSans
  129. GodOn.Text = "On"
  130. GodOn.TextColor3 = Color3.new(0, 0, 0)
  131. GodOn.TextScaled = true
  132. GodOn.TextSize = 14
  133. GodOn.TextWrapped = true
  134. GodOn.MouseButton1Down:connect(function()
  135. _G.LoopHealToggle = true
  136. while _G.LoopHealToggle and wait() do
  137. game.workspace.Events.ChangeHealth:FireServer(math.huge)
  138. end
  139. end)
  140.  
  141.  
  142.  
  143. GodOff.Name = "GodOff"
  144. GodOff.Parent = MainFrame
  145. GodOff.BackgroundColor3 = Color3.new(0.666667, 1, 0)
  146. GodOff.BackgroundTransparency = 0.44999998807907
  147. GodOff.Position = UDim2.new(0.808383226, 0, 0.467821777, 0)
  148. GodOff.Size = UDim2.new(0, 53, 0, 50)
  149. GodOff.Font = Enum.Font.SourceSans
  150. GodOff.Text = "Off"
  151. GodOff.TextColor3 = Color3.new(0, 0, 0)
  152. GodOff.TextScaled = true
  153. GodOff.TextSize = 14
  154. GodOff.TextWrapped = true
  155. GodOff.MouseButton1Down:connect(function()
  156. _G.LoopHealToggle = false
  157. while _G.LoopHealToggle and wait() do
  158. game.workspace.Events.ChangeHealth:FireServer(math.huge)
  159. end
  160. end)
  161.  
  162. GodName.Name = "GodName"
  163. GodName.Parent = MainFrame
  164. GodName.BackgroundColor3 = Color3.new(1, 0.666667, 0.498039)
  165. GodName.BackgroundTransparency = 0.44999998807907
  166. GodName.Position = UDim2.new(0.0239520967, 0, 0.467821777, 0)
  167. GodName.Size = UDim2.new(0, 134, 0, 50)
  168. GodName.Font = Enum.Font.SourceSans
  169. GodName.Text = "Godmode"
  170. GodName.TextColor3 = Color3.new(0, 0, 0)
  171. GodName.TextScaled = true
  172. GodName.TextSize = 14
  173. GodName.TextWrapped = true
  174.  
  175. KillAll.Name = "KillAll"
  176. KillAll.Parent = MainFrame
  177. KillAll.BackgroundColor3 = Color3.new(0.666667, 1, 0)
  178. KillAll.BackgroundTransparency = 0.44999998807907
  179. KillAll.Position = UDim2.new(0.0239520669, 0, 0.606435657, 0)
  180. KillAll.Size = UDim2.new(0, 134, 0, 50)
  181. KillAll.Font = Enum.Font.SourceSans
  182. KillAll.Text = "Kill all (DO NOT ABUSE PLEASE!)"
  183. KillAll.TextColor3 = Color3.new(0, 0, 0)
  184. KillAll.TextScaled = true
  185. KillAll.TextSize = 14
  186. KillAll.TextWrapped = true
  187. KillAll.MouseButton1Down:connect(function()
  188. T = game.Players:GetChildren()
  189. for i,v in pairs(T) do
  190. local a = v.Character
  191. game.workspace.Events.DamagePerson:FireServer(a["Right Arm"], math.huge, "", true)
  192. end
  193. end)
  194.  
  195. Close.Name = "Close"
  196. Close.Parent = MainFrame
  197. Close.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  198. Close.BackgroundTransparency = 0.44999998807907
  199. Close.Position = UDim2.new(0.224550903, 0, 0.801980197, 0)
  200. Close.Size = UDim2.new(0, 195, 0, 50)
  201. Close.Font = Enum.Font.SourceSans
  202. Close.Text = "Close"
  203. Close.TextColor3 = Color3.new(0, 0, 0)
  204. Close.TextScaled = true
  205. Close.TextSize = 14
  206. Close.TextWrapped = true
  207. Close.MouseButton1Down:connect(function()
  208. MainFrame.Visible = false
  209. OpenFrame.Visible = true
  210. end)
  211.  
  212. Lag.Name = "Lag"
  213. Lag.Parent = MainFrame
  214. Lag.BackgroundColor3 = Color3.new(0.666667, 1, 0)
  215. Lag.BackgroundTransparency = 0.44999998807907
  216. Lag.Position = UDim2.new(0.565868258, 0, 0.606435657, 0)
  217. Lag.Size = UDim2.new(0, 134, 0, 50)
  218. Lag.Font = Enum.Font.SourceSans
  219. Lag.Text = "Lag (DO NOT ABUSE PLEASE!)"
  220. Lag.TextColor3 = Color3.new(0, 0, 0)
  221. Lag.TextScaled = true
  222. Lag.TextSize = 14
  223. Lag.TextWrapped = true
  224. Lag.MouseButton1Down:connect(function()
  225. while wait() do
  226. workspace.Events.Surv.Flare:FireServer(CFrame.new(60.2095,5.98396,245.862,0.859137,-0.0964443,-0.502575,0.500034,-0.050691,0.864521,-0.108854,-0.994047,0.00467485))
  227. workspace.Events.Surv.Flare:FireServer(CFrame.new(60.2095,5.98396,245.862,0.859137,-0.0964443,-0.502575,0.500034,-0.050691,0.864521,-0.108854,-0.994047,0.00467485))
  228. workspace.Events.Surv.Flare:FireServer(CFrame.new(60.2095,5.98396,245.862,0.859137,-0.0964443,-0.502575,0.500034,-0.050691,0.864521,-0.108854,-0.994047,0.00467485))
  229. end
  230. end)
  231.  
  232. Abusetext.Name = "Abusetext"
  233. Abusetext.Parent = MainFrame
  234. Abusetext.BackgroundColor3 = Color3.new(1, 1, 1)
  235. Abusetext.BackgroundTransparency = 0.44999998807907
  236. Abusetext.Position = UDim2.new(0.00299401209, 0, 0.925742567, 0)
  237. Abusetext.Size = UDim2.new(0, 113, 0, 30)
  238. Abusetext.Font = Enum.Font.SourceSans
  239. Abusetext.Text = "DO NOT ABUSE PLEASE!"
  240. Abusetext.TextColor3 = Color3.new(0, 0, 0)
  241. Abusetext.TextScaled = true
  242. Abusetext.TextSize = 14
  243. Abusetext.TextWrapped = true
  244.  
  245. OpenFrame.Name = "OpenFrame"
  246. OpenFrame.Parent = fdsfg3421e3fsadgasdgersagdgs23dfrrt34rerwere
  247. OpenFrame.BackgroundColor3 = Color3.new(0, 1, 1)
  248. OpenFrame.BackgroundTransparency = 0.44999998807907
  249. OpenFrame.Position = UDim2.new(0.0206327289, 0, 0.47493732, 0)
  250. OpenFrame.Size = UDim2.new(0, 104, 0, 39)
  251. OpenFrame.Visible = false
  252.  
  253. Close_2.Name = "Close"
  254. Close_2.Parent = OpenFrame
  255. Close_2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  256. Close_2.BackgroundTransparency = 0.44999998807907
  257. Close_2.Position = UDim2.new(0.0610891506, 0, 0.186595425, 0)
  258. Close_2.Size = UDim2.new(0, 91, 0, 24)
  259. Close_2.Font = Enum.Font.SourceSans
  260. Close_2.Text = "Close"
  261. Close_2.TextColor3 = Color3.new(0, 0, 0)
  262. Close_2.TextScaled = true
  263. Close_2.TextSize = 14
  264. Close_2.TextWrapped = true
  265. Close_2.MouseButton1Down:connect(function()
  266. OpenFrame.Visible = false
  267. MainFrame.Visible = true
  268. end)
  269. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement