Advertisement
boss123

BEST ADMIN EVER FROM SEBBBO

Dec 10th, 2014
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.76 KB | None | 0 0
  1. --SMELLYJACKF0905, SEBBBO NEED LOCAL
  2.  
  3. me1 = game.Players.smellyjackf0906
  4.  
  5. me = "smellyjackf0905"
  6.  
  7. mouse=game.Players[me]:GetMouse()
  8.  
  9.  
  10. function AllowBubbleChat(Player)
  11. Player.Chatted:connect(function(Msg)
  12. if Player.Character then
  13. if Player.Name == me then
  14. game:GetService("Chat"):Chat(Player.Character.Head, Msg, Enum.ChatColor.Blue)
  15. end
  16. end
  17. end)
  18. end
  19.  
  20. for Num, Obj in pairs(game.Players:GetPlayers()) do
  21. AllowBubbleChat(Obj)
  22. end
  23.  
  24. game.Players.PlayerAdded:connect(function(NewPlayer)
  25. AllowBubbleChat(NewPlayer)
  26. end)
  27.  
  28.  
  29.  
  30.  
  31. mouse.KeyDown:connect(function(key) local key=key:lower()
  32. if key=="p" then
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. local a = Instance.new("Part")
  45. a.Parent = workspace
  46. a.Shape = 1
  47. a.Transparency = 1
  48. a.Size = Vector3.new(10,10,0)
  49. a.TopSurface = "Smooth"
  50. a.BottomSurface = "Smooth"
  51. a.Anchored = true
  52. a.CanCollide = false
  53. a.Locked = true
  54. a.Color = Color3.new(math.random(),math.random(),math.random())
  55. b = Instance.new("SurfaceGui")
  56. b.Parent = a
  57. frameS = Instance.new("Frame")
  58. frameS.Parent = b
  59. frameS.Position = UDim2.new(0, 0, 0, 0)
  60. frameS.Size = UDim2.new(1, 1, 1, 1)
  61. frameS.BackgroundTransparency = 0
  62. frameS.BorderSizePixel = 0
  63. frameS.Style = "RobloxRound"
  64. frameS.ClipsDescendants = true
  65.  
  66. --FRAME RIGHT
  67.  
  68.  
  69.  
  70. o = Instance.new("Part")
  71. o.Parent = workspace
  72. o.Shape = 1
  73. o.Transparency = 1
  74. o.Size = Vector3.new(10,10,0)
  75. o.TopSurface = "Smooth"
  76. o.BottomSurface = "Smooth"
  77. o.Anchored = true
  78. o.CanCollide = false
  79. o.Locked = true
  80. o.Color = Color3.new(math.random(),math.random(),math.random())
  81. l = Instance.new("SurfaceGui")
  82. l.Parent = o
  83. frameO = Instance.new("Frame")
  84. frameO.Parent = l
  85. frameO.Position = UDim2.new(0, 0, 0, 0)
  86. frameO.Size = UDim2.new(1, 1, 1, 1)
  87. frameO.BackgroundTransparency = 1
  88. frameO.BorderSizePixel = 0
  89. frameO.ClipsDescendants = true
  90.  
  91.  
  92.  
  93.  
  94. --FRAME LEFT
  95. h = Instance.new("Part")
  96. h.Parent = workspace
  97. h.Shape = 1
  98. h.Transparency = 1
  99. h.Size = Vector3.new(10,10,0)
  100. h.TopSurface = "Smooth"
  101. h.BottomSurface = "Smooth"
  102. h.Anchored = true
  103. h.CanCollide = false
  104. h.Locked = true
  105. h.Color = Color3.new(math.random(),math.random(),math.random())
  106. p = Instance.new("SurfaceGui")
  107. p.Parent = h
  108. frameo = Instance.new("Frame")
  109. frameo.Parent = p
  110. frameo.Position = UDim2.new(0, 0, 0, 0)
  111. frameo.Size = UDim2.new(1, 1, 1, 1)
  112. frameo.BackgroundTransparency = 1
  113. frameo.BorderSizePixel = 0
  114. frameo.ClipsDescendants = true
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123. frameo.Visible = true
  124. frameO.Visible = true
  125. frameO.Style = "RobloxRound"
  126. frameo.Style = "RobloxRound"
  127.  
  128.  
  129.  
  130.  
  131.  
  132. ---------------------------------------------------------
  133. --RIGHT
  134.  
  135. u = Instance.new("ScrollingFrame")
  136. u.Parent = frameO
  137. u.Position = UDim2.new(0, 0, 0, 100)
  138. u.Size = UDim2.new(0.5, 0, 1, -100)
  139. u.BackgroundColor3 = BrickColor.Green().Color
  140. u.ScrollBarThickness = 30
  141. u.BorderSizePixel = 0
  142.  
  143.  
  144. u2 = Instance.new("ScrollingFrame")
  145. u2.Parent = frameO
  146. u2.Position = UDim2.new(0.5, 0, 0, 100)
  147. u2.Size = UDim2.new(0.5, 0, 1, -100)
  148. u2.BackgroundColor3 = BrickColor.Blue().Color
  149. u2.ScrollBarThickness = 30
  150. u2.BorderSizePixel = 0
  151.  
  152.  
  153. textButtonCb3 = Instance.new("TextButton")
  154. textButtonCb3.Parent = frameO
  155. textButtonCb3.Position = UDim2.new(0.5, 0, 0, 0)
  156. textButtonCb3.Size = UDim2.new(0.5, 0, 0, 100)
  157. textButtonCb3.BackgroundColor3 = BrickColor.Blue().Color
  158. textButtonCb3.Text = "Players:"
  159. textButtonCb3.TextScaled = true
  160. textButtonCb3.Name = "p12"
  161. textButtonCb3.BorderSizePixel = 0
  162.  
  163. gtextButtonCb3 = Instance.new("TextButton")
  164. gtextButtonCb3.Parent = frameO
  165. gtextButtonCb3.Position = UDim2.new(0, 0, 0, 0)
  166. gtextButtonCb3.Size = UDim2.new(0.5, 0, 0, 100)
  167. gtextButtonCb3.BackgroundColor3 = BrickColor.Green().Color
  168. gtextButtonCb3.Text = "CMDS:"
  169. gtextButtonCb3.TextScaled = true
  170. gtextButtonCb3.Name = "p122"
  171. gtextButtonCb3.BorderSizePixel = 0
  172.  
  173.  
  174.  
  175. textButtonC3 = Instance.new("TextButton")
  176. textButtonC3.Parent = u2
  177. textButtonC3.Position = UDim2.new(0, 0, 0, 0)
  178. textButtonC3.Size = UDim2.new(1, 0, 0, 100)
  179. textButtonC3.BackgroundColor3 = BrickColor.Blue().Color
  180. textButtonC3.Text = "Players:"
  181. textButtonC3.TextScaled = true
  182. textButtonC3.Name = "p1"
  183. textButtonC3.BorderSizePixel = 0
  184.  
  185. textButtonC3.MouseButton1Down:connect(function(click)
  186. if click.parent.name == me then
  187. popl = textButtonC3.Text
  188. hml.Text = popl
  189. end
  190. end)
  191.  
  192.  
  193.  
  194.  
  195.  
  196. Template = textButtonC3
  197. Players = game.Players:GetChildren()
  198.  
  199.  
  200.  
  201.  
  202.  
  203. num = 0
  204. playas = 0
  205. num2 = 1
  206.  
  207.  
  208.  
  209. for i = 1, #Players do
  210. if playas <= 1000 then
  211.  
  212. playas = playas + 1
  213. po = Template:Clone()
  214. po.Parent = u2
  215. po.Position = UDim2.new(0,0,0,num)
  216. po.Text = Players[i].Name
  217. po.Name = "tt"..num2
  218. num = num + 100
  219. num2 = num2 + 1
  220.  
  221.  
  222.  
  223. end
  224. end
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231. game.Players.PlayerAdded:connect(function()
  232. u2:ClearAllChildren()
  233. num2 = 0
  234. playas2 = 0
  235. num22 = 1
  236.  
  237. for i = 1, #Players do
  238. if playas <= 1000 then
  239.  
  240. playas = playas + 1
  241. po = Template:Clone()
  242. po.Parent = u2
  243. po.Position = UDim2.new(0,0,0,num)
  244. po.Text = Players[i].Name
  245. po.Name = "tt"..num22
  246. num2 = num2 + 100
  247. num22 = num22 + 1
  248.  
  249.  
  250.  
  251. end
  252. end
  253. end)
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263. game.Players.PlayerRemoving:connect(function()
  264. u2:ClearAllChildren()
  265. num22 = 0
  266. playas22 = 0
  267. num222 = 1
  268. for i = 1, #Players do
  269. if playas <= 1000 then
  270.  
  271. playas = playas + 1
  272. po = Template:Clone()
  273. po.Parent = u2
  274. po.Position = UDim2.new(0,0,0,num)
  275. po.Text = Players[i].Name
  276. po.Name = "tt"..num222
  277. num22 = num22 + 100
  278. num222 = num222 + 1
  279.  
  280.  
  281.  
  282. end
  283. end
  284. end)
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295. textButtonC1 = Instance.new("TextButton")
  296. textButtonC1.Parent = u
  297. textButtonC1.Position = UDim2.new(0, 0, 0, 0)
  298. textButtonC1.Size = UDim2.new(1, 0, 0, 100)
  299. textButtonC1.BackgroundColor3 = BrickColor.Green().Color
  300. textButtonC1.Text = "Kill"
  301. textButtonC1.TextScaled = true
  302. textButtonC1.BorderSizePixel = 0
  303.  
  304.  
  305.  
  306. textButtonC1.MouseButton1Down:connect(function()
  307.  
  308. game.workspace[hml.Text]:BreakJoints()
  309. end)
  310.  
  311. textButtonC111 = Instance.new("TextButton")
  312. textButtonC111.Parent = u
  313. textButtonC111.Position = UDim2.new(0, 0, 0, 100)
  314. textButtonC111.Size = UDim2.new(1, 0, 0, 100)
  315. textButtonC111.BackgroundColor3 = BrickColor.Green().Color
  316. textButtonC111.Text = "Fire"
  317. textButtonC111.TextScaled = true
  318. textButtonC111.BorderSizePixel = 0
  319.  
  320.  
  321.  
  322. textButtonC111.MouseButton1Down:connect(function()
  323. ppp = Instance.new("Fire")
  324. ppp.Parent = game.workspace[hml.Text].head
  325. end)
  326.  
  327. textButtonC1v = Instance.new("TextButton")
  328. textButtonC1v.Parent = u
  329. textButtonC1v.Position = UDim2.new(0, 0, 0, 200)
  330. textButtonC1v.Size = UDim2.new(1, 0, 0, 100)
  331. textButtonC1v.BackgroundColor3 = BrickColor.Green().Color
  332. textButtonC1v.Text = "Sparkle"
  333. textButtonC1v.TextScaled = true
  334. textButtonC1v.BorderSizePixel = 0
  335.  
  336.  
  337.  
  338. textButtonC1v.MouseButton1Down:connect(function()
  339. aaa = Instance.new("Sparkles")
  340. aaa.Parent = game.workspace[hml.Text].head
  341. end)
  342.  
  343.  
  344. textButtonCv1 = Instance.new("TextButton")
  345. textButtonCv1.Parent = u
  346. textButtonCv1.Position = UDim2.new(0, 0, 0, 300)
  347. textButtonCv1.Size = UDim2.new(1, 0, 0, 100)
  348. textButtonCv1.BackgroundColor3 = BrickColor.Green().Color
  349. textButtonCv1.Text = "Smoke"
  350. textButtonCv1.TextScaled = true
  351. textButtonCv1.BorderSizePixel = 0
  352.  
  353.  
  354.  
  355. textButtonCv1.MouseButton1Down:connect(function()
  356. yyy = Instance.new("Smoke")
  357. yyy.Parent = game.workspace[hml.Text].head
  358. end)
  359.  
  360. textButtonCz1 = Instance.new("TextButton")
  361. textButtonCz1.Parent = u
  362. textButtonCz1.Position = UDim2.new(0, 0, 0, 400)
  363. textButtonCz1.Size = UDim2.new(1, 0, 0, 100)
  364. textButtonCz1.BackgroundColor3 = BrickColor.Green().Color
  365. textButtonCz1.Text = "Explode"
  366. textButtonCz1.TextScaled = true
  367. textButtonCz1.BorderSizePixel = 0
  368.  
  369.  
  370.  
  371. textButtonCz1.MouseButton1Down:connect(function()
  372.  
  373. vvv = Instance.new("Explosion")
  374. vvv.Parent = workspace
  375. vvv.Position = game.workspace[hml.Text].head.Position
  376. end)
  377.  
  378. textButtonCl1 = Instance.new("TextButton")
  379. textButtonCl1.Parent = u
  380. textButtonCl1.Position = UDim2.new(0, 0, 0, 500)
  381. textButtonCl1.Size = UDim2.new(1, 0, 0, 100)
  382. textButtonCl1.BackgroundColor3 = BrickColor.Green().Color
  383. textButtonCl1.Text = "Come to me"
  384. textButtonCl1.TextScaled = true
  385. textButtonCl1.BorderSizePixel = 0
  386.  
  387.  
  388.  
  389. textButtonCl1.MouseButton1Down:connect(function()
  390.  
  391. game.workspace[hml.Text].Humanoid.WalkToPoint = game.workspace.sebbbo.head.Position
  392. end)
  393.  
  394.  
  395. textButtonCl122 = Instance.new("TextButton")
  396. textButtonCl122.Parent = u
  397. textButtonCl122.Position = UDim2.new(0, 0, 0, 600)
  398. textButtonCl122.Size = UDim2.new(1, 0, 0, 100)
  399. textButtonCl122.BackgroundColor3 = BrickColor.Green().Color
  400. textButtonCl122.Text = "Clone"
  401. textButtonCl122.TextScaled = true
  402. textButtonCl122.BorderSizePixel = 0
  403.  
  404.  
  405.  
  406. textButtonCl122.MouseButton1Down:connect(function()
  407.  
  408. You = Workspace:findFirstChild(hml.Text)
  409. You.archivable = true
  410. You:Clone().Parent = Workspace
  411.  
  412.  
  413. end)
  414.  
  415.  
  416.  
  417.  
  418. textButtonCl1223 = Instance.new("TextButton")
  419. textButtonCl1223.Parent = u
  420. textButtonCl1223.Position = UDim2.new(0, 0, 0, 700)
  421. textButtonCl1223.Size = UDim2.new(1, 0, 0, 100)
  422. textButtonCl1223.BackgroundColor3 = BrickColor.Green().Color
  423. textButtonCl1223.Text = "FF"
  424. textButtonCl1223.TextScaled = true
  425. textButtonCl1223.BorderSizePixel = 0
  426.  
  427.  
  428.  
  429. textButtonCl1223.MouseButton1Down:connect(function()
  430.  
  431. ff = Instance.new("ForceField")
  432. ff.Parent = game.workspace[hml.Text]
  433.  
  434.  
  435. end)
  436.  
  437. textButtonCl12232 = Instance.new("TextButton")
  438. textButtonCl12232.Parent = u
  439. textButtonCl12232.Position = UDim2.new(0, 0, 0, 800)
  440. textButtonCl12232.Size = UDim2.new(1, 0, 0, 100)
  441. textButtonCl12232.BackgroundColor3 = BrickColor.Green().Color
  442. textButtonCl12232.Text = "Un FF"
  443. textButtonCl12232.TextScaled = true
  444. textButtonCl12232.BorderSizePixel = 0
  445.  
  446.  
  447.  
  448. textButtonCl12232.MouseButton1Down:connect(function()
  449.  
  450. uf = game.workspace[hml.Text]:FindFirstChild("ForceField")
  451. uf:Remove()
  452.  
  453.  
  454. end)
  455.  
  456. textButtonCl122323 = Instance.new("TextButton")
  457. textButtonCl122323.Parent = u
  458. textButtonCl122323.Position = UDim2.new(0, 0, 0, 900)
  459. textButtonCl122323.Size = UDim2.new(1, 0, 0, 100)
  460. textButtonCl122323.BackgroundColor3 = BrickColor.Green().Color
  461. textButtonCl122323.Text = "Lol"
  462. textButtonCl122323.TextScaled = true
  463. textButtonCl122323.BorderSizePixel = 0
  464.  
  465.  
  466.  
  467. textButtonCl122323.MouseButton1Down:connect(function()
  468.  
  469. mesh = Instance.new("SpecialMesh")
  470. mesh.MeshId = "http://www.roblox.com/asset/?id=28202371"
  471. mesh.TextureId = "http://www.roblox.com/asset/?id=64374853"
  472. mesh.VertexColor = Vector3.new(1, 1, 1)
  473. mesh.Scale = Vector3.new(5,5,5)
  474. mesh.Parent = game.workspace[hml.Text].torso
  475. game.Workspace[hml.Text].Head.Transparency=1
  476. wait(1)
  477.  
  478. game.Workspace[hml.Text]["Right Arm"].Transparency=1
  479.  
  480.  
  481.  
  482. game.Workspace[hml.Text]["Left Arm"].Transparency=1
  483.  
  484.  
  485.  
  486. game.Workspace[hml.Text]["Right Leg"].Transparency=1
  487.  
  488.  
  489.  
  490. game.Workspace[hml.Text]["Left Leg"].Transparency=1
  491.  
  492.  
  493.  
  494.  
  495.  
  496. end)
  497.  
  498.  
  499.  
  500. textButton2Cl1223 = Instance.new("TextButton")
  501. textButton2Cl1223.Parent = u
  502. textButton2Cl1223.Position = UDim2.new(0, 0, 0, 1000)
  503. textButton2Cl1223.Size = UDim2.new(1, 0, 0, 100)
  504. textButton2Cl1223.BackgroundColor3 = BrickColor.Green().Color
  505. textButton2Cl1223.Text = "God"
  506. textButton2Cl1223.TextScaled = true
  507. textButton2Cl1223.BorderSizePixel = 0
  508.  
  509.  
  510.  
  511. textButton2Cl1223.MouseButton1Down:connect(function()
  512. game.workspace[hml.Text].Humanoid.MaxHealth = math.huge
  513.  
  514. end)
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531. --------------------------------------------------------------
  532. --MIDDLE
  533.  
  534. lolas = Instance.new("Frame")
  535. lolas.Parent = frameS
  536. lolas.Position = UDim2.new(0, 0, 0, 0)
  537. lolas.Size = UDim2.new(1, 0, 0, 200)
  538.  
  539. lolas2 = Instance.new("Frame")
  540. lolas2.Parent = frameS
  541. lolas2.Position = UDim2.new(0, 0, 0, 0)
  542. lolas2.Size = UDim2.new(1, 0, 0, 200)
  543.  
  544.  
  545. textButtonr2r = Instance.new("Frame")
  546. textButtonr2r.Parent = frameS
  547. textButtonr2r.Position = UDim2.new(0, 0, 0, 200)
  548. textButtonr2r.Size = UDim2.new(1, 0, 0, 100)
  549. textButtonr2r.BackgroundColor3 = Color3.new(0.18, 133, 65)
  550. textButtonr2r.BackgroundTransparency = 1
  551. textButtonr2r.BorderSizePixel = 0
  552.  
  553. gtextButton2Cl1223 = Instance.new("TextLabel")
  554. gtextButton2Cl1223.Parent = textButtonr2r
  555. gtextButton2Cl1223.Position = UDim2.new(0, 0, 0, 0)
  556. gtextButton2Cl1223.Size = UDim2.new(0.33333333333, 0, 1, 0)
  557. gtextButton2Cl1223.BackgroundColor3 = Color3.new(0,0,0)
  558. gtextButton2Cl1223.Text = "Volume"
  559. gtextButton2Cl1223.TextScaled = true
  560. gtextButton2Cl1223.BorderSizePixel = 2
  561. gtextButton2Cl1223.BackgroundTransparency = 0.3
  562.  
  563.  
  564.  
  565. gtextButton2Cl12232 = Instance.new("TextLabel")
  566. gtextButton2Cl12232.Parent = textButtonr2r
  567. gtextButton2Cl12232.Position = UDim2.new(0.66666666666, 0, 0, 0)
  568. gtextButton2Cl12232.Size = UDim2.new(0.33333333333, 0, 1, 0)
  569. gtextButton2Cl12232.BackgroundColor3 = Color3.new(0,0,0)
  570. gtextButton2Cl12232.Text = "Pitch"
  571. gtextButton2Cl12232.TextScaled = true
  572. gtextButton2Cl12232.BorderSizePixel = 2
  573. gtextButton2Cl12232.BackgroundTransparency = 0.3
  574.  
  575.  
  576. cx = Instance.new("TextButton")
  577. cx.Parent = textButtonr2r
  578. cx.Position = UDim2.new(0.33333333333, 0, 0, 0)
  579. cx.Size = UDim2.new(0.33333333333, 0, 1, 0)
  580. cx.BackgroundColor3 = Color3.new(0,0,0)
  581. cx.Text = "Reverse"
  582. cx.TextScaled = true
  583. cx.BorderSizePixel = 2
  584. cx.BackgroundTransparency = 0.3
  585.  
  586. cx.MouseButton1Down:connect(function()
  587.  
  588. s1.Pitch = -1
  589. s1.TimePosition = s1.TimeLength
  590.  
  591. end)
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598. textButtonr2rc = Instance.new("Frame")
  599. textButtonr2rc.Parent = frameS
  600. textButtonr2rc.Position = UDim2.new(0, 0, 0, 300)
  601. textButtonr2rc.Size = UDim2.new(1, 0, 0, 100)
  602. textButtonr2rc.BackgroundColor3 = Color3.new(0.18, 133, 65)
  603. textButtonr2rc.BackgroundTransparency = 1
  604. textButtonr2rc.BorderSizePixel = 2
  605.  
  606.  
  607. gtextButton2Cl1223 = Instance.new("TextButton")
  608. gtextButton2Cl1223.Parent = textButtonr2rc
  609. gtextButton2Cl1223.Position = UDim2.new(0, 0, 0, 0)
  610. gtextButton2Cl1223.Size = UDim2.new(0.16666666666, 0, 1, 0)
  611. gtextButton2Cl1223.BackgroundColor3 = Color3.new(0,0,0)
  612. gtextButton2Cl1223.Text = "+"
  613. gtextButton2Cl1223.TextScaled = true
  614. gtextButton2Cl1223.BorderSizePixel = 2
  615. gtextButton2Cl1223.BackgroundTransparency = 0.4
  616.  
  617. gtextButton2Cl1223.MouseButton1Down:connect(function()
  618. s1.Volume = s1.Volume + 0.1
  619.  
  620. end)
  621.  
  622. gtextButton2Cl12231q = Instance.new("TextButton")
  623. gtextButton2Cl12231q.Parent = textButtonr2rc
  624. gtextButton2Cl12231q.Position = UDim2.new(0.16666666666, 0, 0, 0)
  625. gtextButton2Cl12231q.Size = UDim2.new(0.16666666666, 0, 1, 0)
  626. gtextButton2Cl12231q.BackgroundColor3 = Color3.new(0,0,0)
  627. gtextButton2Cl12231q.Text = "-"
  628. gtextButton2Cl12231q.TextScaled = true
  629. gtextButton2Cl12231q.BorderSizePixel = 2
  630. gtextButton2Cl12231q.BackgroundTransparency = 0.4
  631.  
  632. gtextButton2Cl12231q.MouseButton1Down:connect(function()
  633. s1.Volume = s1.Volume - 0.1
  634.  
  635. end)
  636.  
  637.  
  638.  
  639.  
  640. gtextButton2Cl12231 = Instance.new("TextButton")
  641. gtextButton2Cl12231.Parent = textButtonr2rc
  642. gtextButton2Cl12231.Position = UDim2.new(0.66666666666, 0, 0, 0)
  643. gtextButton2Cl12231.Size = UDim2.new(0.16666666666, 0, 1, 0)
  644. gtextButton2Cl12231.BackgroundColor3 = Color3.new(0,0,0)
  645. gtextButton2Cl12231.Text = "+"
  646. gtextButton2Cl12231.TextScaled = true
  647. gtextButton2Cl12231.BorderSizePixel = 2
  648. gtextButton2Cl12231.BackgroundTransparency = 0.4
  649.  
  650. gtextButton2Cl12231.MouseButton1Down:connect(function()
  651. s1.Pitch = s1.Pitch + 0.1
  652.  
  653. end)
  654.  
  655. gtextButton2Cl12232 = Instance.new("TextButton")
  656. gtextButton2Cl12232.Parent = textButtonr2rc
  657. gtextButton2Cl12232.Position = UDim2.new(0.83333333333, 0, 0, 0)
  658. gtextButton2Cl12232.Size = UDim2.new(0.16666666666, 0, 1, 0)
  659. gtextButton2Cl12232.BackgroundColor3 = Color3.new(0,0,0)
  660. gtextButton2Cl12232.Text = "-"
  661. gtextButton2Cl12232.TextScaled = true
  662. gtextButton2Cl12232.BorderSizePixel = 2
  663. gtextButton2Cl12232.BackgroundTransparency = 0.4
  664.  
  665. gtextButton2Cl12232.MouseButton1Down:connect(function()
  666. s1.Pitch = s1.Pitch - 0.1
  667.  
  668. end)
  669.  
  670.  
  671.  
  672.  
  673.  
  674. local n = game.Players:GetChildren()
  675. for t = 1, #n do
  676.  
  677.  
  678. textButtonl = Instance.new("TextLabel")
  679. textButtonl.Parent = lolas
  680. textButtonl.Position = UDim2.new(0, 0, 0, 100)
  681. textButtonl.Size = UDim2.new(1, 0, 0, 100)
  682. textButtonl.BackgroundColor3 = BrickColor.Blue().Color
  683. textButtonl.Text = "Players on server: "..t--, n[t]
  684. textButtonl.TextScaled = true
  685. textButtonl.Font = "ArialBold"
  686. textButtonl.BackgroundTransparency = 0.1
  687. textButtonl.BorderSizePixel = 0
  688.  
  689. textButtonll = Instance.new("TextLabel")
  690. textButtonll.Parent = lolas2
  691. textButtonll.Position = UDim2.new(0, 0, 0, 100)
  692. textButtonll.Size = UDim2.new(1, 0, 0, 100)
  693. textButtonll.BackgroundColor3 = BrickColor.Blue().Color
  694. textButtonll.Text = "Players on server: "..t--, n[t]
  695. textButtonll.TextScaled = true
  696. textButtonll.Font = "ArialBold"
  697. textButtonll.BackgroundTransparency = 0.1
  698. textButtonll.BorderSizePixel = 0
  699.  
  700.  
  701. end
  702.  
  703. textButtonr = Instance.new("TextLabel")
  704. textButtonr.Parent = lolas
  705. textButtonr.Position = UDim2.new(0, 0, 0, 0)
  706. textButtonr.Size = UDim2.new(1, 0, 0, 100)
  707. textButtonr.BackgroundColor3 = BrickColor.Red().Color
  708. textButtonr.Text = "Hello ".. me
  709. textButtonr.TextScaled = true
  710. textButtonr.Font = "ArialBold"
  711. textButtonr.BackgroundTransparency = 0.1
  712. textButtonr.BorderSizePixel = 0
  713.  
  714.  
  715. hml = Instance.new("TextLabel")
  716. hml.Parent = frameS
  717. hml.Position = UDim2.new(0, 0, 0.85, 0)
  718. hml.Size = UDim2.new(1, 0, 0, 100)
  719. hml.TextScaled = true
  720. hml.Text = ""..me
  721. hml.Visible = true
  722. hml.BackgroundColor3 = BrickColor.Green().Color
  723. hml.BackgroundTransparency = 0.1
  724. hml.BorderSizePixel = 0
  725.  
  726. -----------------------------------------------------------------
  727. --LEFT
  728.  
  729. textButtonr2 = Instance.new("TextLabel")
  730. textButtonr2.Parent = frameo
  731. textButtonr2.Position = UDim2.new(0, 0, 0, 0)
  732. textButtonr2.Size = UDim2.new(1, 0, 0, 100)
  733. textButtonr2.BackgroundColor3 = Color3.new(218, 133, 65)
  734. textButtonr2.Text = "Music Player"
  735. textButtonr2.TextScaled = true
  736. textButtonr2.Font = "ArialBold"
  737. textButtonr2.BackgroundTransparency = 0.1
  738. textButtonr2.BorderSizePixel = 0
  739.  
  740. s1 = Instance.new("Sound")
  741. s1.Parent = game.workspace[me].head
  742.  
  743.  
  744.  
  745.  
  746. textButtonr22 = Instance.new("ScrollingFrame")
  747. textButtonr22.Parent = frameo
  748. textButtonr22.Position = UDim2.new(0, 0, 0, 100)
  749. textButtonr22.Size = UDim2.new(0.3, 0, 1, -100)
  750. textButtonr22.BackgroundColor3 = Color3.new(218, 133, 65)
  751. textButtonr22.BackgroundTransparency = 0.1
  752. textButtonr22.BorderSizePixel = 0
  753. textButtonr22.ScrollBarThickness = 30
  754.  
  755. textButtonr221 = Instance.new("ScrollingFrame")
  756. textButtonr221.Parent = frameo
  757. textButtonr221.Position = UDim2.new(0.3, 0, 0, 100)
  758. textButtonr221.Size = UDim2.new(0.7, 0, 1, -100)
  759. textButtonr221.BackgroundColor3 = Color3.new(50, 50, 50)
  760. textButtonr221.BackgroundTransparency = 0.3
  761. textButtonr221.BorderSizePixel = 0
  762. textButtonr221.ScrollBarThickness = 30
  763.  
  764.  
  765. htc = Instance.new("TextButton")
  766. htc.Parent = textButtonr22
  767. htc.Position = UDim2.new(0, 0, 0, 0)
  768. htc.Size = UDim2.new(1, 3, 0, 50)
  769. htc.BackgroundColor3 = Color3.new(0,0,0)
  770. htc.Text = "Folder 1"
  771. htc.TextScaled = true
  772. htc.BorderSizePixel = 2
  773. htc.BackgroundTransparency = 0.4
  774.  
  775. htc.MouseButton1Down:connect(function()
  776. textButtonr221:ClearAllChildren()
  777. wait()
  778. htc2 = Instance.new("TextButton")
  779. htc2.Parent = textButtonr221
  780. htc2.Position = UDim2.new(0, 0, 0, 0)
  781. htc2.Size = UDim2.new(1, 3, 0, 50)
  782. htc2.BackgroundColor3 = Color3.new(0,0,0)
  783. htc2.Text = "Tristam - Shine"
  784. htc2.TextScaled = true
  785. htc2.BorderSizePixel = 2
  786. htc2.BackgroundTransparency = 0.4
  787. htc2.MouseButton1Down:connect(function()
  788.  
  789.  
  790. s1.SoundId = "http://www.roblox.com/asset/?id=173125494"
  791. s1.Pitch = 1
  792. s1.Volume = 1
  793. s1:Play()
  794.  
  795. end)
  796.  
  797. htc3 = Instance.new("TextButton")
  798. htc3.Parent = textButtonr221
  799. htc3.Position = UDim2.new(0, 0, 0, 50)
  800. htc3.Size = UDim2.new(1, 3, 0, 50)
  801. htc3.BackgroundColor3 = Color3.new(0,0,0)
  802. htc3.Text = "Mako - Beam (Proximity)"
  803. htc3.TextScaled = true
  804. htc3.BorderSizePixel = 2
  805. htc3.BackgroundTransparency = 0.4
  806. htc3.MouseButton1Down:connect(function()
  807.  
  808.  
  809. s1.SoundId = "http://www.roblox.com/asset/?id=165065112"
  810. s1.Pitch = 1
  811. s1.Volume = 1
  812. s1:Play()
  813.  
  814. end)
  815.  
  816. htc4 = Instance.new("TextButton")
  817. htc4.Parent = textButtonr221
  818. htc4.Position = UDim2.new(0, 0, 0, 100)
  819. htc4.Size = UDim2.new(1, 3, 0, 50)
  820. htc4.BackgroundColor3 = Color3.new(0,0,0)
  821. htc4.Text = "DO A BARREL ROLL!"
  822. htc4.TextScaled = true
  823. htc4.BorderSizePixel = 2
  824. htc4.BackgroundTransparency = 0.4
  825. htc4.MouseButton1Down:connect(function()
  826.  
  827.  
  828. s1.SoundId = "http://www.roblox.com/asset/?id=130791919"
  829. s1.Pitch = 1
  830. s1.Volume = 1
  831. s1:Play()
  832.  
  833. end)
  834.  
  835.  
  836. htc5 = Instance.new("TextButton")
  837. htc5.Parent = textButtonr221
  838. htc5.Position = UDim2.new(0, 0, 0, 150)
  839. htc5.Size = UDim2.new(1, 3, 0, 50)
  840. htc5.BackgroundColor3 = Color3.new(0,0,0)
  841. htc5.Text = "D-D-D-D-Drop-The-Bass"
  842. htc5.TextScaled = true
  843. htc5.BorderSizePixel = 2
  844. htc5.BackgroundTransparency = 0.4
  845. htc5.MouseButton1Down:connect(function()
  846.  
  847.  
  848. s1.SoundId = "http://www.roblox.com/asset/?id=130777688"
  849. s1.Pitch = 1
  850. s1.Volume = 1
  851. s1:Play()
  852.  
  853. end)
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861. end)
  862.  
  863.  
  864.  
  865.  
  866. -------------------------------------------------------------------------
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874.  
  875.  
  876.  
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884. mouse.KeyDown:connect(function(key) local key=key:lower()
  885. if key=="q" then
  886. if a ~= nil then
  887.  
  888. frameS:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1, false, nil)
  889. frameo:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1, false, nil)
  890. frameO:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1, false, nil)
  891.  
  892. frameS:TweenPosition(UDim2.new(0.5, 0.5, 0.5, 0.5), "Out", "Quad", 1, false)
  893. frameo:TweenPosition(UDim2.new(0.5, 0.5, 0.5, 0.5), "Out", "Quad", 1, false)
  894. frameO:TweenPosition(UDim2.new(0.5, 0.5, 0.5, 0.5), "Out", "Quad", 1, false)
  895.  
  896.  
  897.  
  898.  
  899. end
  900. end
  901. end)
  902. mouse.KeyDown:connect(function(key) local key=key:lower()
  903. if key=="e" then
  904. if a ~= nil then
  905. frameS:TweenSize(UDim2.new(1, 1, 1, 1), "Out", "Quad", 1, false, nil)
  906. frameo:TweenSize(UDim2.new(1, 1, 1, 1), "Out", "Quad", 1, false, nil)
  907. frameO:TweenSize(UDim2.new(1, 1, 1, 1), "Out", "Quad", 1, false, nil)
  908.  
  909. frameS:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1, false)
  910. frameo:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1, false)
  911. frameO:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1, false)
  912.  
  913. end
  914.  
  915.  
  916.  
  917.  
  918.  
  919. end
  920. end)
  921.  
  922.  
  923. game:GetService("RunService").Stepped:connect(function()o.CFrame = game.Players[me].Character.Torso.CFrame *CFrame.new(-5,5,-2) *CFrame.Angles(3,2,math.pi/2 + math.pi/2) o.CFrame = game.Players[me].Character.Torso.CFrame *CFrame.new(10,3,-2) *CFrame.Angles(3,1,math.pi/2 + math.pi/2) end)
  924. game:GetService("RunService").Stepped:connect(function()h.CFrame = game.Players[me].Character.Torso.CFrame *CFrame.new(-5,5,-2) *CFrame.Angles(3,2,math.pi/2 + math.pi/2) h.CFrame = game.Players[me].Character.Torso.CFrame *CFrame.new(-10,3,-2) *CFrame.Angles(3,-1,math.pi/2 + math.pi/2) end)
  925. game:GetService("RunService").Stepped:connect(function()a.CFrame = game.Players[me].Character.Torso.CFrame *CFrame.new(0,5,-5) *CFrame.Angles(3,2,math.pi/2 + math.pi/2) a.CFrame = game.Players[me].Character.Torso.CFrame *CFrame.new(0,3,-6) *CFrame.Angles(3,0,math.pi/2 + math.pi/2) end)
  926.  
  927.  
  928.  
  929.  
  930. if u2:FindFirstChild("tt1") ~= nil then
  931. u2.tt1.MouseButton1Down:connect(function()
  932. hml.Text = u2.tt1.Text
  933. end)
  934. end
  935.  
  936. if u2:FindFirstChild("tt2") ~= nil then
  937. u2.tt2.MouseButton1Down:connect(function()
  938. hml.Text = u2.tt2.Text
  939. end)
  940. --elseif tt2 == nil then
  941.  
  942.  
  943. end
  944.  
  945. if u2:FindFirstChild("tt3") ~= nil then
  946. u2.tt3.MouseButton1Down:connect(function()
  947. hml.Text = u2.tt3.Text
  948. end)
  949. -- elseif tt3 == nil then
  950.  
  951. end
  952.  
  953. if u2:FindFirstChild("tt4") ~= nil then
  954. u2.tt4.MouseButton1Down:connect(function()
  955. hml.Text = u2.tt4.Text
  956. end)
  957. -- elseif tt4 == nil then
  958.  
  959. end
  960.  
  961. if u2:FindFirstChild("tt5") ~= nil then
  962. u2.tt5.MouseButton1Down:connect(function()
  963. hml.Text = u2.tt5.Text
  964. end)
  965. --elseif tt5 == nil then
  966.  
  967.  
  968. end
  969.  
  970. if u2:FindFirstChild("tt6") ~= nil then
  971. u2.tt6.MouseButton1Down:connect(function()
  972. hml.Text = u2.tt6.Text
  973. end)
  974. -- elseif tt6 == nil then
  975.  
  976.  
  977. end
  978.  
  979. if u2:FindFirstChild("tt7") ~= nil then
  980. u2.tt7.MouseButton1Down:connect(function()
  981. hml.Text = u2.tt7.Text
  982. end)
  983. --elseif tt7 == nil then
  984.  
  985.  
  986. end
  987.  
  988. if u2:FindFirstChild("tt8") ~= nil then
  989. u2.tt8.MouseButton1Down:connect(function()
  990. hml.Text = u2.tt8.Text
  991. end)
  992. -- elseif tt8 == nil then
  993.  
  994.  
  995. end
  996.  
  997. if u2:FindFirstChild("tt19") ~= nil then
  998. u2.tt9.MouseButton1Down:connect(function()
  999. hml.Text = u2.tt9.Text
  1000. end)
  1001. -- elseif tt9 == nil then
  1002.  
  1003.  
  1004. end
  1005.  
  1006. if u2:FindFirstChild("tt10") ~= nil then
  1007. u2.tt10.MouseButton1Down:connect(function()
  1008. hml.Text = u2.tt10.Text
  1009. end)
  1010. -- elseif tt10 == nil then
  1011.  
  1012.  
  1013. end
  1014.  
  1015. if u2:FindFirstChild("tt11") ~= nil then
  1016. u2.tt11.MouseButton1Down:connect(function()
  1017. hml.Text = u2.tt11.Text
  1018. end)
  1019. --elseif tt11 == nil then
  1020.  
  1021.  
  1022. end
  1023.  
  1024. if u2:FindFirstChild("tt12") ~= nil then
  1025. u2.tt12.MouseButton1Down:connect(function()
  1026. hml.Text = u2.tt12.Text
  1027. end)
  1028. -- elseif tt12 == nil then
  1029.  
  1030.  
  1031. end
  1032.  
  1033. if u2:FindFirstChild("tt13") ~= nil then
  1034. u2.tt13.MouseButton1Down:connect(function()
  1035. hml.Text = u2.tt13.Text
  1036. end)
  1037. -- elseif tt13 == nil then
  1038.  
  1039.  
  1040. end
  1041.  
  1042. if u2:FindFirstChild("tt14") ~= nil then
  1043. u2.tt14.MouseButton1Down:connect(function()
  1044. hml.Text = u2.tt14.Text
  1045. end)
  1046. -- elseif tt14 == nil then
  1047.  
  1048.  
  1049. end
  1050.  
  1051. if u2:FindFirstChild("tt15") ~= nil then
  1052. u2.tt15.MouseButton1Down:connect(function()
  1053. hml.Text = u2.tt15.Text
  1054. end)
  1055. -- elseif tt15 == nil then
  1056.  
  1057. end
  1058.  
  1059.  
  1060. if u2:FindFirstChild("tt16") ~= nil then
  1061. u2.tt16.MouseButton1Down:connect(function()
  1062. hml.Text = u2.tt16.Text
  1063. end)
  1064. -- elseif tt16 == nil then
  1065.  
  1066. end
  1067.  
  1068.  
  1069.  
  1070. end
  1071. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement