The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Fly, noclip, infinity jump, btools script pastebin roblox
By All games on 2024-09-18 08:00 am | Syntax: LUA | Views: 13



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local _2r2t = Instance.new("ScreenGui") local MainGUI = Instance.new("Frame") local title = Instance.new("TextLabel") local speed = Instance.new("TextButton") local noclip = Instance.new("TextButton") local close = Instance.new("TextButton") local OpenGUI = Instance.new("Frame") local open = Instance.new("TextButton") --Properties: _2r2t.Name = "2r2t" _2r2t.Parent = game.CoreGui  MainGUI.Name = "MainGUI" MainGUI.Parent = _2r2t MainGUI.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863) MainGUI.BackgroundTransparency = 0.15000000596046 MainGUI.BorderColor3 = Color3.new(0.666667, 0, 0) MainGUI.BorderSizePixel = 5 MainGUI.Position = UDim2.new(0.121778354, 0, 0.364864916, 0) MainGUI.Size = UDim2.new(0, 193, 0, 143) MainGUI.Visible = false MainGUI.Active = true MainGUI.Draggable = true  title.Name = "title" title.Parent = MainGUI title.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863) title.BorderColor3 = Color3.new(0