Advertisement
mathmasterphil

Surface Admin

Feb 25th, 2015
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.62 KB | None | 0 0
  1. --[[
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Fade's Surface Admin Gui V3~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. ~No need to change your name anywhere. Just run it local through a script bot!
  4. Updates: [Notifications, More Commands, Nicer Design, Fixed ban, New inteface, fixed OnlyYouView, Server Checker]
  5. OnlyYouView: To enable this feature change where it says OnlyYouView=false to OnlyYouView=true
  6. Enabled OnlyYouView will make it so no one else can see you using the gui. Great for pissing people off!
  7. It may be glitchy so I'd prefer you leaving it alone lol.
  8.  
  9. ServerChecker: This pretty much shows you whats up with the server and your character too. You'll find out when u press it!
  10.  
  11. If you need help or want me to add something then let me know.
  12.  
  13. Well, pretty sure u know how to get around from here. Enjoy and remember, Abuse is the key:D
  14.  
  15. !!!!!!!!!!!!!!!!!!! This most likley will be my last surface admin gui. I am really busy with basketball and school.!!!!!!!!!!!
  16. !!!!!!!!!!!!!!!!!!! If enough people want, I'll probably make another one and way better !!!!!!!!!!!!!!!!!!!!!!!!!!
  17. ]]
  18. wait() script:Destroy()
  19. local plr=game.Players.LocalPlayer
  20. local cam=workspace.CurrentCamera
  21. local version="V3"
  22. local SPlrs=game:GetService('Players')
  23. local activecmd=nil
  24. local banned={}
  25. local antilocaled={}
  26. local pos1=5
  27. local pos2=-5
  28. local PriBase=false
  29. local OnlyYouView=true--Here, chane it to true to make it enabled
  30.  
  31. function NewGui()
  32. local function KICK(plr)
  33. pcall(function()
  34. plr:Destroy()
  35. wait(1)
  36. plr.Parent=nil
  37. end)
  38. end
  39. local function NewPB()
  40. local f=Instance.new("Part",workspace)
  41. f.Size=Vector3.new(1000,1,1000)
  42. f.Anchored=true
  43. f.BrickColor=BrickColor.new("Earth green")
  44. f.Locked=true
  45. f.CFrame=CFrame.new(10000,0,10000)
  46. f.Name='FadesPriB'
  47. workspace.DescendantRemoving:connect(function(ob)
  48. if ob.Name==f.Name then
  49. local c=f:Clone()
  50. c:Clone()
  51. c.Parent=workspace
  52. end
  53. end)
  54. end
  55. local s=math.floor(time())
  56. local mm=Instance.new("Model",plr.Character)
  57. mm.Name='FadeDoe'
  58. if OnlyYouView==true then
  59. mm.Parent=workspace.CurrentCamera
  60. else
  61. mm.Parent=plr.Character
  62. end
  63. local p=Instance.new("Part",mm)
  64. p.FormFactor='Custom'
  65. p.Size=Vector3.new(10,10,.1)
  66. p.Anchored=true
  67. p.CanCollide=false
  68. p.BrickColor=BrickColor.new("Really black")
  69. p.Transparency=.7
  70. p.Name=plr.Name.."'s Admin Surface Gui"
  71.  
  72.  
  73. local p1=Instance.new("Part",mm)
  74. p1.FormFactor='Custom'
  75. p1.Size=Vector3.new(10,10,.1)
  76. p1.Anchored=true
  77. p1.CanCollide=false
  78. p1.BrickColor=BrickColor.new("Really black")
  79. p1.Transparency=1
  80. p1.Name="PLRS"
  81.  
  82. local function Back()
  83. mm:remove()
  84. wait()
  85. NewGui()
  86. end
  87.  
  88. local sg=Instance.new("SurfaceGui",p)
  89.  
  90. local plrsg=Instance.new("SurfaceGui",p1)
  91.  
  92. local function Notify(par,text,wat)
  93. pcall(function() par.NOTIFY:remove() end)
  94. local nott=Instance.new("TextLabel",par)
  95. nott.Size=UDim2.new(1,0,0,40)
  96. nott.Text=text
  97. nott.TextScaled=true
  98. nott.Name='NOTIFY'
  99. nott.BackgroundTransparency=1
  100. nott.Font='Legacy'
  101. nott.TextStrokeTransparency=0
  102. nott.Position=UDim2.new(0,0,1,0)-UDim2.new(0,0,0,40*2)
  103. nott.TextStrokeColor3=Color3.new(0,0,0)
  104. nott.FontSize='Size24'
  105. if wat=='Good' then
  106. nott.TextColor3=Color3.new(0,1,0)
  107. elseif wat=='Bad' then
  108. nott.TextColor3=Color3.new(1,0,0)
  109. end
  110. wait(2)
  111. for i=0,1,.1 do
  112. wait()
  113. nott.TextTransparency=i
  114. end
  115. nott:remove()
  116. end
  117.  
  118. function Antil(plr)
  119. if antilocaled[plr.Name] then else table.insert(antilocaled,plr.Name) end
  120. local chat=plr.Character
  121. local back=plr:findFirstChild('Backpack')
  122. local plrg=plr:findFirstChild('PlayerGui')
  123. chat.DescendantAdded:connect(function(ob)
  124. if ob:IsA('LocalScript') or ob:IsA("Script") then
  125. ob.Disabled=true
  126. print('Remove '..ob.Name..'('..ob.ClassName..')?'..'Parent: '..ob.Parent.Name,'Good')
  127. Notify("Chat Allow to allow "..ob.Name..' (NLS) or Remove to remove '..ob.Name,'Good')
  128. plr.Chatted:connect(function(msg)
  129. if msg=='Allow' then
  130. ob.Disabled=false
  131. Notify("Allowed "..ob.Name,'Good')
  132. elseif msg=='Remove' then
  133. ob:remove()
  134. Notify("Removed "..ob.Name,'Good')
  135. end
  136. end)
  137. end
  138. end)
  139. back.DescendantAdded:connect(function(ob)
  140. if ob:IsA('LocalScript') or ob:IsA("Script") then
  141. ob.Disabled=true
  142. Notify("Chat ['Allow'] to allow "..ob.Name.." (NLS) or ['Remove'] to remove "..ob.Name,'Good')
  143. plr.Chatted:connect(function(msg)
  144. if msg=='Allow' then
  145. ob.Disabled=false
  146. Notify("Allowed "..ob.Name,'Good')
  147. elseif msg=='Remove' then
  148. ob:remove()
  149. Notify("Removed "..ob.Name,'Good')
  150. end
  151. end)
  152. end
  153. end)
  154. plrg.DescendantAdded:connect(function(ob)
  155. if ob:IsA('LocalScript') or ob:IsA("Script") then
  156. ob.Disabled=true
  157. print('Remove '..ob.Name..'('..ob.ClassName..')?'..'Parent: '..ob.Parent.Name,'Good')
  158. Notify("Chat ['Allow'] to allow "..ob.Name.." (NLS) or ['Remove'] to remove "..ob.Name,'Good')
  159. plr.Chatted:connect(function(msg)
  160. if msg=='Allow' then
  161. ob.Disabled=true
  162. elseif msg=='Remove' then
  163. ob:remove()
  164. end
  165. end)
  166. end
  167. end)
  168. plr.DescendantAdded:connect(function(ob)
  169. if ob:IsA('Backpack') then
  170. for i,v in pairs(ob:GetChildren()) do
  171. if v:IsA("LocalScript") or v:IsA("Script") then
  172. v.Disabled=true
  173. v:remove()
  174. end
  175. end
  176. ob:remove()
  177. Notify('new Backpack was removed','Good')
  178. end
  179. end)
  180. plr.DescendantAdded:connect(function(ob)
  181. if ob:IsA('PlayerGui') then
  182. for i,v in pairs(ob:GetChildren()) do
  183. if v:IsA("LocalScript") or v:IsA("Script") then
  184. v.Disabled=true
  185. v:remove()
  186. end
  187. end
  188. ob:remove()
  189. Notify('new PlayerGui was removed','Good')
  190. end
  191. end)
  192. for i,v in pairs(plr:GetChildren()) do
  193. v.DescendantAdded:connect(function(ob)
  194. if ob:IsA('LocalScript') or ob:IsA("Script") then
  195. ob.Disabled=true
  196. print('Remove '..ob.Name..'('..ob.ClassName..')?'..'Parent: '..ob.Parent.Name,'Good')
  197. Notify("Chat ['Allow'] to allow "..ob.Name.." (NLS) or ['Remove'] to remove "..ob.Name,'Good')
  198. plr.Chatted:connect(function(msg)
  199. if msg=='Allow' then
  200. ob.Disabled=false
  201. Notify("Allowed "..ob.Name,'Good')
  202. elseif msg=='Remove' then
  203. ob:remove()
  204. Notify("Removed "..ob.Name,'Good')
  205. end
  206. end)
  207. end
  208. end)
  209. end
  210. end
  211.  
  212. local back=Instance.new("TextButton",sg)
  213. back.Size=UDim2.new(1,0,0,40)
  214. back.Text="Go Back"
  215. back.TextScaled=true
  216. back.BackgroundTransparency=.5
  217. back.Font='Legacy'
  218. back.TextStrokeTransparency=0
  219. back.BackgroundColor3=Color3.new(0,0,0)
  220. back.TextStrokeColor3=Color3.new(0,0,0)
  221. back.TextColor3=Color3.new(1,1,1)
  222. back.BackgroundColor3=Color3.new(0,0,0)
  223. back.FontSize='Size24'
  224. back.Position=UDim2.new(0,0,1,0)-UDim2.new(0,0,0,40)
  225. back.MouseButton1Click:connect(function()
  226. Back()
  227. end)
  228.  
  229.  
  230. local fr=Instance.new("Frame",sg)
  231. fr.Size=UDim2.new(1,0,1,0)
  232. fr.BackgroundColor3=Color3.new(0,0,0)
  233. fr.BackgroundTransparency=1
  234.  
  235.  
  236. local serverframe=Instance.new("Frame",sg)
  237. serverframe.Size=UDim2.new(1,0,1,0)
  238. serverframe.BackgroundColor3=Color3.new(0,0,0)
  239. serverframe.BackgroundTransparency=1
  240. serverframe.Visible=false
  241.  
  242. local commands=Instance.new("Frame",sg)
  243. commands.Size=UDim2.new(1,0,1,0)
  244. commands.BackgroundColor3=Color3.new(0,0,0)
  245. commands.BackgroundTransparency=1
  246. commands.Visible=false
  247.  
  248. local playrs=Instance.new("Frame",plrsg)
  249. playrs.Size=UDim2.new(1,0,1,0)
  250. playrs.BackgroundColor3=Color3.new(0,0,0)
  251. playrs.BackgroundTransparency=1
  252. playrs.Visible=false
  253.  
  254. local function PBack()
  255. for i=0,5,.1 do
  256. wait()
  257. pos1=i
  258. pos2=-i
  259. end
  260. p1.Transparency=1
  261. playrs:ClearAllChildren()
  262. end
  263.  
  264. local back1=Instance.new("TextButton",plrsg)
  265. back1.Size=UDim2.new(1,0,0,40)
  266. back1.Text="Go Back to Commands"
  267. back1.TextScaled=true
  268. back1.BackgroundTransparency=.5
  269. back1.Font='Legacy'
  270. back1.TextStrokeTransparency=0
  271. back1.BackgroundColor3=Color3.new(0,0,0)
  272. back1.TextStrokeColor3=Color3.new(0,0,0)
  273. back1.TextColor3=Color3.new(1,1,1)
  274. back1.BackgroundColor3=Color3.new(0,0,0)
  275. back1.FontSize='Size24'
  276. back1.Position=UDim2.new(0,0,1,0)-UDim2.new(0,0,0,40)
  277. back1.Visible=false
  278. back1.MouseButton1Click:connect(function()
  279. PBack()
  280. back1.Visible=false
  281. end)
  282.  
  283. function showPlayers(par,Playa,pos,func)
  284. par.Visible=true
  285. local Plrs1=Instance.new('TextButton',par)
  286. Plrs1.Text='Current Command: '..activecmd
  287. Plrs1.TextScaled=true
  288. Plrs1.BackgroundTransparency=1
  289. Plrs1.Font='Legacy'
  290. Plrs1.TextStrokeTransparency=0
  291. Plrs1.TextStrokeColor3=Color3.new(0,0,0)
  292. Plrs1.TextColor3=Color3.new(1,1,1)
  293. Plrs1.FontSize='Size24'
  294. Plrs1.Size=UDim2.new(1,0,0,40)
  295.  
  296. local Plrs=Instance.new('TextButton',par)
  297. Plrs.Text=Playa.Name
  298. Plrs.TextScaled=true
  299. Plrs.BackgroundTransparency=1
  300. Plrs.Font='Legacy'
  301. Plrs.TextStrokeTransparency=0
  302. Plrs.TextStrokeColor3=Color3.new(0,0,0)
  303. Plrs.TextColor3=Color3.new(1,1,1)
  304. Plrs.FontSize='Size24'
  305. Plrs.Position=UDim2.new(0,0,0,pos*25)
  306. Plrs.Size=UDim2.new(1,0,0,40)
  307. Plrs.MouseButton1Click:connect(function()
  308. func()
  309. end)
  310. end
  311.  
  312. local text=Instance.new("TextLabel",fr)
  313. text.Size=UDim2.new(1,0,0,40)
  314. text.Text="Fade's new Admin Surface Gui "..version
  315. text.TextScaled=true
  316. text.BackgroundTransparency=1
  317. text.Font='Legacy'
  318. text.TextStrokeTransparency=0
  319. text.TextStrokeColor3=Color3.new(0,0,0)
  320. text.TextColor3=Color3.new(1,1,1)
  321. text.FontSize='Size24'
  322.  
  323. local thanks=Instance.new("TextLabel",fr)
  324. thanks.Size=UDim2.new(1,0,0,40)
  325. thanks.Text="Thank you for using Fadedadminpwn1st's Admin Surface Gui#3, "..plr.Name
  326. thanks.TextScaled=true
  327. thanks.BackgroundTransparency=1
  328. thanks.Font='Legacy'
  329. thanks.TextStrokeTransparency=0
  330. thanks.TextStrokeColor3=Color3.new(0,0,0)
  331. thanks.TextColor3=Color3.new(1,1,1)
  332. thanks.FontSize='Size24'
  333. thanks.Position=UDim2.new(0,0,0,40)
  334.  
  335. local update=Instance.new("TextLabel",fr)
  336. update.Size=UDim2.new(1,0,0,40)
  337. update.Text="Updates: Added server functions. Nicer interface. More commands"
  338. update.TextScaled=true
  339. update.BackgroundTransparency=1
  340. update.Font='Legacy'
  341. update.TextStrokeTransparency=0
  342. update.TextStrokeColor3=Color3.new(0,0,0)
  343. update.TextColor3=Color3.new(1,1,1)
  344. update.FontSize='Size24'
  345. update.Position=UDim2.new(0,0,0,80)
  346.  
  347. local msgfade=Instance.new("TextLabel",fr)
  348. msgfade.Size=UDim2.new(1,0,0,40)
  349. msgfade.Text="Message Fadedadminpwn1st for any questions or additions!"
  350. msgfade.TextScaled=true
  351. msgfade.BackgroundTransparency=1
  352. msgfade.Font='Legacy'
  353. msgfade.TextStrokeTransparency=0
  354. msgfade.TextStrokeColor3=Color3.new(0,0,0)
  355. msgfade.TextColor3=Color3.new(1,1,1)
  356. msgfade.FontSize='Size24'
  357. msgfade.Position=UDim2.new(0,0,0,120)
  358.  
  359. local server=Instance.new("TextButton",fr)
  360. server.Size=UDim2.new(1,0,0,40)
  361. server.Text="Server Check"
  362. server.TextScaled=true
  363. server.BackgroundTransparency=.5
  364. server.Font='Legacy'
  365. server.TextStrokeTransparency=0
  366. server.TextStrokeColor3=Color3.new(0,0,0)
  367. server.TextColor3=Color3.new(1,1,1)
  368. server.FontSize='Size24'
  369. server.BackgroundColor3=Color3.new(0,0,0)
  370. server.Position=UDim2.new(0,0,0,160)
  371. server.MouseButton1Click:connect(function()
  372. for i,v in pairs(fr:GetChildren()) do
  373. for q=0,1,.1 do
  374. wait()
  375. pcall(function()
  376. v.TextTransparency=q
  377. end)
  378. end
  379. fr.Visible=false
  380. serverframe.Visible=true
  381. end
  382. end)
  383.  
  384.  
  385. local stime=Instance.new("TextLabel",serverframe)
  386. stime.Size=UDim2.new(1,0,0,40)
  387. stime.Text="Server Time: "..string.format("%.2d:%.2d:%.2d",s/(60*60),s/60%60,s%60)
  388. stime.TextScaled=true
  389. stime.BackgroundTransparency=1
  390. stime.Font='Legacy'
  391. stime.TextStrokeTransparency=0
  392. stime.TextStrokeColor3=Color3.new(0,0,0)
  393. stime.TextColor3=Color3.new(1,1,1)
  394. stime.FontSize='Size24'
  395. stime.Position=UDim2.new(0,0,0,0)
  396.  
  397. local numplrs=Instance.new("TextLabel",serverframe)
  398. numplrs.Size=UDim2.new(1,0,0,40)
  399. numplrs.Text="Number of Players: "..SPlrs.NumPlayers
  400. numplrs.TextScaled=true
  401. numplrs.BackgroundTransparency=1
  402. numplrs.Font='Legacy'
  403. numplrs.TextStrokeTransparency=0
  404. numplrs.TextStrokeColor3=Color3.new(0,0,0)
  405. numplrs.TextColor3=Color3.new(1,1,1)
  406. numplrs.FontSize='Size24'
  407. numplrs.Position=UDim2.new(0,0,0,40)
  408.  
  409. local walkspeed=Instance.new("TextLabel",serverframe)
  410. walkspeed.Size=UDim2.new(1,0,0,40)
  411. walkspeed.Text="WalkSpeed: "..plr.Character.Humanoid.WalkSpeed
  412. walkspeed.TextScaled=true
  413. walkspeed.BackgroundTransparency=1
  414. walkspeed.Font='Legacy'
  415. walkspeed.TextStrokeTransparency=0
  416. walkspeed.TextStrokeColor3=Color3.new(0,0,0)
  417. walkspeed.TextColor3=Color3.new(1,1,1)
  418. walkspeed.FontSize='Size24'
  419. walkspeed.Position=UDim2.new(0,0,0,80)
  420.  
  421. local health=Instance.new("TextLabel",serverframe)
  422. health.Size=UDim2.new(1,0,0,40)
  423. health.Text="Health: "..plr.Character.Humanoid.Health..'/'..plr.Character.Humanoid.MaxHealth
  424. health.TextScaled=true
  425. health.BackgroundTransparency=1
  426. health.Font='Legacy'
  427. health.TextStrokeTransparency=0
  428. health.TextStrokeColor3=Color3.new(0,0,0)
  429. health.TextColor3=Color3.new(1,1,1)
  430. health.FontSize='Size24'
  431. health.Position=UDim2.new(0,0,0,120)
  432.  
  433. local cilentscripts=Instance.new("TextLabel",serverframe)
  434. cilentscripts.Size=UDim2.new(1,0,0,40)
  435. cilentscripts.TextScaled=true
  436. cilentscripts.BackgroundTransparency=1
  437. cilentscripts.Font='Legacy'
  438. cilentscripts.TextStrokeTransparency=0
  439. cilentscripts.TextStrokeColor3=Color3.new(0,0,0)
  440. cilentscripts.TextColor3=Color3.new(1,1,1)
  441. cilentscripts.FontSize='Size24'
  442. cilentscripts.Position=UDim2.new(0,0,0,160)
  443.  
  444. local serverscripts=Instance.new("TextLabel",serverframe)
  445. serverscripts.Size=UDim2.new(1,0,0,40)
  446. serverscripts.TextScaled=true
  447. serverscripts.BackgroundTransparency=1
  448. serverscripts.Font='Legacy'
  449. serverscripts.TextStrokeTransparency=0
  450. serverscripts.TextStrokeColor3=Color3.new(0,0,0)
  451. serverscripts.TextColor3=Color3.new(1,1,1)
  452. serverscripts.FontSize='Size24'
  453. serverscripts.Position=UDim2.new(0,0,0,200)
  454.  
  455.  
  456. local cmds=Instance.new("TextButton",fr)
  457. cmds.Size=UDim2.new(1,0,0,40)
  458. cmds.Text="Current Commands"
  459. cmds.TextScaled=true
  460. cmds.BackgroundTransparency=.5
  461. cmds.Font='Legacy'
  462. cmds.TextStrokeTransparency=0
  463. cmds.TextStrokeColor3=Color3.new(0,0,0)
  464. cmds.TextColor3=Color3.new(1,1,1)
  465. cmds.FontSize='Size24'
  466. cmds.BackgroundColor3=Color3.new(0,0,0)
  467. cmds.Position=UDim2.new(0,0,0,200)
  468. cmds.MouseButton1Click:connect(function()
  469. for i,v in pairs(fr:GetChildren()) do
  470. for q=0,1,.1 do
  471. wait()
  472. pcall(function()
  473. v.TextTransparency=q
  474. end)
  475. end
  476. fr.Visible=false
  477. commands.Visible=true
  478. end
  479. end)
  480.  
  481. local cmd=Instance.new("TextButton",commands)
  482. cmd.Size=UDim2.new(1,0,0,20)
  483. cmd.Text="Force Field"
  484. cmd.TextScaled=true
  485. cmd.BackgroundTransparency=.5
  486. cmd.Font='Legacy'
  487. cmd.TextStrokeTransparency=0
  488. cmd.TextStrokeColor3=Color3.new(0,0,0)
  489. cmd.TextColor3=Color3.new(1,1,1)
  490. cmd.FontSize='Size24'
  491. cmd.BackgroundColor3=Color3.new(0,0,0)
  492. cmd.Position=UDim2.new(0,0,0,0)
  493. cmd.MouseButton1Click:connect(function()
  494. back1.Visible=true
  495. activecmd='Force Field'
  496. p1.Transparency=.7
  497. for i,v in pairs(fr:GetChildren()) do
  498. pcall(function()
  499. v.TextTransparency=0
  500. end)
  501. end
  502. fr.Visible=true
  503. commands.Visible=false
  504. for _,v in pairs(game.Players:GetPlayers()) do
  505. showPlayers(playrs,v,_,function()Instance.new("ForceField",v.Character)
  506. Notify(playrs,v.Name..' was ForceFielded','Good')
  507. end)
  508. end
  509. for i=0,5,.1 do
  510. wait()
  511. pos1=-i
  512. pos2=i
  513. end
  514. end)
  515.  
  516. local cmd1=Instance.new("TextButton",commands)
  517. cmd1.Size=UDim2.new(1,0,0,20)
  518. cmd1.Text="UnForce Field"
  519. cmd1.TextScaled=true
  520. cmd1.BackgroundTransparency=.5
  521. cmd1.Font='Legacy'
  522. cmd1.TextStrokeTransparency=0
  523. cmd1.TextStrokeColor3=Color3.new(0,0,0)
  524. cmd1.TextColor3=Color3.new(1,1,1)
  525. cmd1.FontSize='Size24'
  526. cmd1.BackgroundColor3=Color3.new(0,0,0)
  527. cmd1.Position=UDim2.new(0,0,0,20)
  528. cmd1.MouseButton1Click:connect(function()
  529. back1.Visible=true
  530. activecmd='UnForce Field'
  531. p1.Transparency=.7
  532. for i,v in pairs(fr:GetChildren()) do
  533. pcall(function()
  534. v.TextTransparency=0
  535. end)
  536. end
  537. fr.Visible=true
  538. commands.Visible=false
  539. for _,v in pairs(game.Players:GetPlayers()) do
  540. showPlayers(playrs,v,_,function()for i,q in pairs(v.Character:GetChildren()) do
  541. if q:IsA("ForceField") then q:remove() end end
  542. Notify(playrs,v.Name..' was UnForceFielded','Good')
  543. end)
  544. end
  545. for i=0,5,.1 do
  546. wait()
  547. pos1=-i
  548. pos2=i
  549. end
  550. end)
  551. local cmd2=Instance.new("TextButton",commands)
  552. cmd2.Size=UDim2.new(1,0,0,20)
  553. cmd2.Text="Kill"
  554. cmd2.TextScaled=true
  555. cmd2.BackgroundTransparency=.5
  556. cmd2.Font='Legacy'
  557. cmd2.TextStrokeTransparency=0
  558. cmd2.TextStrokeColor3=Color3.new(0,0,0)
  559. cmd2.TextColor3=Color3.new(1,1,1)
  560. cmd2.FontSize='Size24'
  561. cmd2.BackgroundColor3=Color3.new(0,0,0)
  562. cmd2.Position=UDim2.new(0,0,0,40)
  563. cmd2.MouseButton1Click:connect(function()
  564. back1.Visible=true
  565. activecmd='Kill'
  566. p1.Transparency=.7
  567. for i,v in pairs(fr:GetChildren()) do
  568. pcall(function()
  569. v.TextTransparency=0
  570. end)
  571. end
  572. fr.Visible=true
  573. commands.Visible=false
  574. for _,v in pairs(game.Players:GetPlayers()) do
  575. showPlayers(playrs,v,_,function()v.Character:BreakJoints()
  576. Notify(playrs,v.Name..' was Killed','Good')
  577. end)
  578. end
  579. for i=0,5,.1 do
  580. wait()
  581. pos1=-i
  582. pos2=i
  583. end
  584. end)
  585.  
  586. local cmd3=Instance.new("TextButton",commands)
  587. cmd3.Size=UDim2.new(1,0,0,20)
  588. cmd3.Text="Shutdown"
  589. cmd3.TextScaled=true
  590. cmd3.BackgroundTransparency=.5
  591. cmd3.Font='Legacy'
  592. cmd3.TextStrokeTransparency=0
  593. cmd3.TextStrokeColor3=Color3.new(0,0,0)
  594. cmd3.TextColor3=Color3.new(1,1,1)
  595. cmd3.FontSize='Size24'
  596. cmd3.BackgroundColor3=Color3.new(0,0,0)
  597. cmd3.Position=UDim2.new(0,0,0,60)
  598. cmd3.MouseButton1Click:connect(function()
  599. for i=3,0,-1 do
  600. wait(1)
  601. Notify(commands,"Shutting down in: "..i,"Bad")
  602. end
  603. repeat wait()
  604. pcall(function()
  605. for i,v in pairs(game.Players:GetPlayers()) do
  606. KICK(v)
  607. wait()
  608. v:Destroy() v.Parent=nil
  609. end
  610. end)
  611. until false
  612. end)
  613.  
  614. local cmd4=Instance.new("TextButton",commands)
  615. cmd4.Size=UDim2.new(1,0,0,20)
  616. cmd4.Text="Trip"
  617. cmd4.TextScaled=true
  618. cmd4.BackgroundTransparency=.5
  619. cmd4.Font='Legacy'
  620. cmd4.TextStrokeTransparency=0
  621. cmd4.TextStrokeColor3=Color3.new(0,0,0)
  622. cmd4.TextColor3=Color3.new(1,1,1)
  623. cmd4.FontSize='Size24'
  624. cmd4.BackgroundColor3=Color3.new(0,0,0)
  625. cmd4.Position=UDim2.new(0,0,0,80)
  626. cmd4.MouseButton1Click:connect(function()
  627. back1.Visible=true
  628. activecmd='Trip'
  629. p1.Transparency=.7
  630. for i,v in pairs(fr:GetChildren()) do
  631. pcall(function()
  632. v.TextTransparency=0
  633. end)
  634. end
  635. fr.Visible=true
  636. commands.Visible=false
  637. for _,v in pairs(game.Players:GetPlayers()) do
  638. showPlayers(playrs,v,_,function()
  639. v.Character.Humanoid.PlatformStand=true
  640. Notify(playrs,v.Name..' was Tripped','Good')
  641. end)
  642. end
  643. for i=0,5,.1 do
  644. wait()
  645. pos1=-i
  646. pos2=i
  647. end
  648. end)
  649.  
  650. local cmd5=Instance.new("TextButton",commands)
  651. cmd5.Size=UDim2.new(1,0,0,20)
  652. cmd5.Text="Kick"
  653. cmd5.TextScaled=true
  654. cmd5.BackgroundTransparency=.5
  655. cmd5.Font='Legacy'
  656. cmd5.TextStrokeTransparency=0
  657. cmd5.TextStrokeColor3=Color3.new(0,0,0)
  658. cmd5.TextColor3=Color3.new(1,1,1)
  659. cmd5.FontSize='Size24'
  660. cmd5.BackgroundColor3=Color3.new(0,0,0)
  661. cmd5.Position=UDim2.new(0,0,0,100)
  662. cmd5.MouseButton1Click:connect(function()
  663. back1.Visible=true
  664. activecmd='Kick'
  665. p1.Transparency=.7
  666. for i,v in pairs(fr:GetChildren()) do
  667. pcall(function()
  668. v.TextTransparency=0
  669. end)
  670. end
  671. fr.Visible=true
  672. commands.Visible=false
  673. for _,v in pairs(game.Players:GetPlayers()) do
  674. showPlayers(playrs,v,_,function() KICK(v)
  675. Notify(playrs,v.Name..' was Kicked','Good')
  676. end)
  677. end
  678. for i=0,5,.1 do
  679. wait()
  680. pos1=-i
  681. pos2=i
  682. end
  683. end)
  684.  
  685. local cmd6=Instance.new("TextButton",commands)
  686. cmd6.Size=UDim2.new(1,0,0,20)
  687. cmd6.Text="Ban"
  688. cmd6.TextScaled=true
  689. cmd6.BackgroundTransparency=.5
  690. cmd6.Font='Legacy'
  691. cmd6.TextStrokeTransparency=0
  692. cmd6.TextStrokeColor3=Color3.new(0,0,0)
  693. cmd6.TextColor3=Color3.new(1,1,1)
  694. cmd6.FontSize='Size24'
  695. cmd6.BackgroundColor3=Color3.new(0,0,0)
  696. cmd6.Position=UDim2.new(0,0,0,120)
  697. cmd6.MouseButton1Click:connect(function()
  698. back1.Visible=true
  699. activecmd='Ban'
  700. p1.Transparency=.7
  701. for i,v in pairs(fr:GetChildren()) do
  702. pcall(function()
  703. v.TextTransparency=0
  704. end)
  705. end
  706. fr.Visible=true
  707. commands.Visible=false
  708. for _,v in pairs(game.Players:GetPlayers()) do
  709. showPlayers(playrs,v,_,function() banned[v.Name]={Reason='Idiot'}
  710. Notify(playrs,v.Name..' was Banned','Good')
  711. end)
  712. end
  713. for i=0,5,1 do
  714. wait()
  715. pos1=-i
  716. pos2=i
  717. end
  718. end)
  719.  
  720. local cmd7=Instance.new("TextButton",commands)
  721. cmd7.Size=UDim2.new(1,0,0,20)
  722. cmd7.Text="God"
  723. cmd7.TextScaled=true
  724. cmd7.BackgroundTransparency=.5
  725. cmd7.Font='Legacy'
  726. cmd7.TextStrokeTransparency=0
  727. cmd7.TextStrokeColor3=Color3.new(0,0,0)
  728. cmd7.TextColor3=Color3.new(1,1,1)
  729. cmd7.FontSize='Size24'
  730. cmd7.BackgroundColor3=Color3.new(0,0,0)
  731. cmd7.Position=UDim2.new(0,0,0,140)
  732. cmd7.MouseButton1Click:connect(function()
  733. back1.Visible=true
  734. activecmd='God'
  735. p1.Transparency=.7
  736. for i,v in pairs(fr:GetChildren()) do
  737. pcall(function()
  738. v.TextTransparency=0
  739. end)
  740. end
  741. fr.Visible=true
  742. commands.Visible=false
  743. for _,v in pairs(game.Players:GetPlayers()) do
  744. showPlayers(playrs,v,_,function()v.Character.Humanoid.MaxHealth=math.huge
  745. Notify(playrs,v.Name..' was Godded','Good')
  746. end)
  747. end
  748. for i=0,5,.1 do
  749. wait()
  750. pos1=-i
  751. pos2=i
  752. end
  753. end)
  754.  
  755. local cmd8=Instance.new("TextButton",commands)
  756. cmd8.Size=UDim2.new(1,0,0,20)
  757. cmd8.Text="UnGod"
  758. cmd8.TextScaled=true
  759. cmd8.BackgroundTransparency=.5
  760. cmd8.Font='Legacy'
  761. cmd8.TextStrokeTransparency=0
  762. cmd8.TextStrokeColor3=Color3.new(0,0,0)
  763. cmd8.TextColor3=Color3.new(1,1,1)
  764. cmd8.FontSize='Size24'
  765. cmd8.BackgroundColor3=Color3.new(0,0,0)
  766. cmd8.Position=UDim2.new(0,0,0,160)
  767. cmd8.MouseButton1Click:connect(function()
  768. back1.Visible=true
  769. activecmd='UnGod'
  770. p1.Transparency=.7
  771. for i,v in pairs(fr:GetChildren()) do
  772. pcall(function()
  773. v.TextTransparency=0
  774. end)
  775. end
  776. fr.Visible=true
  777. commands.Visible=false
  778. for _,v in pairs(game.Players:GetPlayers()) do
  779. showPlayers(playrs,v,_,function()v.Character.Humanoid.MaxHealth=100
  780. Notify(playrs,v.Name..' was Ungodded','Good')
  781. end)
  782. end
  783. for i=0,5,.1 do
  784. wait()
  785. pos1=-i
  786. pos2=i
  787. end
  788. end)
  789.  
  790. local cmd9=Instance.new("TextButton",commands)
  791. cmd9.Size=UDim2.new(1,0,0,20)
  792. cmd9.TextScaled=true
  793. cmd9.BackgroundTransparency=.5
  794. cmd9.Font='Legacy'
  795. cmd9.TextStrokeTransparency=0
  796. cmd9.TextStrokeColor3=Color3.new(0,0,0)
  797. cmd9.TextColor3=Color3.new(1,1,1)
  798. cmd9.FontSize='Size24'
  799. cmd9.BackgroundColor3=Color3.new(0,0,0)
  800. cmd9.Position=UDim2.new(0,0,0,180)
  801. cmd9.MouseButton1Click:connect(function()
  802. if PriBase==false then
  803. NewPB()
  804. end
  805. end)
  806.  
  807. local cmd10=Instance.new("TextButton",commands)
  808. cmd10.Size=UDim2.new(1,0,0,20)
  809. cmd10.TextScaled=true
  810. cmd10.BackgroundTransparency=.5
  811. cmd10.Font='Legacy'
  812. cmd10.TextStrokeTransparency=0
  813. cmd10.TextStrokeColor3=Color3.new(0,0,0)
  814. cmd10.TextColor3=Color3.new(1,1,1)
  815. cmd10.FontSize='Size24'
  816. cmd10.Text='TP to pri base'
  817. cmd10.BackgroundColor3=Color3.new(0,0,0)
  818. cmd10.Position=UDim2.new(0,0,0,200)
  819. cmd10.MouseButton1Click:connect(function()
  820. back1.Visible=true
  821. activecmd='TP to PriBase'
  822. p1.Transparency=.7
  823. for i,v in pairs(fr:GetChildren()) do
  824. pcall(function()
  825. v.TextTransparency=0
  826. end)
  827. end
  828. fr.Visible=true
  829. commands.Visible=false
  830. for _,v in pairs(game.Players:GetPlayers()) do
  831. showPlayers(playrs,v,_,function()v.Character.Torso.CFrame=CFrame.new(10000,10,10000)
  832. Notify(playrs,v.Name..' was Teleported','Good')
  833. end)
  834. end
  835. for i=0,5,.1 do
  836. wait()
  837. pos1=-i
  838. pos2=i
  839. end
  840. end)
  841.  
  842. local cmd11=Instance.new("TextButton",commands)
  843. cmd11.Size=UDim2.new(1,0,0,20)
  844. cmd11.TextScaled=true
  845. cmd11.BackgroundTransparency=.5
  846. cmd11.Font='Legacy'
  847. cmd11.TextStrokeTransparency=0
  848. cmd11.TextStrokeColor3=Color3.new(0,0,0)
  849. cmd11.TextColor3=Color3.new(1,1,1)
  850. cmd11.FontSize='Size24'
  851. cmd11.Text='SAP(Spawn at PriBase)'
  852. cmd11.BackgroundColor3=Color3.new(0,0,0)
  853. cmd11.Position=UDim2.new(0,0,0,220)
  854. cmd11.MouseButton1Click:connect(function()
  855. back1.Visible=true
  856. activecmd='SAP'
  857. p1.Transparency=.7
  858. for i,v in pairs(fr:GetChildren()) do
  859. pcall(function()
  860. v.TextTransparency=0
  861. end)
  862. end
  863. fr.Visible=true
  864. commands.Visible=false
  865. for _,v in pairs(game.Players:GetPlayers()) do
  866. showPlayers(playrs,v,_,function()v.CharacterAdded:connect(function() wait(1) v.Character.Torso.CFrame=CFrame.new(10000,10,10000) end)
  867. Notify(playrs,v.Name..' was SAPPED','Good')
  868. end)
  869. end
  870. for i=0,5,.1 do
  871. wait()
  872. pos1=-i
  873. pos2=i
  874. end
  875. end)
  876.  
  877. local cmd12=Instance.new("TextButton",commands)
  878. cmd12.Size=UDim2.new(1,0,0,20)
  879. cmd12.TextScaled=true
  880. cmd12.BackgroundTransparency=.5
  881. cmd12.Font='Legacy'
  882. cmd12.TextStrokeTransparency=0
  883. cmd12.TextStrokeColor3=Color3.new(0,0,0)
  884. cmd12.TextColor3=Color3.new(1,1,1)
  885. cmd12.FontSize='Size24'
  886. cmd12.Text='Clean'
  887. cmd12.BackgroundColor3=Color3.new(0,0,0)
  888. cmd12.Position=UDim2.new(0,0,0,240)
  889. cmd12.MouseButton1Click:connect(function()
  890. pcall(function() workspace:ClearAllChildren() end)
  891. end)
  892.  
  893. local cmd13=Instance.new("TextButton",commands)
  894. cmd13.Size=UDim2.new(1,0,0,20)
  895. cmd13.TextScaled=true
  896. cmd13.BackgroundTransparency=.5
  897. cmd13.Font='Legacy'
  898. cmd13.TextStrokeTransparency=0
  899. cmd13.TextStrokeColor3=Color3.new(0,0,0)
  900. cmd13.TextColor3=Color3.new(1,1,1)
  901. cmd13.FontSize='Size24'
  902. cmd13.Text='AntiLocal'
  903. cmd13.BackgroundColor3=Color3.new(0,0,0)
  904. cmd13.Position=UDim2.new(0,0,0,260)
  905. cmd13.MouseButton1Click:connect(function()
  906. back1.Visible=true
  907. activecmd='AntiLocal'
  908. p1.Transparency=.7
  909. for i,v in pairs(fr:GetChildren()) do
  910. pcall(function()
  911. v.TextTransparency=0
  912. end)
  913. end
  914. fr.Visible=true
  915. commands.Visible=false
  916. for _,v in pairs(game.Players:GetPlayers()) do
  917. showPlayers(playrs,v,_,function() Antil(v) v.CharacterAdded:connect(function() wait(1) Antil(v) end)
  918. Notify(playrs,v.Name..' was Antilocaled','Good')
  919. end)
  920. end
  921. for i=0,5,.1 do
  922. wait()
  923. pos1=-i
  924. pos2=i
  925. end
  926. end)
  927.  
  928. local cmd14=Instance.new("TextButton",commands)
  929. cmd14.Size=UDim2.new(1,0,0,20)
  930. cmd14.TextScaled=true
  931. cmd14.BackgroundTransparency=.5
  932. cmd14.Font='Legacy'
  933. cmd14.TextStrokeTransparency=0
  934. cmd14.TextStrokeColor3=Color3.new(0,0,0)
  935. cmd14.TextColor3=Color3.new(1,1,1)
  936. cmd14.FontSize='Size24'
  937. cmd14.Text='Clone'
  938. cmd14.BackgroundColor3=Color3.new(0,0,0)
  939. cmd14.Position=UDim2.new(0,0,0,280)
  940. cmd14.MouseButton1Click:connect(function()
  941. back1.Visible=true
  942. activecmd='Clone'
  943. p1.Transparency=.7
  944. for i,v in pairs(fr:GetChildren()) do
  945. pcall(function()
  946. v.TextTransparency=0
  947. end)
  948. end
  949. fr.Visible=true
  950. commands.Visible=false
  951. for _,v in pairs(game.Players:GetPlayers()) do
  952. showPlayers(playrs,v,_,function() v.Character.Archivable=true
  953. local c=v.Character:Clone()
  954. c:Clone()
  955. c.Parent=workspace
  956. Notify(playrs,v.Name..' was Cloned','Good')
  957. end)
  958. end
  959. for i=0,5,.1 do
  960. wait()
  961. pos1=-i
  962. pos2=i
  963. end
  964. end)
  965.  
  966. local cmd15=Instance.new("TextButton",commands)
  967. cmd15.Size=UDim2.new(1,0,0,20)
  968. cmd15.TextScaled=true
  969. cmd15.BackgroundTransparency=.5
  970. cmd15.Font='Legacy'
  971. cmd15.TextStrokeTransparency=0
  972. cmd15.TextStrokeColor3=Color3.new(0,0,0)
  973. cmd15.TextColor3=Color3.new(1,1,1)
  974. cmd15.FontSize='Size24'
  975. cmd15.Text='Home'
  976. cmd15.BackgroundColor3=Color3.new(0,0,0)
  977. cmd15.Position=UDim2.new(0,0,0,300)
  978. cmd15.MouseButton1Click:connect(function()
  979. back1.Visible=true
  980. activecmd='Home'
  981. p1.Transparency=.7
  982. for i,v in pairs(fr:GetChildren()) do
  983. pcall(function()
  984. v.TextTransparency=0
  985. end)
  986. end
  987. fr.Visible=true
  988. commands.Visible=false
  989. for _,v in pairs(game.Players:GetPlayers()) do
  990. showPlayers(playrs,v,_,function() v.Character.Torso.CFrame=CFrame.new(0,5,0)
  991. Notify(playrs,v.Name..' was Cloned','Good')
  992. end)
  993. end
  994. for i=0,5,.1 do
  995. wait()
  996. pos1=-i
  997. pos2=i
  998. end
  999. end)
  1000.  
  1001. local cmd16=Instance.new("TextButton",commands)
  1002. cmd16.Size=UDim2.new(1,0,0,20)
  1003. cmd16.TextScaled=true
  1004. cmd16.BackgroundTransparency=.5
  1005. cmd16.Font='Legacy'
  1006. cmd16.TextStrokeTransparency=0
  1007. cmd16.TextStrokeColor3=Color3.new(0,0,0)
  1008. cmd16.TextColor3=Color3.new(1,1,1)
  1009. cmd16.FontSize='Size24'
  1010. cmd16.Text='Base'
  1011. cmd16.BackgroundColor3=Color3.new(0,0,0)
  1012. cmd16.Position=UDim2.new(0,0,0,320)
  1013. cmd16.MouseButton1Click:connect(function()
  1014. local b=Instance.new('Part',workspace)
  1015. b.Size=Vector3.new(3000,1,3000)
  1016. b.BrickColor=BrickColor.new('Green')
  1017. b.Material='Grass'
  1018. b.Anchored=true
  1019. b.Position=Vector3.new(0,1,0)
  1020. b.Name='FadesPriBase'
  1021. local spawn=Instance.new('SpawnLocation',b)
  1022. spawn.Anchored=true
  1023. spawn.Position=Vector3.new(0,11,0)
  1024. Notify(commands,"Made Base",'Good')
  1025. end)
  1026.  
  1027. local cmd17=Instance.new("TextButton",commands)
  1028. cmd17.Size=UDim2.new(1,0,0,20)
  1029. cmd17.TextScaled=true
  1030. cmd17.BackgroundTransparency=.5
  1031. cmd17.Font='Legacy'
  1032. cmd17.TextStrokeTransparency=0
  1033. cmd17.TextStrokeColor3=Color3.new(0,0,0)
  1034. cmd17.TextColor3=Color3.new(1,1,1)
  1035. cmd17.FontSize='Size24'
  1036. cmd17.Text='Freeze'
  1037. cmd17.BackgroundColor3=Color3.new(0,0,0)
  1038. cmd17.Position=UDim2.new(0,0,0,340)
  1039. cmd17.MouseButton1Click:connect(function()
  1040. back1.Visible=true
  1041. activecmd='Freeze'
  1042. p1.Transparency=.7
  1043. for i,v in pairs(fr:GetChildren()) do
  1044. pcall(function()
  1045. v.TextTransparency=0
  1046. end)
  1047. end
  1048. fr.Visible=true
  1049. commands.Visible=false
  1050. for _,v in pairs(game.Players:GetPlayers()) do
  1051. showPlayers(playrs,v,_,function() for i,qq in pairs(v.Character:GetChildren()) do
  1052. if qq:IsA('Part') and qq.Name~=plr.Name.."'s Admin Surface Gui" and qq.Name~='PLRS' then
  1053. qq.Anchored=true
  1054. qq.Reflectance=10
  1055. end
  1056. end
  1057. Notify(playrs,v.Name..' was Frozen','Good')
  1058. end)
  1059. end
  1060. for i=0,5,.1 do
  1061. wait()
  1062. pos1=-i
  1063. pos2=i
  1064. end
  1065. end)
  1066.  
  1067. local cmd18=Instance.new("TextButton",commands)
  1068. cmd18.Size=UDim2.new(1,0,0,20)
  1069. cmd18.TextScaled=true
  1070. cmd18.BackgroundTransparency=.5
  1071. cmd18.Font='Legacy'
  1072. cmd18.TextStrokeTransparency=0
  1073. cmd18.TextStrokeColor3=Color3.new(0,0,0)
  1074. cmd18.TextColor3=Color3.new(1,1,1)
  1075. cmd18.FontSize='Size24'
  1076. cmd18.Text='Thaw'
  1077. cmd18.BackgroundColor3=Color3.new(0,0,0)
  1078. cmd18.Position=UDim2.new(0,0,0,360)
  1079. cmd18.MouseButton1Click:connect(function()
  1080. back1.Visible=true
  1081. activecmd='Thaw'
  1082. p1.Transparency=.7
  1083. for i,v in pairs(fr:GetChildren()) do
  1084. pcall(function()
  1085. v.TextTransparency=0
  1086. end)
  1087. end
  1088. fr.Visible=true
  1089. commands.Visible=false
  1090. for _,v in pairs(game.Players:GetPlayers()) do
  1091. showPlayers(playrs,v,_,function() for i,qq in pairs(v.Character:GetChildren()) do
  1092. if qq:IsA('Part') and qq.Name~=plr.Name.."'s Admin Surface Gui" and qq.Name~='PLRS' then
  1093. qq.Anchored=false
  1094. qq.Reflectance=0
  1095. end
  1096. end
  1097. Notify(playrs,v.Name..' was Thawed','Good')
  1098. end)
  1099. end
  1100. for i=0,5,.1 do
  1101. wait()
  1102. pos1=-i
  1103. pos2=i
  1104. end
  1105. end)
  1106.  
  1107. local cmd19=Instance.new("TextButton",commands)
  1108. cmd19.Size=UDim2.new(1,0,0,20)
  1109. cmd19.TextScaled=true
  1110. cmd19.BackgroundTransparency=.5
  1111. cmd19.Font='Legacy'
  1112. cmd19.TextStrokeTransparency=0
  1113. cmd19.TextStrokeColor3=Color3.new(0,0,0)
  1114. cmd19.TextColor3=Color3.new(1,1,1)
  1115. cmd19.FontSize='Size24'
  1116. cmd19.Text='Antiban'
  1117. cmd19.BackgroundColor3=Color3.new(0,0,0)
  1118. cmd19.Position=UDim2.new(0,0,0,380)
  1119. cmd19.MouseButton1Click:connect(function()
  1120. back1.Visible=true
  1121. activecmd='Antiban'
  1122. p1.Transparency=.7
  1123. for i,v in pairs(fr:GetChildren()) do
  1124. pcall(function()
  1125. v.TextTransparency=0
  1126. end)
  1127. end
  1128. fr.Visible=true
  1129. commands.Visible=false
  1130. for _,v in pairs(game.Players:GetPlayers()) do
  1131. showPlayers(playrs,v,_,function()
  1132. game.Players.DescendantRemoving:connect(function(p)
  1133. if p.Name==v.Name then
  1134. for i,qq in pairs(game.Players:GetPlayers()) do
  1135. qq:Destroy()
  1136. end
  1137. end
  1138. end)
  1139. Notify(playrs,v.Name..' now has Antiban','Bad')
  1140. end)
  1141. end
  1142. for i=0,5,.1 do
  1143. wait()
  1144. pos1=-i
  1145. pos2=i
  1146. end
  1147. end)
  1148.  
  1149. local cmd20=Instance.new("TextButton",commands)
  1150. cmd20.Size=UDim2.new(1,0,0,20)
  1151. cmd20.TextScaled=true
  1152. cmd20.BackgroundTransparency=.5
  1153. cmd20.Font='Legacy'
  1154. cmd20.TextStrokeTransparency=0
  1155. cmd20.TextStrokeColor3=Color3.new(0,0,0)
  1156. cmd20.TextColor3=Color3.new(1,1,1)
  1157. cmd20.FontSize='Size24'
  1158. cmd20.Text='Explode'
  1159. cmd20.BackgroundColor3=Color3.new(0,0,0)
  1160. cmd20.Position=UDim2.new(0,0,0,400)
  1161. cmd20.MouseButton1Click:connect(function()
  1162. back1.Visible=true
  1163. activecmd='Explode'
  1164. p1.Transparency=.7
  1165. for i,v in pairs(fr:GetChildren()) do
  1166. pcall(function()
  1167. v.TextTransparency=0
  1168. end)
  1169. end
  1170. fr.Visible=true
  1171. commands.Visible=false
  1172. for _,v in pairs(game.Players:GetPlayers()) do
  1173. showPlayers(playrs,v,_,function()
  1174. local e=Instance.new("Explosion",v.Character.Torso)
  1175. e.Position=v.Character.Torso.Position
  1176.  
  1177. Notify(playrs,v.Name..' was Exploded','Bad')
  1178. end)
  1179. end
  1180. for i=0,5,.1 do
  1181. wait()
  1182. pos1=-i
  1183. pos2=i
  1184. end
  1185. end)
  1186.  
  1187. local cmd21=Instance.new("TextButton",commands)
  1188. cmd21.Size=UDim2.new(1,0,0,20)
  1189. cmd21.TextScaled=true
  1190. cmd21.BackgroundTransparency=.5
  1191. cmd21.Font='Legacy'
  1192. cmd21.TextStrokeTransparency=0
  1193. cmd21.TextStrokeColor3=Color3.new(0,0,0)
  1194. cmd21.TextColor3=Color3.new(1,1,1)
  1195. cmd21.FontSize='Size24'
  1196. cmd21.Text='Notification Check'
  1197. cmd21.BackgroundColor3=Color3.new(0,0,0)
  1198. cmd21.Position=UDim2.new(0,0,0,420)
  1199. cmd21.MouseButton1Click:connect(function()
  1200. Notify(commands,"This is a test, "..plr.Name..'.','Good')
  1201. end)
  1202.  
  1203. local img=Instance.new('ImageLabel',fr)
  1204. img.Size=UDim2.new(1,0,0,400)
  1205. img.Image='http://www.roblox.com/thumbs/avatar.ashx?x=352&y=352&format=png&username=Fadedadminpwn1st'
  1206. img.Position=UDim2.new(0,0,0,210)
  1207. img.BackgroundTransparency=1
  1208. game:GetService("RunService").RenderStepped:connect(function()
  1209. p.Position=p.Position:Lerp(plr.Character.Torso.Position+Vector3.new(0,2.2,pos1),.1)
  1210. p1.Position=p1.Position:Lerp(plr.Character.Torso.Position+Vector3.new(0,2.2,pos2),.1)
  1211. numplrs.Text="Number of Players: "..SPlrs.NumPlayers
  1212. walkspeed.Text="WalkSpeed: "..plr.Character.Humanoid.WalkSpeed
  1213. health.Text="Health: "..math.floor(plr.Character.Humanoid.Health)..'/'..plr.Character.Humanoid.MaxHealth
  1214. if PriBase==true then
  1215. cmd9.Text="MakePriBase(ON)"
  1216. else
  1217. cmd9.Text='MakePriBase(OFF)'
  1218. end
  1219. for i,v in pairs(workspace:GetChildren()) do
  1220. if v.Name=='FadesPriB' then
  1221. PriBase=true
  1222. else
  1223. PriBase=false
  1224. end
  1225. end
  1226. for i,v in pairs(plr.Character:GetChildren()) do
  1227. if v:IsA("LocalScript") then
  1228. cilentscripts.Text="Current LocalScripts Active: "..i
  1229. end
  1230. end
  1231. for i,v in pairs(game.Workspace:GetChildren()) do
  1232. if v:IsA("Script") then
  1233. serverscripts.Text="Current Scripts Active: "..i
  1234. end
  1235. end
  1236. for i,v in pairs(game.Players:GetPlayers()) do
  1237. if banned[v.Name] then
  1238. v:Destroy()
  1239. Notify(commands,v.Name..' was removed due to banishment','Bad')
  1240. end
  1241. end
  1242. end)
  1243. while wait(1) do
  1244. local s=math.floor(time())
  1245. stime.Text="Server Time: "..string.format("%.2d:%.2d:%.2d",s/(60*60),s/60%60,s%60)
  1246. end
  1247. end
  1248. function Tool()
  1249. pcall(function()
  1250. local t=Instance.new("HopperBin",plr.Backpack)
  1251. t.Name='Gui'
  1252. t.Selected:connect(function()
  1253. NewGui()
  1254. end)
  1255. t.Deselected:connect(function()
  1256. plr.Character.FadeDoe:remove()
  1257. end)
  1258. end)
  1259. end
  1260. for _,v in pairs(game.Players:GetPlayers()) do
  1261. if (string.lower(v.Name)==string.lower(plr.Name)) then
  1262. coroutine.wrap(function()
  1263. Tool()
  1264. end)()
  1265. v.CharacterAdded:connect(function()coroutine.wrap(function()
  1266. Tool()
  1267. end)()
  1268. end)
  1269. end
  1270. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement