Advertisement
ViggoCS

Zypher menu

Sep 9th, 2017
1,534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.31 KB | None | 0 0
  1. --zypher pw is asd
  2. local message = Instance.new('Message', game.Workspace) -- Insert a new message in the Workspace.
  3. message.Text = "Password is asd"
  4. wait(2)
  5. message:Destroy()
  6.  
  7. player=game.Players.LocalPlayer
  8. me = player.Character
  9. p=Instance.new('Part',workspace)
  10. p.FormFactor = "Custom"
  11. p.Size = Vector3.new(15,10,0)
  12. p.Anchored = true
  13. p.Color = Color3.new(0,0,0)
  14. passw = "asd"
  15.  
  16. local folder=Instance.new('Folder',workspace)
  17. local logo = "285083197"
  18. pw = "asd"
  19. p1=Instance.new('Part',p)
  20. p1.FormFactor = "Custom"
  21. p1.Size = Vector3.new(15,5,0)
  22. p1.Anchored = true
  23. p1.Color = Color3.new(0,0,0)
  24.  
  25. background = "rbxassetid://396316983"
  26.  
  27. game:GetService('RunService').RenderStepped:connect(function()
  28. p.CFrame = me.HumanoidRootPart.CFrame * CFrame.new(0,4.5,-7) * CFrame.Angles(-0.2,0,0)
  29. p1.CFrame = me.HumanoidRootPart.CFrame * CFrame.new(0,-2.9,-6)
  30. end)
  31.  
  32. sg=Instance.new('SurfaceGui',p)
  33. sg.Face = "Back"
  34.  
  35. function Intro()
  36. tl=Instance.new('TextLabel',sg)
  37. tl.Text = 'asd'
  38. tl.BackgroundColor = BrickColor.new'Navy blue'
  39. tl.Size = UDim2.new(0,800,0,600)
  40. tl.TextColor3 = Color3.new(255,255,255)
  41. tl.TextScaled = true
  42. for i = 0,18,1 do wait()
  43. tl.Text = string.sub("Zypher has loaded.",1,i)
  44. end
  45. delay(2,function()
  46. for i = 0,22,1 do wait()
  47. tl.Text = string.sub("Made by Zypher Studios",1,i)
  48. end
  49. end)
  50. delay(8,function()
  51. for i = 0,1,0.1 do wait()
  52. tl.BackgroundTransparency=i
  53. tl.TextTransparency=i
  54. end
  55. end)
  56. end
  57. --Intro()
  58.  
  59. pcall(function()--delay(4,function()
  60. local BackgroundSignIn = Instance.new('ImageLabel',sg)
  61. BackgroundSignIn.Image = 'rbxassetid://396316983'
  62. BackgroundSignIn.Size = UDim2.new(0,800,0,610)
  63.  
  64. local Person = Instance.new('ImageLabel',BackgroundSignIn)
  65. Person.Size = UDim2.new(0,200,0,200)
  66. Person.BackgroundTransparency=1
  67. Person.Position = UDim2.new(0,300,0,150)
  68. Person.BackgroundTransparency=1
  69.  
  70. PersonName = Instance.new('TextLabel',Person)
  71. PersonName.Text = player.Name
  72. PersonName.TextScaled = true
  73. PersonName.TextStrokeTransparency=1
  74. PersonName.TextColor=BrickColor.White()
  75. PersonName.Position = UDim2.new(0,0,0,200)
  76. PersonName.Size = UDim2.new(0,200,0,50)
  77. PersonName.BackgroundTransparency=11
  78.  
  79. local LogInBoard = Instance.new('TextButton',BackgroundSignIn)
  80. LogInBoard.BackgroundColor=BrickColor.White()
  81. LogInBoard.TextTransparency=0.5
  82. LogInBoard.Text='Click me to enter your password'
  83. LogInBoard.TextScaled = true
  84. LogInBoard.Size = UDim2.new(0,200,0,30)
  85. LogInBoard.Position = UDim2.new(0,300,0,430)
  86. LogInBoard.BorderSizePixel = 5
  87. LogInBoard.BorderColor3=Color3.new()
  88.  
  89. LogIn=Instance.new('TextButton',LogInBoard)
  90. LogIn.Text='->'
  91. LogIn.BorderColor3=Color3.new()
  92. LogIn.TextTransparency=0.3
  93. LogIn.TextScaled = true
  94. LogIn.Size = UDim2.new(0,30,0,30)
  95. LogIn.Position = UDim2.new(0,210,0,0)
  96. LogIn.BackgroundColor=BrickColor.new('Bright bluish green')
  97. LogIn.BorderSizePixel = 3
  98.  
  99.  
  100. LogInBoard.MouseButton1Down:connect(function()
  101. local PGUI=Instance.new('ScreenGui',player.PlayerGui)
  102. local TGUI=Instance.new('TextBox',PGUI)
  103. TGUI.BackgroundColor3=Color3.new(255,255,255)
  104. TGUI.TextColor3=Color3.new()
  105. TGUI.Size = UDim2.new(0,400,0,100)
  106. TGUI.BackgroundTransparency=0.1
  107. TGUI.BorderSizePixel = 4
  108. TGUI.Position = UDim2.new(0,200,0,300)
  109. TGUI.TextScaled = true
  110. TGUI:CaptureFocus()
  111.  
  112. local EGUI = Instance.new('TextButton',TGUI)
  113. EGUI.Text='Go'
  114. EGUI.Font = "SourceSansItalic"
  115. EGUI.TextColor = BrickColor.White()
  116. EGUI.BackgroundColor3 = Color3.new()
  117. EGUI.TextScaled = true
  118. EGUI.Size = UDim2.new(0,30,0,100)
  119. EGUI.Position = UDim2.new(0,415,0,0)
  120. EGUI.BorderSizePixel = 3
  121. EGUI.BorderColor = BrickColor.new'Bright bluish green'
  122. EGUI.TextXAlignment = 'Left'
  123.  
  124. XGUI=Instance.new('TextButton',TGUI)
  125. XGUI.Text = 'X'
  126. XGUI.TextColor = BrickColor.new'Crimson'
  127. XGUI.BackgroundTransparency=11
  128. XGUI.Font = "SourceSansBold"
  129. XGUI.TextScaled = true
  130. XGUI.Size = UDim2.new(0,50,0,50)
  131. XGUI.Position = UDim2.new(0,300,0,-50)
  132.  
  133. XGUI.MouseButton1Down:connect(function()
  134. PGUI:remove()
  135. end)
  136.  
  137. EGUI.MouseButton1Down:connect(function()-----------------------
  138. PGsv = TGUI.Text
  139. end)
  140.  
  141. LogIn.MouseButton1Down:connect(function()
  142. if PGsv==passw then
  143. PGUI:remove()
  144. LogInBoard.Text = 'Signing In..'
  145. wait(3)
  146. BackgroundSignIn:remove()
  147.  
  148. back=Instance.new('ImageLabel',sg)
  149. back.Size = UDim2.new(0,800,0,550)
  150. back.Image = background
  151. local Desktop = back
  152.  
  153. frame=Instance.new("Frame",sg)
  154. frame.Size = UDim2.new(0,800,0,50)
  155. frame.Position = UDim2.new(0,0,0,550)
  156. frame.BackgroundColor = BrickColor.new'Black'
  157. local Toolbar = frame
  158.  
  159. local sounds = Instance.new('ImageButton',Toolbar)
  160. sounds.Position = UDim2.new(0,640,0,6)
  161. sounds.Image = 'rbxassetid://72625616'
  162. sounds.Size = UDim2.new(0,40,0,40)
  163. sounds.BackgroundTransparency=11
  164. soundson = false
  165.  
  166. vol=1
  167.  
  168. sounds.MouseButton1Down:connect(function()
  169. soundsff = sounds:FindFirstChild('control')
  170. if soundson == false then soundson = true
  171. if soundsff then soundsff:remove() end
  172. local soundsf=Instance.new('Frame',sounds)
  173. soundsf.Size = UDim2.new(0,200,0,150)
  174. soundsf.BackgroundColor=BrickColor.White()
  175. soundsf.Position = UDim2.new(0,-150,0,-150)
  176. soundsf.Name='control'
  177.  
  178. local soundbar=Instance.new('Frame',soundsf)
  179. soundbar.BackgroundColor = BrickColor.Black()
  180. soundbar.Size = UDim2.new(0,200,0,20)
  181.  
  182. local soundx=Instance.new('TextButton',soundbar)
  183. soundx.Text = 'X'
  184. soundx.Font = 'SourceSansBold'
  185. soundx.TextColor3 = Color3.new(255)
  186. soundx.Position = UDim2.new(0,170,0,0)
  187. soundx.Size = UDim2.new(0,30,0,20)
  188. soundx.BackgroundTransparency = 11
  189. soundx.TextScaled = true
  190.  
  191. soundx.MouseButton1Down:connect(function()
  192. soundson = false
  193. soundsf:remove()
  194. end)
  195.  
  196. local soundlabel=Instance.new('TextLabel',soundsf)
  197. soundlabel.Text='Volume Mixer'
  198. soundlabel.TextColor3=Color3.new(255,255,255)
  199. soundlabel.Font = "SourceSansItalic"
  200. soundlabel.Size = UDim2.new(0,200,0,20)
  201. soundlabel.BackgroundTransparency=11
  202. soundlabel.TextScaled = true
  203. soundlabel.TextXAlignment = 'Left'
  204.  
  205.  
  206. volsound=Instance.new('TextLabel',soundlabel)
  207. volsound.TextScaled = true
  208. volsound.BackgroundTransparency=11
  209. volsound.Size = UDim2.new(0,200,0,20)
  210. volsound.Position = UDim2.new(0,0,0,20)
  211. volsound.TextXAlignment = 'Left'
  212.  
  213.  
  214. local updvol = Instance.new('ImageButton',volsound)
  215. updvol.Image = 'rbxassetid://170952383'--170952383
  216. updvol.Size = UDim2.new(0,20,0,20)
  217. updvol.Position = UDim2.new(0,150,0,0)
  218. updvol.BackgroundTransparency=1
  219.  
  220. local upvol = Instance.new('ImageButton',volsound)
  221. upvol.Image = 'rbxassetid://170952405'--170952405
  222. upvol.Size = UDim2.new(0,20,0,20)
  223. upvol.Position = UDim2.new(0,170,0,0)
  224. upvol.BackgroundTransparency=1
  225.  
  226. updvol.MouseButton1Down:connect(function()
  227. if vol > 0 then
  228. vol=vol-1
  229. end
  230. end)
  231.  
  232. upvol.MouseButton1Down:connect(function()
  233. vol=vol+1
  234. end)
  235.  
  236. player.Chatted:connect(function(msg)
  237. if msg:lower():sub(1,4)=='vol/' then
  238. vol=msg:sub(5)
  239. end
  240. end)
  241.  
  242. game:GetService('RunService').RenderStepped:connect(function()
  243. volsound.Text = 'Volume: '..vol
  244. end)
  245. else
  246. soundson=false
  247. if soundsff then soundsff:remove() end
  248. end
  249. end)
  250.  
  251. local SearchText=Instance.new('TextButton',Toolbar)
  252. SearchText.Text = 'Search the web and Zypher..'
  253. SearchText.TextTransparency=.5
  254. SearchText.Name = 'SearchBar'
  255. SearchText.BackgroundColor3=Color3.new(255,255,255)
  256. SearchText.Position = UDim2.new(0,10,0,10)
  257. SearchText.Size = UDim2.new(0,250,0,30)
  258. SearchText.TextScaled = true
  259. SearchText.TextXAlignment = 'Left'
  260.  
  261. local SearchLogo = Instance.new('TextButton',Toolbar)
  262. SearchLogo.Text = 'S'
  263. SearchLogo.TextScaled = true
  264. SearchLogo.Font = "SourceSansBold"
  265. SearchLogo.Position = UDim2.new(0,265,0,10)
  266. SearchLogo.Size = UDim2.new(0,30,0,30)
  267. SearchLogo.BorderSizePixel = 5
  268. SearchLogo.BackgroundColor=BrickColor.new'Bright bluish green'
  269. SearchLogo.TextColor3=Color3.new()
  270. on = false
  271.  
  272. SearchText.MouseButton1Down:connect(function()
  273. local STR = SearchText:FindFirstChild('SearchBarThingy')
  274. if on == false then on = true
  275. if STR then STR:TweenSize(UDim2.new(0,200,0,400),'Out','Quad',0.35) wait() STR:remove() end
  276. local SearchSpace = Instance.new('Frame',SearchText)
  277. SearchSpace.BackgroundColor=BrickColor.White()
  278. SearchSpace.Size = UDim2.new(0,200,0,400)
  279. SearchSpace.Position = UDim2.new(0,0,0,-400)
  280. SearchSpace.Name = 'SearchBarThingy'
  281. SearchSpace:TweenSize(UDim2.new(0,250,0,400),'Out','Quad',0.35)
  282.  
  283. player.Chatted:connect(function(m)
  284. if m:lower():sub(1,7)=='search/' then
  285. for i = 1,#m:sub(8),1 do wait()
  286. SearchText.Text = string.sub(m:sub(8),1,i)
  287. SearchText.TextTransparency=0
  288. end
  289. wait(.3)
  290. SearchText.TextTransparency=.5
  291. end
  292. end)
  293.  
  294. else on = false if STR then STR:TweenSize(UDim2.new(0,200,0,400),'Out','Quad',0.35) wait(.3) STR:remove() end
  295. end
  296. end)
  297.  
  298. framesb=Instance.new('TextBox',frame)
  299. framesb.BackgroundColor3 = Color3.new(255,255,255)
  300. framesb.Size = UDim2.new(0,450,0,30)
  301. framesb.TextColor3 = Color3.new(0,0,0)
  302. framesb.TextScaled = true
  303. framesb.Visible = false
  304. framesb.TextXAlignment = "Left"
  305. framesb.Font = "SourceSansItalic"
  306. framesb.Position = UDim2.new(0,100,0,21)
  307.  
  308. function OnChatted(msg)
  309. if msg:lower():sub(1,4)=='url/' then
  310. if framesb.Visible == true then
  311. for i = 0,string.len(msg),1 do wait()
  312. framesb.Text = "http://www."..string.sub(msg:sub(5,#msg),1,i)..".com/"
  313. end
  314. end
  315. end
  316. end
  317.  
  318. player.Chatted:connect(OnChatted)
  319. ------------Find sbutton's function at line (307)------------
  320. sbutton=Instance.new('ImageButton',frame)
  321. sbutton.Position = UDim2.new(0,555,0,21)
  322. sbutton.Size = UDim2.new(0,30,0,30)
  323. sbutton.Image = "rbxassetid://67517663"
  324. sbutton.BackgroundTransparency=1
  325. sbutton.Visible = false
  326.  
  327. ------asd------
  328. hide=Instance.new('Frame',back)
  329. hide.BackgroundColor = BrickColor.new'Really black'
  330. hide.Position = UDim2.new(0,600,0,0)
  331. hide.Size = UDim2.new(0,200,0,550)
  332. hide.BackgroundTransparency=1
  333.  
  334. winds=Instance.new('ImageLabel',hide)
  335. winds.Image = "rbxassetid://"..logo
  336. winds.BackgroundTransparency=1
  337. winds.Size = UDim2.new(0,200,0,200)
  338.  
  339. wtl=Instance.new('TextLabel',winds)
  340. wtl.Text = "Settings"
  341. wtl.BackgroundTransparency = 1
  342. wtl.Size = UDim2.new(0,200,0,50)
  343. wtl.Position = UDim2.new(0,0,0,200)
  344. wtl.Font = "Legacy"
  345. wtl.TextScaled = true
  346. wtl.TextColor = BrickColor.new'Teal'
  347. wtl.TextStrokeTransparency =0.5
  348.  
  349. bd=Instance.new('TextButton',hide)
  350. bd.TextScaled = true
  351. bd.Text = "Background Themes"
  352. bd.BackgroundTransparency=0.5
  353. bd.Size = UDim2.new(0,100,0,50)
  354. bd.BackgroundColor = BrickColor.new'Black'
  355. bd.TextColor3=Color3.new(255,255,255)
  356. bd.Position = UDim2.new(0,0,0,350)
  357.  
  358. function onClick()
  359. bd1=Instance.new('Frame',back)
  360. bd1.Position = UDim2.new(0,200,0,100)
  361. bd1.Size = UDim2.new(0,300,0,300)
  362. bd1.Active = true
  363. bd1.Draggable = true
  364. bd1.BackgroundColor3 = Color3.new(255,255,255)
  365.  
  366. bdf=Instance.new('Frame',bd1)
  367. bdf.BackgroundColor = BrickColor.new'Black'
  368. bdf.Size = UDim2.new(0,300,0,20)
  369.  
  370. bdx=Instance.new('TextButton',bdf)
  371. bdx.Text = "X"
  372. bdx.TextColor3 = Color3.new(1,0,0)
  373. bdx.Size = UDim2.new(0,20,0,20)
  374. bdx.BackgroundColor3 = Color3.new(0,0,0)
  375. bdx.TextScaled = true
  376. bdx.Position = UDim2.new(0,280,0,0)
  377.  
  378. function onClicke()
  379. bd1:remove()
  380. end
  381.  
  382. bdx.MouseButton1Down:connect(onClicke)
  383.  
  384.  
  385.  
  386. bd2=Instance.new('ImageButton',bd1)
  387. bd2.Size = UDim2.new(0,100,0,100)
  388. bd2.Position = UDim2.new(0,0,0,20)
  389. bd2.Image = "rbxassetid://371680220" -- FaZe
  390.  
  391. function onClicker()
  392. back.Image = "rbxassetid://371680220" --FaZe
  393. end
  394.  
  395. bd2.MouseButton1Down:connect(onClicker)
  396.  
  397.  
  398. bd3=Instance.new('ImageButton',bd1)
  399. bd3.Size = UDim2.new(0,100,0,100)
  400. bd3.Position = UDim2.new(0,100,0,20)
  401. bd3.Image = "rbxassetid://171214901"
  402.  
  403. function onClickerr()
  404. back.Image = "rbxassetid://171214901"
  405. end
  406.  
  407. bd3.MouseButton1Down:connect(onClickerr)
  408.  
  409. bd4=Instance.new('ImageButton',bd1)
  410. bd4.Size = UDim2.new(0,100,0,100)
  411. bd4.Position = UDim2.new(0,200,0,20)
  412. bd4.Image = "rbxassetid://13511519" -- Red Anchor
  413. function onClickerrr()
  414. back.Image = "rbxassetid://13511519" -- Red Anchor
  415. end
  416.  
  417. bd4.MouseButton1Down:connect(onClickerrr)
  418.  
  419.  
  420. bd5=Instance.new('ImageButton',bd1)
  421. bd5.Size = UDim2.new(0,100,0,100)
  422. bd5.Position = UDim2.new(0,0,0,120)
  423. bd5.Image = "rbxassetid://396316983"
  424.  
  425. function onClickerrrr()
  426. back.Image = "rbxassetid://396316983"
  427. end
  428.  
  429. bd5.MouseButton1Down:connect(onClickerrrr)
  430. --396316984
  431.  
  432. bd6=Instance.new('ImageButton',bd1)
  433. bd6.Size = UDim2.new(0,100,0,100)
  434. bd6.Position = UDim2.new(0,100,0,120)
  435. bd6.Image = "rbxassetid://208338590"
  436.  
  437. function onClickerrrrr()
  438. back.Image = "rbxassetid://208338590"
  439. end
  440.  
  441. bd6.MouseButton1Down:connect(onClickerrrrr)
  442.  
  443.  
  444. end
  445.  
  446. bd.MouseButton1Down:connect(onClick)
  447.  
  448.  
  449. for i,v in pairs(hide:children()) do v.Visible = false end
  450. m=player:GetMouse()
  451. mouse=player:GetMouse()
  452. mouse.KeyDown:connect(function(key)
  453. key:lower()
  454. if key == "e" then
  455. hide.Visible = true
  456. for i,v in pairs(hide:children()) do v.Visible = true end
  457. for i = 1,0.3,-0.1 do wait()
  458. hide.BackgroundTransparency=i
  459. end
  460. end
  461. end)
  462.  
  463. mouse.KeyUp:connect(function(keye)
  464. keye:lower()
  465. if keye == "e" then
  466.  
  467. for i,v in pairs(hide:children()) do v.Visible = false end
  468. for i = 0.3,1,0.1 do wait()
  469. hide.BackgroundTransparency=i
  470. end
  471. hide.Visible = false
  472. end
  473. end)
  474. -----------icons---------
  475. labinterp=Instance.new('StringValue',nil)
  476. labinterp.Value = '70'
  477.  
  478. function label(parent,text)
  479. labinter=Instance.new('TextLabel',parent)
  480. labinter.FontSize = "Size18"
  481. labinter.Text = text
  482. labinter.TextColor3 = Color3.new(255,255,255)
  483. labinter.BackgroundTransparency=1
  484. labinter.Size = UDim2.new(0,50,0,50)
  485. labinter.Position = UDim2.new(0,10,0,labinterp.Value)
  486. labinter.TextStrokeTransparency=0
  487. end
  488.  
  489. intericon=Instance.new('ImageButton',back)
  490. intericon.Image = "rbxassetid://72777962"
  491. intericon.BackgroundTransparency=1
  492. intericon.Position = UDim2.new(0,20,0,20)
  493. intericon.Size = UDim2.new(0,70,0,70)
  494.  
  495. wm=Instance.new('ImageButton',back)
  496. wm.Image = "rbxassetid://72441708"
  497. wm.BackgroundTransparency=1
  498. wm.Position = UDim2.new(0,150,0,20)
  499.  
  500. wm.Size = UDim2.new(0,70,0,70)
  501.  
  502. label(intericon,'Google \n Chrome')
  503. label(wm,'Server \n Control')
  504.  
  505. local SDown = 20
  506. wm.MouseButton1Down:connect(function()
  507. SDown = 20
  508. local SCF = Instance.new('Frame',Desktop)
  509. SCF.Size = UDim2.new(0,400,0,400)
  510. SCF.BackgroundColor=BrickColor.White()
  511. SCF.Position = UDim2.new(0,200,0,100)
  512.  
  513. SCFT = Instance.new('Frame',SCF)
  514. SCFT.Size = UDim2.new(0,400,0,20)
  515. SCFT.BackgroundColor=BrickColor.Black()
  516.  
  517. SCX = Instance.new('TextButton',SCFT)
  518. SCX.TextScaled = true
  519. SCX.Text = 'X'
  520. SCX.TextColor = BrickColor.new'Really red'
  521. SCX.BackgroundTransparency=1
  522. SCX.Font = "SourceSansBold"
  523. SCX.Size = UDim2.new(0,30,0,20)
  524. SCX.Position = UDim2.new(0,370,0,0)
  525.  
  526. SCX.MouseButton1Down:connect(function()
  527. SCF:remove()
  528. end)
  529.  
  530. local cmdsboard=Instance.new('Frame',SCF)
  531. cmdsboard.Position=UDim2.new(0,0,0,20)
  532. cmdsboard.Size = UDim2.new(0,400,0,350)
  533. cmdsboard.BackgroundTransparency=1
  534.  
  535. local cmdsboard1=Instance.new('Frame',SCF)
  536. cmdsboard1.Position=UDim2.new(0,0,0,20)
  537. cmdsboard1.Size = UDim2.new(0,400,0,350)
  538. cmdsboard1.BackgroundTransparency=1
  539.  
  540. function AddSCmd(cmd,name)
  541. local thingy=Instance.new('TextButton',cmdsboard)
  542. thingy.TextColor = BrickColor.new'White'
  543. thingy.BackgroundColor3=Color3.new()
  544. thingy.TextScaled = true
  545. thingy.TextStrokeTransparency=0
  546. thingy.Size = UDim2.new(0,400,0,20)
  547. thingy.Position = UDim2.new(0,0,0,-20+SDown)
  548. thingy.Text = cmd
  549. thingy.Name = name
  550.  
  551. thingy.MouseEnter:connect(function()
  552. thingy.TextColor = BrickColor.new'Bright yellow'
  553. thingy.Font = "SourceSansBold"
  554. end)
  555.  
  556. thingy.MouseLeave:connect(function()
  557. thingy.TextColor = BrickColor.new'White'
  558. end)
  559. wait()
  560. SDown = SDown+20
  561. end
  562. ------------------------------------------------------
  563.  
  564. ------------------------------------------------------
  565. AddSCmd('ZYPHER CMDS MENU','fked')
  566. AddSCmd('Kill (plr)','kill')
  567. AddSCmd('God (plr)','god')
  568. AddSCmd('ff (plr)','ff')
  569. AddSCmd('unff (plr)','unff')
  570. AddSCmd('ParticleEmitter (plr)','ParticleEmitter')
  571. AddSCmd('Sparkles (plr)','Sparkles')
  572. AddSCmd('Smoke (plr)','Smoke')
  573. AddSCmd('Fire (plr)','Fire')
  574. AddSCmd('PointLight (plr)','PointLight')
  575. AddSCmd('Normal (plr)','Normal')
  576. AddSCmd('Demigod (plr)','Demigod')
  577. AddSCmd('Explode (plr)','Explode')
  578. AddSCmd('Btools (plr)','tools')
  579. -----------------------------------------------------------------------------------
  580. --------------------------------K I L L--------------------------------------------
  581. -----------------------------------------------------------------------------------
  582. for i,v in pairs(cmdsboard:children()) do if v.Name=='kill' then
  583. v.MouseButton1Down:connect(function()
  584. local down=0
  585. for i,x in pairs(cmdsboard:children()) do x.Visible=false end
  586. for i,x in pairs(game.Players:children()) do
  587. local playerlist=Instance.new('TextButton',cmdsboard1)
  588. playerlist.Text = x.Name
  589. playerlist.TextColor = BrickColor.White()
  590. playerlist.Size = UDim2.new(0,400,0,20)
  591. playerlist.BackgroundColor3=Color3.new()
  592. playerlist.TextScaled=true
  593. playerlist.Position=UDim2.new(0,0,0,down)
  594. wait()
  595. down=down+20
  596. playerlist.MouseButton1Down:connect(function()
  597. workspace[x.Name]:BreakJoints()
  598. for i,h in pairs(cmdsboard1:children()) do h:remove() end
  599. for i,h in pairs(cmdsboard:children()) do h.Visible = true end
  600. end)
  601. end
  602. end)
  603. end
  604. end
  605. -----------------------------------------------------------------------------------
  606. -----------------------------------G O D--------------------------------------------
  607. -----------------------------------------------------------------------------------
  608. for i,v in pairs(cmdsboard:children()) do if v.Name=='god' then
  609. v.MouseButton1Down:connect(function()
  610. local down=0
  611. for i,x in pairs(cmdsboard:children()) do x.Visible=false end
  612. for i,x in pairs(game.Players:children()) do
  613. local playerlist=Instance.new('TextButton',cmdsboard1)
  614. playerlist.Text = x.Name
  615. playerlist.TextColor = BrickColor.White()
  616. playerlist.Size = UDim2.new(0,400,0,20)
  617. playerlist.BackgroundColor3=Color3.new()
  618. playerlist.TextScaled=true
  619. playerlist.Position=UDim2.new(0,0,0,down)
  620. wait()
  621. down=down+20
  622. playerlist.MouseButton1Down:connect(function()
  623. workspace[x.Name].Humanoid.MaxHealth = 9e999
  624. for i,h in pairs(cmdsboard1:children()) do h:remove() end
  625. for i,h in pairs(cmdsboard:children()) do h.Visible = true end
  626. end)
  627. end
  628. end)
  629. end
  630. end
  631. -----------------------------------------------------------------------------------
  632. -----------------------------------F F---------------------------------------------
  633. -----------------------------------------------------------------------------------
  634. for i,v in pairs(cmdsboard:children()) do if v.Name=='ff' then
  635. v.MouseButton1Down:connect(function()
  636. local down=0
  637. for i,x in pairs(cmdsboard:children()) do x.Visible=false end
  638. for i,x in pairs(game.Players:children()) do
  639. local playerlist=Instance.new('TextButton',cmdsboard1)
  640. playerlist.Text = x.Name
  641. playerlist.TextColor = BrickColor.White()
  642. playerlist.Size = UDim2.new(0,400,0,20)
  643. playerlist.BackgroundColor3=Color3.new()
  644. playerlist.TextScaled=true
  645. playerlist.Position=UDim2.new(0,0,0,down)
  646. wait()
  647. down=down+20
  648. playerlist.MouseButton1Down:connect(function()
  649. Instance.new('ForceField',workspace[x.Name])
  650. for i,h in pairs(cmdsboard1:children()) do h:remove() end
  651. for i,h in pairs(cmdsboard:children()) do h.Visible = true end
  652. end)
  653. end
  654. end)
  655. end
  656. end
  657. -----------------------------------------------------------------------------------
  658. ---------------------------------U N F F---------------------------------------------
  659. -----------------------------------------------------------------------------------
  660. for i,v in pairs(cmdsboard:children()) do if v.Name=='unff' then
  661. v.MouseButton1Down:connect(function()
  662. local down=0
  663. for i,x in pairs(cmdsboard:children()) do x.Visible=false end
  664. for i,x in pairs(game.Players:children()) do
  665. local playerlist=Instance.new('TextButton',cmdsboard1)
  666. playerlist.Text = x.Name
  667. playerlist.TextColor = BrickColor.White()
  668. playerlist.Size = UDim2.new(0,400,0,20)
  669. playerlist.BackgroundColor3=Color3.new()
  670. playerlist.TextScaled=true
  671. playerlist.Position=UDim2.new(0,0,0,down)
  672. wait()
  673. down=down+20
  674. playerlist.MouseButton1Down:connect(function()
  675. for i,rff in pairs(workspace[x.Name]:children()) do
  676. if rff.ClassName=='ForceField' then
  677. rff:Remove()
  678. end
  679. end
  680. for i,h in pairs(cmdsboard1:children()) do h:remove() end
  681. for i,h in pairs(cmdsboard:children()) do h.Visible = true end
  682. end)
  683. end
  684. end)
  685. end
  686. end
  687. -----------------------------------------------------------------------------------
  688. ---------------------------------ParticleEmitter-----------------------------------
  689. -----------------------------------------------------------------------------------
  690. for i,v in pairs(cmdsboard:children()) do if v.Name=='ParticleEmitter' then
  691. v.MouseButton1Down:connect(function()
  692. local down=0
  693. for i,x in pairs(cmdsboard:children()) do x.Visible=false end
  694. for i,x in pairs(game.Players:children()) do
  695. local playerlist=Instance.new('TextButton',cmdsboard1)
  696. playerlist.Text = x.Name
  697. playerlist.TextColor = BrickColor.White()
  698. playerlist.Size = UDim2.new(0,400,0,20)
  699. playerlist.BackgroundColor3=Color3.new()
  700. playerlist.TextScaled=true
  701. playerlist.Position=UDim2.new(0,0,0,down)
  702. wait()
  703. down=down+20
  704. playerlist.MouseButton1Down:connect(function()
  705. Instance.new('ParticleEmitter',workspace[x.Name].Head)
  706. for i,h in pairs(cmdsboard1:children()) do h:remove() end
  707. for i,h in pairs(cmdsboard:children()) do h.Visible = true end
  708. end)
  709. end
  710. end)
  711. end
  712. end
  713. -----------------------------------------------------------------------------------
  714. ---------------------------------ParticleEmitter-----------------------------------
  715. -----------------------------------------------------------------------------------
  716. -----------------------------------------------------------------------------------
  717. ---------------------------------Smoke-----------------------------------
  718. -----------------------------------------------------------------------------------
  719. for i,v in pairs(cmdsboard:children()) do if v.Name=='Smoke' then
  720. v.MouseButton1Down:connect(function()
  721. local down=0
  722. for i,x in pairs(cmdsboard:children()) do x.Visible=false end
  723. for i,x in pairs(game.Players:children()) do
  724. local playerlist=Instance.new('TextButton',cmdsboard1)
  725. playerlist.Text = x.Name
  726. playerlist.TextColor = BrickColor.White()
  727. playerlist.Size = UDim2.new(0,400,0,20)
  728. playerlist.BackgroundColor3=Color3.new()
  729. playerlist.TextScaled=true
  730. playerlist.Position=UDim2.new(0,0,0,down)
  731. wait()
  732. down=down+20
  733. playerlist.MouseButton1Down:connect(function()
  734. Instance.new('Smoke',workspace[x.Name].Head)
  735. for i,h in pairs(cmdsboard1:children()) do h:remove() end
  736. for i,h in pairs(cmdsboard:children()) do h.Visible = true end
  737. end)
  738. end
  739. end)
  740. end
  741. end
  742. -----------------------------------------------------------------------------------
  743. ---------------------------------Fire-----------------------------------
  744. -----------------------------------------------------------------------------------
  745. for i,v in pairs(cmdsboard:children()) do if v.Name=='Fire' then
  746. v.MouseButton1Down:connect(function()
  747. local down=0
  748. for i,x in pairs(cmdsboard:children()) do x.Visible=false end
  749. for i,x in pairs(game.Players:children()) do
  750. local playerlist=Instance.new('TextButton',cmdsboard1)
  751. playerlist.Text = x.Name
  752. playerlist.TextColor = BrickColor.White()
  753. playerlist.Size = UDim2.new(0,400,0,20)
  754. playerlist.BackgroundColor3=Color3.new()
  755. playerlist.TextScaled=true
  756. playerlist.Position=UDim2.new(0,0,0,down)
  757. wait()
  758. down=down+20
  759. playerlist.MouseButton1Down:connect(function()
  760. Instance.new('Fire',workspace[x.Name].Head)
  761. for i,h in pairs(cmdsboard1:children()) do h:remove() end
  762. for i,h in pairs(cmdsboard:children()) do h.Visible = true end
  763. end)
  764. end
  765. end)
  766. end
  767. end
  768. -----------------------------------------------------------------------------------
  769. ---------------------------------Sparkles-----------------------------------
  770. -----------------------------------------------------------------------------------
  771. for i,v in pairs(cmdsboard:children()) do if v.Name=='Sparkles' then
  772. v.MouseButton1Down:connect(function()
  773. local down=0
  774. for i,x in pairs(cmdsboard:children()) do x.Visible=false end
  775. for i,x in pairs(game.Players:children()) do
  776. local playerlist=Instance.new('TextButton',cmdsboard1)
  777. playerlist.Text = x.Name
  778. playerlist.TextColor = BrickColor.White()
  779. playerlist.Size = UDim2.new(0,400,0,20)
  780. playerlist.BackgroundColor3=Color3.new()
  781. playerlist.TextScaled=true
  782. playerlist.Position=UDim2.new(0,0,0,down)
  783. wait()
  784. down=down+20
  785. playerlist.MouseButton1Down:connect(function()
  786. Instance.new('Sparkles',workspace[x.Name].Head)
  787. for i,h in pairs(cmdsboard1:children()) do h:remove() end
  788. for i,h in pairs(cmdsboard:children()) do h.Visible = true end
  789. end)
  790. end
  791. end)
  792. end
  793. end
  794. -----------------------------------------------------------------------------------
  795. ---------------------------------Light-----------------------------------
  796. -----------------------------------------------------------------------------------
  797. for i,v in pairs(cmdsboard:children()) do if v.Name=='PointLight' then
  798. v.MouseButton1Down:connect(function()
  799. local down=0
  800. for i,x in pairs(cmdsboard:children()) do x.Visible=false end
  801. for i,x in pairs(game.Players:children()) do
  802. local playerlist=Instance.new('TextButton',cmdsboard1)
  803. playerlist.Text = x.Name
  804. playerlist.TextColor = BrickColor.White()
  805. playerlist.Size = UDim2.new(0,400,0,20)
  806. playerlist.BackgroundColor3=Color3.new()
  807. playerlist.TextScaled=true
  808. playerlist.Position=UDim2.new(0,0,0,down)
  809. wait()
  810. down=down+20
  811. playerlist.MouseButton1Down:connect(function()
  812. Instance.new('PointLight',workspace[x.Name].Head)
  813. for i,h in pairs(cmdsboard1:children()) do h:remove() end
  814. for i,h in pairs(cmdsboard:children()) do h.Visible = true end
  815. end)
  816. end
  817. end)
  818. end
  819. end
  820. -----------------------------------------------------------------------------------
  821. ---------------------------------Demigod-----------------------------------
  822. -----------------------------------------------------------------------------------
  823. for i,v in pairs(cmdsboard:children()) do if v.Name=='Demigod' then
  824. v.MouseButton1Down:connect(function()
  825. local down=0
  826. for i,x in pairs(cmdsboard:children()) do x.Visible=false end
  827. for i,x in pairs(game.Players:children()) do
  828. local playerlist=Instance.new('TextButton',cmdsboard1)
  829. playerlist.Text = x.Name
  830. playerlist.TextColor = BrickColor.White()
  831. playerlist.Size = UDim2.new(0,400,0,20)
  832. playerlist.BackgroundColor3=Color3.new()
  833. playerlist.TextScaled=true
  834. playerlist.Position=UDim2.new(0,0,0,down)
  835. wait()
  836. down=down+20
  837. playerlist.MouseButton1Down:connect(function()
  838. workspace[x.Name].Humanoid.MaxHealth = 4000
  839. for i,h in pairs(cmdsboard1:children()) do h:remove() end
  840. for i,h in pairs(cmdsboard:children()) do h.Visible = true end
  841. end)
  842. end
  843. end)
  844. end
  845. end
  846. -----------------------------------------------------------------------------------
  847. ---------------------------------DNormal-----------------------------------
  848. -----------------------------------------------------------------------------------
  849. for i,v in pairs(cmdsboard:children()) do if v.Name=='Normal' then
  850. v.MouseButton1Down:connect(function()
  851. local down=0
  852. for i,x in pairs(cmdsboard:children()) do x.Visible=false end
  853. for i,x in pairs(game.Players:children()) do
  854. local playerlist=Instance.new('TextButton',cmdsboard1)
  855. playerlist.Text = x.Name
  856. playerlist.TextColor = BrickColor.White()
  857. playerlist.Size = UDim2.new(0,400,0,20)
  858. playerlist.BackgroundColor3=Color3.new()
  859. playerlist.TextScaled=true
  860. playerlist.Position=UDim2.new(0,0,0,down)
  861. wait()
  862. down=down+20
  863. playerlist.MouseButton1Down:connect(function()
  864. workspace[x.Name].Humanoid.MaxHealth = 100
  865. for i,h in pairs(cmdsboard1:children()) do h:remove() end
  866. for i,h in pairs(cmdsboard:children()) do h.Visible = true end
  867. end)
  868. end
  869. end)
  870. end
  871. end
  872. -----------------------------------------------------------------------------------
  873. ---------------------------------Explode-----------------------------------
  874. -----------------------------------------------------------------------------------
  875. for i,v in pairs(cmdsboard:children()) do if v.Name=='tools' then
  876. v.MouseButton1Down:connect(function()
  877. local down=0
  878. for i,x in pairs(cmdsboard:children()) do x.Visible=false end
  879. for i,x in pairs(game.Players:children()) do
  880. local playerlist=Instance.new('TextButton',cmdsboard1)
  881. playerlist.Text = x.Name
  882. playerlist.TextColor = BrickColor.White()
  883. playerlist.Size = UDim2.new(0,400,0,20)
  884. playerlist.BackgroundColor3=Color3.new()
  885. playerlist.TextScaled=true
  886. playerlist.Position=UDim2.new(0,0,0,down)
  887. wait()
  888. down=down+20
  889. playerlist.MouseButton1Down:connect(function()
  890. Instance.new('HopperBin', x.Backpack).BinType = 2
  891. Instance.new('HopperBin', x.Backpack).BinType = 3
  892. Instance.new('HopperBin', x.Backpack).BinType = 4
  893. for i,h in pairs(cmdsboard1:children()) do h:remove() end
  894. for i,h in pairs(cmdsboard:children()) do h.Visible = true end
  895. end)
  896. end
  897. end)
  898. end
  899. end
  900. ---------
  901. -----------------------------------------------------------------------------------
  902. ---------------------------------Btools-----------------------------------
  903. -----------------------------------------------------------------------------------
  904.  
  905. for i,v in pairs(cmdsboard:children()) do if v.Name=='Explode' then
  906. v.MouseButton1Down:connect(function()
  907. local down=0
  908. for i,x in pairs(cmdsboard:children()) do x.Visible=false end
  909. for i,x in pairs(game.Players:children()) do
  910. local playerlist=Instance.new('TextButton',cmdsboard1)
  911. playerlist.Text = x.Name
  912. playerlist.TextColor = BrickColor.White()
  913. playerlist.Size = UDim2.new(0,400,0,20)
  914. playerlist.BackgroundColor3=Color3.new()
  915. playerlist.TextScaled=true
  916. playerlist.Position=UDim2.new(0,0,0,down)
  917. wait()
  918. down=down+20
  919. playerlist.MouseButton1Down:connect(function()
  920. Instance.new('Explosion',workspace[x.Name].Head)
  921. for i,h in pairs(cmdsboard1:children()) do h:remove() end
  922. for i,h in pairs(cmdsboard:children()) do h.Visible = true end
  923. end)
  924. end
  925. end)
  926. end
  927. end
  928.  
  929. ---------
  930. -----------------------------------------------------------------------------------
  931. ---------------------------------DNormal-----------------------------------
  932. -----------------------------------------------------------------------------------
  933. end) -- END
  934.  
  935. function onInter()
  936. intericon.Visible = false
  937. wm.Visible = false
  938. SearchText.Visible = false
  939. SearchLogo.Visible = false
  940.  
  941. chromeb=Instance.new('Frame',back)
  942. chromeb.Size = UDim2.new(0,800,0,550)
  943. chromeb.BackgroundColor3 = Color3.new(255,255,255)
  944.  
  945. chrometop=Instance.new('Frame',chromeb)
  946. chrometop.Size = UDim2.new(0,800,0,30)
  947. chrometop.BackgroundColor = BrickColor.new'Black'
  948.  
  949. chromeexit=Instance.new('TextButton',chrometop)
  950. chromeexit.Size = UDim2.new(0,30,0,30)
  951. chromeexit.Position = UDim2.new(0,770,0,0)
  952. chromeexit.BackgroundTransparency=1
  953. chromeexit.Text = "X"
  954. chromeexit.TextColor3 = Color3.new(255,255,255)
  955. chromeexit.TextScaled = true
  956.  
  957. framesb.Visible = true
  958. sbutton.Visible = true
  959. for i = 1,0,-0.1 do wait()
  960. framesb.BackgroundTransparency=i
  961. framesb.TextTransparency=i
  962. sbutton.ImageTransparency=i
  963. end
  964.  
  965. function onexit()
  966. chromeb:remove()
  967. SearchLogo.Visible = true
  968. SearchText.Visible = true
  969. intericon.Visible = true
  970. wm.Visible = true
  971. for i = 0,1,0.1 do wait()
  972. framesb.BackgroundTransparency=i
  973. framesb.TextTransparency=i
  974. sbutton.ImageTransparency=i
  975. end
  976. framesb.Visible = false
  977. sbutton.Visible = false
  978. end
  979.  
  980. chromeexit.MouseButton1Down:connect(onexit)
  981. end
  982.  
  983. intericon.MouseButton1Down:connect(onInter)
  984.  
  985. ----sbuttons click functions-----
  986. function onfind()
  987. if not folder:FindFirstChild(framesb.Text) then
  988. filec=Instance.new('ImageLabel',chromeb)
  989. filec.Position = UDim2.new(0,150,0,50)
  990. filec.Size = UDim2.new(0,500,0,300)
  991. filec.Image = "rbxassetid://55330853"
  992. filec.ImageTransparency=1
  993.  
  994. ctrl=Instance.new('TextLabel',filec)
  995. ctrl.Text="Sorry, but that file hasn't been added yet. Please try again later."
  996. ctrl.TextScaled = true
  997. ctrl.Position = UDim2.new(0,0,0,300)
  998. ctrl.Size = UDim2.new(0,450,0,50)
  999. ctrl.TextColor3 = Color3.new(1,0,0)
  1000. ctrl.TextTransparency=1
  1001. ctrl.BackgroundTransparency=1
  1002. ctrl.Font = "SourceSansBold"
  1003.  
  1004. for i = 1,0,-0.1 do wait()
  1005. filec.ImageTransparency=i
  1006. ctrl.TextTransparency=i
  1007. end
  1008.  
  1009. end
  1010. end
  1011.  
  1012. sbutton.MouseButton1Down:connect(onfind)
  1013. -----------------------------------
  1014. ---Time---
  1015. function LocalTime()
  1016. timer = Instance.new('TextLabel',frame)
  1017. timer.BackgroundTransparency=1
  1018. timer.Size = UDim2.new(0,100,0,50)
  1019. timer.Position = UDim2.new(0,690,0,0)
  1020. timer.TextColor3 = Color3.new(255,255,255)
  1021. timer.TextScaled = true
  1022.  
  1023.  
  1024. local Months = {
  1025. "January", "Febreuary", "March", "April", "May", "June",
  1026. "July", "August", "September", "October", "November", "December"
  1027. }
  1028. local MonthDays = {
  1029. 31, 28, 31, 30, 31, 30,
  1030. 31, 31, 30, 31, 30, 31
  1031. }
  1032.  
  1033. function getDay(Date, year)
  1034. local month, date = Date:match("(%a+)%s*(%d+)")
  1035. local DAYS = tonumber(date)
  1036. local leaps = math.floor( (year-2011)/4 - .25 ) + 1
  1037. local Days = {"Saturday", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday"}
  1038. for _, v in ipairs(MonthDays) do
  1039. if Months[_] == month then break end
  1040. DAYS = DAYS + v
  1041. end
  1042. DAYS = math.floor( DAYS + (year-2011) * 365 ) + leaps
  1043. return Days[ (DAYS%7 == 0 and 7 or DAYS%7) ]
  1044. end
  1045.  
  1046. function getMonthAndDate(days, year)
  1047. local leap = year%4 == 0 and 1 or 0
  1048. local month;
  1049. for _, v in ipairs(MonthDays) do
  1050. if (days-v) < 1 then
  1051. month = Months[_]
  1052. break
  1053. end
  1054. days = days - v
  1055. end
  1056. return month, days
  1057. end
  1058.  
  1059. while wait() do
  1060. local time = tick()
  1061. local year = math.floor(1970 + time/(365.25*86400))
  1062. local days = math.ceil(((time % (86400*365.25)) )/86400 + 0.25)
  1063. local month, date = getMonthAndDate(days, year)
  1064. local day = getDay(month..date, year)
  1065. local hours = math.floor( (time%86400)/3600 )
  1066. local minutes = math.floor( (time%3600)/60 )
  1067. local seconds = math.floor( time%60 )
  1068. local ZONE = game:FindFirstChild("NetworkServer") and "PST" or ""
  1069. local AmOrPm = hours > 11 and "PM" or "AM"
  1070.  
  1071. -- Get rid of military time
  1072. hours = (hours%12 == 0 and 12 or hours%12)
  1073.  
  1074. -- Format hours, minutes, seconds for 0's
  1075. hours = (hours < 10 and "0"..hours or hours)
  1076. minutes = (minutes < 10 and "0"..minutes or minutes)
  1077. seconds = (seconds < 10 and "0"..seconds or seconds)
  1078.  
  1079.  
  1080. timer.Text = hours..":"..minutes..":"..seconds.." "..AmOrPm..'\n'..year..string.rep(" ", 10)
  1081. end
  1082. end
  1083.  
  1084. LocalTime()
  1085. else
  1086. LogInBoard.Text= 'Incorrect password'
  1087. if not LogInBoard:FindFirstChild('Hint') then
  1088. local LogInHint = Instance.new('TextLabel',LogInBoard)
  1089. LogInHint.Text= "Hint; starts with an '"..passw:sub(1,1).."'"
  1090. LogInHint.Name= 'Hint'
  1091. LogInHint.TextColor = BrickColor.White()
  1092. LogInHint.TextStrokeTransparency = 0.4
  1093. LogInHint.Size = UDim2.new(0,200,0,20)
  1094. LogInHint.Position = UDim2.new(0,0,0,30)
  1095. LogInHint.TextScaled = true
  1096. LogInHint.BackgroundTransparency=1
  1097. end
  1098. end
  1099. end)
  1100. end)
  1101. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement