Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local robloxgottalenthackgui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local infjump = Instance.new("TextButton")
- local fastwalkspeed = Instance.new("TextButton")
- local normalwalkspeed = Instance.new("TextButton")
- local darkdex = Instance.new("TextButton")
- local infadmincmds = Instance.new("TextButton")
- local btools = Instance.new("TextButton")
- local teleporttorep5 = Instance.new("TextButton")
- local tptorep3 = Instance.new("TextButton")
- local autofarm = Instance.new("TextButton")
- local autofarmlabel = Instance.new("TextLabel")
- local teleporttorep8 = Instance.new("TextButton")
- --Properties:
- robloxgottalenthackgui.Name = "roblox got talent hack gui"
- robloxgottalenthackgui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = robloxgottalenthackgui
- main.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
- main.Position = UDim2.new(0.656357646, 0, 0.577063799, 0)
- main.Size = UDim2.new(0, 335, 0, 268)
- main.Active = true
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- title.Size = UDim2.new(0, 335, 0, 45)
- title.Font = Enum.Font.SourceSans
- title.Text = "Roblox got talent Gui | Made by Littleoemmett"
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextSize = 20.000
- infjump.Name = "inf jump"
- infjump.Parent = main
- infjump.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- infjump.Position = UDim2.new(0, 0, 0.164349332, 0)
- infjump.Size = UDim2.new(0, 99, 0, 38)
- infjump.Font = Enum.Font.SourceSans
- infjump.Text = "Inf jump"
- infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
- infjump.TextSize = 20.000
- infjump.MouseButton1Down:connect(function()
- --[[Subscribe to Zaptosis on YouTube for more awesome scripts!
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ███▀▀▀███░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░
- █▀░░░███░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ▀░░░███░░▄█▀██▄░▀████████▄██████░░▄██▀██▄░▄██▀██████░░▄██▀███
- ░░░███░░██░░░██░░░██░░░▀██░░██░░░██▀░░░▀████░░░▀▀░██░░██░░░▀▀
- ░░███░░░▄▄█████░░░██░░░░██░░██░░░██░░░░░██▀█████▄░██░░▀█████▄
- ░███░░░▄██░░░██░░░██░░░▄██░░██░░░██▄░░░▄███▄░░░██░██░░█▄░░░██
- █████████████▀██▄░██████▀░░░▀████░▀█████▀░██████▀████▄██████▀
- ░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ░░░░░░░░░░░░░░░░▄████▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ]]
- _G.infinjump = true
- local Player = game:GetService("Players").LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:connect(function(k)
- if _G.infinjump then
- if k:byte() == 32 then
- Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
- Humanoid:ChangeState("Jumping")
- wait(0.1)
- Humanoid:ChangeState("Seated")
- end
- end
- end)
- local Player = game:GetService("Players").LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:connect(function(k)
- k = k:lower()
- if k == "f" then
- if _G.infinjump == true then
- _G.infinjump = false
- else
- _G.infinjump = true
- end
- end
- end)
- end)
- fastwalkspeed.Name = "fast walkspeed"
- fastwalkspeed.Parent = main
- fastwalkspeed.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- fastwalkspeed.Position = UDim2.new(0, 0, 0.34474048, 0)
- fastwalkspeed.Size = UDim2.new(0, 99, 0, 49)
- fastwalkspeed.Font = Enum.Font.SourceSans
- fastwalkspeed.Text = "fast walkspeed"
- fastwalkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
- fastwalkspeed.TextSize = 19.000
- fastwalkspeed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
- end)
- normalwalkspeed.Name = "normal walkspeed"
- normalwalkspeed.Parent = main
- normalwalkspeed.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- normalwalkspeed.Position = UDim2.new(0, 0, 0.573543966, 0)
- normalwalkspeed.Size = UDim2.new(0, 104, 0, 49)
- normalwalkspeed.Font = Enum.Font.SourceSans
- normalwalkspeed.Text = "normal walkspeed"
- normalwalkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
- normalwalkspeed.TextSize = 15.000
- normalwalkspeed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end)
- darkdex.Name = "dark dex"
- darkdex.Parent = main
- darkdex.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- darkdex.Position = UDim2.new(0.369756639, 0, 0.164330453, 0)
- darkdex.Size = UDim2.new(0, 87, 0, 49)
- darkdex.Font = Enum.Font.SourceSans
- darkdex.Text = "Dark Dex"
- darkdex.TextColor3 = Color3.fromRGB(0, 0, 0)
- darkdex.TextSize = 20.000
- darkdex.MouseButton1Down:connect(function()
- -- Dark Dex --
- if game:GetService'CoreGui':FindFirstChild'Dex' then
- game:GetService'CoreGui'.Dex:Destroy();
- end
- math.randomseed(tick())
- local charset = {}
- for i = 48, 57 do table.insert(charset, string.char(i)) end
- for i = 65, 90 do table.insert(charset, string.char(i)) end
- for i = 97, 122 do table.insert(charset, string.char(i)) end
- function RandomCharacters(length)
- if length > 0 then
- return RandomCharacters(length - 1) .. charset[math.random(1, #charset)]
- else
- return ""
- end
- end
- local Dex = game:GetObjects("rbxassetid://3567096419")[1]
- Dex.Name = RandomCharacters(math.random(5, 20))
- Dex.Parent = game:GetService("CoreGui")
- local function Load(Obj, Url)
- local function GiveOwnGlobals(Func, Script)
- local Fenv = {}
- local RealFenv = {script = Script}
- local FenvMt = {}
- FenvMt.__index = function(a,b)
- if RealFenv[b] == nil then
- return getfenv()[b]
- else
- return RealFenv[b]
- end
- end
- FenvMt.__newindex = function(a, b, c)
- if RealFenv[b] == nil then
- getfenv()[b] = c
- else
- RealFenv[b] = c
- end
- end
- setmetatable(Fenv, FenvMt)
- setfenv(Func, Fenv)
- return Func
- end
- local function LoadScripts(Script)
- if Script.ClassName == "Script" or Script.ClassName == "LocalScript" then
- spawn(function()
- GiveOwnGlobals(loadstring(Script.Source, "=" .. Script:GetFullName()), Script)()
- end)
- end
- for i,v in pairs(Script:GetChildren()) do
- LoadScripts(v)
- end
- end
- LoadScripts(Obj)
- end
- Load(Dex)
- end)
- infadmincmds.Name = "inf admin cmds"
- infadmincmds.Parent = main
- infadmincmds.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- infadmincmds.Position = UDim2.new(0.367337525, 0, 0.364588708, 0)
- infadmincmds.Size = UDim2.new(0, 92, 0, 49)
- infadmincmds.Font = Enum.Font.SourceSans
- infadmincmds.Text = "inf amdin cmds"
- infadmincmds.TextColor3 = Color3.fromRGB(0, 0, 0)
- infadmincmds.TextSize = 15.000
- infadmincmds.MouseButton1Down:connect(function()
- --[[Subscribe to Zaptosis on YouTube for more awesome scripts!
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ███▀▀▀███░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░
- █▀░░░███░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ▀░░░███░░▄█▀██▄░▀████████▄██████░░▄██▀██▄░▄██▀██████░░▄██▀███
- ░░░███░░██░░░██░░░██░░░▀██░░██░░░██▀░░░▀████░░░▀▀░██░░██░░░▀▀
- ░░███░░░▄▄█████░░░██░░░░██░░██░░░██░░░░░██▀█████▄░██░░▀█████▄
- ░███░░░▄██░░░██░░░██░░░▄██░░██░░░██▄░░░▄███▄░░░██░██░░█▄░░░██
- █████████████▀██▄░██████▀░░░▀████░▀█████▀░██████▀████▄██████▀
- ░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ░░░░░░░░░░░░░░░░▄████▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ]]
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- btools.Name = "btools"
- btools.Parent = main
- btools.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- btools.Position = UDim2.new(0.00386846066, 0, 0.783714652, 0)
- btools.Size = UDim2.new(0, 102, 0, 37)
- btools.Font = Enum.Font.SourceSans
- btools.Text = "Btools"
- btools.TextColor3 = Color3.fromRGB(0, 0, 0)
- btools.TextSize = 50.000
- btools.MouseButton1Down:connect(function()
- --[[
- Unrestricted BTools
- By: OpenGamerTips
- Keybinds:
- Press P for BTools
- Press L to unlock the Workspace
- Press K to enable the backpack/other core elements.
- ]]--
- local player = game.Players.LocalPlayer
- local mouse = player:GetMouse()
- mouse.KeyDown:connect(function(key)
- key = string.lower(key)
- if key == "p" then
- for item = 1, 4 do
- HopperBin = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
- HopperBin.BinType = item
- end
- elseif key == "l" then
- function UnlockWorkspace(a)
- for n,part in pairs(a:GetChildren()) do
- if(part:IsA("BasePart")) then
- part.Locked = false
- end
- UnlockWorkspace(part)
- end
- end
- UnlockWorkspace(workspace)
- elseif key == "k" then
- local StarterGui = game:GetService("StarterGui")
- StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, true)
- end
- end)
- end)
- teleporttorep5.Name = "teleport to rep 5"
- teleporttorep5.Parent = main
- teleporttorep5.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
- teleporttorep5.Position = UDim2.new(0.711187124, 0, 0.388059646, 0)
- teleporttorep5.Size = UDim2.new(0, 92, 0, 37)
- teleporttorep5.Font = Enum.Font.SourceSans
- teleporttorep5.Text = "tp to 5 rep"
- teleporttorep5.TextColor3 = Color3.fromRGB(0, 0, 0)
- teleporttorep5.TextSize = 15.000
- teleporttorep5.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-28.4135036, 139.787704, -563.907227, -0.186667681, -0, -0.982423127, 0, -1, 0, -0.982423127, 0, 0.186667621)
- end)
- tptorep3.Name = "tp to rep 3"
- tptorep3.Parent = main
- tptorep3.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
- tptorep3.Position = UDim2.new(0.70498395, 0, 0.186567158, 0)
- tptorep3.Size = UDim2.new(0, 98, 0, 37)
- tptorep3.Font = Enum.Font.SourceSans
- tptorep3.Text = "tp to rep 3"
- tptorep3.TextColor3 = Color3.fromRGB(0, 0, 0)
- tptorep3.TextSize = 15.000
- tptorep3.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(77.3969193, 139.439713, -554.805786, 0.499959469, 0, 0.866048813, 0, 1, 0, -0.866048813, 0, 0.499959469)
- end)
- autofarm.Name = "autofarm"
- autofarm.Parent = main
- autofarm.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- autofarm.Position = UDim2.new(0.368117094, 0, 0.5904603, 0)
- autofarm.Size = UDim2.new(0, 92, 0, 38)
- autofarm.Font = Enum.Font.SourceSans
- autofarm.Text = "autofarm"
- autofarm.TextColor3 = Color3.fromRGB(0, 0, 0)
- autofarm.TextSize = 18.000
- autofarm.MouseButton1Down:connect(function()
- wait(2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-28.4135036, 139.787704, -563.907227, -0.186667681, -0, -0.982423127, 0, -1, 0, -0.982423127, 0, 0.186667621)
- wait(2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(77.3969193, 139.439713, -554.805786, 0.499959469, 0, 0.866048813, 0, 1, 0, -0.866048813, 0, 0.499959469)
- wait(2)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200.391861, 119.241898, -198.830902, -0.859357834, 0, 0.511374712, 0, -1, 0, 0.511374712, 0, 0.859357834)
- wait(10)
- end)
- autofarmlabel.Name = "autofarm label"
- autofarmlabel.Parent = main
- autofarmlabel.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- autofarmlabel.Position = UDim2.new(0.366305798, 0, 0.806878448, 0)
- autofarmlabel.Size = UDim2.new(0, 155, 0, 23)
- autofarmlabel.Font = Enum.Font.SourceSans
- autofarmlabel.Text = "autofarm cant be turn off"
- autofarmlabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- autofarmlabel.TextSize = 15.000
- teleporttorep8.Name = "teleport to rep 8"
- teleporttorep8.Parent = main
- teleporttorep8.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
- teleporttorep8.Position = UDim2.new(0.711187124, 0, 0.593283534, 0)
- teleporttorep8.Size = UDim2.new(0, 92, 0, 37)
- teleporttorep8.Font = Enum.Font.SourceSans
- teleporttorep8.Text = "tp to 8 rep"
- teleporttorep8.TextColor3 = Color3.fromRGB(0, 0, 0)
- teleporttorep8.TextSize = 15.000
- teleporttorep8.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200.391861, 119.241898, -198.830902, -0.859357834, 0, 0.511374712, 0, -1, 0, 0.511374712, 0, 0.859357834)
- end)
Add Comment
Please, Sign In to add comment