Advertisement
robloxhack_3000

fly, noclip, inf. jump, btools script

Jul 16th, 2021 (edited)
6,214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.00 KB | None | 0 0
  1. --created by mr_IKAR#2021
  2. --for Tribver Hub
  3. --join - discord.gg/QW5dR3jP9x
  4.  
  5. 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")
  6.  --Properties:
  7. _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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement