Advertisement
Guest User

Untitled

a guest
Jan 21st, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. local StrucidGAy = Instance.new("ScreenGui")
  2. local Frame = Instance.new("ImageLabel")
  3. local BorderPixel = Instance.new("ImageLabel")
  4. local TextButton = Instance.new("ImageButton")
  5. local BorderPixel_2 = Instance.new("ImageButton")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextButton_2 = Instance.new("TextButton")
  8.  
  9. -- Properties
  10.  
  11. StrucidGAy.Name = "StrucidGAy"
  12. StrucidGAy.Parent = game.CoreGui
  13.  
  14. Frame.Name = "Frame"
  15. Frame.Parent = StrucidGAy
  16. Frame.BackgroundTransparency = 1
  17. Frame.BorderSizePixel = 0
  18. Frame.Position = UDim2.new(0.057172928, 0, 0.4035725, 0)
  19. Frame.Size = UDim2.new(0, 267, 0, 112)
  20. Frame.ZIndex = 2
  21. Frame.Image = "rbxassetid://1283904632"
  22. Frame.ScaleType = Enum.ScaleType.Slice
  23. Frame.SliceCenter = Rect.new(22, 22, 234, 234)
  24. Frame.Active = true
  25. Frame.Draggable = true
  26.  
  27. BorderPixel.Name = "BorderPixel"
  28. BorderPixel.Parent = Frame
  29. BorderPixel.AnchorPoint = Vector2.new(0.5, 0.5)
  30. BorderPixel.BackgroundTransparency = 1
  31. BorderPixel.BorderSizePixel = 3
  32. BorderPixel.Position = UDim2.new(0.501872659, 0, 0.502602994, 0)
  33. BorderPixel.Size = UDim2.new(1.05617976, 2, 1.11234915, 2)
  34. BorderPixel.Image = "rbxassetid://1283904632"
  35. BorderPixel.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  36. BorderPixel.ScaleType = Enum.ScaleType.Slice
  37. BorderPixel.SliceCenter = Rect.new(22, 22, 234, 234)
  38.  
  39. TextButton.Name = "TextButton"
  40. TextButton.Parent = Frame
  41. TextButton.BackgroundTransparency = 1
  42. TextButton.BorderSizePixel = 0
  43. TextButton.Position = UDim2.new(0.123325631, 0, 0.277129412, 0)
  44. TextButton.Size = UDim2.new(0, 200, 0, 50)
  45. TextButton.ZIndex = 10
  46. TextButton.Image = "rbxassetid://1283904632"
  47. TextButton.ScaleType = Enum.ScaleType.Slice
  48. TextButton.SliceCenter = Rect.new(22, 22, 234, 234)
  49.  
  50. BorderPixel_2.Name = "BorderPixel"
  51. BorderPixel_2.Parent = TextButton
  52. BorderPixel_2.AnchorPoint = Vector2.new(0.5, 0.5)
  53. BorderPixel_2.BackgroundTransparency = 1
  54. BorderPixel_2.BorderSizePixel = 0
  55. BorderPixel_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  56. BorderPixel_2.Size = UDim2.new(1, 6, 1, 6)
  57. BorderPixel_2.ZIndex = 9
  58. BorderPixel_2.Image = "rbxassetid://1283904632"
  59. BorderPixel_2.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  60. BorderPixel_2.ScaleType = Enum.ScaleType.Slice
  61. BorderPixel_2.SliceCenter = Rect.new(22, 22, 234, 234)
  62.  
  63. TextLabel.Parent = TextButton
  64. TextLabel.AnchorPoint = Vector2.new(0, 0.5)
  65. TextLabel.BackgroundTransparency = 1
  66. TextLabel.Position = UDim2.new(0.0150000025, 0, 0.49999994, 0)
  67. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  68. TextLabel.ZIndex = 10
  69. TextLabel.Font = Enum.Font.Cartoon
  70. TextLabel.Text = "Start"
  71. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  72. TextLabel.TextScaled = true
  73. TextLabel.TextSize = 14
  74. TextLabel.TextWrapped = true
  75.  
  76. TextButton_2.Parent = Frame
  77. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  78. TextButton_2.BackgroundTransparency = 1
  79. TextButton_2.Position = UDim2.new(0.859903336, 0, -0.00714179873, 0)
  80. TextButton_2.Size = UDim2.new(0, 28, 0, 24)
  81. TextButton_2.ZIndex = 9
  82. TextButton_2.Font = Enum.Font.SourceSans
  83. TextButton_2.Text = "x"
  84. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  85. TextButton_2.TextScaled = true
  86. TextButton_2.TextSize = 14
  87. TextButton_2.TextWrapped = true
  88.  
  89. TextButton_2.MouseButton1Down:connect(function()
  90. IsEnabled = true
  91. wait(0)
  92. StrucidGAy:Destroy(print([[
  93. oopsie woopsie looks like you have closed me!
  94. you can re open me by executing again
  95. uwu
  96. ]]))
  97. end)
  98. TextButton.MouseButton1Down:connect(function()
  99. repeat wait()
  100. if IsEnabled == false then
  101. for a,z in pairs(game:GetService("Workspace")["BuildStuff"]:GetDescendants()) do
  102. z:Destroy()
  103. end
  104. TextLabel.Text = "Stop"
  105. else
  106. TextLabel.Text = "Start"
  107. end
  108. until IsEnabled == true
  109. end)
  110. TextButton.MouseButton1Down:connect(function()
  111. IsEnabled = not IsEnabled
  112. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement