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 Frame = Instance.new("Frame")
- local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel1 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local TextButton1 = Instance.new("TextButton")
- local TextButton2 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
- Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.252590686, 0, 0.288844615, 0)
- Frame.Size = UDim2.new(0, 331, 0, 211)
- Frame.Active = true
- Frame.Draggable = true
- UIAspectRatioConstraint.Parent = Frame
- UIAspectRatioConstraint.AspectRatio = 1.569
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 17, 255)
- TextLabel.BorderColor3 = Color3.fromRGB(255, 96, 96)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 331, 0, 50)
- TextLabel.Font = Enum.Font.Unknown
- TextLabel.LineHeight = 2.530
- TextLabel.Text = "Free diddy (supports all executors btw)"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 29.000
- TextLabel1.Name = "TextLabel1"
- TextLabel1.Parent = Frame
- TextLabel1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel1.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel1.BorderSizePixel = 0
- TextLabel1.Position = UDim2.new(0, 0, 0.763033152, 0)
- TextLabel1.Size = UDim2.new(0, 331, 0, 50)
- TextLabel1.Font = Enum.Font.SourceSans
- TextLabel1.Text = "Gui Made By lee_everitt Scripts Made By ringta.\\n In discord"
- TextLabel1.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel1.TextSize = 14.000
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.0362537764, 0, 0.388625592, 0)
- TextButton.Size = UDim2.new(0, 57, 0, 49)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Castle"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextSize = 14.000
- TextButton1.Name = "TextButton1"
- TextButton1.Parent = Frame
- TextButton1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton1.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton1.BorderSizePixel = 0
- TextButton1.Position = UDim2.new(0.271903336, 0, 0.388625592, 0)
- TextButton1.Size = UDim2.new(0, 48, 0, 50)
- TextButton1.Font = Enum.Font.SourceSans
- TextButton1.Text = "Fort"
- TextButton1.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton1.TextSize = 14.000
- TextButton2.Name = "TextButton2"
- TextButton2.Parent = Frame
- TextButton2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton2.BorderSizePixel = 0
- TextButton2.Position = UDim2.new(0.462235659, 0, 0.388625592, 0)
- TextButton2.Size = UDim2.new(0, 58, 0, 50)
- TextButton2.Font = Enum.Font.SourceSans
- TextButton2.Text = "Auto End"
- TextButton2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton2.TextSize = 14.000
- TextButton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ringtaa/castletpfast.github.io/refs/heads/main/FASTCASTLE.lua"))()
- end)
- TextButton1.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ringtaa/Tpfort.github.io/refs/heads/main/Tpfort.lua"))()
- end)
- TextButton2.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/gumanba/Scripts/refs/heads/main/DeadRails"))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement