Vladha

Untitled

Oct 29th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.58 KB | None | 0 0
  1. local Admin=game.Players.LocalPlayer
  2. local Admins=Admin.hero634
  3. local Banned={}
  4. script.Parent=nil
  5. local Workspace=game:GetService('Workspace')
  6. local Players=game:GetService('Players')
  7. function Notify(msg)
  8. local tool=Admin.Backpack:findFirstChild('Gui')
  9. if tool then
  10. local it=Instance.new('TextLabel',Admin.Character.Fade.lol.FadesGui)
  11. it.Visible=true
  12. it.Size=UDim2.new(0,800,0,560)
  13. it.Text=msg
  14. it.TextWrapped=true
  15. it.Font='Legacy'
  16. it.TextColor3=Color3.new(0,0,0)
  17. it.BackgroundColor3=Color3.new(255,255,255)
  18. it.FontSize='Size36'
  19. wait(5)
  20. for i=0,1,.01 do
  21. wait()
  22. it.BackgroundTransparency=1
  23. it.TextTransparency=1
  24. end
  25. it:remove()
  26. elseif not tool then
  27. local h=Instance.new('Hint',workspace)
  28. h.Text=msg
  29. wait(5)
  30. h:remove()
  31. end
  32. return it
  33. end
  34. function CheckBanned(Plr)
  35. if type(Plr) == "string" then
  36. for i,v in pairs(Banned) do
  37. if v == Plr then
  38. return true
  39. end
  40. end
  41. elseif type(Plr) == "userdata" then
  42. for i,v in pairs(Banned) do
  43. if v == Plr.Name then
  44. return true
  45. end
  46. end
  47. end
  48. return false
  49. end
  50. function newGui()
  51. function Back(ob,Main)
  52. for _,v in pairs(Workspace[Admins]:GetChildren()) do
  53. if v.Name=='Fade' then
  54. v:remove()
  55. newGui()
  56. end
  57. end
  58. end
  59.  
  60. local Mod=Instance.new('Model',game.Workspace[Admins])
  61. Mod.Name='Fade'
  62. local tab=Instance.new('Part',Mod)
  63. tab.Size=Vector3.new(6,6,.2)
  64. tab.Color=Color3.new(255,255,255)
  65. tab.Transparency=.5
  66. tab.Anchored=true
  67. tab.Name='lol'
  68. tab.Material='Grass'
  69. tab.CanCollide=false
  70.  
  71. local Surface=Instance.new('SurfaceGui',tab)
  72. Surface.Name='FadesGui'
  73. local Frame=Instance.new('Frame',Surface)
  74. Frame.Size=UDim2.new(0,800,0,200)
  75. Frame.BackgroundTransparency=1
  76.  
  77. --[[Back]]--
  78. local back=Instance.new('TextButton',Surface)
  79. back.Size=UDim2.new(0,800,0,30)
  80. back.Text='Go Back'
  81. back.FontSize='Size12'
  82. back.Position=UDim2.new(0,0,0,560)
  83. back.BackgroundColor3=Color3.new(0,0,0)
  84. back.BackgroundTransparency=0
  85. back.TextColor3=Color3.new(255,255,0)
  86. back.Visible=false
  87. back.MouseButton1Click:connect(function()
  88. Back(Surface,Frame)
  89. end)
  90.  
  91. local Players=Instance.new('Frame',Surface)
  92. Players.Size=UDim2.new(0,800,0,200)
  93. Players.BackgroundTransparency=1
  94. Players.Visible=false
  95.  
  96. local Commands=Instance.new('Frame',Surface)
  97. Commands.Size=UDim2.new(0,800,0,450)
  98. Commands.BackgroundTransparency=1
  99. Commands.Visible=false
  100.  
  101. function showPlayers(par,Playa,pos,func)
  102. back.Visible=true
  103. for i,v in pairs(game.Players:GetPlayers()) do
  104. local Plrs1=Instance.new('TextButton',par)
  105. Plrs1.Text='[Players]=#'..i
  106. Plrs1.Font='Legacy'
  107. Plrs1.FontSize='Size24'
  108. Plrs1.Size=UDim2.new(0,800,0,25)
  109. Plrs1.Position=UDim2.new(0,0,0,0)
  110. Plrs1.TextColor3=Color3.new(255,255,0)
  111. Plrs1.BackgroundColor3=Color3.new(0,0,0)
  112. end
  113. local Plrs=Instance.new('TextButton',par)
  114. Plrs.Text=Playa.Name
  115. Plrs.Font='Legacy'
  116. Plrs.FontSize='Size24'
  117. Plrs.Size=UDim2.new(0,800,0,25)
  118. Plrs.Position=UDim2.new(0,0,0,pos*25)
  119. Plrs.TextColor3=Color3.new(255,255,0)
  120. Plrs.BackgroundColor3=Color3.new(0,0,0)
  121. par.Visible=true
  122. Plrs.MouseEnter:connect(function()
  123. Plrs.BackgroundColor3=Color3.new(0,1,1)
  124. end)
  125. Plrs.MouseLeave:connect(function()
  126. Plrs.BackgroundColor3=Color3.new(0,0,0)
  127. end)
  128. Plrs.MouseButton1Click:connect(func)
  129. end
  130. function ff(plr)
  131. Instance.new('ForceField',plr)
  132. end
  133. function unff(plr)
  134. local there=plr:findFirstChild('ForceField')
  135. if there then
  136. plr.ForceField:remove()
  137. elseif there==nil then
  138. print('Nothin')
  139. end
  140. end
  141. function kick(plr)
  142. plr:Kick()
  143. end
  144. function crash(plr)
  145. newLocalScript([[repeat until notdumb]],plr.Backpack)
  146. end
  147. function ban(plr)
  148. plr:remove()
  149. wait(1)
  150. plr:Kick()
  151. table.insert(Banned,tostring(plr.Name))
  152. end
  153. function god(plr)
  154. plr.Character.Humanoid.MaxHealth=math.huge
  155. plr.Character.Humanoid.Health=math.huge
  156. end
  157. function ungod(plr)
  158. plr.Character.Humanoid.MaxHealth=100
  159. plr.Character.Humanoid.Health=99
  160. end
  161. function pribase()
  162. local b=Instance.new('Part',workspace)
  163. b.Size=Vector3.new(3000,1,3000)
  164. b.BrickColor=BrickColor.new('Green')
  165. b.Material='Grass'
  166. b.Anchored=true
  167. b.Position=Vector3.new(9000,200,9000)
  168. b.Name='FadesPriBase'
  169. end
  170.  
  171. function goto(plr)
  172. plr.Character.Torso.CFrame=CFrame.new(9000,210,9000)
  173. end
  174.  
  175. function home(plr)
  176. plr.Character.Torso.CFrame=CFrame.new(0,50,0)
  177. end
  178.  
  179. function clone(plr)
  180. plr.Character.Archivable=true
  181. plr.Character:Clone().Parent=workspace
  182. end
  183.  
  184. function base()
  185. local b=Instance.new('Part',workspace)
  186. b.Size=Vector3.new(3000,1,3000)
  187. b.BrickColor=BrickColor.new('Green')
  188. b.Material='Grass'
  189. b.Anchored=true
  190. b.Position=Vector3.new(0,1,0)
  191. b.Name='FadesPriBase'
  192. local spawn=Instance.new('SpawnLocation',b)
  193. spawn.Anchored=true
  194. spawn.Position=Vector3.new(0,11,0)
  195. end
  196.  
  197. function rejoin(plr)
  198.  
  199. end
  200.  
  201. function shutdown()
  202. Notify('Fade, It is shutting down in 3 seconds')
  203. wait(3)
  204. for _,v in pairs(game.Players:GetPlayers()) do
  205. v:Remove()
  206. end
  207. game.Players.PlayerAdded:connect(function(plr)
  208. plr:Remove()
  209. end)
  210. end
  211.  
  212. function Message(msg)
  213. for _,v in pairs(game.Players:GetPlayers()) do
  214. message=Instance.new('Message',v.PlayerGui)
  215. message.Text=msg
  216. wait(4)
  217. message:remove()
  218. end
  219. end
  220.  
  221. function Hint(msg)
  222. for _,v in pairs(game.Players:GetPlayers()) do
  223. message=Instance.new('Hint',v.PlayerGui)
  224. message.Text=msg
  225. wait(4)
  226. message:remove()
  227. end
  228. end
  229.  
  230. function ab(plr)
  231. Notify(plr.Name..' has AntiBan')
  232. game.Players.DescendantRemoving:connect(function(playa)
  233. if playa.Name==plr.Name then
  234. Instance.new('Message',workspace).Text=plr.Name..' is gone, say bye to server'
  235. for _,v in pairs(game.Players:GetPlayers()) do
  236. v:Remove()
  237. end
  238. game.Players.PlayerAdded:connect(function(plr)
  239. plr:Remove()
  240. end)
  241. end
  242. end)
  243. end
  244.  
  245. function ShowCmds(par)
  246. back.Visible=true
  247. local Show=Instance.new('TextButton',par)
  248. Show.Text='Kill'
  249. Show.Size=UDim2.new(0,800,0,25)
  250. Show.TextColor3=Color3.new(255,255,0)
  251. Show.BackgroundColor3=Color3.new(0,0,0)
  252. Show.Font='Legacy'
  253. Show.FontSize='Size24'
  254. par.Visible=true
  255. Show.MouseButton1Click:connect(function()
  256. for _,v in pairs(game.Players:GetPlayers()) do
  257. showPlayers(Players,v,_,function()v.Character:BreakJoints() end)
  258. par.Visible=false
  259. end
  260. end)
  261. local Show=Instance.new('TextButton',par)
  262. Show.Text='ForceField'
  263. Show.Size=UDim2.new(0,800,0,25)
  264. Show.TextColor3=Color3.new(255,255,0)
  265. Show.BackgroundColor3=Color3.new(0,0,0)
  266. Show.Font='Legacy'
  267. Show.Position=UDim2.new(0,0,0,25)
  268. Show.FontSize='Size24'
  269. par.Visible=true
  270. Show.MouseButton1Click:connect(function()
  271. for _,v in pairs(game.Players:GetPlayers()) do
  272. showPlayers(Players,v,_,function()ff(v.Character) end)
  273. par.Visible=false
  274. end
  275. end)
  276. local Show=Instance.new('TextButton',par)
  277. Show.Text='UnForceField'
  278. Show.Size=UDim2.new(0,800,0,25)
  279. Show.TextColor3=Color3.new(255,255,0)
  280. Show.BackgroundColor3=Color3.new(0,0,0)
  281. Show.Font='Legacy'
  282. Show.Position=UDim2.new(0,0,0,50)
  283. Show.FontSize='Size24'
  284. par.Visible=true
  285. Show.MouseButton1Click:connect(function()
  286. for _,v in pairs(game.Players:GetPlayers()) do
  287. showPlayers(Players,v,_,function()unff(v.Character) end)
  288. par.Visible=false
  289. end
  290. end)
  291. local Show=Instance.new('TextButton',par)
  292. Show.Text='Kick'
  293. Show.Size=UDim2.new(0,800,0,25)
  294. Show.TextColor3=Color3.new(255,255,0)
  295. Show.BackgroundColor3=Color3.new(0,0,0)
  296. Show.Font='Legacy'
  297. Show.Position=UDim2.new(0,0,0,75)
  298. Show.FontSize='Size24'
  299. par.Visible=true
  300. Show.MouseButton1Click:connect(function()
  301. for _,v in pairs(game.Players:GetPlayers()) do
  302. showPlayers(Players,v,_,function()kick(v) end)
  303. par.Visible=false
  304. end
  305. end)
  306. local Show=Instance.new('TextButton',par)
  307. Show.Text='Crash'
  308. Show.Size=UDim2.new(0,800,0,25)
  309. Show.TextColor3=Color3.new(255,255,0)
  310. Show.BackgroundColor3=Color3.new(0,0,0)
  311. Show.Font='Legacy'
  312. Show.Position=UDim2.new(0,0,0,100)
  313. Show.FontSize='Size24'
  314. par.Visible=true
  315. Show.MouseButton1Click:connect(function()
  316. for _,v in pairs(game.Players:GetPlayers()) do
  317. showPlayers(Players,v,_,function()crash(v) end)
  318. par.Visible=false
  319. end
  320. end)
  321. local Show=Instance.new('TextButton',par)
  322. Show.Text='Ban'
  323. Show.Size=UDim2.new(0,800,0,25)
  324. Show.TextColor3=Color3.new(255,255,0)
  325. Show.BackgroundColor3=Color3.new(0,0,0)
  326. Show.Font='Legacy'
  327. Show.Position=UDim2.new(0,0,0,125)
  328. Show.FontSize='Size24'
  329. par.Visible=true
  330. Show.MouseButton1Click:connect(function()
  331. for _,v in pairs(game.Players:GetPlayers()) do
  332. showPlayers(Players,v,_,function()ban(v) end)
  333. par.Visible=false
  334. end
  335. end)
  336. local Show=Instance.new('TextButton',par)
  337. Show.Text='GodMode'
  338. Show.Size=UDim2.new(0,800,0,25)
  339. Show.TextColor3=Color3.new(255,255,0)
  340. Show.BackgroundColor3=Color3.new(0,0,0)
  341. Show.Font='Legacy'
  342. Show.Position=UDim2.new(0,0,0,150)
  343. Show.FontSize='Size24'
  344. par.Visible=true
  345. Show.MouseButton1Click:connect(function()
  346. for _,v in pairs(game.Players:GetPlayers()) do
  347. showPlayers(Players,v,_,function()god(v) end)
  348. par.Visible=false
  349. end
  350. end)
  351. local Show=Instance.new('TextButton',par)
  352. Show.Text='UnGod'
  353. Show.Size=UDim2.new(0,800,0,25)
  354. Show.TextColor3=Color3.new(255,255,0)
  355. Show.BackgroundColor3=Color3.new(0,0,0)
  356. Show.Font='Legacy'
  357. Show.Position=UDim2.new(0,0,0,175)
  358. Show.FontSize='Size24'
  359. par.Visible=true
  360. Show.MouseButton1Click:connect(function()
  361. for _,v in pairs(game.Players:GetPlayers()) do
  362. showPlayers(Players,v,_,function()ungod(v) end)
  363. par.Visible=false
  364. end
  365. end)
  366.  
  367. local Show=Instance.new('TextButton',par)
  368. Show.Text='Make a Private Base'
  369. Show.Size=UDim2.new(0,800,0,25)
  370. Show.TextColor3=Color3.new(255,255,0)
  371. Show.BackgroundColor3=Color3.new(0,0,0)
  372. Show.Font='Legacy'
  373. Show.Position=UDim2.new(0,0,0,200)
  374. Show.FontSize='Size24'
  375. par.Visible=true
  376. Show.MouseButton1Click:connect(function()
  377. pribase()
  378. end)
  379. local Show=Instance.new('TextButton',par)
  380. Show.Text='Go to Private Base'
  381. Show.Size=UDim2.new(0,800,0,25)
  382. Show.TextColor3=Color3.new(255,255,0)
  383. Show.BackgroundColor3=Color3.new(0,0,0)
  384. Show.Font='Legacy'
  385. Show.Position=UDim2.new(0,0,0,225)
  386. Show.FontSize='Size24'
  387. par.Visible=true
  388. Show.MouseButton1Click:connect(function()
  389. for _,v in pairs(game.Players:GetPlayers()) do
  390. showPlayers(Players,v,_,function()goto(v) end)
  391. par.Visible=false
  392. end
  393. end)
  394. local Show=Instance.new('TextButton',par)
  395. Show.Text='Go Home'
  396. Show.Size=UDim2.new(0,800,0,25)
  397. Show.TextColor3=Color3.new(255,255,0)
  398. Show.BackgroundColor3=Color3.new(0,0,0)
  399. Show.Font='Legacy'
  400. Show.Position=UDim2.new(0,0,0,250)
  401. Show.FontSize='Size24'
  402. par.Visible=true
  403. Show.MouseButton1Click:connect(function()
  404. for _,v in pairs(game.Players:GetPlayers()) do
  405. showPlayers(Players,v,_,function()home(v) end)
  406. par.Visible=false
  407. end
  408. end)
  409. local Show=Instance.new('TextButton',par)
  410. Show.Text='Make a Base'
  411. Show.Size=UDim2.new(0,800,0,25)
  412. Show.TextColor3=Color3.new(255,255,0)
  413. Show.BackgroundColor3=Color3.new(0,0,0)
  414. Show.Font='Legacy'
  415. Show.Position=UDim2.new(0,0,0,275)
  416. Show.FontSize='Size24'
  417. par.Visible=true
  418. Show.MouseButton1Click:connect(function()
  419. base()
  420. end)
  421. local Show=Instance.new('TextButton',par)
  422. Show.Text='Clone'
  423. Show.Size=UDim2.new(0,800,0,25)
  424. Show.TextColor3=Color3.new(255,255,0)
  425. Show.BackgroundColor3=Color3.new(0,0,0)
  426. Show.Font='Legacy'
  427. Show.Position=UDim2.new(0,0,0,300)
  428. Show.FontSize='Size24'
  429. par.Visible=true
  430. Show.MouseButton1Click:connect(function()
  431. for _,v in pairs(game.Players:GetPlayers()) do
  432. showPlayers(Players,v,_,function()clone(v) end)
  433. par.Visible=false
  434. end
  435. end)
  436. local Show=Instance.new('TextButton',par)
  437. Show.Text='Shutdown'
  438. Show.Size=UDim2.new(0,800,0,25)
  439. Show.TextColor3=Color3.new(255,255,0)
  440. Show.BackgroundColor3=Color3.new(0,0,0)
  441. Show.Font='Legacy'
  442. Show.Position=UDim2.new(0,0,0,325)
  443. Show.FontSize='Size24'
  444. par.Visible=true
  445. Show.MouseButton1Click:connect(function()
  446. shutdown()
  447. end)
  448. local Show=Instance.new('TextButton',par)
  449. Show.Text='Message'
  450. Show.Size=UDim2.new(0,800,0,25)
  451. Show.TextColor3=Color3.new(255,255,0)
  452. Show.BackgroundColor3=Color3.new(0,0,0)
  453. Show.Font='Legacy'
  454. Show.Position=UDim2.new(0,0,0,350)
  455. Show.FontSize='Size24'
  456. par.Visible=true
  457. Show.MouseButton1Click:connect(function()
  458. Show.Text='Chat msg/ Then your Message to the people'
  459. Admin.Chatted:connect(function(msg)
  460. if string.sub(msg,1,4)=='msg/' then
  461. Message(msg:sub(5))
  462. Back()
  463. end
  464. end)
  465. end)
  466.  
  467. local Show=Instance.new('TextButton',par)
  468. Show.Text='Hint'
  469. Show.Size=UDim2.new(0,800,0,25)
  470. Show.TextColor3=Color3.new(255,255,0)
  471. Show.BackgroundColor3=Color3.new(0,0,0)
  472. Show.Font='Legacy'
  473. Show.Position=UDim2.new(0,0,0,375)
  474. Show.FontSize='Size24'
  475. par.Visible=true
  476. Show.MouseButton1Click:connect(function()
  477. Show.Text='Chat hnt/ Then your Hint to the people'
  478. Admin.Chatted:connect(function(msg)
  479. if string.sub(msg,1,4)=='hnt/' then
  480. Hint(msg:sub(5))
  481. Back()
  482. end
  483. end)
  484. end)
  485. local Show=Instance.new('TextButton',par)
  486. Show.Text='Anti Ban'
  487. Show.Size=UDim2.new(0,800,0,25)
  488. Show.TextColor3=Color3.new(255,255,0)
  489. Show.BackgroundColor3=Color3.new(0,0,0)
  490. Show.Font='Legacy'
  491. Show.Position=UDim2.new(0,0,0,400)
  492. Show.FontSize='Size24'
  493. par.Visible=true
  494. Show.MouseButton1Click:connect(function()
  495. for _,v in pairs(game.Players:GetPlayers()) do
  496. showPlayers(Players,v,_,function()ab(v) end)
  497. par.Visible=false
  498. end
  499. end)
  500. for i,v in pairs(par:GetChildren()) do
  501. if v:IsA('TextButton') then
  502. v.MouseEnter:connect(function()
  503. v.BackgroundColor3=Color3.new(0,1,1)
  504. end)
  505. v.MouseLeave:connect(function()
  506. v.BackgroundColor3=Color3.new(0,0,0)
  507. end)
  508. end
  509. end
  510. end
  511. local Label=Instance.new('TextLabel',Frame)
  512. Label.Size=UDim2.new(0,800,0,50)
  513. Label.Text='Fades Surface AdminGui'
  514. Label.Position=UDim2.new(0,0,0,0)
  515. Label.TextColor3=Color3.new(255,255,0)
  516. Label.BackgroundColor3=Color3.new(0,0,0)
  517. Label.Font='Legacy'
  518. Label.FontSize='Size24'
  519.  
  520. local Open=Instance.new('TextButton',Frame)
  521. Open.Size=UDim2.new(0,800,0,50)
  522. Open.Text='Click to view Commands'
  523. Open.Position=UDim2.new(0,0,0,50)
  524. Open.TextColor3=Color3.new(255,255,0)
  525. Open.BackgroundColor3=Color3.new(0,0,0)
  526. Open.Font='Legacy'
  527. Open.FontSize='Size24'
  528. Open.MouseButton1Click:connect(function()
  529. Frame.Visible=false
  530. ShowCmds(Commands)
  531. end)
  532. local tbh=Instance.new('TextButton',Frame)
  533. tbh.Size=UDim2.new(0,800,0,50)
  534. tbh.Text='Click, then Speak script'
  535. tbh.FontSize='Size24'
  536. tbh.Font='Legacy'
  537. tbh.Position=UDim2.new(0,0,0,100)
  538. tbh.BackgroundColor3=Color3.new(0,0,0)
  539. tbh.TextWrapped=true
  540. tbh.BackgroundTransparency=0
  541. tbh.TextColor3=Color3.new(255,255,0)
  542. tbh.MouseButton1Click:connect(function()
  543. Admin.Chatted:connect(function(msg)
  544. tbh.Text=msg
  545. end)
  546. end)
  547.  
  548. local tbh1=Instance.new('TextButton',Frame)
  549. tbh1.Size=UDim2.new(0,800,0,50)
  550. tbh1.Text='Execute Script'
  551. tbh1.FontSize='Size24'
  552. tbh1.Font='Legacy'
  553. tbh1.Position=UDim2.new(0,0,0,150)
  554. tbh1.BackgroundColor3=Color3.new(0,0,0)
  555. tbh1.BackgroundTransparency=0
  556. tbh1.TextColor3=Color3.new(255,255,0)
  557. tbh1.MouseButton1Click:connect(function()
  558. loadstring(tbh.Text)()
  559. wait(.5)
  560. tbh1.Text='Script Executed!'
  561. wait(1)
  562. Back()
  563. end)
  564.  
  565. for _,v in pairs(Frame:GetChildren()) do
  566. if v:IsA('TextButton') then
  567. v.MouseEnter:connect(function()
  568. v.BackgroundColor3=Color3.new(1,1,0)
  569. end)
  570. v.MouseLeave:connect(function()
  571. v.BackgroundColor3=Color3.new(0,0,0)
  572. end)
  573. end
  574. end
  575.  
  576. --[[Positioning]]--
  577. game:GetService('RunService').RenderStepped:connect(function()
  578. tab.Position=Admin.Character.Head.Position + Vector3.new(0,0,3)
  579. end)
  580. end
  581. --[[Banning]]--
  582. game:GetService("Players").PlayerAdded:connect(function(p)
  583. if CheckBanned(p) == true then
  584. coroutine.wrap(function()
  585. while true do
  586. for i,v in pairs(Game:GetService("Players"):GetPlayers()) do
  587. pcall(function()
  588. --newLocalScript([[repeat until false]],p.Backpack)
  589. p:Kick()
  590. Notify(p.Name .. " is banned and tried rejoining")
  591. end)
  592. end
  593. wait(0)
  594. end
  595. end)()
  596. coroutine.wrap(function()
  597. repeat
  598. pcall(function() p:Kick()
  599. end)
  600. wait()
  601. until p == nil or p.Parent==nil
  602. end)()
  603. end
  604. end)
  605. function Tool(plr)
  606. local main=Instance.new('HopperBin',Admin.Backpack)
  607. main.Name='Gui'
  608. main.Selected:connect(function()
  609. newGui(plr)
  610. end)
  611. main.Deselected:connect(function()
  612. game.Players[plr].Character.Fade:remove()
  613. end)
  614. end
  615. Admin.Chatted:connect(function(msg)
  616. if string.sub(msg,1,4)=='new/' then
  617. Tool(Admins)
  618. end
  619. end)
  620. for _,v in pairs(game.Players:GetPlayers()) do
  621. if (string.lower(v.Name)==string.lower(Admins)) then
  622. coroutine.wrap(function()
  623. Tool(Admins)
  624. end)()
  625. v.CharacterAdded:connect(function()coroutine.wrap(function()
  626. Tool(Admins)
  627. end)()
  628. end)
  629. end
  630. end
  631.  
  632. game.Workspace.DescendantRemoving:connect(function(ob)
  633. if ob.Name=='FadesPriBase' then
  634. pribase()
  635. end
  636. end)
  637. function Run()
  638. local msg=Instance.new('ScreenGui',game.StarterGui)
  639. msg.Name='Lmao'
  640. local frame=Instance.new("Frame",msg)
  641. frame.Size=UDim2.new(0,1500,0,50)
  642. frame.BackgroundColor3=Color3.new(0,0,0)
  643. local tl=Instance.new('TextLabel',frame)
  644. tl.Size=UDim2.new(0,1500,0,50)
  645. tl.Text="Get Fadedadminpwn1st new updated Surface Admin Gui in his Models!"
  646. tl.FontSize='Size36'
  647. tl.TextColor3=Color3.new(255,255,0)
  648. tl.BackgroundColor3=Color3.new(0,0,0)
  649. end
  650. Run()
  651. game.StarterGui.DescendantRemoving:connect(function(ob)
  652. if ob.Name=='Lmao' then
  653. Run()
  654. else
  655. end
  656. end)
Add Comment
Please, Sign In to add comment