Guest User

Untitled

a guest
Nov 6th, 2018
15,459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.54 KB | None | 0 0
  1. -- Made by Vugam#0025|Credits: Psykek.
  2. -- Version: 1.1
  3. -- UPDATED 5th Nov.
  4. -- Instances:
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local open = Instance.new("Frame")
  7. local ob = Instance.new("TextButton")
  8. local main = Instance.new("Frame")
  9. local name = Instance.new("TextLabel")
  10. local made = Instance.new("TextLabel")
  11. local money = Instance.new("TextButton")
  12. local energy = Instance.new("TextButton")
  13. local hider = Instance.new("TextButton")
  14. local X = Instance.new("TextButton")
  15. local afkon = Instance.new("TextButton")
  16. local taunt = Instance.new("TextButton")
  17. local health = Instance.new("TextButton")
  18. local kill = Instance.new("TextButton")
  19. local gamepasson = Instance.new("TextButton")
  20. local ws = Instance.new("TextButton")
  21. local number = Instance.new("TextBox")
  22. local tele = Instance.new("TextButton")
  23. local username = Instance.new("TextBox")
  24. local noclipon = Instance.new("TextButton")
  25. local noclipoff = Instance.new("TextButton")
  26. local gamepassoff = Instance.new("TextButton")
  27. local afkoff = Instance.new("TextButton")
  28. local credits = Instance.new("TextLabel")
  29. --Properties:
  30. ScreenGui.Parent = game.CoreGui
  31.  
  32. open.Name = "open"
  33. open.Parent = ScreenGui
  34. open.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  35. open.BorderColor3 = Color3.new(1, 1, 1)
  36. open.BorderSizePixel = 3
  37. open.Position = UDim2.new(0, 0, 0.474766344, 0)
  38. open.Size = UDim2.new(0, 81, 0, 20)
  39.  
  40. ob.Name = "ob"
  41. ob.Parent = open
  42. ob.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  43. ob.BorderColor3 = Color3.new(1, 1, 1)
  44. ob.BorderSizePixel = 0
  45. ob.Size = UDim2.new(0, 81, 0, 20)
  46. ob.Font = Enum.Font.Fantasy
  47. ob.Text = "OPEN"
  48. ob.TextColor3 = Color3.new(0, 0, 0)
  49. ob.TextSize = 14
  50. ob.MouseButton1Down:connect(function()
  51. main.Visible = true
  52. open.Visible = false
  53. end)
  54.  
  55. main.Name = "main"
  56. main.Parent = ScreenGui
  57. main.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  58. main.BorderColor3 = Color3.new(1, 1, 1)
  59. main.BorderSizePixel = 5
  60. main.Position = UDim2.new(0.25629124, 0, 0.138317764, 0)
  61. main.Size = UDim2.new(0, 324, 0, 386)
  62. main.Visible = false
  63. main.Active = true
  64. main.Draggable = true
  65.  
  66. name.Name = "name"
  67. name.Parent = main
  68. name.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  69. name.BorderColor3 = Color3.new(1, 1, 1)
  70. name.BorderSizePixel = 3
  71. name.Position = UDim2.new(0.000210219994, 0, 0, 0)
  72. name.Size = UDim2.new(0, 323, 0, 24)
  73. name.Font = Enum.Font.Cartoon
  74. name.Text = "BloxHunt GUI"
  75. name.TextColor3 = Color3.new(0, 0, 0)
  76. name.TextSize = 19
  77.  
  78. made.Name = "made"
  79. made.Parent = main
  80. made.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  81. made.BorderColor3 = Color3.new(1, 1, 1)
  82. made.BorderSizePixel = 3
  83. made.Position = UDim2.new(0.592482567, 0, 0.937165141, 0)
  84. made.Size = UDim2.new(0, 131, 0, 24)
  85. made.Font = Enum.Font.Cartoon
  86. made.Text = "Made by Vugam#0025"
  87. made.TextColor3 = Color3.new(0, 0, 0)
  88. made.TextSize = 14
  89.  
  90. money.Name = "money"
  91. money.Parent = main
  92. money.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  93. money.BorderColor3 = Color3.new(1, 1, 1)
  94. money.BorderSizePixel = 2
  95. money.Position = UDim2.new(0, 0, 0.100487396, 0)
  96. money.Size = UDim2.new(0, 91, 0, 32)
  97. money.Font = Enum.Font.Fantasy
  98. money.Text = "Money"
  99. money.TextColor3 = Color3.new(0, 0, 0)
  100. money.TextSize = 14
  101. money.MouseButton1Down:connect(function()
  102. local coin = workspace.Lobby.LobbyObby.Token
  103. coin.CanCollide = false
  104. for i = 1,50,1 do
  105. wait()
  106. coin.CFrame = (game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame)
  107. end
  108. coin.CanCollide = true
  109. end)
  110.  
  111. energy.Name = "energy"
  112. energy.Parent = main
  113. energy.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  114. energy.BorderColor3 = Color3.new(1, 1, 1)
  115. energy.BorderSizePixel = 2
  116. energy.Position = UDim2.new(0.358024687, 0, 0.231908411, 0)
  117. energy.Size = UDim2.new(0, 91, 0, 32)
  118. energy.Font = Enum.Font.Fantasy
  119. energy.Text = "Unlim Energy"
  120. energy.TextColor3 = Color3.new(0, 0, 0)
  121. energy.TextSize = 14
  122. energy.MouseButton1Down:connect(function()
  123. game.ReplicatedStorage.GameFunctions.StatChange:FireServer("Energy", 10000)
  124. end)
  125.  
  126. hider.Name = "hider"
  127. hider.Parent = main
  128. hider.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  129. hider.BorderColor3 = Color3.new(1, 1, 1)
  130. hider.BorderSizePixel = 2
  131. hider.Position = UDim2.new(0, 0, 0.232732117, 0)
  132. hider.Size = UDim2.new(0, 91, 0, 32)
  133. hider.Font = Enum.Font.Fantasy
  134. hider.Text = "View Hider"
  135. hider.TextColor3 = Color3.new(0, 0, 0)
  136. hider.TextSize = 14
  137. hider.MouseButton1Click:Connect(function()
  138. players = game:GetService("Players")
  139. while wait(1) do
  140. for i, v in pairs(players:GetChildren()) do
  141. if v.Name ~= players.LocalPlayer.Name then
  142. if v.Character and v.Character:FindFirstChild("Object") then
  143. for j, k in pairs(v.Character.Object:GetChildren()) do
  144. if k:IsA("Part") then
  145. k.BrickColor = BrickColor.new("Hot pink")
  146. end
  147. end
  148. end
  149. end
  150. end
  151. end
  152. end)
  153.  
  154. X.Name = "X"
  155. X.Parent = main
  156. X.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  157. X.BorderColor3 = Color3.new(1, 1, 1)
  158. X.BorderSizePixel = 2
  159. X.Position = UDim2.new(0.929168344, 0, 0, 0)
  160. X.Size = UDim2.new(0, 22, 0, 24)
  161. X.Font = Enum.Font.Fantasy
  162. X.Text = "X"
  163. X.TextColor3 = Color3.new(0, 0, 0)
  164. X.TextSize = 14
  165. X.MouseButton1Down:connect(function()
  166. open.Visible = true
  167. main.Visible = false
  168. end)
  169.  
  170. afkon.Name = "afkon"
  171. afkon.Parent = main
  172. afkon.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  173. afkon.BorderColor3 = Color3.new(1, 1, 1)
  174. afkon.BorderSizePixel = 2
  175. afkon.Position = UDim2.new(0, 0, 0.357164294, 0)
  176. afkon.Size = UDim2.new(0, 91, 0, 32)
  177. afkon.Visible = false
  178. afkon.Font = Enum.Font.Fantasy
  179. afkon.Text = "AFK: ON"
  180. afkon.TextColor3 = Color3.new(0, 0, 0)
  181. afkon.TextSize = 14
  182. afkon.MouseButton1Down:connect(function()
  183. game.Players.LocalPlayer.Information.AFK.Value = false
  184. afkoff.Visible = true
  185. afkon.Visible = false
  186. end)
  187.  
  188. taunt.Name = "taunt"
  189. taunt.Parent = main
  190. taunt.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  191. taunt.BorderColor3 = Color3.new(1, 1, 1)
  192. taunt.BorderSizePixel = 2
  193. taunt.Position = UDim2.new(0.358884186, 0, 0.100687623, 0)
  194. taunt.Size = UDim2.new(0, 91, 0, 32)
  195. taunt.Font = Enum.Font.Fantasy
  196. taunt.Text = "Spam Taunt"
  197. taunt.TextColor3 = Color3.new(0, 0, 0)
  198. taunt.TextSize = 14
  199. taunt.MouseButton1Click:Connect(function()
  200. while true do
  201. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  202. wait()
  203. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  204. wait()
  205. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  206. wait()
  207. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  208. wait()
  209. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  210. wait()
  211. end
  212. end)
  213.  
  214. health.Name = "health"
  215. health.Parent = main
  216. health.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  217. health.BorderColor3 = Color3.new(1, 1, 1)
  218. health.BorderSizePixel = 2
  219. health.Position = UDim2.new(0.719135821, 0, 0.230021074, 0)
  220. health.Size = UDim2.new(0, 91, 0, 32)
  221. health.Font = Enum.Font.Fantasy
  222. health.Text = "Unlim Health"
  223. health.TextColor3 = Color3.new(0, 0, 0)
  224. health.TextSize = 14
  225. health.MouseButton1Down:connect(function()
  226. game.ReplicatedStorage.GameFunctions.StatChange:FireServer("Health", 10000)
  227. end)
  228.  
  229. kill.Name = "kill"
  230. kill.Parent = main
  231. kill.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  232. kill.BorderColor3 = Color3.new(1, 1, 1)
  233. kill.BorderSizePixel = 2
  234. kill.Position = UDim2.new(0.719135821, 0, 0.100487396, 0)
  235. kill.Size = UDim2.new(0, 91, 0, 32)
  236. kill.Font = Enum.Font.Fantasy
  237. kill.Text = "Autokill"
  238. kill.TextColor3 = Color3.new(0, 0, 0)
  239. kill.TextSize = 14
  240. kill.MouseButton1Down:connect(function()
  241. local shock = game.ReplicatedStorage.GameFunctions.Shock
  242. local refill = game.ReplicatedStorage.GameFunctions.StatChange
  243.  
  244. for _, v in pairs(game.Players:GetPlayers()) do
  245. if v.Character and v.Character:FindFirstChild'Object' then
  246. for i=1, 3 do
  247. shock:FireServer("Hit", v.Character)
  248. for i=1, 2 do
  249. refill:FireServer("Energy", 2)
  250. end
  251. end
  252. end
  253. end
  254. end)
  255.  
  256. gamepasson.Name = "gamepasson"
  257. gamepasson.Parent = main
  258. gamepasson.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  259. gamepasson.BorderColor3 = Color3.new(1, 1, 1)
  260. gamepasson.BorderSizePixel = 2
  261. gamepasson.Position = UDim2.new(0.358024687, 0, 0.357164294, 0)
  262. gamepasson.Size = UDim2.new(0, 91, 0, 32)
  263. gamepasson.Visible = false
  264. gamepasson.Font = Enum.Font.Fantasy
  265. gamepasson.Text = "Gamepass: ON"
  266. gamepasson.TextColor3 = Color3.new(0, 0, 0)
  267. gamepasson.TextSize = 14
  268. gamepasson.MouseButton1Down:connect(function()
  269. game.Players.LocalPlayer.Information.Gamepasses.FaceChanger.Value = false
  270. game.Players.LocalPlayer.Information.Gamepasses.Vanish.Value = false
  271. game.Players.LocalPlayer.Information.Gamepasses.Cloner.Value = false
  272. game.Players.LocalPlayer.Information.Gamepasses.InstantHide.Value = false
  273. game.Players.LocalPlayer.Information.Gamepasses.Radar.Value = false
  274. game.Players.LocalPlayer.Information.Gamepasses.Walkspeed.Value = false
  275. game.Players.LocalPlayer.Information.Gamepasses.AutoSeeker.Value = false
  276. game.Players.LocalPlayer.Information.Gamepasses.SeekerPoints.Value = false
  277. gamepassoff.Visible = true
  278. gamepasson.Visible = false
  279. end)
  280.  
  281. ws.Name = "ws"
  282. ws.Parent = main
  283. ws.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  284. ws.BorderColor3 = Color3.new(1, 1, 1)
  285. ws.BorderSizePixel = 2
  286. ws.Position = UDim2.new(0, 0, 0.618822336, 0)
  287. ws.Size = UDim2.new(0, 135, 0, 32)
  288. ws.Font = Enum.Font.Fantasy
  289. ws.Text = "Set WS"
  290. ws.TextColor3 = Color3.new(0, 0, 0)
  291. ws.TextSize = 12
  292. ws.MouseButton1Down:connect(function()
  293. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (number.Text) --What the walkspeed is as you click [SHIFT]
  294. end)
  295.  
  296. number.Name = "number"
  297. number.Parent = ws
  298. number.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  299. number.BorderColor3 = Color3.new(1, 1, 1)
  300. number.BorderSizePixel = 2
  301. number.Position = UDim2.new(0, 0, -1.4375, 0)
  302. number.Size = UDim2.new(0, 135, 0, 37)
  303. number.Font = Enum.Font.SourceSans
  304. number.Text = "Number"
  305. number.TextColor3 = Color3.new(0, 0, 0)
  306. number.TextSize = 14
  307.  
  308. tele.Name = "tele"
  309. tele.Parent = main
  310. tele.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  311. tele.BorderColor3 = Color3.new(1, 1, 1)
  312. tele.BorderSizePixel = 2
  313. tele.Position = UDim2.new(0.583333433, 0, 0.618822336, 0)
  314. tele.Size = UDim2.new(0, 135, 0, 32)
  315. tele.Font = Enum.Font.Fantasy
  316. tele.Text = "Teleport"
  317. tele.TextColor3 = Color3.new(0, 0, 0)
  318. tele.TextSize = 14
  319. tele.MouseButton1Click:Connect(function()
  320. getplr = function(plxr)
  321. for i, v in pairs(game.Players:GetPlayers()) do
  322. if string.find(v.Name, plxr) then
  323. return v
  324. elseif v.Name:sub(1, plxr:len()):lower()== plxr:lower() then
  325. return v
  326. end
  327. end
  328. end
  329. local plr = getplr(username.Text)
  330. game.Players.LocalPlayer.Character:MoveTo(plr.Character.Torso.Position)
  331. end)
  332.  
  333. username.Name = "username"
  334. username.Parent = tele
  335. username.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  336. username.BorderColor3 = Color3.new(1, 1, 1)
  337. username.BorderSizePixel = 2
  338. username.Position = UDim2.new(0, 0, -1.4375, 0)
  339. username.Size = UDim2.new(0, 135, 0, 37)
  340. username.Font = Enum.Font.SourceSans
  341. username.Text = "Username"
  342. username.TextColor3 = Color3.new(0, 0, 0)
  343. username.TextSize = 14
  344.  
  345. noclipon.Name = "noclipon"
  346. noclipon.Parent = main
  347. noclipon.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  348. noclipon.BorderColor3 = Color3.new(1, 1, 1)
  349. noclipon.BorderSizePixel = 2
  350. noclipon.Position = UDim2.new(0.719135821, 0, 0.356964082, 0)
  351. noclipon.Size = UDim2.new(0, 91, 0, 32)
  352. noclipon.Visible = false
  353. noclipon.Font = Enum.Font.Fantasy
  354. noclipon.Text = "Noclip: ON"
  355. noclipon.TextColor3 = Color3.new(0, 0, 0)
  356. noclipon.TextSize = 14
  357. noclipon.MouseButton1Click:Connect(function()
  358. noclipoff.Visible = true
  359. noclipon.Visible = false
  360. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = true elseif v.ClassName == "Model" then v.Head.CanCollide = true end end) end end game:service("RunService").Stepped:wait() end
  361. end)
  362.  
  363. noclipoff.Name = "noclipoff"
  364. noclipoff.Parent = main
  365. noclipoff.BackgroundColor3 = Color3.new(1, 0, 0)
  366. noclipoff.BorderColor3 = Color3.new(1, 1, 1)
  367. noclipoff.BorderSizePixel = 2
  368. noclipoff.Position = UDim2.new(0.719135821, 0, 0.356964082, 0)
  369. noclipoff.Size = UDim2.new(0, 91, 0, 32)
  370. noclipoff.Font = Enum.Font.Fantasy
  371. noclipoff.Text = "Noclip: OFF"
  372. noclipoff.TextColor3 = Color3.new(0, 0, 0)
  373. noclipoff.TextSize = 14
  374. noclipoff.MouseButton1Click:Connect(function()
  375. noclipon.Visible = true
  376. noclipoff.Visible = false
  377. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  378. end)
  379.  
  380. gamepassoff.Name = "gamepassoff"
  381. gamepassoff.Parent = main
  382. gamepassoff.BackgroundColor3 = Color3.new(1, 0, 0)
  383. gamepassoff.BorderColor3 = Color3.new(1, 1, 1)
  384. gamepassoff.BorderSizePixel = 2
  385. gamepassoff.Position = UDim2.new(0.358024687, 0, 0.357164294, 0)
  386. gamepassoff.Size = UDim2.new(0, 91, 0, 32)
  387. gamepassoff.Font = Enum.Font.Fantasy
  388. gamepassoff.Text = "Gamepass: OFF"
  389. gamepassoff.TextColor3 = Color3.new(0, 0, 0)
  390. gamepassoff.TextSize = 14
  391. gamepassoff.MouseButton1Click:Connect(function()
  392. game.Players.LocalPlayer.Information.Gamepasses.FaceChanger.Value = true
  393. game.Players.LocalPlayer.Information.Gamepasses.Vanish.Value = true
  394. game.Players.LocalPlayer.Information.Gamepasses.Cloner.Value = true
  395. game.Players.LocalPlayer.Information.Gamepasses.InstantHide.Value = true
  396. game.Players.LocalPlayer.Information.Gamepasses.Radar.Value = true
  397. game.Players.LocalPlayer.Information.Gamepasses.Walkspeed.Value = true
  398. game.Players.LocalPlayer.Information.Gamepasses.AutoSeeker.Value = true
  399. game.Players.LocalPlayer.Information.Gamepasses.SeekerPoints.Value = true
  400. gamepasson.Visible = true
  401. gamepassoff.Visible = false
  402. end)
  403.  
  404. afkoff.Name = "afkoff"
  405. afkoff.Parent = main
  406. afkoff.BackgroundColor3 = Color3.new(1, 0, 0)
  407. afkoff.BorderColor3 = Color3.new(1, 1, 1)
  408. afkoff.BorderSizePixel = 2
  409. afkoff.Position = UDim2.new(0, 0, 0.357164294, 0)
  410. afkoff.Size = UDim2.new(0, 91, 0, 32)
  411. afkoff.Font = Enum.Font.Fantasy
  412. afkoff.Text = "AFK: OFF"
  413. afkoff.TextColor3 = Color3.new(0, 0, 0)
  414. afkoff.TextSize = 14
  415. afkoff.MouseButton1Click:connect(function()
  416. game.Players.LocalPlayer.Information.AFK.Value = true
  417. afkon.Visible = true
  418. afkoff.Visible = false
  419. end)
  420.  
  421. credits.Name = "credits"
  422. credits.Parent = main
  423. credits.BackgroundColor3 = Color3.new(0, 1, 0.164706)
  424. credits.BorderColor3 = Color3.new(1, 1, 1)
  425. credits.BorderSizePixel = 3
  426. credits.Position = UDim2.new(-0.000110002235, 0, 0.937165141, 0)
  427. credits.Size = UDim2.new(0, 131, 0, 24)
  428. credits.Font = Enum.Font.Cartoon
  429. credits.Text = "Credits: Psykek "
  430. credits.TextColor3 = Color3.new(0, 0, 0)
  431. credits.TextSize = 14
  432. -- Scripts:
Add Comment
Please, Sign In to add comment