Functions: Item giver

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
--Use the find and replace tool to replace all of each of the following with what you want:
--Scuba Diving at Quill Lake Gui
--Lucas111222
--ScubaDivingatQuillLakeGui(NoSpaces)
--Aquabreather(NoSpaces)
--Compass(NoSpaces)
--ItemFinder(NoSpaces)
--Lantern(NoSpaces)
--SeaScooter(NoSpaces)
--MoneyHack(NoSpaces)
--Aquabreather
--Compass
--Item Finder
--Lantern
--Sea Scooter
--Money Hack
--Go down to the bottom of the script and replace the areas labled 'Enter(ButtonName)FunctionHere' with the script you want to run for each of the buttons
if game.CoreGui:findFirstChild("ScubaDivingatQuillLakeGui") then
game.CoreGui["ScubaDivingatQuillLakeGui"]:remove()
end
wait(0.1)
ScubaDivingatQuillLakeGui = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
ScubaDivingatQuillLakeGui.Name = ("ScubaDivingatQuillLakeGui")
tab = Instance.new("Frame",ScubaDivingatQuillLakeGui)
frame = Instance.new("Frame",tab)
close = Instance.new("TextButton",tab)
min = Instance.new("TextButton",tab)
blabel = Instance.new("TextLabel",tab)
local CG = game.CoreGui
Aquabreather = Instance.new("TextButton",frame)
Compass = Instance.new("TextButton",frame)
ItemFinder = Instance.new("TextButton",frame)
Lantern = Instance.new("TextButton",frame)
SeaScooter = Instance.new("TextButton",frame)
MoneyHack = Instance.new("TextButton",frame)
--Appearance
ScubaDivingatQuillLakeGui.Parent = CG
local CGG = CG["ScubaDivingatQuillLakeGui"]
tab.AnchorPoint = Vector2.new(0.5,0.5)
tab.Position = UDim2.new(0.5,0,0.5,0)
tab.Size = UDim2.new(0,400,0,25)
tab.BorderSizePixel = 0
tab.BackgroundColor3 = Color3.new(1,1,1)
tab.Draggable = true
tab.Active = true
frame.Position = UDim2.new(0,0,0,25)
frame.Size = UDim2.new(0,400,0,178.5)
frame.BorderSizePixel = 0
frame.BackgroundColor3 = Color3.new(150/255,150/255,150/255)
close.Position = UDim2.new(1,-20,0,0)
close.Size = UDim2.new(0,20,0,20)
close.BorderSizePixel = 0
close.BackgroundColor3 = Color3.new(1,1,1)
close.Text = ("X")
close.Font = ("Arial")
close.TextSize = 15
close.TextColor3 = Color3.new(26/255,26/255,26/255)
min.Position = UDim2.new(1,-40,0,0)
min.Size = UDim2.new(0,20,0,20)
min.BorderSizePixel = 0
min.BackgroundColor3 = Color3.new(1,1,1)
min.Text = ("_")
min.Font = ("Arial")
min.TextSize = 15
min.TextColor3 = Color3.new(26/255,26/255,26/255)
blabel.Position = UDim2.new(0,135,0,8)
blabel.BackgroundTransparency = 1
blabel.Text = ("Scuba Diving at Quill Lake Gui")
blabel.TextSize = 10
blabel.TextColor3 = Color3.new(0,0,0)
Aquabreather.Position = UDim2.new(0,5,0,5)
Aquabreather.Size = UDim2.new(0,126,0,80)
Aquabreather.BorderSizePixel = 0
Aquabreather.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
Aquabreather.Text = ("Aquabreather")
Aquabreather.Font = ("Arial")
Aquabreather.TextSize = 20
Aquabreather.TextColor3 = Color3.new(0,0,0)
Compass.Position = UDim2.new(0,136,0,5)
Compass.Size = UDim2.new(0,126,0,80)
Compass.BorderSizePixel = 0
Compass.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
Compass.Text = ("Compass")
Compass.Font = ("Arial")
Compass.TextSize = 20
Compass.TextColor3 = Color3.new(0,0,0)
ItemFinder.Position = UDim2.new(0,267,0,5)
ItemFinder.Size = UDim2.new(0,128,0,80)
ItemFinder.BorderSizePixel = 0
ItemFinder.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
ItemFinder.Text = ("Item Finder")
ItemFinder.Font = ("Arial")
ItemFinder.TextSize = 20
ItemFinder.TextColor3 = Color3.new(0,0,0)
Lantern.Position = UDim2.new(0,5,0,93)
Lantern.Size = UDim2.new(0,126,0,80)
Lantern.BorderSizePixel = 0
Lantern.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
Lantern.Text = ("Lantern")
Lantern.Font = ("Arial")
Lantern.TextSize = 20
Lantern.TextColor3 = Color3.new(0,0,0)
SeaScooter.Position = UDim2.new(0,136,0,93)
SeaScooter.Size = UDim2.new(0,126,0,80)
SeaScooter.BorderSizePixel = 0
SeaScooter.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
SeaScooter.Text = ("Sea Scooter")
SeaScooter.Font = ("Arial")
SeaScooter.TextSize = 20
SeaScooter.TextColor3 = Color3.new(0,0,0)
MoneyHack.Position = UDim2.new(0,267,0,93)
MoneyHack.Size = UDim2.new(0,128,0,80)
MoneyHack.BorderSizePixel = 0
MoneyHack.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
MoneyHack.Text = ("Money Hack")
MoneyHack.Font = ("Arial")
MoneyHack.TextSize = 20
MoneyHack.TextColor3 = Color3.new(0,0,0)
--Buttons / functions
--Do not edit these!
close.MouseEnter:connect(function()
close.BackgroundColor3 = Color3.new(1,0,0)
end)
close.MouseLeave:connect(function()
close.BackgroundColor3 = Color3.new(1,1,1)
end)
close.MouseButton1Up:connect(function()
game.CoreGui["ScubaDivingatQuillLakeGui"]:remove()
end)
minid = false
min.MouseButton1Up:connect(function()
if minid == false then
frame.Position = UDim2.new(2000,0,0,0)
minid = true
else
frame.Position = UDim2.new(0,0,0,25)
minid = false
end
end)
--Replace the areas labled 'Enter(ButtonName)FunctionHere' with the script you want to run for each of the buttons
--Aquabreather--
Aquabreather.MouseEnter:connect(function()
Aquabreather.TextColor3 = Color3.new(1,1,1)
Aquabreather.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
end)
Aquabreather.MouseLeave:connect(function()
Aquabreather.TextColor3 = Color3.new(0,0,0)
Aquabreather.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
end)
Aquabreather.MouseButton1Down:connect(function()
game.ReplicatedStorage.GiveTool:FireServer("Aquabreather")
end)
--Compass--
Compass.MouseEnter:connect(function()
Compass.TextColor3 = Color3.new(1,1,1)
Compass.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
end)
Compass.MouseLeave:connect(function()
Compass.TextColor3 = Color3.new(0,0,0)
Compass.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
end)
Compass.MouseButton1Down:connect(function()
game.ReplicatedStorage.GiveTool:FireServer("Compass")
end)
--ItemFinder--
ItemFinder.MouseEnter:connect(function()
ItemFinder.TextColor3 = Color3.new(1,1,1)
ItemFinder.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
end)
ItemFinder.MouseLeave:connect(function()
ItemFinder.TextColor3 = Color3.new(0,0,0)
ItemFinder.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
end)
ItemFinder.MouseButton1Down:connect(function()
game.ReplicatedStorage.GiveTool:FireServer("ItemFinder")
end)
--Lantern--
Lantern.MouseEnter:connect(function()
Lantern.TextColor3 = Color3.new(1,1,1)
Lantern.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
end)
Lantern.MouseLeave:connect(function()
Lantern.TextColor3 = Color3.new(0,0,0)
Lantern.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
end)
Lantern.MouseButton1Down:connect(function()
game.ReplicatedStorage.GiveTool:FireServer("Lantern")
end)
--SeaScooter--
SeaScooter.MouseEnter:connect(function()
SeaScooter.TextColor3 = Color3.new(1,1,1)
SeaScooter.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
end)
SeaScooter.MouseLeave:connect(function()
SeaScooter.TextColor3 = Color3.new(0,0,0)
SeaScooter.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
end)
SeaScooter.MouseButton1Down:connect(function()
game.ReplicatedStorage.GiveTool:FireServer("SeaScooter")
end)
--MoneyHack--
MoneyHack.MouseEnter:connect(function()
MoneyHack.TextColor3 = Color3.new(1,1,1)
MoneyHack.BackgroundColor3 = Color3.new(135/255, 135/255, 135/255)
end)
MoneyHack.MouseLeave:connect(function()
MoneyHack.TextColor3 = Color3.new(0,0,0)
MoneyHack.BackgroundColor3 = Color3.new(100/255, 100/255, 100/255)
end)
MoneyHack.MouseButton1Down:connect(function()
game.ReplicatedStorage.Pay:FireServer(95000, "Sell")
end)

Leave a Comment