Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local notificationInfo = {
- Title = "Hey!",
- Text = "Welcome to cat hub v1.0",
- Icon = "rbxassetid://6239941417" -- Replace with the actual image ID
- }
- local function createNotification(title, text, icon)
- local notification = Instance.new("Notification")
- notification.Title.Text = title
- notification.Text.Text = text
- notification.Icon.Image = icon
- notification.Parent = game.StarterGui
- wait(5) -- Display the notification for 5 seconds
- notification:Destroy()
- end
- -- Usage example
- createNotification(notificationInfo.Title, notificationInfo.Text, notificationInfo.Icon)
- local function showNotification(message)
- game.StarterGui:SetCore("SendNotification", {
- Title = "CREDITS";
- Text = "made by cat_givemyrobox";
- Duration = 99999999999999999;
- })
- end
- local gui = Instance.new("ScreenGui")
- gui.Name = "CatHubGui"
- gui.Parent = game.Players.LocalPlayer.PlayerGui
- local frame = Instance.new("Frame")
- frame.Size = UDim2.new(0, 400, 0, 300)
- frame.Position = UDim2.new(0.5, -200, 0.5, -150)
- frame.BackgroundColor3 = Color3.fromRGB(0, 162, 255)
- frame.Parent = gui
- local titleLabel = Instance.new("TextLabel")
- titleLabel.Text = "Cat Hub V1.0"
- titleLabel.Size = UDim2.new(1, 0, 0, 30)
- titleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- titleLabel.Parent = frame
- local scrollFrame = Instance.new("ScrollingFrame")
- scrollFrame.Size = UDim2.new(1, 0, 1, -30)
- scrollFrame.Position = UDim2.new(0, 0, 0, 30)
- scrollFrame.Parent = frame
- local button1 = Instance.new("TextButton")
- button1.Name = "Button1"
- button1.Text = "FLY"
- button1.Size = UDim2.new(0, 200, 0, 50)
- button1.Position = UDim2.new(0, 10, 0, 0)
- button1.Parent = scrollFrame
- local button2 = Instance.new("TextButton")
- button2.Name = "Button2"
- button2.Text = "XRAY"
- button2.Size = UDim2.new(0, 200, 0, 50)
- button2.Position = UDim2.new(0, 10, 0, 60)
- button2.Parent = scrollFrame
- local button3 = Instance.new("TextButton")
- button3.Name = "Button3"
- button3.Text = "KEYBOARD"
- button3.Size = UDim2.new(0, 200, 0, 50)
- button3.Position = UDim2.new(0, 10, 0, 120)
- button3.Parent = scrollFrame
- local button4 = Instance.new("TextButton")
- button4.Name = "Button4"
- button4.Text = "ABUSE GUI"
- button4.Size = UDim2.new(0, 200, 0, 50)
- button4.Position = UDim2.new(0, 10, 0, 180)
- button4.Parent = scrollFrame
- local button5 = Instance.new("TextButton")
- button5.Name = "Button5"
- button5.Text = "KILL ALL
- "
- button5.Size = UDim2.new(0, 200, 0, 50)
- button5.Position = UDim2.new(0, 10, 0, 240)
- button5.Parent = scrollFrame
- local button6 = Instance.new("TextButton")
- button6.Name = "Button6"
- button6.Text = "SPEED"
- button6.Size = UDim2.new(0, 200, 0, 50)
- button6.Position = UDim2.new(0, 10, 0, 300)
- button6.Parent = scrollFrame
- local button7 = Instance.new("TextButton")
- button7.Name = "Button7"
- button7.Text = "HIGH JUMP"
- button7.Size = UDim2.new(0, 200, 0, 50)
- button7.Position = UDim2.new(0, 10, 0, 360)
- button7.Parent = scrollFrame
- local button8 = Instance.new("TextButton")
- button8.Name = "Button8"
- button8.Text = "INFINITE JUMP"
- button8.Size = UDim2.new(0, 200, 0, 50)
- button8.Position = UDim2.new(0, 10, 0, 420)
- button8.Parent = scrollFrame
- button1.MouseButton1Click: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)
- button2.MouseButton1Click:Connect(function()
- --[ made by cat_givemyrobox not stolen all give me credit ]
- -- Gui script
- local screenGui = Instance.new("ScreenGui")
- screenGui.Name = "TransparencyGUI"
- screenGui.Parent = game.Players.LocalPlayer.PlayerGui
- local button = Instance.new("TextButton")
- button.Size = UDim2.new(0, 200, 0, 50)
- button.Position = UDim2.new(0.5, -100, 0.5, -25)
- button.Text = "Toggle Xray"
- button.Parent = screenGui
- -- function
- local transparencyToggled = false
- button.MouseButton1Click:Connect(function()
- transparencyToggled = not transparencyToggled
- if transparencyToggled then
- for _, part in pairs(game.Workspace:GetDescendants()) do
- if part:IsA("BasePart") then
- part.Transparency = 0.5
- end
- end
- else
- for _, part in pairs(game.Workspace:GetDescendants()) do
- if part:IsA("BasePart") then
- part.Transparency = 0
- end
- end
- end
- end)
- end)
- button3.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
- end)
- button4.MouseButton1Click:Connect(function()
- -------------------------------------------kill Function()-----------------------------------------Health = 0 --------------------------------humanoidrootpart:Destroy--------------------------------------------------------------------------------------s:Button("Bring All ",function()-----------------------------------------Humanoidrooptart:Destroy-------------------------------------------bring Function-------------------------------------------161159912477910063:load-------------------------------------------End)---------------------------------------s:Button("Kill all ",function()-----------------------------------------player.Health = 0 -------------------------------------------end) ---------------------------------------------------------------------------------b:Button("fling All ",function()-----------------------------------------infiniteyield.txt-------------------------------------------fling All = on -------------------------------------------end)
- loadstring("\103\97\109\101\58\71\101\116\83\101\114\118\105\99\101\40\34\83\116\97\114\116\101\114\71\117\105\34\41\58\83\101\116\67\111\114\101\40\34\83\101\110\100\78\111\116\105\102\105\99\97\116\105\111\110\34\44\123\10\84\105\116\108\101\32\61\32\34\73\109\32\80\97\116\114\105\99\107\34\44\10\84\101\120\116\32\61\32\34\110\101\101\100\32\97\32\108\111\116\32\111\102\32\116\111\111\108\115\34\44\32\10\32\10\32\10\66\117\116\116\111\110\49\32\61\32\34\79\107\34\44\10\68\117\114\97\116\105\111\110\32\61\32\51\48\32\10\125\41\10\10\108\111\99\97\108\32\108\112\32\61\32\103\97\109\101\58\70\105\110\100\83\101\114\118\105\99\101\40\34\80\108\97\121\101\114\115\34\41\46\76\111\99\97\108\80\108\97\121\101\114\10\10\10\108\111\99\97\108\32\108\105\98\114\97\114\121\32\61\32\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\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\98\108\111\111\100\98\97\108\108\47\45\98\97\99\107\45\117\112\115\45\102\111\114\45\108\105\98\115\47\109\97\105\110\47\119\97\108\108\37\50\48\118\51\39\41\41\41\40\41\10\10\108\111\99\97\108\32\119\32\61\32\108\105\98\114\97\114\121\58\67\114\101\97\116\101\87\105\110\100\111\119\40\34\65\98\117\115\101\32\71\117\105\32\34\41\32\45\45\32\67\114\101\97\116\101\115\32\116\104\101\32\119\105\110\100\111\119\10\10\108\111\99\97\108\32\98\32\61\32\119\58\67\114\101\97\116\101\70\111\108\100\101\114\40\34\65\98\117\115\101\34\41\32\45\45\32\67\114\101\97\116\101\115\32\116\104\101\32\102\111\108\100\101\114\40\78\105\99\101\32\68\97\121\44\101\116\99\41\10\10\98\58\76\97\98\101\108\40\34\73\109\32\80\97\116\114\105\99\107\34\44\123\10\32\32\32\32\84\101\120\116\83\105\122\101\32\61\32\50\53\59\32\45\45\32\83\101\108\102\32\69\120\112\108\97\105\110\105\110\103\10\32\32\32\32\84\101\120\116\67\111\108\111\114\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\48\44\32\50\53\53\44\32\50\53\53\41\59\32\45\45\32\83\101\108\102\32\69\120\112\108\97\105\110\105\110\103\10\32\32\32\32\66\103\67\111\108\111\114\32\61\32\67\111\108\111\114\51\46\102\114\111\109\82\71\66\40\49\51\44\32\49\48\53\44\32\49\55\50\41\59\32\45\45\32\83\101\108\102\32\69\120\112\108\97\105\110\105\110\103\10\32\32\32\32\10\125\41\32\10\10\10\10\10\10\98\58\66\117\116\116\111\110\40\34\66\114\105\110\103\97\108\108\32\34\44\102\117\110\99\116\105\111\110\40\41\10\10\9\102\111\114\32\105\44\80\108\97\121\121\115\32\105\110\32\112\97\105\114\115\40\103\97\109\101\46\80\108\97\121\101\114\115\58\71\101\116\80\108\97\121\101\114\115\40\41\41\32\100\111\10\9\9\80\108\97\121\121\115\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\46\67\70\114\97\109\101\32\61\32\108\112\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\46\67\70\114\97\109\101\10\9\9\108\112\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\58\67\108\111\110\101\40\41\46\80\97\114\101\110\116\32\61\32\108\112\46\67\104\97\114\97\99\116\101\114\10\9\9\108\112\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\58\68\101\115\116\114\111\121\40\41\10\9\9\103\97\109\101\46\87\111\114\107\115\112\97\99\101\46\67\117\114\114\101\110\116\67\97\109\101\114\97\46\67\97\109\101\114\97\83\117\98\106\101\99\116\32\61\32\108\112\46\67\104\97\114\97\99\116\101\114\46\72\101\97\100\10\9\101\110\100\10\9\119\97\105\116\40\48\46\49\41\10\9\102\111\114\32\105\44\116\111\111\108\115\32\105\110\32\112\97\105\114\115\40\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\66\97\99\107\112\97\99\107\58\71\101\116\68\101\115\99\101\110\100\97\110\116\115\40\41\41\32\100\111\10\9\9\105\102\32\116\111\111\108\115\58\73\115\65\40\34\84\111\111\108\34\41\32\116\104\101\110\10\9\9\9\116\111\111\108\115\46\80\97\114\101\110\116\32\61\32\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\10\9\9\101\110\100\10\9\101\110\100\10\101\110\100\41\32\10\10\10\98\58\66\117\116\116\111\110\40\34\70\108\105\110\103\97\108\108\32\34\44\102\117\110\99\116\105\111\110\40\41\10\9\102\111\114\32\105\44\80\108\97\121\121\115\32\105\110\32\112\97\105\114\115\40\103\97\109\101\46\80\108\97\121\101\114\115\58\71\101\116\80\108\97\121\101\114\115\40\41\41\32\100\111\10\9\9\80\108\97\121\121\115\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\46\67\70\114\97\109\101\32\61\32\108\112\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\46\67\70\114\97\109\101\10\9\9\108\112\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\58\67\108\111\110\101\40\41\46\80\97\114\101\110\116\32\61\32\108\112\46\67\104\97\114\97\99\116\101\114\10\9\9\108\112\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\58\68\101\115\116\114\111\121\40\41\10\9\9\103\97\109\101\46\87\111\114\107\115\112\97\99\101\46\67\117\114\114\101\110\116\67\97\109\101\114\97\46\67\97\109\101\114\97\83\117\98\106\101\99\116\32\61\32\108\112\46\67\104\97\114\97\99\116\101\114\46\72\101\97\100\10\9\101\110\100\10\9\119\97\105\116\40\49\41\10\9\102\111\114\32\105\44\116\111\111\108\115\32\105\110\32\112\97\105\114\115\40\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\66\97\99\107\112\97\99\107\58\71\101\116\68\101\115\99\101\110\100\97\110\116\115\40\41\41\32\100\111\10\9\9\105\102\32\116\111\111\108\115\58\73\115\65\40\34\84\111\111\108\34\41\32\116\104\101\110\10\9\9\9\116\111\111\108\115\46\80\97\114\101\110\116\32\61\32\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\10\9\9\101\110\100\10\9\101\110\100\10\9\9\119\97\105\116\40\50\41\10\9\9\108\111\99\97\108\32\84\104\114\117\115\116\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\39\66\111\100\121\84\104\114\117\115\116\39\44\32\108\112\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\41\10\9\9\84\104\114\117\115\116\46\70\111\114\99\101\32\61\32\86\101\99\116\111\114\51\46\110\101\119\40\57\57\57\57\44\57\57\57\57\44\57\57\57\57\41\10\9\9\84\104\114\117\115\116\46\78\97\109\101\32\61\32\34\102\108\105\110\103\70\111\114\99\101\34\10\101\110\100\41\10\10\98\58\66\117\116\116\111\110\40\34\75\105\108\108\97\108\108\32\34\44\102\117\110\99\116\105\111\110\40\41\10\9\102\111\114\32\105\44\80\108\97\121\121\115\32\105\110\32\112\97\105\114\115\40\103\97\109\101\46\80\108\97\121\101\114\115\58\71\101\116\80\108\97\121\101\114\115\40\41\41\32\100\111\10\9\9\80\108\97\121\121\115\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\46\67\70\114\97\109\101\32\61\32\108\112\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\46\67\70\114\97\109\101\10\9\9\108\112\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\58\67\108\111\110\101\40\41\46\80\97\114\101\110\116\32\61\32\108\112\46\67\104\97\114\97\99\116\101\114\10\9\9\108\112\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\58\68\101\115\116\114\111\121\40\41\10\9\9\103\97\109\101\46\87\111\114\107\115\112\97\99\101\46\67\117\114\114\101\110\116\67\97\109\101\114\97\46\67\97\109\101\114\97\83\117\98\106\101\99\116\32\61\32\108\112\46\67\104\97\114\97\99\116\101\114\46\72\101\97\100\10\9\101\110\100\10\9\119\97\105\116\40\48\46\49\41\10\9\102\111\114\32\105\44\116\111\111\108\115\32\105\110\32\112\97\105\114\115\40\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\66\97\99\107\112\97\99\107\58\71\101\116\68\101\115\99\101\110\100\97\110\116\115\40\41\41\32\100\111\10\9\9\105\102\32\116\111\111\108\115\58\73\115\65\40\34\84\111\111\108\34\41\32\116\104\101\110\10\9\9\9\116\111\111\108\115\46\80\97\114\101\110\116\32\61\32\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\46\67\104\97\114\97\99\116\101\114\10\9\9\101\110\100\10\9\101\110\100\10\9\9\119\97\105\116\40\50\41\10\9\9\108\111\99\97\108\32\84\104\114\117\115\116\32\61\32\73\110\115\116\97\110\99\101\46\110\101\119\40\39\66\111\100\121\84\104\114\117\115\116\39\44\32\108\112\46\67\104\97\114\97\99\116\101\114\46\72\117\109\97\110\111\105\100\82\111\111\116\80\97\114\116\41\10\9\9\84\104\114\117\115\116\46\70\111\114\99\101\32\61\32\86\101\99\116\111\114\51\46\110\101\119\40\57\57\57\57\57\57\57\57\44\57\57\57\57\57\57\57\57\44\57\57\57\57\41\10\9\9\84\104\114\117\115\116\46\78\97\109\101\32\61\32\34\102\108\105\110\103\70\111\114\99\101\34\10\101\110\100\41\10\10\98\58\66\117\116\116\111\110\40\34\99\111\114\114\117\112\116\105\111\110\32\99\104\97\116\32\34\44\102\117\110\99\116\105\111\110\40\41\10\119\104\105\108\101\32\116\114\117\101\32\100\111\10\119\97\105\116\40\48\46\54\41\10\103\97\109\101\46\82\101\112\108\105\99\97\116\101\100\83\116\111\114\97\103\101\46\68\101\102\97\117\108\116\67\104\97\116\83\121\115\116\101\109\67\104\97\116\69\118\101\110\116\115\46\83\97\121\77\101\115\115\97\103\101\82\101\113\117\101\115\116\58\70\105\114\101\83\101\114\118\101\114\40\34\73\32\87\73\76\76\32\35\35\35\35\35\35\32\89\79\85\32\65\76\76\33\34\44\32\34\65\76\76\34\41\10\119\97\105\116\40\49\41\10\103\97\109\101\46\82\101\112\108\105\99\97\116\101\100\83\116\111\114\97\103\101\46\68\101\102\97\117\108\116\67\104\97\116\83\121\115\116\101\109\67\104\97\116\69\118\101\110\116\115\46\83\97\121\77\101\115\115\97\103\101\82\101\113\117\101\115\116\58\70\105\114\101\83\101\114\118\101\114\40\34\72\65\72\65\72\65\72\65\72\65\33\32\34\44\32\34\65\76\76\34\41\10\119\97\105\116\40\48\46\57\41\10\103\97\109\101\46\82\101\112\108\105\99\97\116\101\100\83\116\111\114\97\103\101\46\68\101\102\97\117\108\116\67\104\97\116\83\121\115\116\101\109\67\104\97\116\69\118\101\110\116\115\46\83\97\121\77\101\115\115\97\103\101\82\101\113\117\101\115\116\58\70\105\114\101\83\101\114\118\101\114\40\34\72\65\72\65\72\65\72\72\65\72\65\72\65\72\65\72\65\72\65\65\72\65\72\65\72\72\65\72\65\72\65\72\65\72\65\72\65\72\72\65\72\65\72\65\72\65\72\65\72\65\72\65\72\72\65\72\65\72\65\72\65\72\34\44\32\34\65\76\76\34\41\10\119\97\105\116\40\48\46\50\53\41\10\103\97\109\101\46\82\101\112\108\105\99\97\116\101\100\83\116\111\114\97\103\101\46\68\101\102\97\117\108\116\67\104\97\116\83\121\115\116\101\109\67\104\97\116\69\118\101\110\116\115\46\83\97\121\77\101\115\115\97\103\101\82\101\113\117\101\115\116\58\70\105\114\101\83\101\114\118\101\114\40\34\72\65\72\65\72\65\72\72\65\72\65\72\65\72\65\72\65\72\65\65\72\65\72\65\72\72\65\72\65\72\65\72\65\72\65\72\65\72\72\65\72\65\72\65\72\65\72\65\72\65\72\65\72\72\65\72\65\72\65\72\65\72\34\44\32\34\65\76\76\34\41\10\119\97\105\116\40\48\46\49\48\41\10\103\97\109\101\46\82\101\112\108\105\99\97\116\101\100\83\116\111\114\97\103\101\46\68\101\102\97\117\108\116\67\104\97\116\83\121\115\116\101\109\67\104\97\116\69\118\101\110\116\115\46\83\97\121\77\101\115\115\97\103\101\82\101\113\117\101\115\116\58\70\105\114\101\83\101\114\118\101\114\40\34\89\79\85\32\67\65\78\39\84\32\83\84\79\80\32\77\69\33\32\84\72\69\82\69\83\32\78\79\84\72\73\78\71\32\89\79\85\32\67\65\78\32\68\79\33\34\44\32\34\65\76\76\34\41\10\119\97\105\116\40\48\46\54\41\10\32\32\32\101\110\100\10\101\110\100\41\10")()
- end)
- button5.MouseButton1Click:Connect(function()
- -- Function to update player health appearance
- local function updatePlayerHealth(player)
- -- Find the player's character
- local character = player.Character
- if character then
- -- Set the player's character transparency to 1 (invisible)
- for _, part in ipairs(character:GetDescendants()) do
- if part:IsA("BasePart") then
- part.Transparency = 1
- end
- end
- end
- end
- -- Function to handle button click
- local function buttonClick()
- -- Get all players in the game
- local players = game.Players:GetPlayers()
- -- Loop through each player and update their health appearance
- for _, player in ipairs(players) do
- updatePlayerHealth(player)
- end
- end
- -- Find the button
- local button = print(5+5)
- end)
- button6.MouseButton1Click:Connect(function()
- -- Constants
- local GUI_WIDTH = 200
- local GUI_PADDING = 10
- -- Create the ScreenGui
- local gui = Instance.new("ScreenGui")
- gui.Name = "SpeedEditorGui"
- gui.Parent = game.Players.LocalPlayer.PlayerGui
- -- Create the main frame
- local frame = Instance.new("Frame")
- frame.Size = UDim2.new(0, GUI_WIDTH, 1, 0)
- frame.Position = UDim2.new(1, -GUI_WIDTH - GUI_PADDING, 0, 0)
- frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- frame.Parent = gui
- -- Create the title TextLabel
- local titleLabel = Instance.new("TextLabel")
- titleLabel.Text = "Speed Editor"
- titleLabel.Size = UDim2.new(1, 0, 0, 30)
- titleLabel.BackgroundColor3 = Color3.fromRGB(0, 162, 255)
- titleLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- titleLabel.Parent = frame
- -- Create the speed TextBox
- local speedTextBox = Instance.new("TextBox")
- speedTextBox.PlaceholderText = "Enter speed..."
- speedTextBox.Size = UDim2.new(0.9, 0, 0, 30)
- speedTextBox.Position = UDim2.new(0.05, 0, 0.5, -15)
- speedTextBox.Parent = frame
- -- Create the set button
- local setButton = Instance.new("TextButton")
- setButton.Text = "Set"
- setButton.Size = UDim2.new(0.4, 0, 0, 30)
- setButton.Position = UDim2.new(0.3, 0, 0.75, -15)
- setButton.Parent = frame
- -- Function to handle button click
- local function setButtonClicked()
- local speed = tonumber(speedTextBox.Text)
- if speed then
- -- Set the speed of the player's humanoid
- local humanoid = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
- if humanoid then
- humanoid.WalkSpeed = speed
- humanoid.JumpPower = speed * 1.5 -- Adjust the jump power accordingly if desiredb
- end
- end
- end
- end)
- button7.MouseButton1Click:Connect(function()
- local function buttonClick()
- -- Get the local player's character
- local character = game.Players.LocalPlayer.Character
- if character then
- -- Get the humanoid of the character
- local humanoid = character:FindFirstChildOfClass("Humanoid")
- if humanoid then
- -- Set the jump power to 150
- humanoid.JumpPower = 150
- end
- end
- end
- end)
- button8.MouseButton1Click:Connect(function()
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- end)
- --[ end the script lol.
Add Comment
Please, Sign In to add comment