Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local simgachiHub = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Text = Instance.new("TextLabel")
- local s = Instance.new("TextButton")
- --Properties:
- simgachiHub.Name = "simga chi Hub"
- simgachiHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- simgachiHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = simgachiHub
- Frame.BackgroundColor3 = Color3.fromRGB(158, 0, 5)
- Frame.Position = UDim2.new(0, 79, 0, 124)
- Frame.Size = UDim2.new(0, 633, 0, 329)
- Text.Name = "Text"
- Text.Parent = Frame
- Text.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Text.BackgroundTransparency = 10.000
- Text.Size = UDim2.new(0, 200, 0, 50)
- Text.Font = Enum.Font.SciFi
- Text.Text = "Simga Chi Hub"
- Text.TextColor3 = Color3.fromRGB(0, 0, 0)
- Text.TextScaled = true
- Text.TextSize = 14.000
- Text.TextWrapped = true
- s.Name = "s"
- s.Parent = Frame
- s.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- s.Position = UDim2.new(0, 124, 0, 118)
- s.Size = UDim2.new(0, 200, 0, 50)
- s.Font = Enum.Font.SourceSans
- s.Text = "No scripts lol"
- s.TextColor3 = Color3.fromRGB(0, 0, 0)
- s.TextScaled = true
- s.TextSize = 14.000
- s.TextWrapped = true
- -- Scripts:
- local function FVHBRU_fake_script() -- Frame.LocalScript
- local script = Instance.new('LocalScript', Frame)
- script.parent.Selectable = true
- script.Parent.Active = true
- script.parent.Draggable = true
- print("made by a skid LOL")
- end
- coroutine.wrap(FVHBRU_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment