0% found this document useful (0 votes)
2K views8 pages

Blox Hunt Script

This document defines the properties and behaviors of various GUI elements for a BloxHunt GUI created by NikitaPlays. It includes frames, buttons, labels and text boxes to control in-game abilities like money drops, unlimited energy, teleporting, and setting walkspeed. Buttons are programmed to trigger functions that modify player stats, spawn items, or toggle other GUI elements on and off.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views8 pages

Blox Hunt Script

This document defines the properties and behaviors of various GUI elements for a BloxHunt GUI created by NikitaPlays. It includes frames, buttons, labels and text boxes to control in-game abilities like money drops, unlimited energy, teleporting, and setting walkspeed. Buttons are programmed to trigger functions that modify player stats, spawn items, or toggle other GUI elements on and off.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
  • Script Code Listing

local ScreenGui = Instance.

new("ScreenGui")
local open = [Link]("Frame")
local ob = [Link]("TextButton")
local main = [Link]("Frame")
local name = [Link]("TextLabel")
local made = [Link]("TextLabel")
local money = [Link]("TextButton")
local energy = [Link]("TextButton")
local hider = [Link]("TextButton")
local X = [Link]("TextButton")
local afkon = [Link]("TextButton")
local taunt = [Link]("TextButton")
local health = [Link]("TextButton")
local kill = [Link]("TextButton")
local gamepasson = [Link]("TextButton")
local ws = [Link]("TextButton")
local number = [Link]("TextBox")
local tele = [Link]("TextButton")
local username = [Link]("TextBox")
local noclipon = [Link]("TextButton")
local noclipoff = [Link]("TextButton")
local gamepassoff = [Link]("TextButton")
local afkoff = [Link]("TextButton")
local credits = [Link]("TextLabel")
--Properties:
[Link] = [Link]

[Link] = "open"
[Link] = ScreenGui
open.BackgroundColor3 = [Link](0, 1, 0.164706)
open.BorderColor3 = [Link](1, 1, 1)
[Link] = 3
[Link] = [Link](0, 0, 0.474766344, 0)
[Link] = [Link](0, 81, 0, 20)

[Link] = "ob"
[Link] = open
ob.BackgroundColor3 = [Link](0, 1, 0.164706)
ob.BorderColor3 = [Link](1, 1, 1)
[Link] = 0
[Link] = [Link](0, 81, 0, 20)
[Link] = [Link]
[Link] = "OPEN"
ob.TextColor3 = [Link](0, 0, 0)
[Link] = 14
ob.MouseButton1Down:connect(function()
[Link] = true
[Link] = false
end)

[Link] = "main"
[Link] = ScreenGui
main.BackgroundColor3 = [Link](0, 1, 0.164706)
main.BorderColor3 = [Link](1, 1, 1)
[Link] = 5
[Link] = [Link](0.25629124, 0, 0.138317764, 0)
[Link] = [Link](0, 324, 0, 386)
[Link] = false
[Link] = true
[Link] = true

[Link] = "name"
[Link] = main
name.BackgroundColor3 = [Link](0, 1, 0.164706)
name.BorderColor3 = [Link](1, 1, 1)
[Link] = 3
[Link] = [Link](0.000210219994, 0, 0, 0)
[Link] = [Link](0, 323, 0, 24)
[Link] = [Link]
[Link] = "BloxHunt GUI"
name.TextColor3 = [Link](0, 0, 0)
[Link] = 19

[Link] = "made"
[Link] = main
made.BackgroundColor3 = [Link](0, 1, 0.164706)
made.BorderColor3 = [Link](1, 1, 1)
[Link] = 3
[Link] = [Link](0.592482567, 0, 0.937165141, 0)
[Link] = [Link](0, 131, 0, 24)
[Link] = [Link]
[Link] = "Made by NikitaPlays"
made.TextColor3 = [Link](0, 0, 0)
[Link] = 14

[Link] = "money"
[Link] = main
money.BackgroundColor3 = [Link](0, 1, 0.164706)
money.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0, 0, 0.100487396, 0)
[Link] = [Link](0, 91, 0, 32)
[Link] = [Link]
[Link] = "Money"
money.TextColor3 = [Link](0, 0, 0)
[Link] = 14
money.MouseButton1Down:connect(function()
local coin = [Link]
[Link] = false
for i = 1,50,1 do
wait()
[Link] = ([Link])
end
[Link] = true
end)

[Link] = "energy"
[Link] = main
energy.BackgroundColor3 = [Link](0, 1, 0.164706)
energy.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0.358024687, 0, 0.231908411, 0)
[Link] = [Link](0, 91, 0, 32)
[Link] = [Link]
[Link] = "Unlim Energy"
energy.TextColor3 = [Link](0, 0, 0)
[Link] = 14
energy.MouseButton1Down:connect(function()
[Link]:FireServer("Energy", 10000)
end)

[Link] = "hider"
[Link] = main
hider.BackgroundColor3 = [Link](0, 1, 0.164706)
hider.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0, 0, 0.232732117, 0)
[Link] = [Link](0, 91, 0, 32)
[Link] = [Link]
[Link] = "View Hider"
hider.TextColor3 = [Link](0, 0, 0)
[Link] = 14
hider.MouseButton1Click:Connect(function()
players = game:GetService("Players")
while wait(1) do
for i, v in pairs(players:GetChildren()) do
if [Link] ~= [Link] then
if [Link] and [Link]:FindFirstChild("Object") then
for j, k in pairs([Link]:GetChildren()) do
if k:IsA("Part") then
[Link] = [Link]("Hot pink")
end
end
end
end
end
end
end)

[Link] = "X"
[Link] = main
X.BackgroundColor3 = [Link](0, 1, 0.164706)
X.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0.929168344, 0, 0, 0)
[Link] = [Link](0, 22, 0, 24)
[Link] = [Link]
[Link] = "X"
X.TextColor3 = [Link](0, 0, 0)
[Link] = 14
X.MouseButton1Down:connect(function()
[Link] = true
[Link] = false
end)

[Link] = "afkon"
[Link] = main
afkon.BackgroundColor3 = [Link](0, 1, 0.164706)
afkon.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0, 0, 0.357164294, 0)
[Link] = [Link](0, 91, 0, 32)
[Link] = false
[Link] = [Link]
[Link] = "AFK: ON"
afkon.TextColor3 = [Link](0, 0, 0)
[Link] = 14
afkon.MouseButton1Down:connect(function()
[Link] = false
[Link] = true
[Link] = false
end)

[Link] = "taunt"
[Link] = main
taunt.BackgroundColor3 = [Link](0, 1, 0.164706)
taunt.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0.358884186, 0, 0.100687623, 0)
[Link] = [Link](0, 91, 0, 32)
[Link] = [Link]
[Link] = "Spam Taunt"
taunt.TextColor3 = [Link](0, 0, 0)
[Link] = 14
taunt.MouseButton1Click:Connect(function()
while true do
[Link]:FireServer()
wait()
[Link]:FireServer()
wait()
[Link]:FireServer()
wait()
[Link]:FireServer()
wait()
[Link]:FireServer()
wait()
end
end)

[Link] = "health"
[Link] = main
health.BackgroundColor3 = [Link](0, 1, 0.164706)
health.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0.719135821, 0, 0.230021074, 0)
[Link] = [Link](0, 91, 0, 32)
[Link] = [Link]
[Link] = "Unlim Health"
health.TextColor3 = [Link](0, 0, 0)
[Link] = 14
health.MouseButton1Down:connect(function()
[Link]:FireServer("Health", 10000)
end)

[Link] = "kill"
[Link] = main
kill.BackgroundColor3 = [Link](0, 1, 0.164706)
kill.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0.719135821, 0, 0.100487396, 0)
[Link] = [Link](0, 91, 0, 32)
[Link] = [Link]
[Link] = "Autokill"
kill.TextColor3 = [Link](0, 0, 0)
[Link] = 14
kill.MouseButton1Down:connect(function()
local shock = [Link]
local refill = [Link]

for _, v in pairs([Link]:GetPlayers()) do
if [Link] and [Link]:FindFirstChild'Object' then
for i=1, 3 do
shock:FireServer("Hit", [Link])
for i=1, 2 do
refill:FireServer("Energy", 2)
end
end
end
end
end)

[Link] = "gamepasson"
[Link] = main
gamepasson.BackgroundColor3 = [Link](0, 1, 0.164706)
gamepasson.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0.358024687, 0, 0.357164294, 0)
[Link] = [Link](0, 91, 0, 32)
[Link] = false
[Link] = [Link]
[Link] = "Gamepass: ON"
gamepasson.TextColor3 = [Link](0, 0, 0)
[Link] = 14
gamepasson.MouseButton1Down:connect(function()
[Link] = false
[Link] = false
[Link] = false
[Link] = false
[Link] = false
[Link] = false
[Link] = false
[Link] = false
[Link] = true
[Link] = false
end)

[Link] = "ws"
[Link] = main
ws.BackgroundColor3 = [Link](0, 1, 0.164706)
ws.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0, 0, 0.618822336, 0)
[Link] = [Link](0, 135, 0, 32)
[Link] = [Link]
[Link] = "Set WS"
ws.TextColor3 = [Link](0, 0, 0)
[Link] = 12
ws.MouseButton1Down:connect(function()
[Link] = ([Link]) --What
the walkspeed is as you click [SHIFT]
end)

[Link] = "number"
[Link] = ws
number.BackgroundColor3 = [Link](0, 1, 0.164706)
number.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0, 0, -1.4375, 0)
[Link] = [Link](0, 135, 0, 37)
[Link] = [Link]
[Link] = "Number"
number.TextColor3 = [Link](0, 0, 0)
[Link] = 14

[Link] = "tele"
[Link] = main
tele.BackgroundColor3 = [Link](0, 1, 0.164706)
tele.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0.583333433, 0, 0.618822336, 0)
[Link] = [Link](0, 135, 0, 32)
[Link] = [Link]
[Link] = "Teleport"
tele.TextColor3 = [Link](0, 0, 0)
[Link] = 14
tele.MouseButton1Click:Connect(function()
getplr = function(plxr)
for i, v in pairs([Link]:GetPlayers()) do
if [Link]([Link], plxr) then
return v
elseif [Link]:sub(1, plxr:len()):lower()== plxr:lower() then
return v
end
end
end
local plr = getplr([Link])
[Link]:MoveTo([Link])
end)

[Link] = "username"
[Link] = tele
username.BackgroundColor3 = [Link](0, 1, 0.164706)
username.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0, 0, -1.4375, 0)
[Link] = [Link](0, 135, 0, 37)
[Link] = [Link]
[Link] = "Username"
username.TextColor3 = [Link](0, 0, 0)
[Link] = 14

[Link] = "noclipon"
[Link] = main
noclipon.BackgroundColor3 = [Link](0, 1, 0.164706)
noclipon.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0.719135821, 0, 0.356964082, 0)
[Link] = [Link](0, 91, 0, 32)
[Link] = false
[Link] = [Link]
[Link] = "Noclip: ON"
noclipon.TextColor3 = [Link](0, 0, 0)
[Link] = 14
noclipon.MouseButton1Click:Connect(function()
[Link] = true
[Link] = false
local noclip = true char = [Link] while true do if
noclip == true then for _,v in pairs(char:children()) do pcall(function() if
[Link] == "Part" then [Link] = true elseif [Link] == "Model" then
[Link] = true end end) end end game:service("RunService").Stepped:wait()
end
end)

[Link] = "noclipoff"
[Link] = main
noclipoff.BackgroundColor3 = [Link](1, 0, 0)
noclipoff.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0.719135821, 0, 0.356964082, 0)
[Link] = [Link](0, 91, 0, 32)
[Link] = [Link]
[Link] = "Noclip: OFF"
noclipoff.TextColor3 = [Link](0, 0, 0)
[Link] = 14
noclipoff.MouseButton1Click:Connect(function()
[Link] = true
[Link] = false
local noclip = true char = [Link] while true do if
noclip == true then for _,v in pairs(char:children()) do pcall(function() if
[Link] == "Part" then [Link] = false elseif [Link] == "Model" then
[Link] = false end end) end end
game:service("RunService").Stepped:wait() end
end)

[Link] = "gamepassoff"
[Link] = main
gamepassoff.BackgroundColor3 = [Link](1, 0, 0)
gamepassoff.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0.358024687, 0, 0.357164294, 0)
[Link] = [Link](0, 91, 0, 32)
[Link] = [Link]
[Link] = "Gamepass: OFF"
gamepassoff.TextColor3 = [Link](0, 0, 0)
[Link] = 14
gamepassoff.MouseButton1Click:Connect(function()
[Link] = true
[Link] = true
[Link] = true
[Link] = true
[Link] = true
[Link] = true
[Link] = true
[Link] = true
[Link] = true
[Link] = false
end)

[Link] = "afkoff"
[Link] = main
afkoff.BackgroundColor3 = [Link](1, 0, 0)
afkoff.BorderColor3 = [Link](1, 1, 1)
[Link] = 2
[Link] = [Link](0, 0, 0.357164294, 0)
[Link] = [Link](0, 91, 0, 32)
[Link] = [Link]
[Link] = "AFK: OFF"
afkoff.TextColor3 = [Link](0, 0, 0)
[Link] = 14
afkoff.MouseButton1Click:connect(function()
[Link] = true
[Link] = true
[Link] = false
end)

[Link] = "credits"
[Link] = main
credits.BackgroundColor3 = [Link](0, 1, 0.164706)
credits.BorderColor3 = [Link](1, 1, 1)
[Link] = 3
[Link] = [Link](-0.000110002235, 0, 0.937165141, 0)
[Link] = [Link](0, 131, 0, 24)
[Link] = [Link]
[Link] = "Credits: Psykek "
credits.TextColor3 = [Link](0, 0, 0)
[Link] = 14

local ScreenGui = Instance.new("ScreenGui")
local open = Instance.new("Frame")
local ob = Instance.new("TextButton")
local ma
main.Draggable = true
 
name.Name = "name"
name.Parent = main
name.BackgroundColor3 = Color3.new(0, 1, 0.164706)
name.BorderC
game.ReplicatedStorage.GameFunctions.StatChange:FireServer("Energy", 10000)
end)
 
hider.Name = "hider"
hider.Parent = ma
afkon.MouseButton1Down:connect(function()
    game.Players.LocalPlayer.Information.AFK.Value = false
    afkoff.Visible = tru
local shock  = game.ReplicatedStorage.GameFunctions.Shock
local refill = game.ReplicatedStorage.GameFunctions.StatChange
number.BorderColor3 = Color3.new(1, 1, 1)
number.BorderSizePixel = 2
number.Position = UDim2.new(0, 0, -1.4375, 0)
number.Siz
noclipoff.Visible = true
    noclipon.Visible = false
    local noclip = true char = game.Players.LocalPlayer.Character w
afkoff.Position = UDim2.new(0, 0, 0.357164294, 0)
afkoff.Size = UDim2.new(0, 91, 0, 32)
afkoff.Font = Enum.Font.Fantasy
afkof

You might also like