PraiseLeakedMan

Untitled

Nov 20th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. local simgachiHub = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Text = Instance.new("TextLabel")
  4. local s = Instance.new("TextButton")
  5.  
  6. --Properties:
  7.  
  8. simgachiHub.Name = "simga chi Hub"
  9. simgachiHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10. simgachiHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  11.  
  12. Frame.Parent = simgachiHub
  13. Frame.BackgroundColor3 = Color3.fromRGB(158, 0, 5)
  14. Frame.Position = UDim2.new(0, 79, 0, 124)
  15. Frame.Size = UDim2.new(0, 633, 0, 329)
  16.  
  17. Text.Name = "Text"
  18. Text.Parent = Frame
  19. Text.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  20. Text.BackgroundTransparency = 10.000
  21. Text.Size = UDim2.new(0, 200, 0, 50)
  22. Text.Font = Enum.Font.SciFi
  23. Text.Text = "Simga Chi Hub"
  24. Text.TextColor3 = Color3.fromRGB(0, 0, 0)
  25. Text.TextScaled = true
  26. Text.TextSize = 14.000
  27. Text.TextWrapped = true
  28.  
  29. s.Name = "s"
  30. s.Parent = Frame
  31. s.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  32. s.Position = UDim2.new(0, 124, 0, 118)
  33. s.Size = UDim2.new(0, 200, 0, 50)
  34. s.Font = Enum.Font.SourceSans
  35. s.Text = "No scripts lol"
  36. s.TextColor3 = Color3.fromRGB(0, 0, 0)
  37. s.TextScaled = true
  38. s.TextSize = 14.000
  39. s.TextWrapped = true
  40.  
  41. -- Scripts:
  42.  
  43. local function FVHBRU_fake_script() -- Frame.LocalScript
  44. local script = Instance.new('LocalScript', Frame)
  45.  
  46. script.parent.Selectable = true
  47. script.Parent.Active = true
  48. script.parent.Draggable = true
  49.  
  50. print("made by a skid LOL")
  51. end
  52. coroutine.wrap(FVHBRU_fake_script)()
  53.  
Advertisement
Add Comment
Please, Sign In to add comment