Advertisement
Guest User

Blox Hunt Gui

a guest
Apr 27th, 2019
10,453
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.17 KB | None | 0 0
  1. local a=Instance.new('ScreenGui')local b=Instance.new('Frame')local c=Instance.new('TextButton')local d=Instance.new('Frame')local e=Instance.new('TextLabel')local f=Instance.new('TextLabel')local g=Instance.new('TextButton')local h=Instance.new('TextButton')local i=Instance.new('TextButton')local j=Instance.new('TextButton')local k=Instance.new('TextButton')local l=Instance.new('TextButton')local m=Instance.new('TextButton')local n=Instance.new('TextButton')local o=Instance.new('TextButton')local p=Instance.new('TextButton')local q=Instance.new('TextBox')local r=Instance.new('TextButton')local s=Instance.new('TextBox')local t=Instance.new('TextButton')local u=Instance.new('TextButton')local v=Instance.new('TextButton')local w=Instance.new('TextButton')local x=Instance.new('TextLabel')a.Parent=game.CoreGui;b.Name='open'b.Parent=a;b.BackgroundColor3=Color3.new(0,1,0.164706)b.BorderColor3=Color3.new(1,1,1)b.BorderSizePixel=3;b.Position=UDim2.new(0,0,0.474766344,0)b.Size=UDim2.new(0,81,0,20)c.Name='ob'c.Parent=b;c.BackgroundColor3=Color3.new(0,1,0.164706)c.BorderColor3=Color3.new(1,1,1)c.BorderSizePixel=0;c.Size=UDim2.new(0,81,0,20)c.Font=Enum.Font.Fantasy;c.Text='OPEN'c.TextColor3=Color3.new(0,0,0)c.TextSize=14;c.MouseButton1Down:connect(function()d.Visible=true;b.Visible=false end)d.Name='main'd.Parent=a;d.BackgroundColor3=Color3.new(0,1,0.164706)d.BorderColor3=Color3.new(1,1,1)d.BorderSizePixel=5;d.Position=UDim2.new(0.25629124,0,0.138317764,0)d.Size=UDim2.new(0,324,0,386)d.Visible=false;d.Active=true;d.Draggable=true;e.Name='name'e.Parent=d;e.BackgroundColor3=Color3.new(0,1,0.164706)e.BorderColor3=Color3.new(1,1,1)e.BorderSizePixel=3;e.Position=UDim2.new(0.000210219994,0,0,0)e.Size=UDim2.new(0,323,0,24)e.Font=Enum.Font.Cartoon;e.Text='BloxHunt GUI'e.TextColor3=Color3.new(0,0,0)e.TextSize=19;f.Name='made'f.Parent=d;f.BackgroundColor3=Color3.new(0,1,0.164706)f.BorderColor3=Color3.new(1,1,1)f.BorderSizePixel=3;f.Position=UDim2.new(0.592482567,0,0.937165141,0)f.Size=UDim2.new(0,131,0,24)f.Font=Enum.Font.Cartoon;f.Text='Made by Vugam#0025'f.TextColor3=Color3.new(0,0,0)f.TextSize=14;g.Name='money'g.Parent=d;g.BackgroundColor3=Color3.new(0,1,0.164706)g.BorderColor3=Color3.new(1,1,1)g.BorderSizePixel=2;g.Position=UDim2.new(0,0,0.100487396,0)g.Size=UDim2.new(0,91,0,32)g.Font=Enum.Font.Fantasy;g.Text='Money'g.TextColor3=Color3.new(0,0,0)g.TextSize=14;g.MouseButton1Down:connect(function()local y=workspace.Lobby.LobbyObby.Token;y.CanCollide=false;for z=1,50,1 do wait()y.CFrame=game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end;y.CanCollide=true end)h.Name='energy'h.Parent=d;h.BackgroundColor3=Color3.new(0,1,0.164706)h.BorderColor3=Color3.new(1,1,1)h.BorderSizePixel=2;h.Position=UDim2.new(0.358024687,0,0.231908411,0)h.Size=UDim2.new(0,91,0,32)h.Font=Enum.Font.Fantasy;h.Text='Unlim Energy'h.TextColor3=Color3.new(0,0,0)h.TextSize=14;h.MouseButton1Down:connect(function()game.ReplicatedStorage.GameFunctions.StatChange:FireServer('Energy',10000)end)i.Name='hider'i.Parent=d;i.BackgroundColor3=Color3.new(0,1,0.164706)i.BorderColor3=Color3.new(1,1,1)i.BorderSizePixel=2;i.Position=UDim2.new(0,0,0.232732117,0)i.Size=UDim2.new(0,91,0,32)i.Font=Enum.Font.Fantasy;i.Text='View Hider'i.TextColor3=Color3.new(0,0,0)i.TextSize=14;i.MouseButton1Click:Connect(function()players=game:GetService('Players')while wait(1)do for z,A in pairs(players:GetChildren())do if A.Name~=players.LocalPlayer.Name then if A.Character and A.Character:FindFirstChild('Object')then for B,C in pairs(A.Character.Object:GetChildren())do if C:IsA('Part')then C.BrickColor=BrickColor.new('Hot pink')end end end end end end end)j.Name='X'j.Parent=d;j.BackgroundColor3=Color3.new(0,1,0.164706)j.BorderColor3=Color3.new(1,1,1)j.BorderSizePixel=2;j.Position=UDim2.new(0.929168344,0,0,0)j.Size=UDim2.new(0,22,0,24)j.Font=Enum.Font.Fantasy;j.Text='X'j.TextColor3=Color3.new(0,0,0)j.TextSize=14;j.MouseButton1Down:connect(function()b.Visible=true;d.Visible=false end)k.Name='afkon'k.Parent=d;k.BackgroundColor3=Color3.new(0,1,0.164706)k.BorderColor3=Color3.new(1,1,1)k.BorderSizePixel=2;k.Position=UDim2.new(0,0,0.357164294,0)k.Size=UDim2.new(0,91,0,32)k.Visible=false;k.Font=Enum.Font.Fantasy;k.Text='AFK: ON'k.TextColor3=Color3.new(0,0,0)k.TextSize=14;k.MouseButton1Down:connect(function()game.Players.LocalPlayer.Information.AFK.Value=false;w.Visible=true;k.Visible=false end)l.Name='taunt'l.Parent=d;l.BackgroundColor3=Color3.new(0,1,0.164706)l.BorderColor3=Color3.new(1,1,1)l.BorderSizePixel=2;l.Position=UDim2.new(0.358884186,0,0.100687623,0)l.Size=UDim2.new(0,91,0,32)l.Font=Enum.Font.Fantasy;l.Text='Spam Taunt'l.TextColor3=Color3.new(0,0,0)l.TextSize=14;l.MouseButton1Click:Connect(function()while true do game.ReplicatedStorage.GameFunctions.Taunt:FireServer()wait()game.ReplicatedStorage.GameFunctions.Taunt:FireServer()wait()game.ReplicatedStorage.GameFunctions.Taunt:FireServer()wait()game.ReplicatedStorage.GameFunctions.Taunt:FireServer()wait()game.ReplicatedStorage.GameFunctions.Taunt:FireServer()wait()end end)m.Name='health'm.Parent=d;m.BackgroundColor3=Color3.new(0,1,0.164706)m.BorderColor3=Color3.new(1,1,1)m.BorderSizePixel=2;m.Position=UDim2.new(0.719135821,0,0.230021074,0)m.Size=UDim2.new(0,91,0,32)m.Font=Enum.Font.Fantasy;m.Text='Unlim Health'm.TextColor3=Color3.new(0,0,0)m.TextSize=14;m.MouseButton1Down:connect(function()game.ReplicatedStorage.GameFunctions.StatChange:FireServer('Health',10000)end)n.Name='kill'n.Parent=d;n.BackgroundColor3=Color3.new(0,1,0.164706)n.BorderColor3=Color3.new(1,1,1)n.BorderSizePixel=2;n.Position=UDim2.new(0.719135821,0,0.100487396,0)n.Size=UDim2.new(0,91,0,32)n.Font=Enum.Font.Fantasy;n.Text='Autokill'n.TextColor3=Color3.new(0,0,0)n.TextSize=14;n.MouseButton1Down:connect(function()local D=game.ReplicatedStorage.GameFunctions.Shock;local E=game.ReplicatedStorage.GameFunctions.StatChange;for F,A in pairs(game.Players:GetPlayers())do if A.Character and A.Character:FindFirstChild'Object'then for z=1,3 do D:FireServer('Hit',A.Character)for z=1,2 do E:FireServer('Energy',2)end end end end end)o.Name='gamepasson'o.Parent=d;o.BackgroundColor3=Color3.new(0,1,0.164706)o.BorderColor3=Color3.new(1,1,1)o.BorderSizePixel=2;o.Position=UDim2.new(0.358024687,0,0.357164294,0)o.Size=UDim2.new(0,91,0,32)o.Visible=false;o.Font=Enum.Font.Fantasy;o.Text='Gamepass: ON'o.TextColor3=Color3.new(0,0,0)o.TextSize=14;o.MouseButton1Down:connect(function()game.Players.LocalPlayer.Information.Gamepasses.FaceChanger.Value=false;game.Players.LocalPlayer.Information.Gamepasses.Vanish.Value=false;game.Players.LocalPlayer.Information.Gamepasses.Cloner.Value=false;game.Players.LocalPlayer.Information.Gamepasses.InstantHide.Value=false;game.Players.LocalPlayer.Information.Gamepasses.Radar.Value=false;game.Players.LocalPlayer.Information.Gamepasses.Walkspeed.Value=false;game.Players.LocalPlayer.Information.Gamepasses.AutoSeeker.Value=false;game.Players.LocalPlayer.Information.Gamepasses.SeekerPoints.Value=false;v.Visible=true;o.Visible=false end)p.Name='ws'p.Parent=d;p.BackgroundColor3=Color3.new(0,1,0.164706)p.BorderColor3=Color3.new(1,1,1)p.BorderSizePixel=2;p.Position=UDim2.new(0,0,0.618822336,0)p.Size=UDim2.new(0,135,0,32)p.Font=Enum.Font.Fantasy;p.Text='Set WS'p.TextColor3=Color3.new(0,0,0)p.TextSize=12;p.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=q.Text end)q.Name='number'q.Parent=p;q.BackgroundColor3=Color3.new(0,1,0.164706)q.BorderColor3=Color3.new(1,1,1)q.BorderSizePixel=2;q.Position=UDim2.new(0,0,-1.4375,0)q.Size=UDim2.new(0,135,0,37)q.Font=Enum.Font.SourceSans;q.Text='Number'q.TextColor3=Color3.new(0,0,0)q.TextSize=14;r.Name='tele'r.Parent=d;r.BackgroundColor3=Color3.new(0,1,0.164706)r.BorderColor3=Color3.new(1,1,1)r.BorderSizePixel=2;r.Position=UDim2.new(0.583333433,0,0.618822336,0)r.Size=UDim2.new(0,135,0,32)r.Font=Enum.Font.Fantasy;r.Text='Teleport'r.TextColor3=Color3.new(0,0,0)r.TextSize=14;r.MouseButton1Click:Connect(function()getplr=function(G)for z,A in pairs(game.Players:GetPlayers())do if string.find(A.Name,G)then return A elseif A.Name:sub(1,G:len()):lower()==G:lower()then return A end end end;local H=getplr(s.Text)game.Players.LocalPlayer.Character:MoveTo(H.Character.Torso.Position)end)s.Name='username's.Parent=r;s.BackgroundColor3=Color3.new(0,1,0.164706)s.BorderColor3=Color3.new(1,1,1)s.BorderSizePixel=2;s.Position=UDim2.new(0,0,-1.4375,0)s.Size=UDim2.new(0,135,0,37)s.Font=Enum.Font.SourceSans;s.Text='Username's.TextColor3=Color3.new(0,0,0)s.TextSize=14;t.Name='noclipon't.Parent=d;t.BackgroundColor3=Color3.new(0,1,0.164706)t.BorderColor3=Color3.new(1,1,1)t.BorderSizePixel=2;t.Position=UDim2.new(0.719135821,0,0.356964082,0)t.Size=UDim2.new(0,91,0,32)t.Visible=false;t.Font=Enum.Font.Fantasy;t.Text='Noclip: ON't.TextColor3=Color3.new(0,0,0)t.TextSize=14;t.MouseButton1Click:Connect(function()u.Visible=true;t.Visible=false;local I=true;char=game.Players.LocalPlayer.Character;while true do if I==true then for F,A in pairs(char:children())do pcall(function()if A.className=='Part'then A.CanCollide=true elseif A.ClassName=='Model'then A.Head.CanCollide=true end end)end end;game:service('RunService').Stepped:wait()end end)u.Name='noclipoff'u.Parent=d;u.BackgroundColor3=Color3.new(1,0,0)u.BorderColor3=Color3.new(1,1,1)u.BorderSizePixel=2;u.Position=UDim2.new(0.719135821,0,0.356964082,0)u.Size=UDim2.new(0,91,0,32)u.Font=Enum.Font.Fantasy;u.Text='Noclip: OFF'u.TextColor3=Color3.new(0,0,0)u.TextSize=14;u.MouseButton1Click:Connect(function()t.Visible=true;u.Visible=false;local I=true;char=game.Players.LocalPlayer.Character;while true do if I==true then for F,A in pairs(char:children())do pcall(function()if A.className=='Part'then A.CanCollide=false elseif A.ClassName=='Model'then A.Head.CanCollide=false end end)end end;game:service('RunService').Stepped:wait()end end)v.Name='gamepassoff'v.Parent=d;v.BackgroundColor3=Color3.new(1,0,0)v.BorderColor3=Color3.new(1,1,1)v.BorderSizePixel=2;v.Position=UDim2.new(0.358024687,0,0.357164294,0)v.Size=UDim2.new(0,91,0,32)v.Font=Enum.Font.Fantasy;v.Text='Gamepass: OFF'v.TextColor3=Color3.new(0,0,0)v.TextSize=14;v.MouseButton1Click:Connect(function()game.Players.LocalPlayer.Information.Gamepasses.FaceChanger.Value=true;game.Players.LocalPlayer.Information.Gamepasses.Vanish.Value=true;game.Players.LocalPlayer.Information.Gamepasses.Cloner.Value=true;game.Players.LocalPlayer.Information.Gamepasses.InstantHide.Value=true;game.Players.LocalPlayer.Information.Gamepasses.Radar.Value=true;game.Players.LocalPlayer.Information.Gamepasses.Walkspeed.Value=true;game.Players.LocalPlayer.Information.Gamepasses.AutoSeeker.Value=true;game.Players.LocalPlayer.Information.Gamepasses.SeekerPoints.Value=true;o.Visible=true;v.Visible=false end)w.Name='afkoff'w.Parent=d;w.BackgroundColor3=Color3.new(1,0,0)w.BorderColor3=Color3.new(1,1,1)w.BorderSizePixel=2;w.Position=UDim2.new(0,0,0.357164294,0)w.Size=UDim2.new(0,91,0,32)w.Font=Enum.Font.Fantasy;w.Text='AFK: OFF'w.TextColor3=Color3.new(0,0,0)w.TextSize=14;w.MouseButton1Click:connect(function()game.Players.LocalPlayer.Information.AFK.Value=true;k.Visible=true;w.Visible=false end)x.Name='credits'x.Parent=d;x.BackgroundColor3=Color3.new(0,1,0.164706)x.BorderColor3=Color3.new(1,1,1)x.BorderSizePixel=3;x.Position=UDim2.new(-0.000110002235,0,0.937165141,0)x.Size=UDim2.new(0,131,0,24)x.Font=Enum.Font.Cartoon;x.Text='Credits: Psykek 'x.TextColor3=Color3.new(0,0,0)x.TextSize=14
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement