Guest User

Hack de Blox Hunt de Francisco0137

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