Advertisement
Guest User

Blox Hunt GUI

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