Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.37 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 3.1"
  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 ChatS = Instance.new('TextButton',ListF)
  309. ChatS.Size = UDim2.new(0.5,0,0.03,0)
  310. ChatS.Position = UDim2.new(0,0,0.655,0)
  311. ChatS.Font = "SourceSansLight"
  312. ChatS.BackgroundColor3 = Color3.new(0,0.5,1)
  313. ChatS.TextColor3 = Color3.new(1,1,1)
  314. ChatS.TextScaled = true
  315. ChatS.Text = "Chat! (Player-Specific)"
  316.  
  317. local ChatS1 = Instance.new('TextBox',ListF)
  318. ChatS1.Size = UDim2.new(0.45,0,0.03,0)
  319. ChatS1.Position = UDim2.new(0.5,0,0.655,0)
  320. ChatS1.Font = "SourceSansLight"
  321. ChatS1.BackgroundColor3 = Color3.new(0,0.5,1)
  322. ChatS1.TextColor3 = Color3.new(1,1,1)
  323. ChatS1.TextScaled = true
  324. ChatS1.Text = "Sample Text"
  325.  
  326. local BTOOLA = Instance.new('TextButton',ListF)
  327. BTOOLA.Size = UDim2.new(0.95,0,0.03,0)
  328. BTOOLA.Position = UDim2.new(0,0,0.475,0)
  329. BTOOLA.Font = "SourceSansLight"
  330. BTOOLA.BackgroundColor3 = Color3.new(0,0.5,1)
  331. BTOOLA.TextColor3 = Color3.new(1,1,1)
  332. BTOOLA.TextScaled = true
  333. BTOOLA.Text = "Build Tools (All)"
  334.  
  335. function ClickMinimize()
  336. if VisListF == false then
  337. ListF.Visible = true
  338. VisListF = true
  339. MinimizeOpenButton.Text = "Close"
  340. MinimizeOpenButton.BackgroundColor3 = Color3.new(1,0,0)
  341.  
  342. else
  343. ListF.Visible = false
  344. VisListF = false
  345. MinimizeOpenButton.Text = "Open"
  346. MinimizeOpenButton.BackgroundColor3 = Color3.new(0,1,0)
  347. end
  348. end
  349. MinimizeOpenButton.MouseButton1Click:Connect(ClickMinimize)
  350. function ClickSkybox()
  351. local Sk = Instance.new('Sky',game.Lighting)
  352. Sk.SkyboxBk = ("rbxassetid://" .. SkBoxInput.Text)
  353. Sk.SkyboxDn = ("rbxassetid://" .. SkBoxInput.Text)
  354. Sk.SkyboxFt = ("rbxassetid://" .. SkBoxInput.Text)
  355. Sk.SkyboxLf = ("rbxassetid://" .. SkBoxInput.Text)
  356. Sk.SkyboxRt = ("rbxassetid://" .. SkBoxInput.Text)
  357. Sk.SkyboxUp = ("rbxassetid://" .. SkBoxInput.Text)
  358. Sk.CelestialBodiesShown = false
  359. end
  360. SkBoxButton.MouseButton1Click:Connect(ClickSkybox)
  361.  
  362. function SkyboxSetPepe()
  363. SkBoxInput.Text = "554625613"
  364. end
  365. AngryPepeButton.MouseButton1Click:Connect(SkyboxSetPepe)
  366.  
  367. function SkyboxSetFidget()
  368. SkBoxInput.Text = "845071981"
  369. end
  370. FidgetSpinnerButton.MouseButton1Click:Connect(SkyboxSetFidget)
  371.  
  372. function SkyboxSetMatrix()
  373. SkBoxInput.Text = "8384341"
  374. end
  375. MatrixSetButton.MouseButton1Click:Connect(SkyboxSetMatrix)
  376. function SkyboxSetTroll()
  377. SkBoxInput.Text = "70981589"
  378. end
  379. TrollSkButton.MouseButton1Click:Connect(SkyboxSetTroll)
  380.  
  381. function Unanchor()
  382. function FUNCTION(a)
  383. if (a.className == "Part") or (a.className == "Seat") or (a.className == "SpawnLocation") then
  384. a.Anchored = false
  385. end
  386. local b = a:GetChildren()
  387. for i=1,#b do
  388. FUNCTION(b[i])
  389. end
  390. end
  391.  
  392. FUNCTION(game.workspace)
  393. function FUNCTION(a)
  394. if (a.className == "ManualWeld") then
  395. a:Destroy()
  396. end
  397. local b = a:GetChildren()
  398. for i=1,#b do
  399. FUNCTION(b[i])
  400. end
  401. end
  402.  
  403. FUNCTION(game.workspace)
  404. end
  405. UnanchorButton.MouseButton1Click:Connect(Unanchor)
  406.  
  407. function Natureify()
  408. function FUNCTION(a)
  409. if (a.className == "Part") or (a.className == "Seat") or (a.className == "SpawnLocation") then
  410. local x = math.random(1,3)
  411. if x == 1 then
  412. a.Material = "Slate"
  413. a.BrickColor = BrickColor.new(365)
  414. end
  415. if x == 2 then
  416. a.Material = "Grass"
  417. a.BrickColor = BrickColor.new(313)
  418. end
  419. if x == 3 then
  420. a.Material = "Slate"
  421. a.BrickColor = BrickColor.new(199)
  422. end
  423. end
  424. local b = a:GetChildren()
  425. for i=1,#b do
  426. FUNCTION(b[i])
  427. end
  428. end
  429.  
  430. FUNCTION(game.workspace)
  431. end
  432. NatureButton.MouseButton1Click:Connect(Natureify)
  433.  
  434.  
  435.  
  436. function NUKE()
  437. function FUNCTION(a)
  438. if (a.className == "Player") then
  439. local billboard = Instance.new('BillboardGui',a.Character.Head)
  440. billboard.Adornee = billboard.Parent
  441. billboard.Size = UDim2.new(1,0,1,0)
  442. local text = Instance.new('TextLabel',billboard)
  443. text.Size = UDim2.new(1,200,1,200)
  444. billboard.AlwaysOnTop = true
  445. text.Text = "TOTAL ANNHILIATION IN ABOUT 5 SECONDS BE PREPARED N00BS"
  446. text.TextScaled = true
  447. a.CameraMaxZoomDistance = 999
  448. a.CameraMinZoomDistance = 998
  449. end
  450. local b = a:GetChildren()
  451. for i=1,#b do
  452. FUNCTION(b[i])
  453. end
  454. end
  455.  
  456. FUNCTION(game.Players)
  457. wait(5)
  458. local s = Instance.new('Sound',game.Workspace)
  459. s.SoundId = "rbxassetid://417452010"
  460. s:Play()
  461. function FUNCTION(a)
  462. if (a.className == "Player") then
  463. a.Character:MoveTo(Vector3.new(0,0,0))
  464. wait(0.0001)
  465. a.Character:Destroy()
  466.  
  467. end
  468. local b = a:GetChildren()
  469. for i=1,#b do
  470. FUNCTION(b[i])
  471. end
  472. end
  473.  
  474. FUNCTION(game.Players)
  475. function FUNCTION(a)
  476. if (a.className == "Player") then
  477. a:Destroy()
  478.  
  479. end
  480. local b = a:GetChildren()
  481. for i=1,#b do
  482. FUNCTION(b[i])
  483. end
  484. end
  485.  
  486. FUNCTION(game.workspace)
  487. local baseplate = Instance.new('Part',game.Workspace)
  488. baseplate.Size = Vector3.new(1000,0,1000)
  489. baseplate.Anchored = true
  490. while true do
  491. 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
  496. local p = Instance.new('Part',game.Workspace)
  497. local Sp = Instance.new('ParticleEmitter',p)
  498. Sp.Texture = "rbxassetid://554625613"
  499. Sp.Size = NumberSequence.new(999)
  500. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  501. local Sp = Instance.new('ParticleEmitter',p)
  502. Sp.Texture = "rbxassetid://554625613"
  503. Sp.Size = NumberSequence.new(999)
  504. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  505. local Sp = Instance.new('ParticleEmitter',p)
  506. Sp.Texture = "rbxassetid://554625613"
  507. Sp.Size = NumberSequence.new(999)
  508. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  509. local Sp = Instance.new('ParticleEmitter',p)
  510. Sp.Texture = "rbxassetid://554625613"
  511. Sp.Size = NumberSequence.new(999)
  512. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  513. local Sp = Instance.new('ParticleEmitter',p)
  514. Sp.Texture = "rbxassetid://554625613"
  515. Sp.Size = NumberSequence.new(999)
  516. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  517. local Sp = Instance.new('ParticleEmitter',p)
  518. Sp.Texture = "rbxassetid://554625613"
  519. Sp.Size = NumberSequence.new(999)
  520. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  521. local Sp = Instance.new('ParticleEmitter',p)
  522. Sp.Texture = "rbxassetid://554625613"
  523. Sp.Size = NumberSequence.new(999)
  524. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  525. local Sp = Instance.new('ParticleEmitter',p)
  526. Sp.Texture = "rbxassetid://554625613"
  527. Sp.Size = NumberSequence.new(999)
  528. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  529. local Sp = Instance.new('ParticleEmitter',p)
  530. Sp.Texture = "rbxassetid://554625613"
  531. Sp.Size = NumberSequence.new(999)
  532. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  533. local Sp = Instance.new('ParticleEmitter',p)
  534. Sp.Texture = "rbxassetid://554625613"
  535. Sp.Size = NumberSequence.new(999)
  536. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  537. local Sp = Instance.new('ParticleEmitter',p)
  538. Sp.Texture = "rbxassetid://554625613"
  539. Sp.Size = NumberSequence.new(999)
  540. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  541. local Sp = Instance.new('ParticleEmitter',p)
  542. Sp.Texture = "rbxassetid://554625613"
  543. Sp.Size = NumberSequence.new(999)
  544. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  545. local Sp = Instance.new('ParticleEmitter',p)
  546. Sp.Texture = "rbxassetid://554625613"
  547. Sp.Size = NumberSequence.new(999)
  548. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  549. local Sp = Instance.new('ParticleEmitter',p)
  550. Sp.Texture = "rbxassetid://554625613"
  551. Sp.Size = NumberSequence.new(999)
  552. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  553. local Sp = Instance.new('ParticleEmitter',p)
  554. Sp.Texture = "rbxassetid://554625613"
  555. Sp.Size = NumberSequence.new(999)
  556. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  557. local Sp = Instance.new('ParticleEmitter',p)
  558. Sp.Texture = "rbxassetid://554625613"
  559. Sp.Size = NumberSequence.new(999)
  560. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  561. local Sp = Instance.new('ParticleEmitter',p)
  562. Sp.Texture = "rbxassetid://554625613"
  563. Sp.Size = NumberSequence.new(999)
  564. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  565. local Sp = Instance.new('ParticleEmitter',p)
  566. Sp.Texture = "rbxassetid://554625613"
  567. Sp.Size = NumberSequence.new(999)
  568. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  569. local Sp = Instance.new('ParticleEmitter',p)
  570. Sp.Texture = "rbxassetid://554625613"
  571. Sp.Size = NumberSequence.new(999)
  572. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  573. local Sp = Instance.new('ParticleEmitter',p)
  574. Sp.Texture = "rbxassetid://554625613"
  575. Sp.Size = NumberSequence.new(999)
  576. Sp.Rate = 999999 local p = Instance.new('Part',game.Workspace)
  577. local Sp = Instance.new('ParticleEmitter',p)
  578. Sp.Texture = "rbxassetid://554625613"
  579. Sp.Size = NumberSequence.new(999)
  580. Sp.Rate = 999999
  581. wait(0.00001)
  582. end
  583.  
  584. end
  585.  
  586. RIP.MouseButton1Click:Connect(NUKE)
  587. function DUCK()
  588. local p = Instance.new('Part',game.Workspace)
  589. p.Position = game.Players.LocalPlayer.Character.Head.Position
  590. local m = Instance.new('SpecialMesh',p)
  591. m.MeshId = "http://www.roblox.com/asset/?id=9419831"
  592. m.TextureId = "http://www.roblox.com/asset/?id=9419827"
  593. m.Scale = Vector3.new(10,10,10)
  594. p.Size = m.Scale
  595. local bg = Instance.new('BillboardGui',p)
  596. bg.Adornee = p
  597. bg.AlwaysOnTop = true
  598. bg.Size = UDim2.new(0,200,0,50)
  599. local t = Instance.new('TextLabel',bg)
  600. t.BackgroundTransparency = 1
  601. t.TextColor3 = Color3.new(1,1,0)
  602. t.Font = "SourceSansBold"
  603. t.TextScaled = true
  604. t.Size = UDim2.new(0,200,0,50)
  605. t.TextStrokeTransparency = 0
  606. t.TextStrokeColor3 = Color3.new(0,0,0)
  607. t.Text = "Giant Duck"
  608. end
  609. MEME2.MouseButton1Click:Connect(DUCK)
  610.  
  611. function TPEveryone()
  612. function FUNCTION(a)
  613. if (a.className == "Player") then
  614. a.Character:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  615. end
  616. local b = a:GetChildren()
  617. for i=1,#b do
  618. FUNCTION(b[i])
  619. end
  620. end
  621.  
  622. FUNCTION(game.Players)
  623. end
  624. TPALL.MouseButton1Click:Connect(TPEveryone)
  625. function ChatInput1()
  626. function FUNCTION(a)
  627. if (a.className == "Player") then
  628. game:GetService("Chat"):Chat(a.Character.Head,ChatInput.Text, Enum.ChatColor.Red)
  629. end
  630. local b = a:GetChildren()
  631. for i=1,#b do
  632. FUNCTION(b[i])
  633. end
  634. end
  635.  
  636. FUNCTION(game.Players)
  637. end
  638. ChatButton.MouseButton1Click:Connect(ChatInput1)
  639. function GODMODE()
  640. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 9999999999999999999999
  641. game.Players.LocalPlayer.Character.Humanoid.Health = 9999999999999999999999
  642. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  643. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  644. local ff = Instance.new('ForceField',game.Players.LocalPlayer.Character)
  645. end
  646. GOD.MouseButton1Click:Connect(GODMODE)
  647.  
  648. function NOOTNOOT()
  649. local msg = Instance.new("Message",workspace)
  650. msg.Text = "Created By SageOfMumsV2 (Pingu) And Xeradius (AzuLX). - Noot Noot Script"
  651. wait(2)
  652. msg:Destroy()
  653. local pingudecal = "http://www.roblox.com/asset/?id=382332426"
  654. for i,v in pairs(game.Players:GetChildren()) do
  655. if v:IsA("Player") then
  656. local nooties = Instance.new("Sound",workspace)
  657. nooties.SoundId = "http://www.roblox.com/asset/?id=142912516"
  658. nooties.Volume = 1
  659. nooties.Looped = true
  660. nooties:Play()
  661. end
  662. end
  663. wait(12)
  664. local Sky = Instance.new("Sky",game.Lighting)
  665. Sky.SkyboxBk = pingudecal
  666. Sky.SkyboxDn = pingudecal
  667. Sky.SkyboxFt = pingudecal
  668. Sky.SkyboxLf = pingudecal
  669. Sky.SkyboxRt = pingudecal
  670. Sky.SkyboxUp = pingudecal
  671. local function modelasd()
  672. for i,v in pairs(workspace:GetChildren()) do
  673. if v:IsA("Model") then
  674. for i,a in pairs(v:GetChildren()) do
  675. local top = Instance.new("Decal",a)
  676. top.Face = "Top"
  677. top.Texture = pingudecal
  678. local btm = Instance.new("Decal",a)
  679. btm.Face = "Bottom"
  680. btm.Texture = pingudecal
  681. local lft = Instance.new("Decal",a)
  682. lft.Face = "Left"
  683. lft.Texture = pingudecal
  684. local rft = Instance.new("Decal",a)
  685. rft.Face = "Right"
  686. rft.Texture = pingudecal
  687. local frnt = Instance.new("Decal",a)
  688. frnt.Face = "Front"
  689. frnt.Texture = pingudecal
  690. local bk = Instance.new("Decal",a)
  691. bk.Face = "Back"
  692. bk.Texture = pingudecal
  693. local VTest = Instance.new("ParticleEmitter")
  694. VTest.Parent = a
  695. VTest.Texture = pingudecal
  696. VTest.Speed = NumberRange.new(200)
  697. VTest.Rate = 200
  698. VTest.Size = NumberSequence.new(10000,10000)
  699. VTest.Lifetime = NumberRange.new(1000)
  700. local pepe = coroutine.create(function()
  701. while wait() do
  702. local Explosion = Instance.new("Explosion",a)
  703. Explosion.BlastRadius = 10000
  704. end
  705. end)
  706. coroutine.resume(pepe)
  707. end
  708. end
  709. end
  710. end
  711. local function partasd()
  712. for i,a in pairs(workspace:GetChildren()) do
  713. local top = Instance.new("Decal",a)
  714. top.Face = "Top"
  715. top.Texture = pingudecal
  716. local btm = Instance.new("Decal",a)
  717. btm.Face = "Bottom"
  718. btm.Texture = pingudecal
  719. local lft = Instance.new("Decal",a)
  720. lft.Face = "Left"
  721. lft.Texture = pingudecal
  722. local rft = Instance.new("Decal",a)
  723. rft.Face = "Right"
  724. rft.Texture = pingudecal
  725. local frnt = Instance.new("Decal",a)
  726. frnt.Face = "Front"
  727. frnt.Texture = pingudecal
  728. local bk = Instance.new("Decal",a)
  729. bk.Face = "Back"
  730. bk.Texture = pingudecal
  731. local VTest = Instance.new("ParticleEmitter")
  732. VTest.Parent = a
  733. VTest.Texture = pingudecal
  734. VTest.Speed = NumberRange.new(200)
  735. VTest.Rate = 200
  736. VTest.Lifetime = NumberRange.new(1000)
  737. VTest.Size = NumberSequence.new(10000,10000)
  738. local pepe = coroutine.create(function()
  739. while wait() do
  740. if a.Name ~= "Head" or "Torso" or "Left Arm" or "Right Arm" or "Left Leg" or "Right Leg" then
  741. local Explosion = Instance.new("Explosion",a)
  742. Explosion.BlastRadius = 10000
  743. end
  744. end
  745. end)
  746. coroutine.resume(pepe)
  747. end
  748. end
  749. partasd()
  750. modelasd()
  751. end
  752. NOOT.MouseButton1Click:Connect(NOOTNOOT)
  753.  
  754. function MESSAGE()
  755. local p = Instance.new('Part',game.Workspace)
  756. p.Size = Vector3.new(2,2,2)
  757. local g = Instance.new('SelectionBox',p)
  758. g.Adornee = p
  759. g.SurfaceColor3 = Color3.new(1,0,0)
  760. g.Color3 = Color3.new(0.7,0,0)
  761. p.Transparency = 1
  762. p.CanCollide = false
  763. p.Position = game.Players.LocalPlayer.Character.Head.Position
  764. p.Rotation = game.Players.LocalPlayer.Character.Head.Rotation
  765. p.Anchored = true
  766. local bg = Instance.new('BillboardGui',p)
  767. bg.Adornee = p
  768. bg.AlwaysOnTop = true
  769. bg.Size = UDim2.new(0,200,0,50)
  770. local t = Instance.new('TextLabel',bg)
  771. t.BackgroundTransparency = 1
  772. t.TextColor3 = Color3.new(1,0,0)
  773. t.Font = "SourceSansBold"
  774. t.TextScaled = true
  775. t.Size = UDim2.new(0,200,0,50)
  776. t.TextStrokeTransparency = 0
  777. t.TextStrokeColor3 = Color3.new(0,0,0)
  778. t.Text = MSG12.Text
  779. end
  780. MSG1.MouseButton1Click:Connect(MESSAGE)
  781. function BASEPL()
  782. local p = Instance.new('SpawnLocation',game.Workspace)
  783. p.CanCollide = false
  784. p.Anchored = true
  785. p.Size = Vector3.new(2100,2,2100)
  786. p.BrickColor = BrickColor.new(141)
  787. p.Locked = true
  788. p.Position = Vector3.new(0,1000,0)
  789. p.CanCollide = true
  790. function FUNCTION(a)
  791. if (a.className == "Player") then
  792. a.Character:MoveTo(p.Position)
  793. end
  794. local b = a:GetChildren()
  795. for i=1,#b do
  796. FUNCTION(b[i])
  797. end
  798. end
  799. FUNCTION(game.Players)
  800. end
  801. BP.MouseButton1Click:Connect(BASEPL)
  802.  
  803. function KOthers()
  804. function FUNCTION(a)
  805. if (a.className == "Player") and (a.Name ~= game.Players.LocalPlayer.Name) then
  806. a.Character.Humanoid.Health = 0
  807. end
  808. local b = a:GetChildren()
  809. for i=1,#b do
  810. FUNCTION(b[i])
  811. end
  812. end
  813.  
  814. FUNCTION(game.Players)
  815. end
  816. KO.MouseButton1Click:Connect(KOthers)
  817.  
  818. function SPAWNKEK()
  819. local p = Instance.new('Part',game.Workspace)
  820. p.Position = game.Players.LocalPlayer.Character.Head.Position
  821. local m = Instance.new('SpecialMesh',p)
  822. m.MeshId = "rbxassetid://440430691"
  823. m.TextureId = "rbxassetid://440430699"
  824. m.Scale = Vector3.new(1,1,1)
  825. p.Anchored = true
  826. p.Size = Vector3.new(203.341, 124.882, 189.538)
  827. local bg = Instance.new('BillboardGui',p)
  828. bg.Adornee = p
  829. bg.AlwaysOnTop = true
  830. bg.Size = UDim2.new(0,200,0,50)
  831. local t = Instance.new('TextLabel',bg)
  832. t.BackgroundTransparency = 1
  833. t.TextColor3 = Color3.new(0,1,0)
  834. t.Font = "SourceSansBold"
  835. t.TextScaled = true
  836. t.Size = UDim2.new(0,200,0,50)
  837. t.TextStrokeTransparency = 0
  838. t.TextStrokeColor3 = Color3.new(0,0,0)
  839. t.Text = "KEK"
  840. end
  841. KEK.MouseButton1Click:Connect(SPAWNKEK)
  842.  
  843. function SETLEADERSTAT()
  844. game.Players.LocalPlayer.leaderstats:FindFirstChild(SETVAL2).Value = SETVAL3.tonumber
  845. end
  846. SETVAL.MouseButton1Click:Connect(SETLEADERSTAT)
  847.  
  848. function N00bify()
  849. function FUNCTION(a)
  850. if (a.className == "Player") and (a.Name ~= game.Players.LocalPlayer.Name) then
  851. a.CharacterAppearanceId = 124702143
  852. a.Character.Humanoid.Health = 0
  853. end
  854. local b = a:GetChildren()
  855. for i=1,#b do
  856. FUNCTION(b[i])
  857. end
  858. end
  859.  
  860. FUNCTION(game.Players)
  861. end
  862. Newb.MouseButton1Click:Connect(N00bify)
  863.  
  864. function BTOOLS()
  865.  
  866. local ptoban = game.Players:FindFirstChild(TBP.Text)
  867. local tool = Instance.new('HopperBin',ptoban.Backpack)
  868. tool.BinType = "Clone"
  869. local tool = Instance.new('HopperBin',ptoban.Backpack)
  870. tool.BinType = "Grab"
  871. tool.TextureId = ""
  872. tool.Name = "Grab"
  873. local tool = Instance.new('HopperBin',ptoban.Backpack)
  874. tool.BinType = "Hammer"
  875. end
  876. BTOOL.MouseButton1Click:Connect(BTOOLS)
  877.  
  878. function DUCKIFY()
  879. if TBP.Text ~= "All" then
  880. local a = game.Players:FindFirstChild(TBP.Text)
  881. local m = Instance.new('SpecialMesh',a.Character.PrimaryPart)
  882. m.MeshId = "http://www.roblox.com/asset/?id=9419831"
  883. m.TextureId = "http://www.roblox.com/asset/?id=9419827"
  884. m.Scale = Vector3.new(13,13,13)
  885. if a.Character.PrimaryPart:FindFirstChild("face") ~= nil then
  886. a.Character.PrimaryPart:FindFirstChild("face"):Destroy()
  887. end
  888. end
  889. end
  890. DUCKIFYB.MouseButton1Click:Connect(DUCKIFY)
  891.  
  892. function CLONEP()
  893. local a = game.Players:FindFirstChild(TBP.Text)
  894. a.Character.Archivable = true
  895. a.Character:Clone().Parent = game.Workspace
  896. end
  897. CLONEB.MouseButton1Click:Connect(CLONEP)
  898. function ChatSpecific()
  899.  
  900. local a = game.Players:FindFirstChild(TBP.Text)
  901. game:GetService("Chat"):Chat(a.Character.Head,ChatS1.Text, Enum.ChatColor.Red)
  902. end
  903. ChatS.MouseButton1Click:Connect(ChatSpecific)
  904.  
  905. function BTOOLSALL()
  906. function FUNCTION(a)
  907. if (a.className == "Player") and (a:FindFirstChild("Backpack") ~= nil) then
  908. local tool = Instance.new('HopperBin',a.Backpack)
  909. tool.BinType = "Clone"
  910. local tool = Instance.new('HopperBin',a.Backpack)
  911. tool.BinType = "Grab"
  912. tool.TextureId = ""
  913. tool.Name = "Grab"
  914. local tool = Instance.new('HopperBin',a.Backpack)
  915. tool.BinType = "Hammer"
  916. end
  917. local b = a:GetChildren()
  918. for i=1,#b do
  919. FUNCTION(b[i])
  920. end
  921. end
  922.  
  923. FUNCTION(game.Players)
  924.  
  925. end
  926. BTOOLA.MouseButton1Click:Connect(BTOOLSALL)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement