Advertisement
idkllal

Untitled

Apr 30th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. local sservice = game.Players.LocalPlayer.PlayerGui
  2. local f1 = Instance.new("ScreenGui",sservice)
  3. f1.Name = "owl"
  4. local fl2 = Instance.new("Frame",f1)
  5. fl2.BackgroundColor3 = Color3.fromRGB(21, 218, 37)
  6. fl2.BackgroundTransparency = "0.45"
  7. fl2.ZIndex = "1"
  8. fl2.Name = "main frame"
  9. fl2.BorderSizePixel = "0"
  10. fl2.Draggable = true
  11. fl2.Size = UDim2.new(0, 214,0, 327)
  12. fl2.Position = UDim2.new(0.353, 0,0.185, 0)
  13.  
  14. fl2.Draggable = true
  15.  
  16. local fuckglasscups = Instance.new("TextLabel",fl2)
  17. fuckglasscups.BackgroundTransparency = "1"
  18. fuckglasscups.Position = UDim2.new(0.035, 0,-0.035, 0)
  19. fuckglasscups.Size = UDim2.new(0, 200,0, 50)
  20. fuckglasscups.Text = "Welcome to 0Wlspl0its"
  21. fuckglasscups.TextColor3 = Color3.new(0,0,0)
  22. fuckglasscups.TextSize = "16"
  23. fuckglasscups.TextStrokeTransparency = "1"
  24. fuckglasscups.TextScaled = false
  25. fuckglasscups.TextWrap = false
  26. fuckglasscups.Font = Enum.Font.Arial
  27.  
  28. local shubm = Instance.new("Frame",sservice.owl)
  29. shubm.Size = UDim2.new(0, 555,0, 350)
  30. shubm.Position = UDim2.new(0.30, 0,0.1, 0)
  31. shubm.BackgroundColor3 = Color3.fromRGB(90, 255, 195)
  32. shubm.Visible = false
  33. shubm.Name = "LOL"
  34.  
  35. local b1 = Instance.new("TextButton",fl2)
  36. local b2 = Instance.new("TextButton",fl2)
  37. local b3 = Instance.new("TextButton",fl2)
  38. local b4 = Instance.new("TextButton",fl2)
  39. local b5 = Instance.new("TextButton",fl2)
  40.  
  41. b1.BackgroundColor3 = Color3.fromRGB(90, 255, 195)
  42. b2.BackgroundColor3 = Color3.fromRGB(90, 255, 195)
  43. b3.BackgroundColor3 = Color3.fromRGB(90, 255, 195)
  44. b4.BackgroundColor3 = Color3.fromRGB(90, 255, 195)
  45. b5.BackgroundColor3 = Color3.fromRGB(90, 255, 195)
  46.  
  47. b1.BackgroundTransparency = "0.4"
  48. b2.BackgroundTransparency = "0.4"
  49. b3.BackgroundTransparency = "0.4"
  50. b4.BackgroundTransparency = "0.4"
  51. b5.BackgroundTransparency = "0.4"
  52.  
  53. b1.BorderSizePixel = "0"
  54. b2.BorderSizePixel = "0"
  55. b3.BorderSizePixel = "0"
  56. b4.BorderSizePixel = "0"
  57. b5.BorderSizePixel = "0"
  58.  
  59. b1.Name = "shub"
  60. b2.Name = "ex"
  61. b3.Name = "id"
  62. b4.Name = "cf"
  63. b5.Name = "fc"
  64.  
  65.  
  66. b1.Size = UDim2.new(0, 130,0, 34)
  67. b2.Size = UDim2.new(0, 130,0, 34)
  68. b3.Size = UDim2.new(0, 130,0, 34)
  69. b4.Size = UDim2.new(0, 130,0, 34)
  70. b5.Size = UDim2.new(0, 130,0, 34)
  71.  
  72. b1.Position = UDim2.new(0.196, 0,0.319, 0)
  73. b2.Position = UDim2.new(0.196, 0,0.819, 0)
  74. b3.Position = UDim2.new(0.196, 0,0.649, 0)
  75. b4.Position = UDim2.new(0.196, 0,0.489, 0)
  76. b5.Position = UDim2.new(0.196, 0,0.149, 0)
  77.  
  78. b1.Text = "ScriptHub"
  79. b2.Text = "Executor"
  80. b3.Text = "info/discord"
  81. b4.Text = "Check FE"
  82. b5.Text = "Fun Cmds"
  83.  
  84.  
  85.  
  86.  
  87. while true do
  88. wait(0.1)
  89. fl2.cf.MouseButton1Click:Connect(function()
  90. if workspace.FilteringEnabled == false then
  91. wait(1)
  92. print("ye boiiii ".."most of your scripts should work :D")
  93. wait(1)
  94. else
  95. wait(1)
  96. print("aw ".."alot of your scripts cant be run properly ;(")
  97. wait(1)
  98. end
  99. end)
  100.  
  101.  
  102. fl2.shub.MouseButton1Click:Connect(function()
  103. sservice.owl.LOL.Visible = true
  104. fl2.Visible = false
  105. end)
  106. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement