Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local Label = Instance.new("TextLabel")
- local PetXP = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- local Reviz = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local Label_2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- main.BorderColor3 = Color3.fromRGB(0, 0, 0)
- main.Position = UDim2.new(0.322335035, 0, 0.196039721, 0)
- main.Size = UDim2.new(0, 431, 0, 294)
- main.Active = true
- main. Draggable = true
- Label.Name = "Label"
- Label.Parent = main
- Label.BackgroundColor3 = Color3.fromRGB(63, 61, 61)
- Label.Position = UDim2.new(5.58793545e-09, 0, 0, 0)
- Label.Size = UDim2.new(0, 431, 0, 50)
- Label.Font = Enum.Font.SourceSans
- Label.Text = "Legends of speed script | Made by: Antwan_Gaming"
- Label.TextColor3 = Color3.fromRGB(0, 0, 0)
- Label.TextSize = 14.000
- Label.TextWrapped = true
- PetXP.Name = "Pet XP"
- PetXP.Parent = main
- PetXP.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- PetXP.Position = UDim2.new(0, 0, 0.168261111, 0)
- PetXP.Size = UDim2.new(0, 211, 0, 101)
- PetXP.Font = Enum.Font.SourceSans
- PetXP.Text = "Pet XP Glitch"
- PetXP.TextColor3 = Color3.fromRGB(0, 0, 0)
- PetXP.TextSize = 14.000
- PetXP.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/Wisp42dQ", true))()
- end)
- TextButton.Name = ""
- TextButton.Parent = main
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- TextButton.Position = UDim2.new(0.519721568, 0, 0.635280907, 0)
- TextButton.Size = UDim2.new(0, 207, 0, 107)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Anti Afk"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 14.000
- TextButton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/SN4agUmB", true))()
- end)
- Reviz.Name = "Reviz"
- Reviz.Parent = main
- Reviz.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- Reviz.Position = UDim2.new(0, 0, 0.638682246, 0)
- Reviz.Size = UDim2.new(0, 207, 0, 106)
- Reviz.Font = Enum.Font.SourceSans
- Reviz.Text = "Admin"
- Reviz.TextColor3 = Color3.fromRGB(0, 0, 0)
- Reviz.TextSize = 14.000
- Reviz.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/pGhYnsxA", true))()
- end)
- TextButton_2.Parent = main
- TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- TextButton_2.Position = UDim2.new(0.519721568, 0, 0.170068026, 0)
- TextButton_2.Size = UDim2.new(0, 207, 0, 99)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Auto Farm"
- TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.TextSize = 14.000
- TextButton_2.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/geAn9wZR", true))()
- end)
- Label_2.Name = "Label"
- Label_2.Parent = main
- Label_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Label_2.Position = UDim2.new(5.58793545e-09, 0, 0.465986401, 0)
- Label_2.Size = UDim2.new(0, 431, 0, 50)
- Label_2.Font = Enum.Font.SourceSans
- Label_2.Text = "Green=Working Yellow= Still work but not fully Red= Not Working"
- Label_2.TextColor3 = Color3.fromRGB(0, 255, 0)
- Label_2.TextSize = 14.000
- Label_2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement