King_Dice

'A cool gui'

Feb 28th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.16 KB | None | 0 0
  1. local pl = game.Players.LocalPlayer.PlayerGui
  2. local gui = Instance.new('ScreenGui',pl)
  3. gui.ResetOnSpawn = false
  4. local ListF = Instance.new('ScrollingFrame',gui)
  5. ListF.Size = UDim2.new(0.3,0,0.4,0)
  6. ListF.Position = UDim2.new(0,0,0.1,0)
  7.  
  8. local MinimizeOpenF = Instance.new('Frame',gui)
  9. MinimizeOpenF.Size = UDim2.new(0.3,0,0.1,0)
  10. MinimizeOpenF.BackgroundColor3 = Color3.new(0,0.5,1)
  11. ListF.BackgroundColor3 = Color3.new(0,0.3,1)
  12.  
  13. local MinimizeOpenButton = Instance.new('TextButton',MinimizeOpenF)
  14. MinimizeOpenButton.Position = UDim2.new(0.7,0,0, 0)
  15. MinimizeOpenButton.Size = UDim2.new(0.3,0,0.5, 0)
  16. MinimizeOpenButton.Text = "Close"
  17. MinimizeOpenButton.Font = "SourceSansLight"
  18. MinimizeOpenButton.TextScaled = true
  19. MinimizeOpenButton.TextColor3 = Color3.new(1,1,1)
  20. MinimizeOpenButton.BackgroundColor3 = Color3.new(1,0,0)
  21. MinimizeOpenButton.BackgroundTransparency = 0.5
  22.  
  23. local Version = Instance.new('TextLabel',MinimizeOpenF)
  24. Version.Position = UDim2.new(0.7,0,0.5, 0)
  25. Version.Size = UDim2.new(0.3,0,0.5, 0)
  26. Version.Text = "Version 4.0"
  27. Version.Font = "SourceSansLight"
  28. Version.TextScaled = true
  29. Version.TextColor3 = Color3.new(1,1,1)
  30. Version.BackgroundColor3 = Color3.new(1,1,0)
  31. Version.BackgroundTransparency = 0.5
  32.  
  33. local TitleText = Instance.new('TextLabel',MinimizeOpenF)
  34. TitleText.Font = "SourceSansLight"
  35. TitleText.TextScaled = true
  36. TitleText.TextColor3 = Color3.new(1,1,1)
  37. TitleText.Text = "Newbie15's Gui"
  38. TitleText.Size = UDim2.new(0.6,0,1,0)
  39. TitleText.Position = UDim2.new(0.05,0,0)
  40. TitleText.BackgroundTransparency = 1
  41.  
  42. local SkBoxButton = Instance.new('TextButton',ListF)
  43. SkBoxButton.Size = UDim2.new(0.5,0,0.03,0)
  44. local VisListF = true
  45. SkBoxButton.Font = "SourceSansLight"
  46. SkBoxButton.BackgroundColor3 = Color3.new(0,0.5,1)
  47. SkBoxButton.TextColor3 = Color3.new(1,1,1)
  48. SkBoxButton.TextScaled = true
  49. SkBoxButton.Text = "Skybox"
  50.  
  51. local SkBoxInput = Instance.new('TextBox',ListF)
  52. SkBoxInput.Size = UDim2.new(0.45,0,0.03,0)
  53. SkBoxInput.Position = UDim2.new(0.5,0,0,0)
  54. SkBoxInput.Font = "SourceSansLight"
  55. SkBoxInput.BackgroundColor3 = Color3.new(0,0.5,1)
  56. SkBoxInput.TextColor3 = Color3.new(1,1,1)
  57. SkBoxInput.TextScaled = true
  58. SkBoxInput.Text = "Image ID"
  59.  
  60. local AngryPepeButton = Instance.new('TextButton',ListF)
  61. AngryPepeButton.Size = UDim2.new(0.25, 0,0.025, 0)
  62. local VisListF = true
  63. AngryPepeButton.Font = "SourceSansLight"
  64. AngryPepeButton.Position = UDim2.new(0,0,0.03,0)
  65. AngryPepeButton.BackgroundColor3 = Color3.new(0,0.5,1)
  66. AngryPepeButton.TextColor3 = Color3.new(1,1,1)
  67. AngryPepeButton.Text = "Angry Pepe"
  68. AngryPepeButton.TextScaled = true
  69.  
  70. local FidgetSpinnerButton = Instance.new('TextButton',ListF)
  71. FidgetSpinnerButton.Size = UDim2.new(0.25, 0,0.025, 0)
  72. local VisListF = true
  73. FidgetSpinnerButton.Font = "SourceSansLight"
  74. FidgetSpinnerButton.Position = UDim2.new(0.25,0,0.03,0)
  75. FidgetSpinnerButton.BackgroundColor3 = Color3.new(0,0.5,1)
  76. FidgetSpinnerButton.TextColor3 = Color3.new(1,1,1)
  77. FidgetSpinnerButton.Text = "Fidget Spinner"
  78. FidgetSpinnerButton.TextScaled = true
  79.  
  80. local MatrixSetButton = Instance.new('TextButton',ListF)
  81. MatrixSetButton.Size = UDim2.new(0.25, 0,0.025, 0)
  82. local VisListF = true
  83. MatrixSetButton.Font = "SourceSansLight"
  84. MatrixSetButton.Position = UDim2.new(0.5,0,0.03,0)
  85. MatrixSetButton.BackgroundColor3 = Color3.new(0,0.5,1)
  86. MatrixSetButton.TextColor3 = Color3.new(1,1,1)
  87. MatrixSetButton.Text = "Matrix"
  88. MatrixSetButton.TextScaled = true
  89.  
  90. local TrollSkButton = Instance.new('TextButton',ListF)
  91. TrollSkButton.Size = UDim2.new(0.20, 0,0.025, 0)
  92. TrollSkButton.Font = "SourceSansLight"
  93. TrollSkButton.Position = UDim2.new(0.75,0,0.03,0)
  94. TrollSkButton.BackgroundColor3 = Color3.new(0,0.5,1)
  95. TrollSkButton.TextColor3 = Color3.new(1,1,1)
  96. TrollSkButton.Text = "Troll"
  97. TrollSkButton.TextScaled = true
  98.  
  99. local MEME2 = Instance.new('TextButton',ListF)
  100. MEME2.Size = UDim2.new(0.95,0,0.03,0)
  101. MEME2.Position = UDim2.new(0,0,0.055,0)
  102. MEME2.Font = "SourceSansLight"
  103. MEME2.BackgroundColor3 = Color3.new(0,0.5,1)
  104. MEME2.TextColor3 = Color3.new(1,1,1)
  105. MEME2.TextScaled = true
  106. MEME2.Text = "Spawn Giant Duck"
  107.  
  108. local UnanchorButton = Instance.new('TextButton',ListF)
  109. UnanchorButton.Size = UDim2.new(0.95,0,0.03,0)
  110. UnanchorButton.Position = UDim2.new(0,0,0.085,0)
  111. UnanchorButton.Font = "SourceSansLight"
  112. UnanchorButton.BackgroundColor3 = Color3.new(0,0.5,1)
  113. UnanchorButton.TextColor3 = Color3.new(1,1,1)
  114. UnanchorButton.TextScaled = true
  115. UnanchorButton.Text = "Unanchor & Unweld"
  116.  
  117. local NatureButton = Instance.new('TextButton',ListF)
  118. NatureButton.Size = UDim2.new(0.95,0,0.03,0)
  119. NatureButton.Position = UDim2.new(0,0,0.115,0)
  120. NatureButton.Font = "SourceSansLight"
  121. NatureButton.BackgroundColor3 = Color3.new(0,0.5,1)
  122. NatureButton.TextColor3 = Color3.new(1,1,1)
  123. NatureButton.TextScaled = true
  124. NatureButton.Text = "Natureify"
  125.  
  126. local RIP = Instance.new('TextButton',ListF)
  127. RIP.Size = UDim2.new(0.95,0,0.03,0)
  128. RIP.Position = UDim2.new(0,0,0.145,0)
  129. RIP.Font = "SourceSansLight"
  130. RIP.BackgroundColor3 = Color3.new(0.5,0,0.8)
  131. RIP.TextColor3 = Color3.new(1,1,1)
  132. RIP.TextScaled = true
  133. RIP.Text = "TOTAL ANNHILIATION"
  134.  
  135. local TPALL = Instance.new('TextButton',ListF)
  136. TPALL.Size = UDim2.new(0.95,0,0.03,0)
  137. TPALL.Position = UDim2.new(0,0,0.175,0)
  138. TPALL.Font = "SourceSansLight"
  139. TPALL.BackgroundColor3 = Color3.new(0,0.5,1)
  140. TPALL.TextColor3 = Color3.new(1,1,1)
  141. TPALL.TextScaled = true
  142. TPALL.Text = "TP Everyone to you"
  143.  
  144. local ChatButton = Instance.new('TextButton',ListF)
  145. ChatButton.Size = UDim2.new(0.5,0,0.03,0)
  146. ChatButton.Position = UDim2.new(0,0,0.205,0)
  147. ChatButton.Font = "SourceSansLight"
  148. ChatButton.BackgroundColor3 = Color3.new(0,0.5,1)
  149. ChatButton.TextColor3 = Color3.new(1,1,1)
  150. ChatButton.TextScaled = true
  151. ChatButton.Text = "Chat!"
  152.  
  153. local ChatInput = Instance.new('TextBox',ListF)
  154. ChatInput.Size = UDim2.new(0.45,0,0.03,0)
  155. ChatInput.Position = UDim2.new(0.5,0,0.205,0)
  156. ChatInput.Font = "SourceSansLight"
  157. ChatInput.BackgroundColor3 = Color3.new(0,0.5,1)
  158. ChatInput.TextColor3 = Color3.new(1,1,1)
  159. ChatInput.TextScaled = true
  160. ChatInput.Text = "Sample Text"
  161.  
  162. local GOD = Instance.new('TextButton',ListF)
  163. GOD.Size = UDim2.new(0.95,0,0.03,0)
  164. GOD.Position = UDim2.new(0,0,0.235,0)
  165. GOD.Font = "SourceSansLight"
  166. GOD.BackgroundColor3 = Color3.new(0,0.5,1)
  167. GOD.TextColor3 = Color3.new(1,1,1)
  168. GOD.TextScaled = true
  169. GOD.Text = "Invincibilitize"
  170.  
  171. local NOOT = Instance.new('TextButton',ListF)
  172. NOOT.Size = UDim2.new(0.95,0,0.03,0)
  173. NOOT.Position = UDim2.new(0,0,0.265,0)
  174. NOOT.Font = "SourceSansLight"
  175. NOOT.BackgroundColor3 = Color3.new(0,0,0)
  176. NOOT.TextColor3 = Color3.new(1,1,1)
  177. NOOT.TextScaled = true
  178. NOOT.Text = "NOOT NOOT!"
  179.  
  180. local MSG1 = Instance.new('TextButton',ListF)
  181. MSG1.Size = UDim2.new(0.5,0,0.03,0)
  182. MSG1.Position = UDim2.new(0,0,0.295,0)
  183. MSG1.Font = "SourceSansLight"
  184. MSG1.BackgroundColor3 = Color3.new(0,0.5,1)
  185. MSG1.TextColor3 = Color3.new(1,1,1)
  186. MSG1.TextScaled = true
  187. MSG1.Text = "Billboard"
  188.  
  189. local MSG12 = Instance.new('TextBox',ListF)
  190. MSG12.Size = UDim2.new(0.45,0,0.03,0)
  191. MSG12.Position = UDim2.new(0.5,0,0.295,0)
  192. MSG12.Font = "SourceSansLight"
  193. MSG12.BackgroundColor3 = Color3.new(0,0.5,1)
  194. MSG12.TextColor3 = Color3.new(1,1,1)
  195. MSG12.TextScaled = true
  196. MSG12.Text = "Sample Text"
  197.  
  198. local BP = Instance.new('TextButton',ListF)
  199. BP.Size = UDim2.new(0.95,0,0.03,0)
  200. BP.Position = UDim2.new(0,0,0.325,0)
  201. BP.Font = "SourceSansLight"
  202. BP.BackgroundColor3 = Color3.new(0,0.5,1)
  203. BP.TextColor3 = Color3.new(1,1,1)
  204. BP.TextScaled = true
  205. BP.Text = "Baseplate"
  206.  
  207. local KO = Instance.new('TextButton',ListF)
  208. KO.Size = UDim2.new(0.95,0,0.03,0)
  209. KO.Position = UDim2.new(0,0,0.355,0)
  210. KO.Font = "SourceSansLight"
  211. KO.BackgroundColor3 = Color3.new(0,0.5,1)
  212. KO.TextColor3 = Color3.new(1,1,1)
  213. KO.TextScaled = true
  214. KO.Text = "Kill Others"
  215.  
  216. local KEK = Instance.new('TextButton',ListF)
  217. KEK.Size = UDim2.new(0.95,0,0.03,0)
  218. KEK.Position = UDim2.new(0,0,0.385,0)
  219. KEK.Font = "SourceSansLight"
  220. KEK.BackgroundColor3 = Color3.new(0,1,0.5)
  221. KEK.TextColor3 = Color3.new(1,1,1)
  222. KEK.TextScaled = true
  223. KEK.Text = "Spawn KEK"
  224.  
  225. local SETVAL = Instance.new('TextButton',ListF)
  226. SETVAL.Size = UDim2.new(0.316666667,0,0.03,0)
  227. SETVAL.Position = UDim2.new(0,0,0.415,0)
  228. SETVAL.Font = "SourceSansLight"
  229. SETVAL.BackgroundColor3 = Color3.new(0,0.5,1)
  230. SETVAL.TextColor3 = Color3.new(1,1,1)
  231. SETVAL.TextScaled = true
  232. SETVAL.Text = "Set Value"
  233.  
  234. local SETVAL2 = Instance.new('TextBox',ListF)
  235. SETVAL2.Size = UDim2.new(0.316666667,0,0.03,0)
  236. SETVAL2.Position = UDim2.new(0.316666667,0,0.415,0)
  237. SETVAL2.Font = "SourceSansLight"
  238. SETVAL2.BackgroundColor3 = Color3.new(0,0.5,1)
  239. SETVAL2.TextColor3 = Color3.new(1,1,1)
  240. SETVAL2.TextScaled = true
  241. SETVAL2.Text = "Value"
  242.  
  243. local SETVAL3 = Instance.new('TextBox',ListF)
  244. SETVAL3.Size = UDim2.new(0.316666667,0,0.03,0)
  245. SETVAL3.Position = UDim2.new(0.633333334,0,0.415,0)
  246. SETVAL3.Font = "SourceSansLight"
  247. SETVAL3.BackgroundColor3 = Color3.new(0,0.5,1)
  248. SETVAL3.TextColor3 = Color3.new(1,1,1)
  249. SETVAL3.TextScaled = true
  250. SETVAL3.Text = "Number"
  251.  
  252.  
  253. local Newb = Instance.new('TextButton',ListF)
  254. Newb.Size = UDim2.new(0.95,0,0.03,0)
  255. Newb.Position = UDim2.new(0,0,0.445,0)
  256. Newb.Font = "SourceSansLight"
  257. Newb.BackgroundColor3 = Color3.new(0,0.5,1)
  258. Newb.TextColor3 = Color3.new(1,1,1)
  259. Newb.TextScaled = true
  260. Newb.Text = "Noobify Others"
  261.  
  262. local LBL = Instance.new('TextLabel',ListF)
  263. LBL.Size = UDim2.new(0.95,0,0.03,0)
  264. LBL.Position = UDim2.new(0,0,0.505,0)
  265. LBL.Font = "SourceSansLight"
  266. LBL.BackgroundColor3 = Color3.new(0,0.3,1)
  267. LBL.TextColor3 = Color3.new(1,1,1)
  268. LBL.TextScaled = true
  269. LBL.Text = "Player-Specific Commands"
  270.  
  271. local TBP = Instance.new('TextBox',ListF)
  272. TBP.Size = UDim2.new(0.95,0,0.03,0)
  273. TBP.Position = UDim2.new(0,0,0.535,0)
  274. TBP.Font = "SourceSansLight"
  275. TBP.BackgroundColor3 = Color3.new(0,0.5,1)
  276. TBP.TextColor3 = Color3.new(1,1,1)
  277. TBP.TextScaled = true
  278. TBP.Text = "PlayerName"
  279.  
  280.  
  281. local BTOOL = Instance.new('TextButton',ListF)
  282. BTOOL.Size = UDim2.new(0.95,0,0.03,0)
  283. BTOOL.Position = UDim2.new(0,0,0.565,0)
  284. BTOOL.Font = "SourceSansLight"
  285. BTOOL.BackgroundColor3 = Color3.new(0,0.5,1)
  286. BTOOL.TextColor3 = Color3.new(1,1,1)
  287. BTOOL.TextScaled = true
  288. BTOOL.Text = "Build Tools"
  289.  
  290. local DUCKIFYB = Instance.new('TextButton',ListF)
  291. DUCKIFYB.Size = UDim2.new(0.95,0,0.03,0)
  292. DUCKIFYB.Position = UDim2.new(0,0,0.595,0)
  293. DUCKIFYB.Font = "SourceSansLight"
  294. DUCKIFYB.BackgroundColor3 = Color3.new(0,0.5,1)
  295. DUCKIFYB.TextColor3 = Color3.new(1,1,1)
  296. DUCKIFYB.TextScaled = true
  297. DUCKIFYB.Text = "Duckify"
  298.  
  299. local CLONEB = Instance.new('TextButton',ListF)
  300. CLONEB.Size = UDim2.new(0.95,0,0.03,0)
  301. CLONEB.Position = UDim2.new(0,0,0.625,0)
  302. CLONEB.Font = "SourceSansLight"
  303. CLONEB.BackgroundColor3 = Color3.new(0,0.5,1)
  304. CLONEB.TextColor3 = Color3.new(1,1,1)
  305. CLONEB.TextScaled = true
  306. CLONEB.Text = "Clone"
  307.  
  308. local BTOOLA = Instance.new('TextButton',ListF)
  309. BTOOLA.Size = UDim2.new(0.95,0,0.03,0)
  310. BTOOLA.Position = UDim2.new(0,0,0.475,0)
  311. BTOOLA.Font = "SourceSansLight"
  312. BTOOLA.BackgroundColor3 = Color3.new(0,0.5,1)
  313. BTOOLA.TextColor3 = Color3.new(1,1,1)
  314. BTOOLA.TextScaled = true
  315. BTOOLA.Text = "Build Tools (All)"
  316.  
  317. local Kickbutton = Instance.new('TextButton',ListF)
  318. Kickbutton.Size = UDim2.new(0.95,0,0.03,0)
  319. Kickbutton.Position = UDim2.new(0,0,0.655,0)
  320. Kickbutton.Font = "SourceSansLight"
  321. Kickbutton.BackgroundColor3 = Color3.new(0,0.5,1)
  322. Kickbutton.TextColor3 = Color3.new(1,1,1)
  323. Kickbutton.TextScaled = true
  324. Kickbutton.Text = "Kick"
  325.  
  326. function ClickMinimize()
  327. if VisListF == false then
  328. ListF.Visible = true
  329. VisListF = true
  330. MinimizeOpenButton.Text = "Close"
  331. MinimizeOpenButton.BackgroundColor3 = Color3.new(1,0,0)
  332.  
  333. else
  334. ListF.Visible = false
  335. VisListF = false
  336. MinimizeOpenButton.Text = "Open"
  337. MinimizeOpenButton.BackgroundColor3 = Color3.new(0,1,0)
  338. end
  339. end
  340. MinimizeOpenButton.MouseButton1Click:Connect(ClickMinimize)
  341. function ClickSkybox()
  342. local Sk = Instance.new('Sky',game.Lighting)
  343. Sk.SkyboxBk = ("rbxassetid://" .. SkBoxInput.Text)
  344. Sk.SkyboxDn = ("rbxassetid://" .. SkBoxInput.Text)
  345. Sk.SkyboxFt = ("rbxassetid://" .. SkBoxInput.Text)
  346. Sk.SkyboxLf = ("rbxassetid://" .. SkBoxInput.Text)
  347. Sk.SkyboxRt = ("rbxassetid://" .. SkBoxInput.Text)
  348. Sk.SkyboxUp = ("rbxassetid://" .. SkBoxInput.Text)
  349. Sk.CelestialBodiesShown = false
  350. end
  351. SkBoxButton.MouseButton1Click:Connect(ClickSkybox)
  352.  
  353. function SkyboxSetPepe()
  354. SkBoxInput.Text = "554625613"
  355. end
  356. AngryPepeButton.MouseButton1Click:Connect(SkyboxSetPepe)
  357.  
  358. function SkyboxSetFidget()
  359. SkBoxInput.Text = "845071981"
  360. end
  361. FidgetSpinnerButton.MouseButton1Click:Connect(SkyboxSetFidget)
  362.  
  363. function SkyboxSetMatrix()
  364. SkBoxInput.Text = "8384341"
  365. end
  366. MatrixSetButton.MouseButton1Click:Connect(SkyboxSetMatrix)
  367. function SkyboxSetTroll()
  368. SkBoxInput.Text = "70981589"
  369. end
  370. TrollSkButton.MouseButton1Click:Connect(SkyboxSetTroll)
  371.  
  372. function Unanchor()
  373. function FUNCTION(a)
  374. if (a.className == "Part") or (a.className == "Seat") or (a.className == "SpawnLocation") then
  375. a.Anchored = false
  376. end
  377. local b = a:GetChildren()
  378. for i=1,#b do
  379. FUNCTION(b[i])
  380. end
  381. end
  382.  
  383. FUNCTION(game.workspace)
  384. function FUNCTION(a)
  385. if (a.className == "ManualWeld") then
  386. a:Destroy()
  387. end
  388. local b = a:GetChildren()
  389. for i=1,#b do
  390. FUNCTION(b[i])
  391. end
  392. end
  393.  
  394. FUNCTION(game.workspace)
  395. end
  396. UnanchorButton.MouseButton1Click:Connect(Unanchor)
  397.  
  398. function Natureify()
  399. function FUNCTION(a)
  400. if (a.className == "Part") or (a.className == "Seat") or (a.className == "SpawnLocation") then
  401. local x = math.random(1,3)
  402. if x == 1 then
  403. a.Material = "Slate"
  404. a.BrickColor = BrickColor.new(365)
  405. end
  406. if x == 2 then
  407. a.Material = "Grass"
  408. a.BrickColor = BrickColor.new(313)
  409. end
  410. if x == 3 then
  411. a.Material = "Slate"
  412. a.BrickColor = BrickColor.new(199)
  413. end
  414. end
  415. local b = a:GetChildren()
  416. for i=1,#b do
  417. FUNCTION(b[i])
  418. end
  419. end
  420.  
  421. FUNCTION(game.workspace)
  422. end
  423. NatureButton.MouseButton1Click:Connect(Natureify)
  424.  
  425.  
  426.  
  427. function NUKE()
  428. function FUNCTION(a)
  429. if (a.className == "Player") then
  430. local billboard = Instance.new('BillboardGui',a.Character.Head)
  431. billboard.Adornee = billboard.Parent
  432. billboard.Size = UDim2.new(1,0,1,0)
  433. local text = Instance.new('TextLabel',billboard)
  434. text.Size = UDim2.new(1,200,1,200)
  435. billboard.AlwaysOnTop = true
  436. text.Text = "TOTAL ANNHILIATION IN ABOUT 5 SECONDS BE PREPARED N00BS"
  437. text.TextScaled = true
  438. a.CameraMaxZoomDistance = 999
  439. a.CameraMinZoomDistance = 998
  440. end
  441. local b = a:GetChildren()
  442. for i=1,#b do
  443. FUNCTION(b[i])
  444. end
  445. end
  446.  
  447. FUNCTION(game.Players)
  448. wait(5)
  449. local s = Instance.new('Sound',game.Workspace)
  450. s.SoundId = "rbxassetid://417452010"
  451. s:Play()
  452. function FUNCTION(a)
  453. if (a.className == "Player") then
  454. a.Character:MoveTo(Vector3.new(0,0,0))
  455. wait(0.0001)
  456. a.Character:Destroy()
  457.  
  458. end
  459. local b = a:GetChildren()
  460. for i=1,#b do
  461. FUNCTION(b[i])
  462. end
  463. end
  464.  
  465. FUNCTION(game.Players)
  466. function FUNCTION(a)
  467. if (a.className == "Player") then
  468. a:Destroy()
  469.  
  470. end
  471. local b = a:GetChildren()
  472. for i=1,#b do
  473. FUNCTION(b[i])
  474. end
  475. end
  476.  
  477. FUNCTION(game.workspace)
  478. local baseplate = Instance.new('Part',game.Workspace)
  479. baseplate.Size = Vector3.new(1000,0,1000)
  480. baseplate.Anchored = true
  481. while true do
  482. local p = Instance.new('Part',game.Workspace)
  483. local Sp = Instance.new('ParticleEmitter',p)
  484. Sp.Texture = "rbxassetid://554625613"
  485. Sp.Size = NumberSequence.new(999)
  486. Sp.Rate = 999999
  487. local p = Instance.new('Part',game.Workspace)
  488. local Sp = Instance.new('ParticleEmitter',p)
  489. Sp.Texture = "rbxassetid://554625613"
  490. Sp.Size = NumberSequence.new(999)
  491. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  492. local Sp = Instance.new('ParticleEmitter',p)
  493. Sp.Texture = "rbxassetid://554625613"
  494. Sp.Size = NumberSequence.new(999)
  495. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  496. local Sp = Instance.new('ParticleEmitter',p)
  497. Sp.Texture = "rbxassetid://554625613"
  498. Sp.Size = NumberSequence.new(999)
  499. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  500. local Sp = Instance.new('ParticleEmitter',p)
  501. Sp.Texture = "rbxassetid://554625613"
  502. Sp.Size = NumberSequence.new(999)
  503. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  504. local Sp = Instance.new('ParticleEmitter',p)
  505. Sp.Texture = "rbxassetid://554625613"
  506. Sp.Size = NumberSequence.new(999)
  507. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  508. local Sp = Instance.new('ParticleEmitter',p)
  509. Sp.Texture = "rbxassetid://554625613"
  510. Sp.Size = NumberSequence.new(999)
  511. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  512. local Sp = Instance.new('ParticleEmitter',p)
  513. Sp.Texture = "rbxassetid://554625613"
  514. Sp.Size = NumberSequence.new(999)
  515. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  516. local Sp = Instance.new('ParticleEmitter',p)
  517. Sp.Texture = "rbxassetid://554625613"
  518. Sp.Size = NumberSequence.new(999)
  519. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  520. local Sp = Instance.new('ParticleEmitter',p)
  521. Sp.Texture = "rbxassetid://554625613"
  522. Sp.Size = NumberSequence.new(999)
  523. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  524. local Sp = Instance.new('ParticleEmitter',p)
  525. Sp.Texture = "rbxassetid://554625613"
  526. Sp.Size = NumberSequence.new(999)
  527. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  528. local Sp = Instance.new('ParticleEmitter',p)
  529. Sp.Texture = "rbxassetid://554625613"
  530. Sp.Size = NumberSequence.new(999)
  531. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  532. local Sp = Instance.new('ParticleEmitter',p)
  533. Sp.Texture = "rbxassetid://554625613"
  534. Sp.Size = NumberSequence.new(999)
  535. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  536. local Sp = Instance.new('ParticleEmitter',p)
  537. Sp.Texture = "rbxassetid://554625613"
  538. Sp.Size = NumberSequence.new(999)
  539. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  540. local Sp = Instance.new('ParticleEmitter',p)
  541. Sp.Texture = "rbxassetid://554625613"
  542. Sp.Size = NumberSequence.new(999)
  543. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  544. local Sp = Instance.new('ParticleEmitter',p)
  545. Sp.Texture = "rbxassetid://554625613"
  546. Sp.Size = NumberSequence.new(999)
  547. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  548. local Sp = Instance.new('ParticleEmitter',p)
  549. Sp.Texture = "rbxassetid://554625613"
  550. Sp.Size = NumberSequence.new(999)
  551. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  552. local Sp = Instance.new('ParticleEmitter',p)
  553. Sp.Texture = "rbxassetid://554625613"
  554. Sp.Size = NumberSequence.new(999)
  555. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  556. local Sp = Instance.new('ParticleEmitter',p)
  557. Sp.Texture = "rbxassetid://554625613"
  558. Sp.Size = NumberSequence.new(999)
  559. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  560. local Sp = Instance.new('ParticleEmitter',p)
  561. Sp.Texture = "rbxassetid://554625613"
  562. Sp.Size = NumberSequence.new(999)
  563. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  564. local Sp = Instance.new('ParticleEmitter',p)
  565. Sp.Texture = "rbxassetid://554625613"
  566. Sp.Size = NumberSequence.new(999)
  567. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  568. local Sp = Instance.new('ParticleEmitter',p)
  569. Sp.Texture = "rbxassetid://554625613"
  570. Sp.Size = NumberSequence.new(999)
  571. Sp.Rate = 999999
  572. wait(0.00001)
  573. end
  574.  
  575. end
  576.  
  577. RIP.MouseButton1Click:Connect(NUKE)
  578. function DUCK()
  579. local p = Instance.new('Part',game.Workspace)
  580. p.Position = game.Players.LocalPlayer.Character.Head.Position
  581. local m = Instance.new('SpecialMesh',p)
  582. m.MeshId = "http://www.roblox.com/asset/?id=9419831"
  583. m.TextureId = "http://www.roblox.com/asset/?id=9419827"
  584. m.Scale = Vector3.new(10,10,10)
  585. p.Size = m.Scale
  586. local bg = Instance.new('BillboardGui',p)
  587. bg.Adornee = p
  588. bg.AlwaysOnTop = true
  589. bg.Size = UDim2.new(0,200,0,50)
  590. local t = Instance.new('TextLabel',bg)
  591. t.BackgroundTransparency = 1
  592. t.TextColor3 = Color3.new(1,1,0)
  593. t.Font = "SourceSansBold"
  594. t.TextScaled = true
  595. t.Size = UDim2.new(0,200,0,50)
  596. t.TextStrokeTransparency = 0
  597. t.TextStrokeColor3 = Color3.new(0,0,0)
  598. t.Text = "Giant Duck"
  599. end
  600. MEME2.MouseButton1Click:Connect(DUCK)
  601.  
  602. function TPEveryone()
  603. function FUNCTION(a)
  604. if (a.className == "Player") then
  605. a.Character:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  606. end
  607. local b = a:GetChildren()
  608. for i=1,#b do
  609. FUNCTION(b[i])
  610. end
  611. end
  612.  
  613. FUNCTION(game.Players)
  614. end
  615. TPALL.MouseButton1Click:Connect(TPEveryone)
  616. function ChatInput1()
  617. function FUNCTION(a)
  618. if (a.className == "Player") then
  619. game:GetService("Chat"):Chat(a.Character.Head,ChatInput.Text, Enum.ChatColor.Red)
  620. end
  621. local b = a:GetChildren()
  622. for i=1,#b do
  623. FUNCTION(b[i])
  624. end
  625. end
  626.  
  627. FUNCTION(game.Players)
  628. end
  629. ChatButton.MouseButton1Click:Connect(ChatInput1)
  630. function GODMODE()
  631. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 9999999999999999999999
  632. game.Players.LocalPlayer.Character.Humanoid.Health = 9999999999999999999999
  633. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  634. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  635. local ff = Instance.new('ForceField',game.Players.LocalPlayer.Character)
  636. end
  637. GOD.MouseButton1Click:Connect(GODMODE)
  638.  
  639. function NOOTNOOT()
  640. local msg = Instance.new("Message",workspace)
  641. msg.Text = "Created By SageOfMumsV2 (Pingu) And Xeradius (AzuLX). - Noot Noot Script"
  642. wait(2)
  643. msg:Destroy()
  644. local pingudecal = "http://www.roblox.com/asset/?id=382332426"
  645. for i,v in pairs(game.Players:GetChildren()) do
  646. if v:IsA("Player") then
  647. local nooties = Instance.new("Sound",workspace)
  648. nooties.SoundId = "http://www.roblox.com/asset/?id=142912516"
  649. nooties.Volume = 1
  650. nooties.Looped = true
  651. nooties:Play()
  652. end
  653. end
  654. wait(12)
  655. local Sky = Instance.new("Sky",game.Lighting)
  656. Sky.SkyboxBk = pingudecal
  657. Sky.SkyboxDn = pingudecal
  658. Sky.SkyboxFt = pingudecal
  659. Sky.SkyboxLf = pingudecal
  660. Sky.SkyboxRt = pingudecal
  661. Sky.SkyboxUp = pingudecal
  662. local function modelasd()
  663. for i,v in pairs(workspace:GetChildren()) do
  664. if v:IsA("Model") then
  665. for i,a in pairs(v:GetChildren()) do
  666. local top = Instance.new("Decal",a)
  667. top.Face = "Top"
  668. top.Texture = pingudecal
  669. local btm = Instance.new("Decal",a)
  670. btm.Face = "Bottom"
  671. btm.Texture = pingudecal
  672. local lft = Instance.new("Decal",a)
  673. lft.Face = "Left"
  674. lft.Texture = pingudecal
  675. local rft = Instance.new("Decal",a)
  676. rft.Face = "Right"
  677. rft.Texture = pingudecal
  678. local frnt = Instance.new("Decal",a)
  679. frnt.Face = "Front"
  680. frnt.Texture = pingudecal
  681. local bk = Instance.new("Decal",a)
  682. bk.Face = "Back"
  683. bk.Texture = pingudecal
  684. local VTest = Instance.new("ParticleEmitter")
  685. VTest.Parent = a
  686. VTest.Texture = pingudecal
  687. VTest.Speed = NumberRange.new(200)
  688. VTest.Rate = 200
  689. VTest.Size = NumberSequence.new(10000,10000)
  690. VTest.Lifetime = NumberRange.new(1000)
  691. local pepe = coroutine.create(function()
  692. while wait() do
  693. local Explosion = Instance.new("Explosion",a)
  694. Explosion.BlastRadius = 10000
  695. end
  696. end)
  697. coroutine.resume(pepe)
  698. end
  699. end
  700. end
  701. end
  702. local function partasd()
  703. for i,a in pairs(workspace:GetChildren()) do
  704. local top = Instance.new("Decal",a)
  705. top.Face = "Top"
  706. top.Texture = pingudecal
  707. local btm = Instance.new("Decal",a)
  708. btm.Face = "Bottom"
  709. btm.Texture = pingudecal
  710. local lft = Instance.new("Decal",a)
  711. lft.Face = "Left"
  712. lft.Texture = pingudecal
  713. local rft = Instance.new("Decal",a)
  714. rft.Face = "Right"
  715. rft.Texture = pingudecal
  716. local frnt = Instance.new("Decal",a)
  717. frnt.Face = "Front"
  718. frnt.Texture = pingudecal
  719. local bk = Instance.new("Decal",a)
  720. bk.Face = "Back"
  721. bk.Texture = pingudecal
  722. local VTest = Instance.new("ParticleEmitter")
  723. VTest.Parent = a
  724. VTest.Texture = pingudecal
  725. VTest.Speed = NumberRange.new(200)
  726. VTest.Rate = 200
  727. VTest.Lifetime = NumberRange.new(1000)
  728. VTest.Size = NumberSequence.new(10000,10000)
  729. local pepe = coroutine.create(function()
  730. while wait() do
  731. if a.Name ~= "Head" or "Torso" or "Left Arm" or "Right Arm" or "Left Leg" or "Right Leg" then
  732. local Explosion = Instance.new("Explosion",a)
  733. Explosion.BlastRadius = 10000
  734. end
  735. end
  736. end)
  737. coroutine.resume(pepe)
  738. end
  739. end
  740. partasd()
  741. modelasd()
  742. end
  743. NOOT.MouseButton1Click:Connect(NOOTNOOT)
  744.  
  745. function MESSAGE()
  746. local p = Instance.new('Part',game.Workspace)
  747. p.Size = Vector3.new(2,2,2)
  748. p.Locked = true
  749. local g = Instance.new('SelectionBox',p)
  750. g.Adornee = p
  751. g.SurfaceColor3 = Color3.new(1,0,0)
  752. g.Color3 = Color3.new(math.random(0,255)/255,math.random(0,255)/255,math.random(0,255)/255)
  753. p.Transparency = 1
  754. p.CanCollide = false
  755. p.Position = game.Players.LocalPlayer.Character.Head.Position
  756. p.Rotation = game.Players.LocalPlayer.Character.Head.Rotation
  757. p.Anchored = true
  758. local bg = Instance.new('BillboardGui',p)
  759. bg.Adornee = p
  760. bg.AlwaysOnTop = true
  761. bg.Size = UDim2.new(0,200,0,50)
  762. local t = Instance.new('TextLabel',bg)
  763. t.BackgroundTransparency = 1
  764. t.TextColor3 = Color3.new(math.random(0,255)/255,math.random(0,255)/255,math.random(0,255)/255)
  765. t.Font = "SourceSansBold"
  766. t.TextScaled = true
  767. t.Size = UDim2.new(0,200,0,50)
  768. t.TextStrokeTransparency = 0
  769. t.TextStrokeColor3 = Color3.new(0,0,0)
  770. t.Text = MSG12.Text
  771. end
  772. MSG1.MouseButton1Click:Connect(MESSAGE)
  773. function BASEPL()
  774. local p = Instance.new('SpawnLocation',game.Workspace)
  775. p.CanCollide = false
  776. p.Anchored = true
  777. p.Size = Vector3.new(2100,2,2100)
  778. p.BrickColor = BrickColor.new(141)
  779. p.Locked = true
  780. p.Position = Vector3.new(0,1000,0)
  781. p.CanCollide = true
  782. function FUNCTION(a)
  783. if (a.className == "Player") then
  784. a.Character:MoveTo(p.Position)
  785. end
  786. local b = a:GetChildren()
  787. for i=1,#b do
  788. FUNCTION(b[i])
  789. end
  790. end
  791. FUNCTION(game.Players)
  792. end
  793. BP.MouseButton1Click:Connect(BASEPL)
  794.  
  795. function KOthers()
  796. function FUNCTION(a)
  797. if (a.className == "Player") and (a.Name ~= game.Players.LocalPlayer.Name) then
  798. a.Character.Humanoid.Health = 0
  799. end
  800. local b = a:GetChildren()
  801. for i=1,#b do
  802. FUNCTION(b[i])
  803. end
  804. end
  805.  
  806. FUNCTION(game.Players)
  807. end
  808. KO.MouseButton1Click:Connect(KOthers)
  809.  
  810. function SPAWNKEK()
  811. local p = Instance.new('Part',game.Workspace)
  812. p.Position = game.Players.LocalPlayer.Character.Head.Position
  813. local m = Instance.new('SpecialMesh',p)
  814. m.MeshId = "rbxassetid://440430691"
  815. m.TextureId = "rbxassetid://440430699"
  816. m.Scale = Vector3.new(1,1,1)
  817. p.Anchored = true
  818. p.Size = Vector3.new(203.341, 124.882, 189.538)
  819. local bg = Instance.new('BillboardGui',p)
  820. bg.Adornee = p
  821. bg.AlwaysOnTop = true
  822. bg.Size = UDim2.new(0,200,0,50)
  823. local t = Instance.new('TextLabel',bg)
  824. t.BackgroundTransparency = 1
  825. t.TextColor3 = Color3.new(0,1,0)
  826. t.Font = "SourceSansBold"
  827. t.TextScaled = true
  828. t.Size = UDim2.new(0,200,0,50)
  829. t.TextStrokeTransparency = 0
  830. t.TextStrokeColor3 = Color3.new(0,0,0)
  831. t.Text = "KEK"
  832. end
  833. KEK.MouseButton1Click:Connect(SPAWNKEK)
  834.  
  835. function SETLEADERSTAT()
  836. game.Players.LocalPlayer.leaderstats:FindFirstChild(SETVAL2).Value = SETVAL3.tonumber
  837. end
  838. SETVAL.MouseButton1Click:Connect(SETLEADERSTAT)
  839.  
  840. function N00bify()
  841. function FUNCTION(a)
  842. if (a.className == "Player") and (a.Name ~= game.Players.LocalPlayer.Name) then
  843. a.CharacterAppearanceId = 124702143
  844. a.Character.Humanoid.Health = 0
  845. end
  846. local b = a:GetChildren()
  847. for i=1,#b do
  848. FUNCTION(b[i])
  849. end
  850. end
  851.  
  852. FUNCTION(game.Players)
  853. end
  854. Newb.MouseButton1Click:Connect(N00bify)
  855.  
  856. function BTOOLS()
  857.  
  858. local ptoban = game.Players:FindFirstChild(TBP.Text)
  859. local tool = Instance.new('HopperBin',ptoban.Backpack)
  860. tool.BinType = "Clone"
  861. local tool = Instance.new('HopperBin',ptoban.Backpack)
  862. tool.BinType = "Grab"
  863. tool.TextureId = ""
  864. tool.Name = "Grab"
  865. local tool = Instance.new('HopperBin',ptoban.Backpack)
  866. tool.BinType = "Hammer"
  867. end
  868. BTOOL.MouseButton1Click:Connect(BTOOLS)
  869.  
  870. function DUCKIFY()
  871. if TBP.Text ~= "All" then
  872. local a = game.Players:FindFirstChild(TBP.Text)
  873. local m = Instance.new('SpecialMesh',a.Character.PrimaryPart)
  874. m.MeshId = "http://www.roblox.com/asset/?id=9419831"
  875. m.TextureId = "http://www.roblox.com/asset/?id=9419827"
  876. m.Scale = Vector3.new(13,13,13)
  877. if a.Character.PrimaryPart:FindFirstChild("face") ~= nil then
  878. a.Character.PrimaryPart:FindFirstChild("face"):Destroy()
  879. end
  880. end
  881. end
  882. DUCKIFYB.MouseButton1Click:Connect(DUCKIFY)
  883.  
  884. function CLONEP()
  885. local a = game.Players:FindFirstChild(TBP.Text)
  886. a.Character.Archivable = true
  887. a.Character:Clone().Parent = game.Workspace
  888. end
  889. CLONEB.MouseButton1Click:Connect(CLONEP)
  890.  
  891. function BTOOLSALL()
  892. function FUNCTION(a)
  893. if (a.className == "Player") and (a:FindFirstChild("Backpack") ~= nil) then
  894. local tool = Instance.new('HopperBin',a.Backpack)
  895. tool.BinType = "Clone"
  896. local tool = Instance.new('HopperBin',a.Backpack)
  897. tool.BinType = "Grab"
  898. tool.TextureId = ""
  899. tool.Name = "Grab"
  900. local tool = Instance.new('HopperBin',a.Backpack)
  901. tool.BinType = "Hammer"
  902. end
  903. local b = a:GetChildren()
  904. for i=1,#b do
  905. FUNCTION(b[i])
  906. end
  907. end
  908.  
  909. FUNCTION(game.Players)
  910.  
  911. end
  912. BTOOLA.MouseButton1Click:Connect(BTOOLSALL)
  913.  
  914. function Kick()
  915. local p = game.Players:FindFirstChild(TBP.Text)
  916. p.Character:Destroy()
  917. end
  918. Kickbutton.MouseButton1Click:Connect(Kick)
Add Comment
Please, Sign In to add comment