Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Tower of Hell Geargiver
- -- By: Thxirdyy
- -- Version: 3.2
- -- Variables:
- local ReplicatedStorage = game:GetService("ReplicatedStorage")
- local UserInputService = game:GetService("UserInputService")
- local Gear = ReplicatedStorage:FindFirstChild("Gear")
- local Players = game:GetService("Players")
- local Player = Players.LocalPlayer
- -- Gears:
- local killpart = Gear:FindFirstChild("killpart")
- local bomb = Gear:FindFirstChild("bomb")
- local cola = Gear:FindFirstChild("cola")
- local hourglass = Gear:FindFirstChild("hourglass")
- local yxterminator = Gear:FindFirstChild("yxterminator")
- local fusion = Gear:FindFirstChild("fusion")
- local jump = Gear:FindFirstChild("jump")
- local speed = Gear:FindFirstChild("speed")
- local hook = Gear:FindFirstChild("hook")
- local gravity = Gear:FindFirstChild("gravity")
- local trowel = Gear:FindFirstChild("trowel")
- -- Instances:
- local geargiver = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local desc1 = Instance.new("TextLabel")
- local desc2 = Instance.new("TextLabel")
- local gearBox = Instance.new("TextBox")
- local UICorner = Instance.new("UICorner")
- local Output = Instance.new("TextLabel")
- local UICorner_2 = Instance.new("UICorner")
- local list = Instance.new("TextLabel")
- local UICorner_3 = Instance.new("UICorner")
- --Properties:
- geargiver.Name = "geargiver"
- geargiver.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- geargiver.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- geargiver.ResetOnSpawn = false
- main.Name = "main"
- main.Parent = geargiver
- main.BackgroundColor3 = Color3.fromRGB(82, 82, 82)
- main.BorderColor3 = Color3.fromRGB(0, 0, 0)
- main.BorderSizePixel = 0
- main.Position = UDim2.new(0.34473446, 0, 0.307348609, 0)
- main.Size = UDim2.new(0.31053105, 0, 0.49967736, 0)
- main.Selectable = true
- main.Active = true
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
- title.BorderColor3 = Color3.fromRGB(0, 0, 0)
- title.BorderSizePixel = 0
- title.Size = UDim2.new(1, 0, 0.151786432, 0)
- title.Font = Enum.Font.Gotham
- title.Text = "Tower of Hell Geargiver"
- title.TextColor3 = Color3.fromRGB(255, 255, 255)
- title.TextScaled = true
- title.TextSize = 14.000
- title.TextWrapped = true
- desc1.Name = "desc1"
- desc1.Parent = main
- desc1.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
- desc1.BorderColor3 = Color3.fromRGB(0, 0, 0)
- desc1.BorderSizePixel = 0
- desc1.Position = UDim2.new(0, 0, 0.151786432, 0)
- desc1.Size = UDim2.new(1, 0, 0.118583143, 0)
- desc1.Font = Enum.Font.Gotham
- desc1.Text = "Put the gear you want to receive on the text box below"
- desc1.TextColor3 = Color3.fromRGB(255, 255, 255)
- desc1.TextScaled = true
- desc1.TextSize = 14.000
- desc1.TextWrapped = true
- desc2.Name = "desc2"
- desc2.Parent = main
- desc2.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
- desc2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- desc2.BorderSizePixel = 0
- desc2.Position = UDim2.new(0, 0, 0.270369589, 0)
- desc2.Size = UDim2.new(1, 0, 0.118583143, 0)
- desc2.Font = Enum.Font.Gotham
- desc2.Text = "If you wanna receive all the gears, just trype there \"all\""
- desc2.TextColor3 = Color3.fromRGB(255, 255, 255)
- desc2.TextScaled = true
- desc2.TextSize = 14.000
- desc2.TextWrapped = true
- gearBox.Name = "gearBox"
- gearBox.Parent = main
- gearBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- gearBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
- gearBox.BorderSizePixel = 0
- gearBox.Position = UDim2.new(0.049275361, 0, 0.843921959, 0)
- gearBox.Size = UDim2.new(0.898550749, 0, 0.117088817, 0)
- gearBox.ClearTextOnFocus = false
- gearBox.Font = Enum.Font.Gotham
- gearBox.PlaceholderColor3 = Color3.fromRGB(0, 0, 0)
- gearBox.PlaceholderText = "Put gear here"
- gearBox.Text = ""
- gearBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- gearBox.TextScaled = true
- gearBox.TextSize = 14.000
- gearBox.TextWrapped = true
- UICorner.Parent = gearBox
- Output.Name = "Output"
- Output.Parent = main
- Output.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
- Output.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Output.BorderSizePixel = 0
- Output.Position = UDim2.new(0.049275361, 0, 0.687716603, 0)
- Output.Size = UDim2.new(0.898550749, 0, 0.10552264, 0)
- Output.Font = Enum.Font.Gotham
- Output.Text = "Output: "
- Output.TextColor3 = Color3.fromRGB(255, 255, 255)
- Output.TextScaled = true
- Output.TextSize = 14.000
- Output.TextWrapped = true
- UICorner_2.Parent = Output
- list.Name = "list"
- list.Parent = main
- list.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
- list.BorderColor3 = Color3.fromRGB(0, 0, 0)
- list.BorderSizePixel = 0
- list.Position = UDim2.new(0.049275361, 0, 0.418199331, 0)
- list.Size = UDim2.new(0.898550749, 0, 0.22598961, 0)
- list.Font = Enum.Font.Gotham
- list.Text = "Gear list: killpart, bomb, cola, hourglass, yxterminator, fusion, jump, speed, hook, gravity, trowel"
- list.TextColor3 = Color3.fromRGB(255, 255, 255)
- list.TextScaled = true
- list.TextSize = 14.000
- list.TextWrapped = true
- UICorner_3.Parent = list
- UserInputService.InputBegan:Connect(function(key)
- if key.KeyCode == Enum.KeyCode.LeftAlt then
- main.Visible = not main.Visible
- end
- end)
- gearBox.FocusLost:Connect(function()
- if gearBox.Text == "killpart" then
- local newKillPart = killpart:Clone()
- newKillPart.Parent = Player.Backpack
- Output.Text = "Success! Given killpart!"
- task.wait(6)
- Output.Text = "Output:"
- elseif gearBox.Text == "bomb" then
- local newBomb = bomb:Clone()
- newBomb.Parent = Player.Backpack
- Output.Text = "Success! Given bomb!"
- task.wait(6)
- Output.Text = "Output:"
- elseif gearBox.Text == "cola" then
- local newCola = cola:Clone()
- newCola.Parent = Player.Backpack
- Output.Text = "Success! Given cola!"
- task.wait(6)
- Output.Text = "Output:"
- elseif gearBox.Text == "hourglass" then
- local newHourglass = hourglass:Clone()
- newHourglass.Parent = Player.Backpack
- Output.Text = "Success! Given hourglass!"
- task.wait(6)
- Output.Text = "Output:"
- elseif gearBox.Text == "yxterminator" then
- local newYxterminator = yxterminator:Clone()
- newYxterminator.Parent = Player.Backpack
- Output.Text = "Success! Given yxterminator!"
- task.wait(6)
- Output.Text = "Output:"
- elseif gearBox.Text == "fusion" then
- local newFusion = fusion:Clone()
- newFusion.Parent = Player.Backpack
- Output.Text = "Success! Given fusion!"
- task.wait(6)
- Output.Text = "Output:"
- elseif gearBox.Text == "jump" then
- local newJump = jump:Clone()
- newJump.Parent = Player.Backpack
- Output.Text = "Success! Given jump!"
- task.wait(6)
- Output.Text = "Output:"
- elseif gearBox.Text == "speed" then
- local newSpeed = speed:Clone()
- newSpeed.Parent = Player.Backpack
- Output.Text = "Success! Given speed!"
- task.wait(6)
- Output.Text = "Output:"
- elseif gearBox.Text == "hook" then
- local newHook = hook:Clone()
- newHook.Parent = Player.Backpack
- Output.Text = "Success! Given hook!"
- task.wait(6)
- Output.Text = "Output:"
- elseif gearBox.Text == "gravity" then
- local newGravity = gravity:Clone()
- newGravity.Parent = Player.Backpack
- Output.Text = "Success! Given gravity!"
- task.wait(6)
- Output.Text = "Output:"
- elseif gearBox.Text == "trowel" then
- local newTrowel = trowel:Clone()
- newTrowel.Parent = Player.Backpack
- Output.Text = "Success! Given trowel!"
- task.wait(6)
- Output.Text = "Output:"
- elseif gearBox.Text == "all" then
- for i, gear in pairs(Gear:GetChildren()) do
- local newallGears = gear:Clone()
- newallGears.Parent = Player.Backpack
- Output.Text = "Success! Given all the gears!"
- end
- task.wait(6)
- Output.Text = "Output:"
- else
- Output.Text = "Error: Gear not found!"
- task.wait(6)
- Output.Text = "Output:"
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement