Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.59 KB | None | 0 0
  1. local Bloby = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local BG = Instance.new("ImageLabel")
  4. local Tab1 = Instance.new("TextButton")
  5. local Tab2 = Instance.new("TextButton")
  6. local RemoveAll = Instance.new("TextButton")
  7. local Title = Instance.new("TextLabel")
  8. local TextLabel = Instance.new("TextLabel")
  9. local Admin = Instance.new("Frame")
  10. local KillPlayer = Instance.new("TextButton")
  11. local BreakPlayer = Instance.new("TextButton")
  12. local KickPlayer = Instance.new("TextButton")
  13. local Equip = Instance.new("Frame")
  14. local info = Instance.new("TextLabel")
  15. local Blob = Instance.new("TextBox")
  16. local EquipThatBlob = Instance.new("TextButton")
  17. local TextBox = Instance.new("TextBox")
  18. local X = Instance.new("TextButton")
  19. local mini = Instance.new("TextButton")
  20. local Pew = Instance.new("Frame")
  21. local TextLabel_2 = Instance.new("TextLabel")
  22. local minied = Instance.new("Frame")
  23. local TextButton = Instance.new("TextButton")
  24.  
  25.  
  26.  
  27.  
  28. Bloby.Name = "Bloby"
  29. Bloby.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  30. Bloby.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31. Bloby.ResetOnSpawn = false
  32.  
  33. Main.Name = "Main"
  34. Main.Parent = Bloby
  35. Main.Active = true
  36. Main.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0.498039)
  37. Main.BorderSizePixel = 0
  38. Main.Position = UDim2.new(0.328912467, 0, 0.140376315, 0)
  39. Main.Size = UDim2.new(0, 423, 0, 175)
  40. Main.Visible = true
  41. Main.Draggable = true
  42.  
  43. BG.Name = "BG"
  44. BG.Parent = Main
  45. BG.BackgroundColor3 = Color3.new(1, 1, 1)
  46. BG.Position = UDim2.new(0.0369250327, 0, 0.0799999982, 0)
  47. BG.Size = UDim2.new(0, 350, 0, 147)
  48. BG.Image = "rbxassetid://2861147755"
  49.  
  50. Tab1.Name = "Tab1"
  51. Tab1.Parent = Main
  52. Tab1.BackgroundColor3 = Color3.new(1, 1, 1)
  53. Tab1.Position = UDim2.new(0.879432619, 0, 0.120000005, 0)
  54. Tab1.Size = UDim2.new(0, 51, 0, 29)
  55. Tab1.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  56. Tab1.Font = Enum.Font.SourceSans
  57. Tab1.Text = "Admin Panel"
  58. Tab1.TextColor3 = Color3.new(0, 0, 0)
  59. Tab1.TextScaled = true
  60. Tab1.TextSize = 14
  61. Tab1.TextWrapped = true
  62. Tab1.Visible = false
  63. Tab1.MouseButton1Click:connect(function()
  64. game.Players.LocalPlayer.PlayerGui.Bloby.Main.Admin.Visible = true
  65. game.Players.LocalPlayer.PlayerGui.Bloby.Main.Equip.Visible = false
  66. game.Players.LocalPlayer.PlayerGui.Bloby.Main.Tab1.Visible = false
  67. game.Players.LocalPlayer.PlayerGui.Bloby.Main.Tab2.Visible = true
  68.  
  69. end)
  70.  
  71. Tab2.Name = "Tab2"
  72. Tab2.Parent = Main
  73. Tab2.BackgroundColor3 = Color3.new(1, 1, 1)
  74. Tab2.Position = UDim2.new(0.879432619, 0, 0.285714298, 0)
  75. Tab2.Size = UDim2.new(0, 51, 0, 29)
  76. Tab2.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  77. Tab2.Font = Enum.Font.SourceSans
  78. Tab2.Text = "Equip Blobs"
  79. Tab2.TextColor3 = Color3.new(0, 0, 0)
  80. Tab2.TextScaled = true
  81. Tab2.TextSize = 14
  82. Tab2.TextWrapped = true
  83. Tab2.MouseButton1Click:connect(function()
  84. game.Players.LocalPlayer.PlayerGui.Bloby.Main.Admin.Visible = false
  85. game.Players.LocalPlayer.PlayerGui.Bloby.Main.Equip.Visible = true
  86. game.Players.LocalPlayer.PlayerGui.Bloby.Main.Tab1.Visible = true
  87. game.Players.LocalPlayer.PlayerGui.Bloby.Main.Tab2.Visible = false
  88. end)
  89.  
  90.  
  91. RemoveAll.Name = "RemoveAll"
  92. RemoveAll.Parent = Main
  93. RemoveAll.BackgroundColor3 = Color3.new(1, 1, 1)
  94. RemoveAll.Position = UDim2.new(0.879432619, 0, 0.565714359, 0)
  95. RemoveAll.Size = UDim2.new(0, 51, 0, 29)
  96. RemoveAll.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  97. RemoveAll.Font = Enum.Font.SourceSans
  98. RemoveAll.Text = "Remove Workspace"
  99. RemoveAll.TextColor3 = Color3.new(0, 0, 0)
  100. RemoveAll.TextScaled = true
  101. RemoveAll.TextSize = 14
  102. RemoveAll.TextWrapped = true
  103. RemoveAll.MouseButton1Click:connect(function()
  104. for index, Work in pairs(game.Workspace:GetChildren()) do
  105. game.ReplicatedStorage.Events.DestroyBlob:FireServer(Work)
  106. end
  107. end)
  108.  
  109. Title.Name = "Title"
  110. Title.Parent = Main
  111. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  112. Title.BackgroundTransparency = 1
  113. Title.Position = UDim2.new(0.262411356, 0, -0.34857142, 0)
  114. Title.Size = UDim2.new(0, 200, 0, 50)
  115. Title.Font = Enum.Font.Arcade
  116. Title.Text = "Bloby"
  117. Title.TextColor3 = Color3.new(0, 0, 0)
  118. Title.TextScaled = true
  119. Title.TextSize = 14
  120. Title.TextWrapped = true
  121.  
  122. TextLabel.Parent = Title
  123. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  124. TextLabel.BackgroundTransparency = 1
  125. TextLabel.Position = UDim2.new(0, 0, 0.720000029, 0)
  126. TextLabel.Size = UDim2.new(0, 200, 0, 25)
  127. TextLabel.Font = Enum.Font.SourceSans
  128. TextLabel.Text = "By Jesus Bin Laden"
  129. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  130. TextLabel.TextSize = 14
  131.  
  132. Admin.Name = "Admin"
  133. Admin.Parent = Main
  134. Admin.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  135. Admin.BackgroundTransparency = 1
  136. Admin.Position = UDim2.new(0.0354609936, 0, 0.0799999982, 0)
  137. Admin.Size = UDim2.new(0, 351, 0, 147)
  138.  
  139. KillPlayer.Name = "KillPlayer"
  140. KillPlayer.Parent = Admin
  141. KillPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  142. KillPlayer.Position = UDim2.new(0.0598290563, 0, 0.0884352922, 0)
  143. KillPlayer.Size = UDim2.new(0, 103, 0, 31)
  144. KillPlayer.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  145. KillPlayer.Font = Enum.Font.Code
  146. KillPlayer.Text = "Kill Player"
  147. KillPlayer.TextColor3 = Color3.new(0, 0, 0)
  148. KillPlayer.TextScaled = true
  149. KillPlayer.TextSize = 14
  150. KillPlayer.TextStrokeTransparency = 0.89999997615814
  151. KillPlayer.TextWrapped = true
  152. KillPlayer.MouseButton1Click:connect(function()
  153. game.ReplicatedStorage.Events.DestroyBlob:FireServer(game.Players[TextBox.Text].Character.Head)
  154. end)
  155.  
  156.  
  157. BreakPlayer.Name = "BreakPlayer"
  158. BreakPlayer.Parent = Admin
  159. BreakPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  160. BreakPlayer.Position = UDim2.new(0.0598290563, 0, 0.340135962, 0)
  161. BreakPlayer.Size = UDim2.new(0, 103, 0, 31)
  162. BreakPlayer.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  163. BreakPlayer.Font = Enum.Font.Code
  164. BreakPlayer.Text = "Break Player"
  165. BreakPlayer.TextColor3 = Color3.new(0, 0, 0)
  166. BreakPlayer.TextScaled = true
  167. BreakPlayer.TextSize = 14
  168. BreakPlayer.TextStrokeTransparency = 0.89999997615814
  169. BreakPlayer.TextWrapped = true
  170. BreakPlayer.MouseButton1Click:connect(function()
  171. game.ReplicatedStorage.Events.DestroyBlob:FireServer(game.Players[TextBox.Text].Character.HumanoidRootPart)
  172. end)
  173.  
  174. KickPlayer.Name = "KickPlayer"
  175. KickPlayer.Parent = Admin
  176. KickPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  177. KickPlayer.Position = UDim2.new(0.0712250471, 0, 0.632652998, 0)
  178. KickPlayer.Size = UDim2.new(0, 103, 0, 31)
  179. KickPlayer.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  180. KickPlayer.Font = Enum.Font.Code
  181. KickPlayer.Text = "Kick Player"
  182. KickPlayer.TextColor3 = Color3.new(0, 0, 0)
  183. KickPlayer.TextScaled = true
  184. KickPlayer.TextSize = 14
  185. KickPlayer.TextStrokeTransparency = 0.89999997615814
  186. KickPlayer.TextWrapped = true
  187. KickPlayer.MouseButton1Click:connect(function()
  188.  
  189. game.ReplicatedStorage.Events.DestroyBlob:FireServer(game.Players[TextBox.Text].Character)
  190. end)
  191.  
  192. Equip.Name = "Equip"
  193. Equip.Parent = Main
  194. Equip.BackgroundColor3 = Color3.new(0, 0.666667, 0)
  195. Equip.BackgroundTransparency = 1
  196. Equip.Position = UDim2.new(0.0354609936, 0, 0.0799999982, 0)
  197. Equip.Size = UDim2.new(0, 351, 0, 147)
  198. Equip.Visible = false
  199.  
  200. info.Name = "info"
  201. info.Parent = Equip
  202. info.BackgroundColor3 = Color3.new(1, 1, 1)
  203. info.BackgroundTransparency = 1
  204. info.Position = UDim2.new(0.498575509, 0, 0.176870748, 0)
  205. info.Size = UDim2.new(0, 147, 0, 39)
  206. info.Font = Enum.Font.SourceSans
  207. info.Text = "You can only equip each blob one time\nand theres a max of 3 blobs"
  208. info.TextColor3 = Color3.new(1, 1, 0)
  209. info.TextScaled = true
  210. info.TextSize = 14
  211. info.TextWrapped = true
  212.  
  213. Blob.Name = "Blob"
  214. Blob.Parent = Equip
  215. Blob.BackgroundColor3 = Color3.new(1, 1, 1)
  216. Blob.BackgroundTransparency = 0.75
  217. Blob.Position = UDim2.new(0.096866101, 0, 0.326530635, 0)
  218. Blob.Size = UDim2.new(0, 105, 0, 33)
  219. Blob.Font = Enum.Font.SourceSans
  220. Blob.PlaceholderText = "Full list on the original thread"
  221. Blob.Text = ""
  222. Blob.TextColor3 = Color3.new(0, 0, 0)
  223. Blob.TextScaled = true
  224. Blob.TextSize = 14
  225. Blob.TextWrapped = true
  226.  
  227. EquipThatBlob.Name = "EquipThatBlob"
  228. EquipThatBlob.Parent = Equip
  229. EquipThatBlob.BackgroundColor3 = Color3.new(1, 1, 1)
  230. EquipThatBlob.Position = UDim2.new(0.153846145, 0, 0.721088409, 0)
  231. EquipThatBlob.Size = UDim2.new(0, 65, 0, 32)
  232. EquipThatBlob.Font = Enum.Font.SourceSans
  233. EquipThatBlob.Text = "Equip blob"
  234. EquipThatBlob.TextColor3 = Color3.new(0, 0, 0)
  235. EquipThatBlob.TextScaled = true
  236. EquipThatBlob.TextSize = 14
  237. EquipThatBlob.TextWrapped = true
  238. EquipThatBlob.MouseButton1Click:connect(function()
  239. game.ReplicatedStorage.Events.EquipBlob:FireServer(game.ReplicatedStorage.Blobs[Blob.Text])
  240. end)
  241.  
  242. TextBox.Parent = Main
  243. TextBox.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.498039)
  244. TextBox.BackgroundTransparency = 0.55000001192093
  245. TextBox.BorderSizePixel = 2
  246. TextBox.Position = UDim2.new(0.607564986, 0, 0.731428564, 0)
  247. TextBox.Size = UDim2.new(0, 100, 0, 24)
  248. TextBox.Font = Enum.Font.Fantasy
  249. TextBox.PlaceholderText = "Player"
  250. TextBox.Text = ""
  251. TextBox.TextColor3 = Color3.new(0, 1, 0)
  252. TextBox.TextScaled = true
  253. TextBox.TextSize = 14
  254. TextBox.TextWrapped = true
  255.  
  256. X.Name = "X"
  257. X.Parent = Main
  258. X.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  259. X.BorderSizePixel = 0
  260. X.Position = UDim2.new(0.964538991, 0, -0.0857142881, 0)
  261. X.Size = UDim2.new(0, 15, 0, 15)
  262. X.Font = Enum.Font.SourceSans
  263. X.Text = "X"
  264. X.TextColor3 = Color3.new(0, 0, 0)
  265. X.TextScaled = true
  266. X.TextSize = 14
  267. X.TextWrapped = true
  268. X.MouseButton1Click:connect(function()
  269. game.Players.LocalPlayer.PlayerGui.Bloby:Remove()
  270. end)
  271.  
  272. mini.Name = "mini"
  273. mini.Parent = Main
  274. mini.BackgroundColor3 = Color3.new(0.333333, 0.333333, 1)
  275. mini.BorderSizePixel = 0
  276. mini.Position = UDim2.new(0.914893627, 0, -0.0857142881, 0)
  277. mini.Size = UDim2.new(0, 21, 0, 15)
  278. mini.Font = Enum.Font.SourceSans
  279. mini.Text = "-"
  280. mini.TextColor3 = Color3.new(0, 0, 0)
  281. mini.TextScaled = true
  282. mini.TextSize = 14
  283. mini.TextWrapped = true
  284. mini.MouseButton1Click:connect(function()
  285. game.Players.LocalPlayer.PlayerGui.Bloby.Main.Visible = false
  286. game.Players.LocalPlayer.PlayerGui.Bloby.minied.Visible = true
  287.  
  288. end)
  289.  
  290. minied.Name = "minied"
  291. minied.Parent = Bloby
  292. minied.BackgroundColor3 = Color3.new(1, 1, 1)
  293. minied.Position = UDim2.new(0.432360739, 0, 0, 0)
  294. minied.Size = UDim2.new(0, 100, 0, 33)
  295. minied.Visible = false
  296.  
  297. TextButton.Parent = minied
  298. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  299. TextButton.Size = UDim2.new(0, 100, 0, 33)
  300. TextButton.Font = Enum.Font.SourceSans
  301. TextButton.Text = "+"
  302. TextButton.TextColor3 = Color3.new(0, 0, 0)
  303. TextButton.TextScaled = true
  304. TextButton.TextSize = 14
  305. TextButton.TextWrapped = true
  306. TextButton.MouseButton1Click:connect(function()
  307. game.Players.LocalPlayer.PlayerGui.Bloby.Main.Visible = true
  308. game.Players.LocalPlayer.PlayerGui.Bloby.minied.Visible = false
  309.  
  310. end)
  311.  
  312. local Plr = game.Players.LocalPlayer
  313. local Mouse = Plr:GetMouse()
  314.  
  315. Mouse.Button1Down:connect(function()
  316. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.Z) then return end
  317. if not Mouse.Target then return end
  318. local P = Mouse.Target
  319. local d = P.Parent
  320. Plr.PlayerGui.Bloby.Main.TextBox.Text = d.Name
  321. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement