Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.33 KB | None | 0 0
  1. --Made By Bee#7291
  2. --Credits to ❄Christmas Dan❄#3246 for making it ss
  3. -- Objects
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Message = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local TextLabel_3 = Instance.new("TextLabel")
  10. local X = Instance.new("TextButton")
  11. local Frame = Instance.new("Frame")
  12. local TextLabel_4 = Instance.new("TextLabel")
  13. local TextLabel_5 = Instance.new("TextLabel")
  14. local EpixAdmin = Instance.new("TextButton")
  15. local Xester = Instance.new("TextButton")
  16. local Cop = Instance.new("TextButton")
  17. local Mafia = Instance.new("TextButton")
  18. local KFCMap = Instance.new("TextButton")
  19. local GrabKnifeV4 = Instance.new("TextButton")
  20. local TextBox = Instance.new("TextBox")
  21. local X_2 = Instance.new("TextButton")
  22.  
  23. -- Properties
  24.  
  25. ScreenGui.Parent = game.CoreGui
  26.  
  27. Message.Name = "Message"
  28. Message.Parent = ScreenGui
  29. Message.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  30. Message.BorderSizePixel = 0
  31. Message.Position = UDim2.new(0.407169104, 0, 0.518026531, 0)
  32. Message.Size = UDim2.new(0, 275, 0, 42)
  33. Message.Active = true
  34. Message.Draggable = true
  35.  
  36. TextLabel.Parent = Message
  37. TextLabel.BackgroundColor3 = Color3.new(0, 0.423529, 0.635294)
  38. TextLabel.BorderSizePixel = 0
  39. TextLabel.Position = UDim2.new(0, 0, -0.125, 0)
  40. TextLabel.Size = UDim2.new(0, 275, 0, 6)
  41. TextLabel.Font = Enum.Font.SourceSans
  42. TextLabel.Text = ""
  43. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  44. TextLabel.TextSize = 14
  45.  
  46. TextLabel_2.Parent = Message
  47. TextLabel_2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  48. TextLabel_2.BorderSizePixel = 0
  49. TextLabel_2.Position = UDim2.new(0, 0, -0.625, 0)
  50. TextLabel_2.Size = UDim2.new(0, 275, 0, 24)
  51. TextLabel_2.Font = Enum.Font.Code
  52. TextLabel_2.Text = "IMPORTANT MESSAGE!!"
  53. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  54. TextLabel_2.TextSize = 14
  55.  
  56. TextLabel_3.Parent = Message
  57. TextLabel_3.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  58. TextLabel_3.BackgroundTransparency = 5
  59. TextLabel_3.BorderSizePixel = 0
  60. TextLabel_3.Position = UDim2.new(0.152727276, 0, 0.202380955, 0)
  61. TextLabel_3.Size = UDim2.new(0, 191, 0, 24)
  62. TextLabel_3.Font = Enum.Font.Code
  63. TextLabel_3.Text = "SUB TO PEWDIEPIE!!"
  64. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  65. TextLabel_3.TextSize = 14
  66. TextLabel_3.TextWrapped = true
  67.  
  68. X.Name = "X"
  69. X.Parent = Message
  70. X.BackgroundColor3 = Color3.new(1, 1, 1)
  71. X.BackgroundTransparency = 5
  72. X.BorderSizePixel = 0
  73. X.Position = UDim2.new(0, 0, -0.625, 0)
  74. X.Size = UDim2.new(0, 20, 0, 21)
  75. X.Font = Enum.Font.SourceSans
  76. X.Text = "X"
  77. X.TextColor3 = Color3.new(1, 0, 0)
  78. X.TextScaled = true
  79. X.TextSize = 14
  80. X.TextWrapped = true
  81. X.MouseButton1Down:connect(function()
  82. Message.Visible = false
  83. Frame.Visible = true
  84. end)
  85.  
  86. Frame.Parent = ScreenGui
  87. Frame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  88. Frame.Position = UDim2.new(0.401654363, 0, 0.425047427, 0)
  89. Frame.Size = UDim2.new(0, 308, 0, 108)
  90. Frame.Visible = false
  91. Frame.Active = true
  92. Frame.Draggale = true
  93.  
  94. TextLabel_4.Parent = Frame
  95. TextLabel_4.BackgroundColor3 = Color3.new(0, 0.423529, 0.635294)
  96. TextLabel_4.BorderSizePixel = 0
  97. TextLabel_4.Position = UDim2.new(-0.00324675324, 0, -0.0577731095, 0)
  98. TextLabel_4.Size = UDim2.new(0, 310, 0, 6)
  99. TextLabel_4.Font = Enum.Font.SourceSans
  100. TextLabel_4.Text = ""
  101. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  102. TextLabel_4.TextSize = 14
  103.  
  104. TextLabel_5.Parent = Frame
  105. TextLabel_5.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  106. TextLabel_5.BorderSizePixel = 0
  107. TextLabel_5.Position = UDim2.new(0, 0, -0.235877708, 0)
  108. TextLabel_5.Size = UDim2.new(0, 309, 0, 19)
  109. TextLabel_5.Font = Enum.Font.Code
  110. TextLabel_5.Text = "SERVER-SIDE XD"
  111. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  112. TextLabel_5.TextSize = 14
  113.  
  114. EpixAdmin.Name = "Epix Admin"
  115. EpixAdmin.Parent = Frame
  116. EpixAdmin.BackgroundColor3 = Color3.new(1, 1, 1)
  117. EpixAdmin.Position = UDim2.new(0, 0, 0.0648148134, 0)
  118. EpixAdmin.Size = UDim2.new(0, 145, 0, 25)
  119. EpixAdmin.Style = Enum.ButtonStyle.RobloxRoundButton
  120. EpixAdmin.Font = Enum.Font.SourceSans
  121. EpixAdmin.Text = "Epix Admin"
  122. EpixAdmin.TextColor3 = Color3.new(0, 0, 0)
  123. EpixAdmin.TextSize = 14
  124. EpixAdmin.MouseButton1Down:connect(function()
  125. require(522666193).giveAdmin("TextBox.Text")
  126. end)
  127.  
  128. Xester.Name = "Xester"
  129. Xester.Parent = Frame
  130. Xester.BackgroundColor3 = Color3.new(1, 1, 1)
  131. Xester.Position = UDim2.new(0.532467544, 0, 0.0648148134, 0)
  132. Xester.Size = UDim2.new(0, 145, 0, 25)
  133. Xester.Style = Enum.ButtonStyle.RobloxRoundButton
  134. Xester.Font = Enum.Font.SourceSans
  135. Xester.Text = "Xester"
  136. Xester.TextColor3 = Color3.new(0, 0, 0)
  137. Xester.TextSize = 14
  138. Xester.MouseButton1Down:connect(function()
  139. require(2634177204).leech("TextBox.Text")
  140. end)
  141.  
  142. Cop.Name = "Cop"
  143. Cop.Parent = Frame
  144. Cop.BackgroundColor3 = Color3.new(1, 1, 1)
  145. Cop.Position = UDim2.new(0.532467544, 0, 0.277777761, 0)
  146. Cop.Size = UDim2.new(0, 145, 0, 25)
  147. Cop.Style = Enum.ButtonStyle.RobloxRoundButton
  148. Cop.Font = Enum.Font.SourceSans
  149. Cop.Text = "Cop"
  150. Cop.TextColor3 = Color3.new(0, 0, 0)
  151. Cop.TextSize = 14
  152. Cop.MouseButton1Down:connect(function()
  153. require(2648044027):Fire('ok', 'TextBox.Text')
  154. end)
  155.  
  156. Mafia.Name = "Mafia"
  157. Mafia.Parent = Frame
  158. Mafia.BackgroundColor3 = Color3.new(1, 1, 1)
  159. Mafia.Position = UDim2.new(-0.00324675324, 0, 0.277777761, 0)
  160. Mafia.Size = UDim2.new(0, 145, 0, 25)
  161. Mafia.Style = Enum.ButtonStyle.RobloxRoundButton
  162. Mafia.Font = Enum.Font.SourceSans
  163. Mafia.Text = "Mafia"
  164. Mafia.TextColor3 = Color3.new(0, 0, 0)
  165. Mafia.TextSize = 14
  166. Mafia.MouseButton1Down:connect(function()
  167. require(2646210166).leech("TextBox.Text")
  168. end)
  169.  
  170. KFCMap.Name = "KFC Map"
  171. KFCMap.Parent = Frame
  172. KFCMap.BackgroundColor3 = Color3.new(1, 1, 1)
  173. KFCMap.Position = UDim2.new(0, 0, 0.49999997, 0)
  174. KFCMap.Size = UDim2.new(0, 145, 0, 25)
  175. KFCMap.Style = Enum.ButtonStyle.RobloxRoundButton
  176. KFCMap.Font = Enum.Font.SourceSans
  177. KFCMap.Text = "KFC Map"
  178. KFCMap.TextColor3 = Color3.new(0, 0, 0)
  179. KFCMap.TextSize = 14
  180. KFCMap.MouseButton1Down:connect(function()
  181. require(1902457710).load("TextBox.Text")
  182. end)
  183.  
  184. GrabKnifeV4.Name = "Grab Knife V4"
  185. GrabKnifeV4.Parent = Frame
  186. GrabKnifeV4.BackgroundColor3 = Color3.new(1, 1, 1)
  187. GrabKnifeV4.Position = UDim2.new(0.52922076, 0, 0.49999997, 0)
  188. GrabKnifeV4.Size = UDim2.new(0, 145, 0, 25)
  189. GrabKnifeV4.Style = Enum.ButtonStyle.RobloxRoundButton
  190. GrabKnifeV4.Font = Enum.Font.SourceSans
  191. GrabKnifeV4.Text = "Grab Knife V4"
  192. GrabKnifeV4.TextColor3 = Color3.new(0, 0, 0)
  193. GrabKnifeV4.TextSize = 14
  194. GrabKnifeV4.MouseButton1Down:connect(function()
  195. require(1193146271).load("TextBox.Text")
  196. end)
  197.  
  198. TextBox.Parent = Frame
  199. TextBox.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  200. TextBox.Position = UDim2.new(0.012987013, 0, 0.731481194, 0)
  201. TextBox.Size = UDim2.new(0, 300, 0, 15)
  202. TextBox.Font = Enum.Font.SourceSans
  203. TextBox.Text = "Players Name"
  204. TextBox.TextColor3 = Color3.new(1, 1, 1)
  205. TextBox.TextScaled = true
  206. TextBox.TextSize = 14
  207. TextBox.TextWrapped = true
  208.  
  209. X_2.Name = "X"
  210. X_2.Parent = Frame
  211. X_2.BackgroundColor3 = Color3.new(1, 1, 1)
  212. X_2.BackgroundTransparency = 5
  213. X_2.BorderSizePixel = 0
  214. X_2.Position = UDim2.new(-0.00324675324, 0, -0.245370358, 0)
  215. X_2.Size = UDim2.new(0, 20, 0, 21)
  216. X_2.Font = Enum.Font.SourceSans
  217. X_2.Text = "X"
  218. X_2.TextColor3 = Color3.new(1, 0, 0)
  219. X_2.TextScaled = true
  220. X_2.TextSize = 14
  221. X_2.TextWrapped = true
  222. X_2.MouseButton1Down:connect(function()
  223. Frame.Visible = false
  224. Message.Visible = false
  225. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement