game:GetService("StarterGui"):SetCore("SendNotification",{ Title = "CorScripts"; Text = "Thank You For Using SeeSharp X!"; Duration = 3.5; }) -- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextButton = Instance.new("TextButton") local TextButton_2 = Instance.new("TextButton") local TextButton_3 = Instance.new("TextButton") local TextButton_4 = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(106, 106, 106) Frame.Position = UDim2.new(0.197705209, 0, 0.106169298, 0) Frame.Size = UDim2.new(0, 618, 0, 399) Frame.Active = true Frame.Draggable = true TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.Position = UDim2.new(0.231663227, 0, 0, 0) TextLabel.Size = UDim2.new(0, 318, 0, 50) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "SeeSharp X" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 59.000 TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(62, 62, 62) TextButton.Position = UDim2.new(0.0161812305, 0, 0.142857149, 0) TextButton.Size = UDim2.new(0, 186, 0, 336) TextButton.Font = Enum.Font.RobotoMono TextButton.Text = "Infinite Jump" TextButton.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton.TextSize = 28.000 TextButton.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Infinite%20Jump.txt"))() end) TextButton_2.Parent = Frame TextButton_2.BackgroundColor3 = Color3.fromRGB(62, 62, 62) TextButton_2.Position = UDim2.new(0.349514574, 0, 0.142857149, 0) TextButton_2.Size = UDim2.new(0, 98, 0, 336) TextButton_2.Font = Enum.Font.RobotoMono TextButton_2.Text = "BTOOLS" TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_2.TextSize = 28.000 TextButton_2.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/BTools.txt"))() end) TextButton_3.Parent = Frame TextButton_3.BackgroundColor3 = Color3.fromRGB(62, 62, 62) TextButton_3.Position = UDim2.new(0.532362461, 0, 0.142857149, 0) TextButton_3.Size = UDim2.new(0, 51, 0, 336) TextButton_3.Font = Enum.Font.RobotoMono TextButton_3.Text = "F3X" TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_3.TextSize = 28.000 TextButton_3.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://pastebin.com/raw/siZG23nZ", true))() end) TextButton_4.Parent = Frame TextButton_4.BackgroundColor3 = Color3.fromRGB(62, 62, 62) TextButton_4.Position = UDim2.new(0.634304225, 0, 0.142857149, 0) TextButton_4.Size = UDim2.new(0, 217, 0, 336) TextButton_4.Font = Enum.Font.RobotoMono TextButton_4.Text = "ESP" TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_4.TextSize = 28.000 TextButton_4.MouseButton1Down:connect(function() loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/WRD%20ESP.txt"))() end)