Advertisement
ManlyFoes

Lol

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