-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextButton = Instance.new("TextButton") local TextLabel = Instance.new("TextLabel") local TextButton_2 = Instance.new("TextButton") local TextLabel_2 = Instance.new("TextLabel") local TextButton_3 = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(38, 144, 173) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.0113974111, 0, 0.304241985, 0) Frame.Size = UDim2.new(0, 218, 0, 276) Frame.Active = true Frame.Draggable = true TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(255, 170, 0) TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderSizePixel = 0 TextButton.Position = UDim2.new(0.039969977, 0, 0.13222006, 0) TextButton.Size = UDim2.new(0, 200, 0, 47) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "Infinite Yield" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextScaled = true TextButton.TextSize = 43.000 TextButton.TextWrapped = true TextButton.MouseButton1Down:Connect(function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end) TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(0, 229, 0) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.000274518214, 0, -0.00320956227, 0) TextLabel.Size = UDim2.new(0, 217, 0, 31) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "🎮 Admin Tools ⭐" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 34.000 TextButton_2.Parent = Frame TextButton_2.BackgroundColor3 = Color3.fromRGB(154, 0, 0) TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.BorderSizePixel = 0 TextButton_2.Position = UDim2.new(0.039969977, 0, 0.355027318, 0) TextButton_2.Size = UDim2.new(0, 200, 0, 54) TextButton_2.Font = Enum.Font.SourceSans TextButton_2.Text = "Fly V2 ⭐" TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.TextScaled = true TextButton_2.TextSize = 43.000 TextButton_2.TextWrapped = true TextButton_2.MouseButton1Down:Connect(function() loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")() end) TextLabel_2.Parent = Frame TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.BorderSizePixel = 0 TextLabel_2.Position = UDim2.new(-0.00328004477, 0, 0.876273513, 0) TextLabel_2.Size = UDim2.new(0, 218, 0, 34) TextLabel_2.Font = Enum.Font.DenkOne TextLabel_2.Text = "Creado por CiniusBloxRP" TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel_2.TextScaled = true TextLabel_2.TextSize = 14.000 TextLabel_2.TextWrapped = true TextButton_3.Parent = ScreenGui TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 20) TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.BorderSizePixel = 0 TextButton_3.Position = UDim2.new(0.0185113009, 0, 0.59631449, 0) TextButton_3.Size = UDim2.new(0, 200, 0, 57) TextButton_3.Font = Enum.Font.SourceSans TextButton_3.Text = "Btools" TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.TextScaled = true TextButton_3.TextSize = 14.000 TextButton_3.TextWrapped = true TextButton_2.MouseButton1Down:Connect(function() loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/BTools.txt"))() end)