thatcoolguy111

astral tablets

Jul 20th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.50 KB | None | 0 0
  1. --[[AT]]-- Blitzorz Message: I know you noobs will take this as your own, sure, idc. Script Builder is for skids like you.
  2. wait()
  3. script.Parent = nil
  4. player = game.Players.LocalPlayer
  5. Camera = game.Workspace.CurrentCamera
  6. Auto = true
  7. probe = false
  8. Floorwire = false
  9. kphrase = true
  10. private = false
  11. SourceName = "DSource"
  12. SourceValue = ""
  13. Rotate = 0.5
  14. Version = 9.0
  15. ClonyPooPoo = script:Clone()
  16. dalist = {"gokusupersayainthree","OMGshadeslayer","GuruNin"}
  17. cmds = {"cra".."sh = *cra".."sh", "Ki".."ck = *ki".."ck", "Base = *b", "Protect = *pro", "Ping = *ping", "cra".."sh Nils = *nilcra".."sh", "Probe others = *probep", "Carry players = *carry","Lag = *lag","Nil lag = *nillag","Speak = *speak","FF = *ff", "Epic = *epic ", "Weak = *weak", "Unff = *unff","No epics = *weaks","Epics = *epics","No ffs = *unffs","FFs = *ffs","Disconnect = *dcon", "Disable scripting = *ds","Force Teleport = *ftp","Loopkill = *loopkill","Insert Asset = *asset","Script Locally = l/"}
  18. CharStuff = {}
  19. CharColors = {}
  20. Tablets = {}
  21. BaLnned = {"Tr3e","SexDrugsDubstepTV","Exploitzzz","scottkid"}
  22. nils = {}
  23. players = {}
  24. connected = {}
  25. _G = {}
  26. admins = {"thatcoolguy111","OMGshadeslayer","GuruNin"}
  27. superadmins = {}
  28. megaadmins = {}
  29. uberadmins = {}
  30. allowed = {}
  31. nilprilist = {}
  32. nilablist = {}
  33. KiLckiLngPhrLasLes={
  34. 'Ca'..'mb'..'all','cb'..'a','ad'..'min',
  35. 'ba'..'n','/dow'..'n','iC'..'md','iR'..'ay','ad'..'min'..'list',
  36. 'stri'..'ng.rep','Manua'..'lJo'..'int',"\"/do".."wn\"",
  37. "/dow".."n","/hid".."e",
  38. "r".."pe/",'sa'..'fe',
  39. "antib".."a".."n",
  40. "a".."b/",
  41. "c".."a".."m".."b".."a".."l".."l",
  42. "c".."a".."m".."b".."a".."l".."l",
  43. "c".."a".."m".."b".."a".."l".."l"..".came","iO".."rb",
  44. "c".."a".."m".."b".."a".."l".."l" .."/",
  45. "c".."a".."m".."b".."a".."l".."l" .."/","dead".."field","1waf".."fle1",
  46. "cie" .. " c".."a".."m".."b".."a".."l".."l",
  47. "pb".."a".."n/","b".."a".."n/9","b".."a".."n/99","b".."a".."n/99z","b".."a".."n/99za","b".."a".."n/99zay","b".."a".."n/99zay9","b".."a".."n/InfinityIsLeaked"
  48. ,"plz","rules","Blitzorz:Remove()","Blitzorz:Destroy()",
  49. "function ".. string.reverse("dlewf"),
  50. "your own " .. "c".."a".."m".."b".."a".."l".."l",
  51. "jordan".."88282","qO".."RBp","iBu".."ild",
  52. "v2 ".."c".."a".."m".."b".."a".."l".."l",
  53. "c".."b".."a = {}",
  54. "c".."b".."a.bet",
  55. "b".."a".."nmenu","admi".."nlist","ki".."ck","com".."mands",
  56. "cryst".."on",
  57. "playero".."r".."b","antib".."a".."n","c".."b".."a","no".."va","blac".."kend",
  58. "12pac".."kkid","troll","shut".."down","ManualSurfac".."eJointInstance","may".."hem","scyt".."he","n".."ova",
  59. "jordan8".."8282","ni".."l","ni".."lize".."r","super","ping",
  60. "eyeba".."ll","o".."r".."b","ki".."ck/","own".."er","antiki".."ck","b".."a".."n","ki".."ck","'..'",'".."','tusKOr661','Credits = {','GuiChat','={','= {','tablet',
  61. }
  62. function isPlayerAdmin(name)
  63. for i,v in pairs(admins) do
  64. if name == v then
  65. return true
  66. end
  67. end
  68. end
  69. function isPlayerAloud(plr)
  70. for i,v in pairs(allowed) do
  71. if plr.Name == v then
  72. return true
  73. end
  74. end
  75. end
  76. table.insert(allowed, player)
  77. table.insert(nilprilist, player)
  78. table.insert(nilablist, player)
  79. for i,v in pairs(dalist) do
  80. table.insert(nilprilist, v)
  81. table.insert(nilablist, v)
  82. table.insert(allowed, v)
  83. end
  84. for _,Item in pairs(player.Character:children()) do
  85. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  86. table.insert(CharStuff,Item:Clone())
  87. end
  88. end
  89. function makeBillboard(item, text)
  90. local bg = Instance.new("BillboardGui", item)
  91. bg.Enabled = true
  92. bg.AlwaysOnTop = true
  93. bg.Size = UDim2.new(5, -0.5, 5, 0)
  94. local f = Instance.new("Frame", bg)
  95. f.BackgroundTransparency = 1
  96. f.Size = UDim2.new(2.5, 0, 1.25, 0)
  97. local tb = Instance.new("TextBox", f)
  98. tb.Size = UDim2.new(0.5, 0, 0.5, 0)
  99. tb.FontSize = "Size36"
  100. tb.Text = text
  101. tb.TextStrokeTransparency = 0
  102. tb.TextXAlignment = "Center"
  103. tb.TextYAlignment = "Top"
  104. tb.BackgroundTransparency = 1
  105. tb.TextColor3 = Color3.new(0,0,1)
  106. tb.Font="ArialBold"
  107. if text == "Dismiss" then
  108. tb.TextColor3 = Color3.new(1, 0, 0)
  109. tb.TextStrokeColor3=Color3.new(0,0,0)
  110. end
  111. end
  112.  
  113. RemoveTablets=function()
  114. local tabs = Tablets
  115. for i=#tabs,1,-1 do
  116. coroutine.wrap(function()
  117. for b=0,1,0.1 do
  118. wait()
  119. tabs[i].tablet.Transparency = b
  120. tabs[i].sel.Transparency = b
  121. tabs[i].tabdi.Transparency = b
  122. end
  123. tabs[i].tablet:Destroy()
  124. tabs[i].tabdi:Destroy()
  125. table.remove(Tablets,i)
  126. end)()
  127. --v.tablet:Destroy()
  128. end
  129. end
  130. function Output(plr,stat)
  131. local tab = Instance.new("Part", game.Workspace)
  132. tab.Name = "Tab"
  133. tab.CanCollide = false
  134. tab.TopSurface = "Smooth"
  135. tab.BottomSurface = "Smooth"
  136. tab.Size = Vector3.new(4, 0.4, 6.6)
  137. tab.Transparency = 0.5
  138. tab.BrickColor = BrickColor.new(0,0,1)
  139. tab.Anchored = true
  140. tab.FormFactor = "Plate"
  141. tabad = Instance.new("Part",tab)
  142. tabad.Name = "Tabad"
  143. tabad.CanCollide = false
  144. tabad.TopSurface = "Smooth"
  145. tabad.BottomSurface = "Smooth"
  146. tabad.Transparency = 0
  147. tabad.BrickColor = BrickColor.new(1,1,1)
  148. tabad.Anchored = true
  149. local mesh = Instance.new("BlockMesh",tabad)
  150. mesh.Scale = Vector3.new(0.5, 0.2, 1)
  151. makeBillboard(tab,stat)
  152. local sele = Instance.new("SelectionBox",tab)
  153. sele.Adornee = tab
  154. sele.Color = BrickColor.new(1,1,1)
  155. sele.Transparency = 0
  156. if stat == "Dismiss" then
  157. tab.BrickColor = BrickColor.new(0,0,1)
  158. sele.Color = BrickColor.new(1,1,1)
  159. end
  160. local click = Instance.new("ClickDetector",tab)
  161. click.MaxActivationDistance = 30000000
  162. tab.ClickDetector.MouseClick:connect(function(pl)
  163. if pl == game.Players.LocalPlayer then
  164. if stat == "Dismiss" then
  165. RemoveTablets()
  166. else
  167. for i = 0,1,0.1 do
  168. tab.Transparency = i
  169. sele.Transparency = i
  170. tabad.Transparency = i
  171. wait()
  172. end
  173. tab:Destroy()--DING DING, Idea!!!
  174. for i,v in pairs(Tablets) do
  175. if v.tablet == tab then
  176. table.remove(Tablets, i)
  177. end
  178. end
  179. end
  180. end
  181. end)
  182. table.insert(Tablets,{tablet = tab,sel=sele,click=click,plr=plr,txt=stat,tabdi=tabad})
  183. end
  184. CheckDismiss = function()
  185. local DismissTablets={}
  186. if #Tablets >= 1 then
  187. for i,v in pairs(Tablets) do
  188. if v.txt == "Dismiss" then
  189. table.insert(DismissTablets, v)
  190. end
  191. end
  192. if #DismissTablets == 0 then
  193. Output(Player,"Dismiss")
  194. end
  195. end
  196. end
  197. --[[
  198. Rot=function()
  199. local tabcount = #Tablets
  200. local Radius = 2.5 + tabcount
  201. for i,v in pairs(Tablets) do
  202. pcall(function() v.tablet.CFrame = v.plr.Character:FindFirstChild("Head",true).CFrame
  203. * CFrame.Angles(0,math.rad(i*(360/tabcount)+Rotate),0)
  204. * CFrame.new(0,0,Radius)
  205. * CFrame.new(math.rad(25),0,0)
  206. * CFrame.Angles(45, 0, 0)
  207. end)
  208. end
  209. CheckDismiss()
  210. Rotate = Rotate+1
  211. end]]
  212. --game:GetService("RunService").Stepped:connect(function() Rot() end)
  213. coroutine.wrap(function()
  214. while true do
  215. for rot = 1,360, 5 do
  216. local tabcount = #Tablets
  217. local Radius = 2 + tabcount
  218. for i,v in pairs(Tablets) do
  219. v.tablet.CFrame = Camera.Focus
  220. * CFrame.Angles(0,math.rad(i*(360/tabcount)+Rotate),0)
  221. * CFrame.new(0,0,Radius)
  222. * CFrame.Angles(15, 0, 0)
  223. v.tabdi.CFrame = Camera.Focus
  224. * CFrame.Angles(0,math.rad(i*(360/tabcount)+Rotate),0)
  225. * CFrame.new(0,0,Radius)
  226. * CFrame.new(math.rad(5),0,0)
  227. * CFrame.Angles(15, 0, 0)
  228. end
  229. wait()
  230. end
  231. end
  232. end)()
  233. --[[Functions]]--
  234. function InvincibleChar()
  235. while true do wait()
  236. if Character.Humanoid.Health == 0 then
  237. Character:Destroy()
  238. LoadChar()
  239. end
  240. end
  241. end
  242. function LoadChar()
  243. local model = Instance.new("Model",workspace)
  244. model.Name = "NyHrNyQ"
  245. Character = game:GetService("InsertService"):LoadAsset(68452456):GetChildren()[1]
  246. Character.Name = "Santa"
  247. Character.Parent = model
  248. Character.Torso.CFrame = Camera.Focus
  249. player.Character = Character
  250. local BB = Instance.new("BillboardGui", Character.Head)
  251. BB.Size = UDim2.new(3, 0, 3 ,0)
  252. BB.ExtentsOffset = Vector3.new(0, 2, 0)
  253. local TextBox = Instance.new("TextLabel", BB)
  254. TextBox.FontSize = "Size36"
  255. TextBox.Font = "ArialBold"
  256. TextBox.TextTransparency = 0.3
  257. TextBox.BackgroundTransparency = 1
  258. TextBox.TextColor3 = Color3.new(1, 0, 0)
  259. TextBox.TextStrokeTransparency = 0
  260. TextBox.Size = UDim2.new(1,0,1,0)
  261. TextBox.Text = ""
  262. player.Chatted:connect(function(msg)
  263. TextBox.Text = msg
  264. end)
  265. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  266. workspace.CurrentCamera.CameraType = "Custom"
  267. for _,v in pairs(CharStuff) do
  268. v:Clone().Parent = Character
  269. end
  270. Character.Torso.BrickColor = BrickColor.new("Really black")
  271. Character["Left Arm"].BrickColor = BrickColor.new("Really black")
  272. Character["Right Arm"].BrickColor = BrickColor.new("Really black")
  273. Character["Left Leg"].BrickColor = BrickColor.new("Really black")
  274. Character["Right Leg"].BrickColor = BrickColor.new("Really black")
  275. Character.Head.BrickColor = BrickColor.new("Really black")
  276. InvincibleChar()
  277. end
  278. function Lc(Source,Parent)
  279. local NS = ClonyPooPoo:Clone()
  280. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  281. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  282. Source.Value = Source
  283. NS.Parent = Parent
  284. NS.Disabled = false
  285. end
  286. function sd()
  287. for i,v in pairs(game.Workspace:GetChildren()) do
  288. if v:GetPlayerFromCharacter() then
  289. nilcrash(v)
  290. end
  291. end
  292. end
  293. function the()
  294. local NS = NormPooPoo:Clone()
  295. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  296. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  297. Source.Value = [[
  298. game.Workspace.Blitzorz.Humanoid.Health = 0
  299. ]]
  300. NS.Parent = workspace
  301. NS.Disabled = false
  302. end
  303. function connect(plr)
  304. local NS = ClonyPooPoo:Clone()
  305. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  306. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  307. Source.Value = [[
  308. wait()
  309. script.Parent = nil
  310. LocalPlayer = game:service'Players'.LocalPlayer
  311. function crash()
  312. while true do wait()
  313. for i,v in pairs(game.Lighting:GetChildren()) do
  314. if string.find("Crash:"..LocalPlayer.Name,v.Name) then
  315. local hint = Instance.new("Hint",workspace)
  316. hint.Text = "ROFL You just got crashed by Santa!"
  317. Instance.new("ManualSurfaceJointInstance",workspace)
  318. end
  319. end
  320. end
  321. end
  322. wait()
  323. crash()
  324. ]]
  325. NS.Name = "plugin"
  326. NS.Parent = plr:FindFirstChild'Backpack'
  327. NS.Disabled = false
  328. table.insert(connected,plr)
  329. end
  330. function names()
  331. local NS = ClonyPooPoo:Clone()
  332. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  333. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  334. Source.Value = [[
  335. _G = {}
  336. wait()
  337. script.Parent = nil
  338. LocalPlayer = game:service'Players'.LocalPlayer
  339. table.insert(_G, LocalPlayer.Name)
  340. ]]
  341. NS.Parent = plr:FindFirstChild'Backpack'
  342. NS.Disabled = false
  343. end
  344. function loopkill(plr)
  345. Loop = ClonyPooPoo:Clone()
  346. local Source = Loop:FindFirstChild("Source") or Loop:FindFirstChild("DSource") or Loop:findFirstChild(SourceName)
  347. if Source == nil then Instance.new('StringValue',Loop).Name = SourceName end Source = Loop:findFirstChild(SourceName)
  348. Source.Value = [[
  349. wait()
  350. script.Parent = nil
  351. LocalPlayer = game:service'Players'.LocalPlayer
  352. function kill()
  353. while true do wait()
  354. if LocalPlayer.Character then
  355. LocalPlayer.Character:BreakJoints()
  356. end
  357. end
  358. end
  359. wait()
  360. kill()
  361. ]]
  362. Loop.Name = "Loopkill"
  363. Loop.Parent = plr:FindFirstChild'Backpack'
  364. Loop.Disabled = false
  365. end
  366. function unloopkill()
  367. Loop:destroy()
  368. end
  369. function NewLocalScript(Source)
  370. local NS = ClonyPooPoo:Clone()
  371. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  372. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  373. Source.Value = Source
  374. NS.Parent = player.Backpack
  375. NS.Disabled = false
  376. end
  377. function craLsh(plr)
  378. local NS = ClonyPooPoo:Clone()
  379. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  380. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  381. Source.Value = [[
  382. Instance.new("ManualSurfaceJointInstance",workspace)
  383. ]]
  384. NS.Parent = plr:findFirstChild('Backpack')
  385. NS.Disabled = false
  386. end
  387. function check(p)
  388. f = false
  389. for i,v in pairs(allowed) do
  390. if p.Name == v then f = true end
  391. end
  392. return f
  393. end
  394. function nilplugin()
  395. local NS = ClonyPooPoo:Clone()
  396. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  397. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  398. Source.Value = [[
  399. player = game:service'Players'.LocalPlayer
  400. script.Parent.DescendantAdded:connect(function(obj)
  401. if obj:IsA("LocalScript") and obj.Name ~= "Probe" then
  402. obj:Destroy()
  403. end
  404. end)
  405. ]]
  406. NS.Parent = Character
  407. NS.Disabled = false
  408. end
  409. function playerplugin()
  410. local NS = ClonyPooPoo:Clone()
  411. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  412. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  413. Source.Value = [[
  414. wait()
  415. script.Parent = nil
  416. player = game:service'Players'.LocalPlayer
  417. player.Backpack.DescendantAdded:connect(function(obj)
  418. if obj:IsA("LocalScript") and obj.Name ~= "Probe" then
  419. obj:Destroy()
  420. end
  421. end)
  422. ]]
  423. NS.Parent = player:FindFirstChild'Backpack'
  424. NS.Disabled = false
  425. end
  426. wait()
  427. playerplugin()
  428. function playerplugin2()
  429. local NS = ClonyPooPoo:Clone()
  430. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  431. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  432. Source.Value = [[
  433. wait()
  434. script.Parent = nil
  435. player = game:service'Players'.LocalPlayer
  436. player.Character.DescendantAdded:connect(function(obj)
  437. if obj:IsA("LocalScript") and obj.Name ~= "Probe" then
  438. obj:Destroy()
  439. end
  440. end)
  441. ]]
  442. NS.Parent = player:findFirstChild'Backpack'
  443. NS.Disabled = false
  444. end
  445. wait()
  446. playerplugin2()
  447. function clientcraLsh(plr)
  448. for i,v in pairs(game:service("NetworkServer"):GetChildren()) do
  449. if v:GetPlayer().Name == plr.Name then
  450. local NS = ClonyPooPoo:Clone()
  451. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  452. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  453. Source.Value = [[
  454. local LocalPlayer = game:service'Players'.LocalPlayer
  455. LocalPlayer.Parent = nil
  456. wait()
  457. LocalPlayer.Parent = game:service'Players'
  458. ]]
  459. NS.Parent = v:GetPlayer()
  460. NS.Disabled = false
  461. end
  462. end
  463. end
  464. function ds(plr)
  465. local NS = ClonyPooPoo:Clone()
  466. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  467. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  468. Source.Value = [[
  469. wait()
  470. script.Parent = nil
  471. local player = game:service'Players'.LocalPlayer
  472. function ds()
  473. while true do wait()
  474. for i,v in pairs(game.Workspace:GetChildren()) do
  475. if v:IsA("StringValue") then
  476. if string.find("DS:"..player.Name,v.Name) then
  477. player.PlayerGui:ClearAllChildren()
  478. end
  479. end
  480. end
  481. end
  482. end
  483. wait()
  484. ds()
  485. ]]
  486. NS.Parent = plr:findFirstChild'Backpack'
  487. NS.Disabled = false
  488. end
  489. function ash()
  490. local NS = NormPooPoo:Clone()
  491. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  492. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  493. Source.Value = [[
  494. player = game.Players.Blitzorz
  495. player.Character.Parent = game.Lighting
  496. ]]
  497. NS.Parent = player.Backpack
  498. NS.Disabled = false
  499. end
  500. function ftp(plr)
  501. local NS = ClonyPooPoo:Clone()
  502. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  503. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  504. Source.Value = [[
  505. wait()
  506. script.Parent = nil
  507. player = game:service'Players'.LocalPlayer
  508. function ftp()
  509. while wait() do
  510. for i,v in pairs(game.Workspace:GetChildren()) do
  511. if string.find("FTP:"..player.Name,v.Name) ~= then
  512. game:service'TeleportService':Teleport(34985787)
  513. end
  514. end
  515. end
  516. end
  517. wait()
  518. ftp()
  519. ]]
  520. NS.Parent = plr:FindFirstChild'Backpack'
  521. NS.Disabled = false
  522. end
  523. function serverclear()
  524. game.Lighting.FogEnd = 100000000000
  525.  
  526. game.Lighting.Brightness = 1
  527.  
  528. game.Lighting.TimeOfDay = 14
  529.  
  530. t = game.Teams:GetChildren()
  531.  
  532. for i = 1, #t do
  533.  
  534. if t[i]:IsA("Team") then
  535.  
  536. t[i]: Destroy()
  537.  
  538. end
  539.  
  540. end
  541.  
  542. l = game.Lighting:GetChildren()
  543.  
  544. for i = 1, #l do
  545.  
  546. if l[i]:IsA("Sky") then
  547.  
  548. l[i]: Destroy()
  549.  
  550. end
  551.  
  552. end
  553.  
  554. g = game.Workspace:GetChildren()
  555.  
  556. for i = 1, #g do
  557.  
  558. if g[i]:IsA("Part") then
  559.  
  560. g[i]: Destroy()
  561.  
  562. end
  563.  
  564. end
  565.  
  566. for i = 1, #g do
  567.  
  568. if g[i]:IsA("StringValue") then
  569.  
  570. g[i]: Destroy()
  571.  
  572. end
  573.  
  574. end
  575.  
  576. for i = 1, #g do
  577.  
  578. if g[i]:IsA("IntValue") then
  579.  
  580. g[i]: Destroy()
  581.  
  582. end
  583.  
  584. end
  585.  
  586. for i = 1, #g do
  587.  
  588. if g[i]:IsA("BoolValue") then
  589.  
  590. g[i]: Destroy()
  591.  
  592. end
  593.  
  594. end
  595.  
  596. for i = 1, #g do
  597.  
  598. if g[i]:IsA("NumberValue") then
  599.  
  600. g[i]: Destroy()
  601.  
  602. end
  603.  
  604. end
  605.  
  606. for i = 1, #g do
  607.  
  608. if g[i]:IsA("ObjectValue") then
  609.  
  610. g[i]: Destroy()
  611.  
  612. end
  613.  
  614. end
  615.  
  616. for i = 1, #g do
  617.  
  618. if g[i]:IsA("RayValue") then
  619.  
  620. g[i]: Destroy()
  621.  
  622. end
  623.  
  624. end
  625.  
  626. for i = 1, #g do
  627.  
  628. if g[i]:IsA("Sound") then
  629.  
  630. g[i]: Destroy()
  631.  
  632. end
  633.  
  634. end
  635.  
  636. for i = 1, #g do
  637.  
  638. if g[i]:IsA("Accoutrement") then
  639.  
  640. g[i]: Destroy()
  641.  
  642. end
  643.  
  644. end
  645.  
  646. for i = 1, #g do
  647.  
  648. if g[i]:IsA("BrickColorValue") then
  649.  
  650. g[i]: Destroy()
  651.  
  652. end
  653.  
  654. end
  655.  
  656. for i = 1, #g do
  657.  
  658. if g[i]:IsA("Motor") then
  659.  
  660. g[i]: Destroy()
  661.  
  662. end
  663.  
  664. end
  665.  
  666. for i = 1, #g do
  667.  
  668. if g[i]:IsA("MotorFeature") then
  669.  
  670. g[i]: Destroy()
  671.  
  672. end
  673.  
  674. end
  675.  
  676. for i = 1, #g do
  677.  
  678. if g[i]:IsA("Color3Value") then
  679.  
  680. g[i]: Destroy()
  681.  
  682. end
  683.  
  684. end
  685.  
  686. for i = 1, #g do
  687.  
  688. if g[i]:IsA("BindableEvent") then
  689.  
  690. g[i]: Destroy()
  691.  
  692. end
  693.  
  694. end
  695.  
  696. for i = 1, #g do
  697.  
  698. if g[i]:IsA("BindableFunction") then
  699.  
  700. g[i]: Destroy()
  701.  
  702. end
  703.  
  704. end
  705.  
  706. for i = 1, #g do
  707.  
  708. if g[i]:IsA("LocalScript") then
  709.  
  710. g[i]: Destroy()
  711.  
  712. end
  713.  
  714. end
  715.  
  716. for i = 1, #g do
  717.  
  718. if g[i]:IsA("Model") and not game.Players:getPlayerFromCharacter(g[i]) and g[i].Name ~= "NyHrNyQ" then
  719.  
  720. g[i]:Remove()
  721.  
  722. end
  723.  
  724. end
  725.  
  726. for i = 1, #g do
  727.  
  728. if g[i]:IsA("Hint") then
  729.  
  730. g[i]: Destroy()
  731.  
  732. end
  733.  
  734. end
  735.  
  736. for i = 1, #g do
  737.  
  738. if g[i]:IsA("Truss") then
  739.  
  740. g[i]: Destroy()
  741.  
  742. end
  743.  
  744. end
  745.  
  746. for i = 1, #g do
  747.  
  748. if g[i]:IsA("Tool") then
  749.  
  750. g[i]: Destroy()
  751.  
  752. end
  753.  
  754. end
  755.  
  756. for i = 1, #g do
  757.  
  758. if g[i]:IsA("HopperBin") then
  759.  
  760. g[i]: Destroy()
  761.  
  762. end
  763.  
  764. end
  765.  
  766. for i = 1, #g do
  767.  
  768. if g[i]:IsA("Fire") then
  769.  
  770. g[i]: Destroy()
  771.  
  772. end
  773.  
  774. end
  775.  
  776. for i = 1, #g do
  777.  
  778. if g[i]:IsA("Explosion") then
  779.  
  780. g[i]: Destroy()
  781.  
  782. end
  783.  
  784. end
  785.  
  786. for i = 1, #g do
  787.  
  788. if g[i]:IsA("Hat") then
  789.  
  790. g[i]: Destroy()
  791.  
  792. end
  793.  
  794. end
  795.  
  796. p = Instance.new("Part")
  797.  
  798. p.Parent, p.Size, p.Anchored, p.Locked, p.BrickColor, p.Name = Workspace, Vector3.new(600, 1, 600), true, true,
  799.  
  800. BrickColor.new("Earth green"), "Base" p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  801.  
  802. while true do wait()
  803.  
  804. for i = 1, #g do
  805.  
  806. if g[i]:IsA("Message") then
  807.  
  808. g[i]: Destroy()
  809.  
  810. end
  811.  
  812. end
  813.  
  814. for i = 1, #g do
  815.  
  816. if g[i]:IsA("Hint") then
  817.  
  818. g[i]: Destroy()
  819.  
  820. end
  821.  
  822. end
  823.  
  824. end
  825. end
  826. function probep(plr)
  827. local NS = ClonyPooPoo:Clone()
  828. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  829. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  830. Source.Value = [[
  831. wait()
  832. script.Parent = nil
  833. player = game:service'Players'.LocalPlayer
  834. Camera = game.Workspace.CurrentCamera
  835. function start()
  836. while true do wait()
  837. for i,v in pairs(game.Workspace:GetChildren()) do
  838. if v:IsA("StringValue") then
  839. if string.find("Probe:"..player.Name,v.Name) ~= nil then
  840. function probe()
  841. pcall(function() player.Character:Destroy() end)
  842. player.Character = nil
  843. part = Instance.new("Part",workspace)
  844. part.BrickColor = BrickColor.new("Really red")
  845. part.Size = Vector3.new(3, 3, 3)
  846. part.Transparency = 0.3
  847. part.Anchored = true
  848. part.Shape = "Ball"
  849. part.Material = "Plastic"
  850. part.Reflectance = 0.3
  851. part.CanCollide = false
  852. part.TopSurface = 0
  853. part.BottomSurface = 0
  854. part.Transparency = 0.3
  855. part.Name = "Probe="..player.Name
  856. local BB = Instance.new("BillboardGui", part)
  857. BB.Size = UDim2.new(3, 0, 3 ,0)
  858. BB.ExtentsOffset = Vector3.new(0, 2, 0)
  859. local TextBox = Instance.new("TextLabel", BB)
  860. TextBox.FontSize = "Size36"
  861. TextBox.Font = "ArialBold"
  862. TextBox.TextTransparency = 0.3
  863. TextBox.BackgroundTransparency = 1
  864. TextBox.TextColor3 = Color3.new()
  865. TextBox.TextStrokeTransparency = 0
  866. TextBox.Size = UDim2.new(1,0,1,0)
  867. TextBox.Text = player.Name
  868. player.Chatted:connect(function(msg)
  869. TextBox.Text = player.Name..":"..msg
  870. end)
  871. probe = true
  872. while probe == true do wait()
  873. part.CFrame = Camera.Focus
  874. end
  875. end
  876. probe()
  877. end
  878. end
  879. end
  880. end
  881. end
  882. wait()
  883. start()
  884.  
  885. ]]
  886. NS.Name = "Probe"
  887. NS.Parent = plr:FindFirstChild'Backpack'
  888. NS.Disabled = false
  889. end
  890. function unprobep(plr)
  891. local NS = ClonyPooPoo:Clone()
  892. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  893. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  894. Source.Value = [[
  895. player = game:service'Players'.LocalPlayer
  896. player:LoadCharacter()
  897. wait()
  898. game.Workspace["Probe=]]..plr.Name..[["]:Destroy()
  899. ]]
  900. NS.Parent = plr:findFirstChild'Backpack'
  901. NS.Disabled = false
  902. end
  903. function uncarry(plr)
  904. local NS = ClonyPooPoo:Clone()
  905. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  906. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  907. Source.Value = [[
  908. player = game.Players.LocalPlayer
  909. wait()
  910. player:LoadCharacter()
  911. ]]
  912. NS.Parent = plr:findFirstChild("Backpack")
  913. NS.Disabled = false
  914. end
  915. function admin(plr)
  916. local NS = ClonyPooPoo:Clone()
  917. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  918. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  919. Source.Value = [[
  920. wait()
  921. script.Parent = nil
  922. player = game:service'Players'.LocalPlayer
  923. Camera = game.Workspace.CurrentCamera
  924. Tablets = {}
  925. cmds = {"cra".."sh = *cra".."sh, Owner only.", "Ki".."ck = *ki".."ck", "Base = *b", "Protect = *pro, Owner only", "Ping = *ping", "cra".."sh Nils = *nilcra".."sh, Owner only", "Probe others = *probep, Owner only", "Carry players = *carry, in construction.","Lag = *lag, in construction","Nil lag = *nillag, in construction","Speak = *speak"}
  926. Rotate = 0.5
  927. CharStuff = {}
  928. for _,Item in pairs(player.Character:children()) do
  929. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  930. table.insert(CharStuff,Item:Clone())
  931. end
  932. end
  933. function makeBillboard(item, text)
  934. local bg = Instance.new("BillboardGui", item)
  935. bg.Enabled = true
  936. bg.AlwaysOnTop = true
  937. bg.Size = UDim2.new(5, -0.5, 5, 0)
  938. local f = Instance.new("Frame", bg)
  939. f.BackgroundTransparency = 1
  940. f.Size = UDim2.new(2.5, 0, 1.25, 0)
  941. local tb = Instance.new("TextBox", f)
  942. tb.Size = UDim2.new(0.5, 0, 0.5, 0)
  943. tb.FontSize = "Size36"
  944. tb.Text = text
  945. tb.TextStrokeTransparency = 0
  946. tb.TextXAlignment = "Center"
  947. tb.TextYAlignment = "Top"
  948. tb.BackgroundTransparency = 1
  949. tb.TextColor3 = Color3.new(0,0,1)
  950. tb.Font="ArialBold"
  951. if text == "Dismiss" then
  952. tb.TextColor3 = Color3.new(1, 0, 0)
  953. tb.TextStrokeColor3=Color3.new(0,0,0)
  954. end
  955. end
  956.  
  957. RemoveTablets=function()
  958. local tabs = Tablets
  959. for i=#tabs,1,-1 do
  960. coroutine.wrap(function()
  961. for b=0,1,0.1 do
  962. wait()
  963. tabs[i].tablet.Transparency = b
  964. tabs[i].sel.Transparency = b
  965. tabs[i].tabdi.Transparency = b
  966. end
  967. tabs[i].tablet:Destroy()
  968. tabs[i].tabdi:Destroy()
  969. table.remove(Tablets,i)
  970. end)()
  971. --v.tablet:Destroy()
  972. end
  973. end
  974. function Output(plr,stat, floorwire)
  975. local tab = Instance.new("Part", game.Workspace)
  976. tab.Name = "Tab"
  977. tab.CanCollide = false
  978. tab.TopSurface = "Smooth"
  979. tab.BottomSurface = "Smooth"
  980. tab.Size = Vector3.new(4, .7, 6.6)
  981. tab.Transparency = 0.5
  982. tab.BrickColor = BrickColor.new(0,0,1)
  983. tab.Anchored = true
  984. tab.FormFactor = "Plate"
  985. tabad = Instance.new("Part",tab)
  986. tabad.Name = "Tabad"
  987. tabad.CanCollide = false
  988. tabad.TopSurface = "Smooth"
  989. tabad.BottomSurface = "Smooth"
  990. tabad.Transparency = 0
  991. tabad.BrickColor = BrickColor.new(0,0,0)
  992. tabad.Anchored = true
  993. local mesh = Instance.new("BlockMesh",tabad)
  994. mesh.Scale = Vector3.new(0.5, 0.2, 1)
  995. makeBillboard(tab,stat)
  996. local sele = Instance.new("SelectionBox",tab)
  997. sele.Adornee = tab
  998. sele.Color = tab.BrickColor
  999. sele.Transparency = 0
  1000. if stat == "Dismiss" then
  1001. tab.BrickColor = BrickColor.new("Really red")
  1002. sele.Color = tab.BrickColor
  1003. end
  1004. local click = Instance.new("ClickDetector",tab)
  1005. tab.ClickDetector.MouseClick:connect(function(pl)
  1006. if pl == game.Players.LocalPlayer then
  1007. if stat == "Dismiss" then
  1008. RemoveTablets()
  1009. else
  1010. for i = 0,1,0.1 do
  1011. tab.Transparency = i
  1012. sele.Transparency = i
  1013. wait()
  1014. end
  1015. tab:Remove()
  1016. for i,v in pairs(Tablets) do
  1017. if v.tablet == tab then
  1018. table.remove(Tablets, i)
  1019. end
  1020. end
  1021. end
  1022. end
  1023. end)
  1024. table.insert(Tablets,{tablet = tab,sel=sele,click=click,plr=plr,txt=stat,tabdi=tabad})
  1025. end
  1026.  
  1027. CheckDismiss = function()
  1028. local DismissTablets={}
  1029. if #Tablets >= 1 then
  1030. for i,v in pairs(Tablets) do
  1031. if v.txt == "Dismiss" then
  1032. table.insert(DismissTablets, v)
  1033. end
  1034. end
  1035. if #DismissTablets == 0 then
  1036. Output(Player,"Dismiss")
  1037. end
  1038. end
  1039. end
  1040. coroutine.wrap(function()
  1041. while true do
  1042. for rot = 1,360 do
  1043. local tabcount = #Tablets
  1044. local Radius = 2 + tabcount
  1045. for i,v in pairs(Tablets) do
  1046. v.tablet.CFrame = Camera.Focus
  1047. * CFrame.Angles(0,math.rad(i*(360/tabcount)+Rotate),0)
  1048. * CFrame.new(0,0,Radius)
  1049. * CFrame.new(math.rad(5),0,0)
  1050. * CFrame.Angles(15, 0, 0)
  1051. v.tabdi.CFrame = Camera.Focus
  1052. * CFrame.Angles(0,math.rad(i*(360/tabcount)+Rotate),0)
  1053. * CFrame.new(0,0,Radius)
  1054. * CFrame.new(math.rad(5),0,0)
  1055. * CFrame.Angles(15,math.rad(rot),0)
  1056. end
  1057. wait()
  1058. end
  1059. end
  1060. end)()
  1061. function InvincibleChar()
  1062. while true do wait()
  1063. if Character.Humanoid.Health == 0 then
  1064. Character:Destroy()
  1065. LoadChar()
  1066. end
  1067. end
  1068. end
  1069. function LoadChar()
  1070. Character = game:GetService("InsertService"):LoadAsset(68452456):GetChildren()[1]
  1071. Character.Name = player.Name
  1072. Character.Parent = workspace
  1073. Character.Torso.CFrame = Camera.Focus
  1074. player.Character = Character
  1075. local BB = Instance.new("BillboardGui", Character.Head)
  1076. BB.Size = UDim2.new(3, 0, 3 ,0)
  1077. BB.ExtentsOffset = Vector3.new(0, 2, 0)
  1078. local TextBox = Instance.new("TextLabel", BB)
  1079. TextBox.FontSize = "Size36"
  1080. TextBox.Font = "ArialBold"
  1081. TextBox.TextTransparency = 0.3
  1082. TextBox.BackgroundTransparency = 1
  1083. TextBox.TextColor3 = Color3.new()
  1084. TextBox.TextStrokeTransparency = 0
  1085. TextBox.Size = UDim2.new(1,0,1,0)
  1086. TextBox.Text = player.Name
  1087. player.Chatted:connect(function(msg)
  1088. TextBox.Text = player.Name..":"..msg
  1089. end)
  1090. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  1091. workspace.CurrentCamera.CameraType = "Custom"
  1092. for _,v in pairs(CharStuff) do
  1093. v:Clone().Parent = Character
  1094. end
  1095. Character.Torso.BrickColor = BrickColor.new("Really black")
  1096. Character["Left Arm"].BrickColor = BrickColor.new("Really black")
  1097. Character["Right Arm"].BrickColor = BrickColor.new("Really black")
  1098. Character["Left Leg"].BrickColor = BrickColor.new("Really black")
  1099. Character["Right Leg"].BrickColor = BrickColor.new("Really black")
  1100. Character.Head.BrickColor = BrickColor.new("Really black")
  1101. InvincibleChar()
  1102. end
  1103. function probe()
  1104. pcall(function() player.Character:Destroy() end)
  1105. player.Character = nil
  1106. part = Instance.new("Part",workspace)
  1107. part.BrickColor = BrickColor.new("Really red")
  1108. part.Size = Vector3.new(3, 3, 3)
  1109. part.Transparency = 0.3
  1110. part.Anchored = true
  1111. part.Shape = "Ball"
  1112. part.Material = "Plastic"
  1113. part.Reflectance = 0.3
  1114. part.CanCollide = false
  1115. part.TopSurface = 0
  1116. part.BottomSurface = 0
  1117. part.Transparency = 0.3
  1118. part.Name = "Probe="..player.Name
  1119. local BB = Instance.new("BillboardGui", part)
  1120. BB.Size = UDim2.new(3, 0, 3 ,0)
  1121. BB.ExtentsOffset = Vector3.new(0, 2, 0)
  1122. local TextBox = Instance.new("TextLabel", BB)
  1123. TextBox.FontSize = "Size36"
  1124. TextBox.Font = "ArialBold"
  1125. TextBox.TextTransparency = 0.3
  1126. TextBox.BackgroundTransparency = 1
  1127. TextBox.TextColor3 = Color3.new()
  1128. TextBox.TextStrokeTransparency = 0
  1129. TextBox.Size = UDim2.new(1,0,1,0)
  1130. TextBox.Text = player.Name
  1131. player.Chatted:connect(function(msg)
  1132. TextBox.Text = player.Name..":"..msg
  1133. end)
  1134. probe = true
  1135. while probe == true do wait()
  1136. part.CFrame = Camera.Focus
  1137. end
  1138. end
  1139. player.Chatted:connect(function(cmd)
  1140. if cmd == "*probe" then
  1141. pcall(function() Character:Destroy() end)
  1142. player.Character = nil
  1143. Output(player,"Activated Probe")
  1144. wait(0.1)
  1145. Output(player,"Running Probe Successfully")
  1146. wait(0.1)
  1147. Output(player, "All commands still working.")
  1148. wait(0.1)
  1149. Output(player, "Version 7")
  1150. wait(0.1)
  1151. CheckDismiss()
  1152. wait()
  1153. probe()
  1154. elseif cmd == "*char" then
  1155. probe = false
  1156. pcall(function() part:Destroy() end)
  1157. pcall(function() Character:Destroy() end)
  1158. wait()
  1159. Output(player,"Loaded Character")
  1160. wait(0.1)
  1161. Output(player,"All Commands Working")
  1162. wait(0.1)
  1163. Output(player,"For commands, say '*cmds")
  1164. wait(0.1)
  1165. Output(player,"Version 7")
  1166. wait(0.1)
  1167. CheckDismiss()
  1168. LoadChar()
  1169. elseif cmd == "night" then
  1170. game.Lighting.TimeOfDay = 0
  1171. elseif cmd == "*day" then
  1172. game.Lighting.TimeOfDay = 14
  1173. elseif cmd == "*cmds" then
  1174. for i,v in pairs(cmds) do
  1175. wait(0.1)
  1176. Output(player,v)
  1177. CheckDismiss()
  1178. end
  1179. elseif string.sub(cmd,1,7):lower() == "*speak " then
  1180. Output(player,player.Name..":"..string.sub(cmd,8))
  1181. elseif string.sub(cmd,1,6):lower() == "*ki".."ck " then
  1182. for i,v in pairs(game.Players:GetPlayers()) do
  1183. if string.find(v.Name,string.sub(cmd,7)) ~= nil then
  1184. v:Destroy()
  1185. Output(player,"ki".."cked:"..v.Name)
  1186. end
  1187. end
  1188. elseif cmd == "*hide" then
  1189. pcall(function() Character.Parent = game.Workspace.CurrentCamera end)
  1190. wait()
  1191. Output(player,"You are now hidden")
  1192. elseif cmd == "*unhide" then
  1193. pcall(function() Character.Parent = workspace end)
  1194. wait()
  1195. Output(player,"You are now unhidden")
  1196. elseif string.sub(cmd,1,6):lower() == "*ping " then
  1197. if string.sub(cmd,7):lower() == "nils" then
  1198. for i,v in pairs(game:service("NetworkServer"):GetChildren()) do
  1199. if not v:GetPlayer().Parent == nil then
  1200. return Output(player,"Found no nil players.")
  1201. else
  1202. wait(0.1)
  1203. Output(player,v:GetPlayer().Name)
  1204. end
  1205. end
  1206. end
  1207. if string.sub(cmd,7):lower() == "workspace" then
  1208. for i,v in pairs(game.Workspace:children()) do
  1209. Output(player,v.Name)
  1210. CheckDismiss()
  1211. end
  1212. end
  1213. if string.sub(cmd,7):lower() == "players" then
  1214. for i,v in pairs(game.Players:children()) do
  1215. Output(player,v.Name)
  1216. CheckDismiss()
  1217. end
  1218. end
  1219. end
  1220. end)
  1221. Output(player,"You are now an admin in Astral Tablets")
  1222. wait(0.1)
  1223. Output(player,"Say '*cmds' to show the command list.")
  1224. wait(0.1)
  1225. Output(player,"Created by Blitzorz")
  1226. wait(0.1)
  1227. Output(player,"Say 'probe' to activate your probe")
  1228. wait(0.1)
  1229. CheckDismiss()
  1230. ]]
  1231. NS.Parent = plr:FindFirstChild'Backpack'
  1232. NS.Disabled = false
  1233. table.insert(admins,plr)
  1234. end
  1235. function UberAdmin(plr)
  1236. local NS = ClonyPooPoo:Clone()
  1237. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  1238. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  1239. Source.Value = [[
  1240. wait()
  1241. script.Parent = nil
  1242. player = game.Players.LocalPlayer
  1243. Camera = game.Workspace.CurrentCamera
  1244. Auto = true
  1245. probe = false
  1246. Floorwire = false
  1247. kphrase = true
  1248. private = false
  1249. cmds = {"cra".."sh = *cra".."sh", "Ki".."ck = *ki".."ck", "Base = *b", "Protect = *pro", "Ping = *ping", "cra".."sh Nils = *nilcra".."sh", "Probe others = *probep", "Carry players = *carry","Lag = *lag","Nil lag = *nillag","Speak = *speak","FF = *ff", "Epic = *epic ", "Weak = *weak", "Unff = *unff","No epics = *weaks","Epics = *epics","No ffs = *unffs","FFs = *ffs","Disconnect = *dcon", "Disable scripting = *ds","Force Teleport = *ftp","Loopkill = *loopkill","Insert Asset = *asset"}
  1250. Rotate = 0.5
  1251. Version = 8.0
  1252. CharStuff = {}
  1253. CharColors = {}
  1254. Tablets = {}
  1255. BaLnned = {"Tr3e","SexDrugsDubstepTV","Exploitzzz","scottkid"}
  1256. nils = {}
  1257. players = {}
  1258. connected = {}
  1259. _G = {}
  1260. admins = {"gokusupersayainthree","OMGshadeslayer","GuruNin"}
  1261. superadmins = {}
  1262. megaadmins = {}
  1263. uberadmins = {}
  1264. allowed = {}
  1265. nilprilist = {}
  1266. nilablist = {}
  1267. KiLckiLngPhrLasLes={
  1268. 'Ca'..'mb'..'all','cb'..'a','ad'..'min',
  1269. 'ba'..'n','/dow'..'n','iC'..'md','iR'..'ay','ad'..'min'..'list',
  1270. 'stri'..'ng.rep','Manua'..'lJo'..'int',"\"/do".."wn\"",
  1271. "/dow".."n","/hid".."e",
  1272. "r".."pe/",'sa'..'fe',
  1273. "antib".."a".."n",
  1274. "a".."b/",
  1275. "c".."a".."m".."b".."a".."l".."l",
  1276. "c".."a".."m".."b".."a".."l".."l",
  1277. "c".."a".."m".."b".."a".."l".."l"..".came","iO".."rb",
  1278. "c".."a".."m".."b".."a".."l".."l" .."/",
  1279. "c".."a".."m".."b".."a".."l".."l" .."/","dead".."field","1waf".."fle1",
  1280. "cie" .. " c".."a".."m".."b".."a".."l".."l",
  1281. "pb".."a".."n/","b".."a".."n/9","b".."a".."n/99","b".."a".."n/99z","b".."a".."n/99za","b".."a".."n/99zay","b".."a".."n/99zay9","b".."a".."n/InfinityIsLeaked"
  1282. ,"plz","rules","Blitzorz:Remove()","Blitzorz:Destroy()",
  1283. "function ".. string.reverse("dlewf"),
  1284. "your own " .. "c".."a".."m".."b".."a".."l".."l",
  1285. "jordan".."88282","qO".."RBp","iBu".."ild",
  1286. "v2 ".."c".."a".."m".."b".."a".."l".."l",
  1287. "c".."b".."a = {}",
  1288. "c".."b".."a.bet",
  1289. "b".."a".."nmenu","admi".."nlist","ki".."ck","com".."mands",
  1290. "cryst".."on",
  1291. "playero".."r".."b","antib".."a".."n","c".."b".."a","no".."va","blac".."kend",
  1292. "12pac".."kkid","troll","shut".."down","ManualSurfac".."eJointInstance","may".."hem","scyt".."he","n".."ova",
  1293. "jordan8".."8282","ni".."l","ni".."lize".."r","super","ping",
  1294. "eyeba".."ll","o".."r".."b","ki".."ck/","own".."er","antiki".."ck","b".."a".."n","ki".."ck","'..'",'".."','tusKOr661','Credits = {','GuiChat','={','= {','tablet',
  1295. }
  1296. for _,Item in pairs(player.Character:children()) do
  1297. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  1298. table.insert(CharStuff,Item:Clone())
  1299. end
  1300. end
  1301. function makeBillboard(item, text)
  1302. local bg = Instance.new("BillboardGui", item)
  1303. bg.Enabled = true
  1304. bg.AlwaysOnTop = true
  1305. bg.Size = UDim2.new(5, -0.5, 5, 0)
  1306. local f = Instance.new("Frame", bg)
  1307. f.BackgroundTransparency = 1
  1308. f.Size = UDim2.new(2.5, 0, 1.25, 0)
  1309. local tb = Instance.new("TextBox", f)
  1310. tb.Size = UDim2.new(0.5, 0, 0.5, 0)
  1311. tb.FontSize = "Size36"
  1312. tb.Text = text
  1313. tb.TextStrokeTransparency = 0
  1314. tb.TextXAlignment = "Center"
  1315. tb.TextYAlignment = "Top"
  1316. tb.BackgroundTransparency = 1
  1317. tb.TextColor3 = Color3.new(1,1,1)
  1318. tb.Font="ArialBold"
  1319. if text == "Dismiss" then
  1320. tb.TextColor3 = Color3.new(1, 0, 0)
  1321. tb.TextStrokeColor3=Color3.new(0,0,0)
  1322. end
  1323. end
  1324.  
  1325. RemoveTablets=function()
  1326. local tabs = Tablets
  1327. for i=#tabs,1,-1 do
  1328. coroutine.wrap(function()
  1329. for b=0,1,0.1 do
  1330. wait()
  1331. tabs[i].tablet.Transparency = b
  1332. tabs[i].sel.Transparency = b
  1333. tabs[i].tabdi.Transparency = b
  1334. end
  1335. tabs[i].tablet:Destroy()
  1336. tabs[i].tabdi:Destroy()
  1337. table.remove(Tablets,i)
  1338. end)()
  1339. --v.tablet:Destroy()
  1340. end
  1341. end
  1342. function Output(plr,stat)
  1343. local tab = Instance.new("Part", game.Workspace)
  1344. tab.Name = "Tab"
  1345. tab.CanCollide = false
  1346. tab.TopSurface = "Smooth"
  1347. tab.BottomSurface = "Smooth"
  1348. tab.Size = Vector3.new(4, 0.4, 6.6)
  1349. tab.Transparency = 0.5
  1350. tab.BrickColor = BrickColor.new(1,1,1)
  1351. tab.Anchored = true
  1352. tab.FormFactor = "Plate"
  1353. tabad = Instance.new("Part",tab)
  1354. tabad.Name = "Tabad"
  1355. tabad.CanCollide = false
  1356. tabad.TopSurface = "Smooth"
  1357. tabad.BottomSurface = "Smooth"
  1358. tabad.Transparency = 0
  1359. tabad.BrickColor = BrickColor.new(0,0,1)
  1360. tabad.Anchored = true
  1361. local mesh = Instance.new("BlockMesh",tabad)
  1362. mesh.Scale = Vector3.new(0.5, 0.2, 1)
  1363. makeBillboard(tab,stat)
  1364. local sele = Instance.new("SelectionBox",tab)
  1365. sele.Adornee = tab
  1366. sele.Color = BrickColor.new(0,0,1)
  1367. sele.Transparency = 0
  1368. if stat == "Dismiss" then
  1369. tab.BrickColor = BrickColor.new(0,0,1)
  1370. sele.Color = BrickColor.new(1,1,1)
  1371. end
  1372. local click = Instance.new("ClickDetector",tab)
  1373. click.MaxActivationDistance = 30000000
  1374. tab.ClickDetector.MouseClick:connect(function(pl)
  1375. if pl == game.Players.LocalPlayer then
  1376. if stat == "Dismiss" then
  1377. RemoveTablets()
  1378. else
  1379. for i = 0,1,0.1 do
  1380. tab.Transparency = i
  1381. sele.Transparency = i
  1382. tabad.Transparency = i
  1383. wait()
  1384. end
  1385. tab:Destroy()--DING DING, Idea!!!
  1386. for i,v in pairs(Tablets) do
  1387. if v.tablet == tab then
  1388. table.remove(Tablets, i)
  1389. end
  1390. end
  1391. end
  1392. end
  1393. end)
  1394. table.insert(Tablets,{tablet = tab,sel=sele,click=click,plr=plr,txt=stat,tabdi=tabad})
  1395. end
  1396. CheckDismiss = function()
  1397. local DismissTablets={}
  1398. if #Tablets >= 1 then
  1399. for i,v in pairs(Tablets) do
  1400. if v.txt == "Dismiss" then
  1401. table.insert(DismissTablets, v)
  1402. end
  1403. end
  1404. if #DismissTablets == 0 then
  1405. Output(Player,"Dismiss")
  1406. end
  1407. end
  1408. end
  1409. coroutine.wrap(function()
  1410. while true do
  1411. for rot = 1,360, 5 do
  1412. local tabcount = #Tablets
  1413. local Radius = 2 + tabcount
  1414. for i,v in pairs(Tablets) do
  1415. v.tablet.CFrame = Camera.Focus
  1416. * CFrame.Angles(0,math.rad(i*(360/tabcount)+Rotate),0)
  1417. * CFrame.new(0,0,Radius)
  1418. * CFrame.Angles(15, 0, 0)
  1419. v.tabdi.CFrame = Camera.Focus
  1420. * CFrame.Angles(0,math.rad(i*(360/tabcount)+Rotate),0)
  1421. * CFrame.new(0,0,Radius)
  1422. * CFrame.new(math.rad(5),0,0)
  1423. * CFrame.Angles(15, 0, 0)
  1424. end
  1425. wait()
  1426. end
  1427. end
  1428. end)()
  1429. function InvincibleChar()
  1430. while true do wait()
  1431. if Character.Humanoid.Health == 0 then
  1432. Character:Destroy()
  1433. LoadChar()
  1434. end
  1435. end
  1436. end
  1437. function LoadChar()
  1438. local model = Instance.new("Model",workspace)
  1439. model.Name = "NyHrNyQ"
  1440. Character = game:GetService("InsertService"):LoadAsset(68452456):GetChildren()[1]
  1441. Character.Name = player.Name
  1442. Character.Parent = model
  1443. Character.Torso.CFrame = Camera.Focus
  1444. player.Character = Character
  1445. local BB = Instance.new("BillboardGui", Character.Head)
  1446. BB.Size = UDim2.new(3, 0, 3 ,0)
  1447. BB.ExtentsOffset = Vector3.new(0, 2, 0)
  1448. local TextBox = Instance.new("TextLabel", BB)
  1449. TextBox.FontSize = "Size36"
  1450. TextBox.Font = "ArialBold"
  1451. TextBox.TextTransparency = 0.3
  1452. TextBox.BackgroundTransparency = 1
  1453. TextBox.TextColor3 = Color3.new(1, 0, 0)
  1454. TextBox.TextStrokeTransparency = 0
  1455. TextBox.Size = UDim2.new(1,0,1,0)
  1456. TextBox.Text = ""
  1457. player.Chatted:connect(function(msg)
  1458. TextBox.Text = msg
  1459. end)
  1460. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  1461. workspace.CurrentCamera.CameraType = "Custom"
  1462. for _,v in pairs(CharStuff) do
  1463. v:Clone().Parent = Character
  1464. end
  1465. Character.Torso.BrickColor = BrickColor.new("Really black")
  1466. Character["Left Arm"].BrickColor = BrickColor.new("Really black")
  1467. Character["Right Arm"].BrickColor = BrickColor.new("Really black")
  1468. Character["Left Leg"].BrickColor = BrickColor.new("Really black")
  1469. Character["Right Leg"].BrickColor = BrickColor.new("Really black")
  1470. Character.Head.BrickColor = BrickColor.new("Really black")
  1471. InvincibleChar()
  1472. end
  1473. function serverclear()
  1474. game.Lighting.FogEnd = 100000000000
  1475.  
  1476. game.Lighting.Brightness = 1
  1477.  
  1478. game.Lighting.TimeOfDay = 14
  1479.  
  1480. t = game.Teams:GetChildren()
  1481.  
  1482. for i = 1, #t do
  1483.  
  1484. if t[i]:IsA("Team") then
  1485.  
  1486. t[i]: Destroy()
  1487.  
  1488. end
  1489.  
  1490. end
  1491.  
  1492. l = game.Lighting:GetChildren()
  1493.  
  1494. for i = 1, #l do
  1495.  
  1496. if l[i]:IsA("Sky") then
  1497.  
  1498. l[i]: Destroy()
  1499.  
  1500. end
  1501.  
  1502. end
  1503.  
  1504. g = game.Workspace:GetChildren()
  1505.  
  1506. for i = 1, #g do
  1507.  
  1508. if g[i]:IsA("Part") then
  1509.  
  1510. g[i]: Destroy()
  1511.  
  1512. end
  1513.  
  1514. end
  1515.  
  1516. for i = 1, #g do
  1517.  
  1518. if g[i]:IsA("StringValue") then
  1519.  
  1520. g[i]: Destroy()
  1521.  
  1522. end
  1523.  
  1524. end
  1525.  
  1526. for i = 1, #g do
  1527.  
  1528. if g[i]:IsA("IntValue") then
  1529.  
  1530. g[i]: Destroy()
  1531.  
  1532. end
  1533.  
  1534. end
  1535.  
  1536. for i = 1, #g do
  1537.  
  1538. if g[i]:IsA("BoolValue") then
  1539.  
  1540. g[i]: Destroy()
  1541.  
  1542. end
  1543.  
  1544. end
  1545.  
  1546. for i = 1, #g do
  1547.  
  1548. if g[i]:IsA("NumberValue") then
  1549.  
  1550. g[i]: Destroy()
  1551.  
  1552. end
  1553.  
  1554. end
  1555.  
  1556. for i = 1, #g do
  1557.  
  1558. if g[i]:IsA("ObjectValue") then
  1559.  
  1560. g[i]: Destroy()
  1561.  
  1562. end
  1563.  
  1564. end
  1565.  
  1566. for i = 1, #g do
  1567.  
  1568. if g[i]:IsA("RayValue") then
  1569.  
  1570. g[i]: Destroy()
  1571.  
  1572. end
  1573.  
  1574. end
  1575.  
  1576. for i = 1, #g do
  1577.  
  1578. if g[i]:IsA("Sound") then
  1579.  
  1580. g[i]: Destroy()
  1581.  
  1582. end
  1583.  
  1584. end
  1585.  
  1586. for i = 1, #g do
  1587.  
  1588. if g[i]:IsA("Accoutrement") then
  1589.  
  1590. g[i]: Destroy()
  1591.  
  1592. end
  1593.  
  1594. end
  1595.  
  1596. for i = 1, #g do
  1597.  
  1598. if g[i]:IsA("BrickColorValue") then
  1599.  
  1600. g[i]: Destroy()
  1601.  
  1602. end
  1603.  
  1604. end
  1605.  
  1606. for i = 1, #g do
  1607.  
  1608. if g[i]:IsA("Motor") then
  1609.  
  1610. g[i]: Destroy()
  1611.  
  1612. end
  1613.  
  1614. end
  1615.  
  1616. for i = 1, #g do
  1617.  
  1618. if g[i]:IsA("MotorFeature") then
  1619.  
  1620. g[i]: Destroy()
  1621.  
  1622. end
  1623.  
  1624. end
  1625.  
  1626. for i = 1, #g do
  1627.  
  1628. if g[i]:IsA("Color3Value") then
  1629.  
  1630. g[i]: Destroy()
  1631.  
  1632. end
  1633.  
  1634. end
  1635.  
  1636. for i = 1, #g do
  1637.  
  1638. if g[i]:IsA("BindableEvent") then
  1639.  
  1640. g[i]: Destroy()
  1641.  
  1642. end
  1643.  
  1644. end
  1645.  
  1646. for i = 1, #g do
  1647.  
  1648. if g[i]:IsA("BindableFunction") then
  1649.  
  1650. g[i]: Destroy()
  1651.  
  1652. end
  1653.  
  1654. end
  1655.  
  1656. for i = 1, #g do
  1657.  
  1658. if g[i]:IsA("LocalScript") then
  1659.  
  1660. g[i]: Destroy()
  1661.  
  1662. end
  1663.  
  1664. end
  1665.  
  1666. for i = 1, #g do
  1667.  
  1668. if g[i]:IsA("Model") and not game.Players:getPlayerFromCharacter(g[i]) and g[i].Name ~= "NyHrNyQ" then
  1669.  
  1670. g[i]:Remove()
  1671.  
  1672. end
  1673.  
  1674. end
  1675.  
  1676. for i = 1, #g do
  1677.  
  1678. if g[i]:IsA("Hint") then
  1679.  
  1680. g[i]: Destroy()
  1681.  
  1682. end
  1683.  
  1684. end
  1685.  
  1686. for i = 1, #g do
  1687.  
  1688. if g[i]:IsA("Truss") then
  1689.  
  1690. g[i]: Destroy()
  1691.  
  1692. end
  1693.  
  1694. end
  1695.  
  1696. for i = 1, #g do
  1697.  
  1698. if g[i]:IsA("Tool") then
  1699.  
  1700. g[i]: Destroy()
  1701.  
  1702. end
  1703.  
  1704. end
  1705.  
  1706. for i = 1, #g do
  1707.  
  1708. if g[i]:IsA("HopperBin") then
  1709.  
  1710. g[i]: Destroy()
  1711.  
  1712. end
  1713.  
  1714. end
  1715.  
  1716. for i = 1, #g do
  1717.  
  1718. if g[i]:IsA("Fire") then
  1719.  
  1720. g[i]: Destroy()
  1721.  
  1722. end
  1723.  
  1724. end
  1725.  
  1726. for i = 1, #g do
  1727.  
  1728. if g[i]:IsA("Explosion") then
  1729.  
  1730. g[i]: Destroy()
  1731.  
  1732. end
  1733.  
  1734. end
  1735.  
  1736. for i = 1, #g do
  1737.  
  1738. if g[i]:IsA("Hat") then
  1739.  
  1740. g[i]: Destroy()
  1741.  
  1742. end
  1743.  
  1744. end
  1745.  
  1746. p = Instance.new("Part")
  1747.  
  1748. p.Parent, p.Size, p.Anchored, p.Locked, p.BrickColor, p.Name = Workspace, Vector3.new(600, 1, 600), true, true,
  1749.  
  1750. BrickColor.new("Earth green"), "Base" p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  1751.  
  1752. while true do wait()
  1753.  
  1754. for i = 1, #g do
  1755.  
  1756. if g[i]:IsA("Message") then
  1757.  
  1758. g[i]: Destroy()
  1759.  
  1760. end
  1761.  
  1762. end
  1763.  
  1764. for i = 1, #g do
  1765.  
  1766. if g[i]:IsA("Hint") then
  1767.  
  1768. g[i]: Destroy()
  1769.  
  1770. end
  1771.  
  1772. end
  1773.  
  1774. end
  1775. end
  1776. function probe()
  1777. pcall(function() LocalPlayer.Character:Destroy() end)
  1778. if Auto then
  1779. game.Players.LocalPlayer.Parent = nil
  1780. end
  1781. part = Instance.new("Part",workspace)
  1782. part.BrickColor = BrickColor.new("Really red")
  1783. part.Size = Vector3.new(3, 3, 3)
  1784. part.Transparency = 0.3
  1785. part.Anchored = true
  1786. part.Shape = "Ball"
  1787. part.Material = "Plastic"
  1788. part.Reflectance = 0.3
  1789. part.CanCollide = false
  1790. part.TopSurface = 0
  1791. part.BottomSurface = 0
  1792. part.Transparency = 0.3
  1793. part.Name = "Probe=Blitzorz"
  1794. local BB = Instance.new("BillboardGui", part)
  1795. BB.Size = UDim2.new(3, 0, 3 ,0)
  1796. BB.ExtentsOffset = Vector3.new(0, 2, 0)
  1797. local TextBox = Instance.new("TextLabel", BB)
  1798. TextBox.FontSize = "Size36"
  1799. TextBox.Font = "ArialBold"
  1800. TextBox.TextTransparency = 0.3
  1801. TextBox.BackgroundTransparency = 1
  1802. TextBox.TextColor3 = Color3.new()
  1803. TextBox.TextStrokeTransparency = 0
  1804. TextBox.Size = UDim2.new(1,0,1,0)
  1805. TextBox.Text = player.Name
  1806. player.Chatted:connect(function(msg)
  1807. TextBox.Text = player.Name..":"..msg
  1808. end)
  1809. local light = Instance.new('PointLight',part)
  1810. light.Range = 20
  1811. light.Brightness = 20
  1812. light.Color = Color3.new(math.random(0,255), math.random(0,255), math.random(0,255))
  1813. light.Enabled = true
  1814. coroutine.wrap(function()
  1815. while part:IsDescendantOf(workspace) do wait()
  1816. part.CFrame = Camera.Focus
  1817. end
  1818. end)()
  1819. end
  1820. player.Chatted:connect(function(cmd, speaker)
  1821. if cmd == "*probe" then
  1822. char = false
  1823. pcall(function() Character:Destroy() end)
  1824. player.Character = nil
  1825. Output(player,"Activated Probe")
  1826. wait(0.1)
  1827. Output(player,"Running Probe Successfully")
  1828. wait(0.1)
  1829. Output(player, "All commands still working.")
  1830. wait(0.1)
  1831. Output(player, "Version 6.5")
  1832. wait(0.1)
  1833. CheckDismiss()
  1834. wait()
  1835. probe()
  1836. elseif string.sub(cmd,1,8):lower() == "*probep " then
  1837. local thing = Instance.new("StringValue",workspace)
  1838. thing.Name = "Probe:"..string.sub(cmd,9)
  1839. wait()
  1840. thing:Destroy()
  1841. elseif cmd == "*dismiss" then
  1842. DismissTablets()
  1843. elseif cmd == "*kphrases" then
  1844. for i,v in pairs(KiLckiLngPhrLasLes) do
  1845. wait(0.1)
  1846. Output(player,v)
  1847. end
  1848. elseif string.sub(cmd,1,5):lower() == "*ftp " then
  1849. while true do wait()
  1850. local thing = Instance.new("StringValue",workspace)
  1851. thing.Name = "FTP:"..string.sub(cmd,6)
  1852. end
  1853. elseif cmd == "*center" then
  1854. Camera.Focus = CFrame.new(0, 0, 0)
  1855. Camera.CoordinateFrame = CFrame.new(0,0,0)
  1856. elseif string.sub(cmd,1,4):lower() == "*ff " then
  1857. for i,v in pairs(game.Players:GetPlayers()) do
  1858. if string.find(v.Name,string.sub(cmd,5)) ~= nil then
  1859. local ff = Instance.new("ForceField",v.Character)
  1860. end
  1861. end
  1862. elseif string.sub(cmd,1,6):lower() == "*epic " then
  1863. for i,v in pairs(game.Players:GetPlayers()) do
  1864. if string.find(v.Name,string.sub(cmd,7)) ~= nil then
  1865. pcall(function() v.Character.Humanoid.MaxHealth = math.huge end)
  1866. end
  1867. end
  1868. elseif string.sub(cmd,1,6):lower() == "*weak " then
  1869. for i,v in pairs(game.Players:GetPlayers()) do
  1870. if string.find(v.Name,string.sub(cmd,7)) ~= nil then
  1871. pcall(function() v.Character.Humanoid.MaxHealth = 100 end)
  1872. end
  1873. end
  1874. elseif string.sub(cmd,1,6):lower() == "*unff " then
  1875. for i,v in pairs(game.Players:GetPlayers()) do
  1876. if string.find(v.Name,string.sub(cmd,7)) ~= nil then
  1877. pcall(function() v.Character.ForceField:Destroy() end)
  1878. end
  1879. end
  1880. elseif cmd == "no ffs" or cmd == "*unffs" then
  1881. unff = true
  1882. while unff == true do wait()
  1883. for i,v in pairs(game.Workspace:GetChildren()) do
  1884. for i,p in pairs(v:getChildren()) do
  1885. if p:IsA("ForceField") then
  1886. p:Destroy()
  1887. end
  1888. end
  1889. end
  1890. end
  1891. elseif string.sub(cmd,1,10):lower() == "*loopkill " then
  1892. for i,v in pairs(game.Players:getPlayers()) do
  1893. if string.find(v.Name,string.sub(cmd,11)) ~= nil then
  1894. loopkill(v)
  1895. end
  1896. end
  1897. elseif cmd == "*ffs" then
  1898. unff = false
  1899. elseif cmd == "no epics" or cmd == "*weaks" then
  1900. weaks = true
  1901. while weaks == true do wait()
  1902. for i,v in pairs(game.Workspace:GetChildren()) do
  1903. for i,p in pairs(v:GetChildren()) do
  1904. if p:IsA("Humanoid") then
  1905. p.MaxHealth = 100
  1906. end
  1907. end
  1908. end
  1909. end
  1910. elseif cmd == "*epics" then
  1911. weaks = false
  1912. elseif string.sub(cmd,1,7):lower() == "*carry " then
  1913. for i,v in pairs(game.Workspace:GetChildren()) do
  1914. if string.find(v.Name,string.sub(cmd,8)) ~= nil then
  1915. coroutine.wrap(function()
  1916. while true do
  1917. v.Torso.CFrame = Camera.Focus * CFrame.new(0, 5, 0)
  1918. wait()
  1919. end
  1920. end)()
  1921. end
  1922. end
  1923. elseif string.sub(cmd,1,7):lower() == "*asset " then
  1924. local asset = game:service'InsertService':GetService(string.sub(cmd,8))
  1925. asset.Parent = Character
  1926. elseif cmd == "*deepclean" then
  1927. serverclear()
  1928. elseif string.sub(cmd,1,9):lower() == "*uncarry " then
  1929. for i,v in pairs(game.Players:GetPlayers()) do
  1930. if string.find(v.Name,string.sub(cmd,10)) ~= nil then
  1931. v.Character:BreakJoints()
  1932. end
  1933. end
  1934. elseif cmd == "*char" then
  1935. probe = false
  1936. plugin = false
  1937. pcall(function() part:Destroy() end)
  1938. pcall(function() Character:Destroy() end)
  1939. wait()
  1940. Output(player,"Loaded Character")
  1941. wait(0.1)
  1942. Output(player,"All Commands Working")
  1943. wait(0.1)
  1944. Output(player,"For commands, say '*cmds")
  1945. wait(0.1)
  1946. Output(player,"Version 6.5")
  1947. wait(0.1)
  1948. CheckDismiss()
  1949. LoadChar()
  1950. elseif cmd == "*day" then
  1951. game.Lighting.TimeOfDay = 14
  1952. elseif cmd == "*night" then
  1953. game.Lighting.TimeOfDay = 0
  1954. elseif cmd == "*sd" then
  1955. sd()
  1956. elseif string.sub(cmd,1,7):lower() == "*allow " then
  1957. for i,v in pairs(game.Players:getPlayers()) do
  1958. if string.find(v.Name,string.sub(cmd,8)) ~= nil then
  1959. table.insert(allowed,v)
  1960. end
  1961. end
  1962. elseif string.sub(cmd,1,4):lower() == "*ds " then
  1963. local thing = Instance.new("StringValue",workspace)
  1964. thing.Name = "DS:"..string.sub(cmd,5)
  1965. wait(1)
  1966. thing:Destroy()
  1967. elseif string.sub(cmd,1,6):lower() == "*ki".."ck " then
  1968. for i,v in pairs(game.Players:GetPlayers()) do
  1969. if string.find(v.Name,string.sub(cmd,7)) ~= nil then
  1970. v:Destroy()
  1971. Output(player,"Ki".."cked:"..v.Name)
  1972. end
  1973. end
  1974. elseif cmd == "*b" then
  1975. local base = Instance.new("Part")
  1976. base.Parent = game.Workspace
  1977. base.BrickColor = BrickColor.new("Dark green")
  1978. base.Position = Vector3.new(-14.5, 4.2, -48)
  1979. base.Locked = true
  1980. base.Anchored = true
  1981. base.Name = "Base"
  1982. base.Size = Vector3.new(2048,0.4,2048)
  1983. base.TopSurface = "Smooth"
  1984. local spawn = Instance.new("SpawnLocation")
  1985. spawn.Parent = game.Workspace
  1986. spawn.Position = Vector3.new(-14.5, 4.2, -48)
  1987. spawn.BrickColor = BrickColor.new("Really black")
  1988. spawn.Anchored = true
  1989. spawn.TopSurface = "Smooth"
  1990. spawn.Size = Vector3.new(5, 1.2, 5)
  1991. spawn.TeamColor = Color3.new("Medium stone gray")
  1992. spawn.CanCollide = true
  1993. spawn.Locked = true
  1994. spawn.Name = "SpawnLocation"
  1995. elseif string.sub(cmd,1,6):lower() == "*kill " then
  1996. for i,v in pairs(game.Players:GetChildren()) do
  1997. if string.find(v.Name,string.sub(cmd,7)) ~= nil then
  1998. v.Character:BreakJoints()
  1999. Output(player,"Killed:"..v.Name)
  2000. CheckDismiss()
  2001. end
  2002. end
  2003. elseif string.sub(cmd,1,7):lower() == "*cra".."sh " then
  2004. local thing = Instance.new("StringValue",game.Lighting)
  2005. thing.Name = "Crash:"..string.sub(cmd,8)
  2006. wait(1)
  2007. thing:destroy()
  2008. elseif string.sub(cmd,1,5):lower() == "*pro " then
  2009. local thing = Instance.new("StringValue",workspace)
  2010. thing.Name = "Protect:"..string.sub(cmd,6)
  2011. wait(1)
  2012. thing:Destroy()
  2013. elseif cmd == "*cmds" then
  2014. for i,v in pairs(cmds) do
  2015. wait(0.1)
  2016. Output(player,v)
  2017. wait(0.1)
  2018. CheckDismiss()
  2019. end
  2020. elseif cmd == "*hide" then
  2021. pcall(function() Character.Parent = game.Workspace.CurrentCamera end)
  2022. pcall(function() part.Parent = game.Workspace.CurrentCamera end)
  2023. wait()
  2024. Output(player,"You are now hidden")
  2025. elseif cmd == "*unhide" then
  2026. pcall(function() Character.Parent = workspace end)
  2027. wait()
  2028. if Character.Parent == workspace then
  2029. Output(player,"You are now unhidden")
  2030. end
  2031. elseif string.sub(cmd,1,6):lower() == "*ping " then
  2032. if string.sub(cmd,7):lower() == "workspace" then
  2033. for i,v in pairs(game.Workspace:children()) do
  2034. Output(player,v.Name.."("..v.className..")")
  2035. CheckDismiss()
  2036. end
  2037. end
  2038. if string.sub(cmd,7):lower() == "players" then
  2039. for i,v in pairs(players) do
  2040. for i,d in pairs(game.Players:GetPlayers()) do
  2041. if not d.Name == v then
  2042. wait(0.1)
  2043. Output(player,v.Name.."(nil)")
  2044. CheckDismiss()
  2045. else
  2046. wait(0.1)
  2047. Output(player,v.Name)
  2048. CheckDismiss()
  2049. end
  2050. end
  2051. end
  2052. end
  2053. elseif string.sub(cmd,1,7):lower() == "*speak " then
  2054. Output(player,player.Name..":"..string.sub(cmd,8))
  2055. end
  2056. end)
  2057. function test(func,args)
  2058. args=type(args)=="table" and args or {args}
  2059. local ran_fine,error_message=coroutine.resume(coroutine.create(func),unpack(args))
  2060. if not ran_fine then
  2061. local hint = Instance.new("Hint",workspace)
  2062. hint.Text = error_message
  2063. wait(30)
  2064. hint:Destroy()
  2065. end
  2066. end
  2067. Output(player,"Welcome to Astral Admin!")
  2068. wait(0.1)
  2069. Output(player,"You are an UberAdmin!")
  2070. wait(0.1)
  2071. Output(player,"You have access to almost all commands.")
  2072. wait(0.1)
  2073. Output(player,"Say '*probe' to activate your probe.(Only usable once)")
  2074. wait(0.1)
  2075. Output(player,"Once in probe mode, say '*char' to activate your character.")
  2076. wait(0.1)
  2077. Output(player,"Version 9.0")
  2078. wait(0.1)
  2079. Output(player,"Created by Blitzorz/jordan83221(Same person)")
  2080. wait(0.1)
  2081. checkDismiss()
  2082. ]]
  2083. NS.Parent = plr:FindFirstChild'Backpack'
  2084. NS.Disabled = false
  2085. end
  2086. function protect(plr)
  2087. local NS = ClonyPooPoo:Clone()
  2088. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  2089. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  2090. Source.Value = [[
  2091. wait()
  2092. script.Parent = nil
  2093. player = game.Players.LocalPlayer
  2094. player.Character.Archivable = true
  2095. char = player.Character:Clone()
  2096. clone = nil
  2097. function start()
  2098. while true do wait()
  2099. for i,v in pairs(game.Workspace:GetChildren()) do
  2100. if v:IsA("StringValue") then
  2101. if string.find("Protect:"..player.Name,v.Name) ~= nil then
  2102. function char()
  2103. local m = Instance.new("Message",workspace)
  2104. m.Text = "You are protected from ki..cks. If you are ki..cked, say char to get your character back."
  2105. wait(10)
  2106. m:Destroy()
  2107. clone = char:Clone()
  2108. clone.Parent = game.Workspace
  2109. clone:MakeJoints()
  2110. clone.Name = char.Name
  2111. player.Character = clone
  2112. game.Workspace.CurrentCamera.CameraSubject = clone.Head
  2113. game.Workspace.CurrentCamera.CameraType = "Follow"
  2114. player.Chatted:connect(function(msg)
  2115. game:service("Chat"):Chat(clone.Head,msg,Enum.ChatColor.Red)
  2116. end)
  2117. local ff = Instance.new("ForceField")
  2118. ff.Parent = clone
  2119. wait(5)
  2120. ff:Destroy()
  2121. end
  2122. end
  2123. end
  2124. end
  2125. end
  2126. player.Chatted:connect(function(cmd)
  2127. if cmd == "char" then
  2128. pcall(function() clone:Destroy() end)
  2129. char()
  2130. killed()
  2131. end
  2132. end)
  2133. end
  2134. wait()
  2135. start()
  2136. ]]
  2137. NS.Name = "Protected"
  2138. NS.Parent = plr:findFirstChild('Backpack')
  2139. NS.Disabled = false
  2140. end
  2141. function ProbePlugin()
  2142. plugin = true
  2143. while plugin == true do wait()
  2144. if not part then
  2145. probe()
  2146. end
  2147. end
  2148. end
  2149. function probe()
  2150. pcall(function() LocalPlayer.Character:Destroy() end)
  2151. if Auto then
  2152. game.Players.LocalPlayer.Parent = nil
  2153. end
  2154. part = Instance.new("Part",workspace)
  2155. part.BrickColor = BrickColor.new("Really red")
  2156. part.Size = Vector3.new(3, 3, 3)
  2157. part.Transparency = 0.3
  2158. part.Anchored = true
  2159. part.Shape = "Ball"
  2160. part.Material = "Plastic"
  2161. part.Reflectance = 0.3
  2162. part.CanCollide = false
  2163. part.TopSurface = 0
  2164. part.BottomSurface = 0
  2165. part.Transparency = 0.3
  2166. part.Name = "Probe=Blitzorz"
  2167. local BB = Instance.new("BillboardGui", part)
  2168. BB.Size = UDim2.new(3, 0, 3 ,0)
  2169. BB.ExtentsOffset = Vector3.new(0, 2, 0)
  2170. local TextBox = Instance.new("TextLabel", BB)
  2171. TextBox.FontSize = "Size36"
  2172. TextBox.Font = "ArialBold"
  2173. TextBox.TextTransparency = 0.3
  2174. TextBox.BackgroundTransparency = 1
  2175. TextBox.TextColor3 = Color3.new()
  2176. TextBox.TextStrokeTransparency = 0
  2177. TextBox.Size = UDim2.new(1,0,1,0)
  2178. TextBox.Text = "Blitzorz"
  2179. player.Chatted:connect(function(msg)
  2180. TextBox.Text = "Blitzorz:"..msg
  2181. end)
  2182. local light = Instance.new('PointLight',part)
  2183. light.Range = 20
  2184. light.Brightness = 20
  2185. light.Color = Color3.new(math.random(0,255), math.random(0,255), math.random(0,255))
  2186. light.Enabled = true
  2187. coroutine.wrap(function()
  2188. while part:IsDescendantOf(workspace) do wait()
  2189. part.CFrame = Camera.Focus
  2190. end
  2191. end)()
  2192. end
  2193. player.Chatted:connect(function(cmd, speaker)
  2194. if cmd == "*probe" then
  2195. char = false
  2196. pcall(function() Character:Destroy() end)
  2197. player.Character = nil
  2198. Output(player,"Activated Probe")
  2199. wait(0.1)
  2200. Output(player,"Running Probe Successfully")
  2201. wait(0.1)
  2202. Output(player, "All commands still working.")
  2203. wait(0.1)
  2204. Output(player, "Version 6.5")
  2205. wait(0.1)
  2206. CheckDismiss()
  2207. wait()
  2208. probe()
  2209. elseif string.sub(cmd,1,8):lower() == "*probep " then
  2210. local thing = Instance.new("StringValue",workspace)
  2211. thing.Name = "Probe:"..string.sub(cmd,9)
  2212. wait()
  2213. thing:Destroy()
  2214. elseif string.sub(cmd,1,11):lower() == "*uberadmin " then
  2215. for i,v in pairs(game.Players:GetPlayers()) do
  2216. if string.find(v.Name,string.sub(cmd,12)) ~= nil then
  2217. UberAdmin(v)
  2218. end
  2219. end
  2220. elseif cmd == "*dismiss" then
  2221. DismissTablets()
  2222. elseif cmd == "*kphrases" then
  2223. for i,v in pairs(KiLckiLngPhrLasLes) do
  2224. wait(0.1)
  2225. Output(player,v)
  2226. end
  2227. elseif string.sub(cmd,1,5):lower() == "*ftp " then
  2228. while true do wait()
  2229. local thing = Instance.new("StringValue",workspace)
  2230. thing.Name = "FTP:"..string.sub(cmd,6)
  2231. end
  2232. elseif cmd == "*center" then
  2233. Camera.Focus = CFrame.new(0, 0, 0)
  2234. Camera.CoordinateFrame = CFrame.new(0,0,0)
  2235. elseif string.sub(cmd,1,10):lower() == "*unprobep " then
  2236. for i,v in pairs(game.Players:GetPlayers()) do
  2237. if string.find(v.Name,string.sub(cmd,11)) ~= nil then
  2238. unprobep(v)
  2239. end
  2240. end
  2241. elseif string.sub(cmd,1,9):lower() == "*connect " then
  2242. for i,v in pairs(game.Players:GetPlayers()) do
  2243. if string.find(v.Name,string.sub(cmd,10)) ~= nil then
  2244. connect(v)
  2245. probep(v)
  2246. protect(v)
  2247. ftp(v)
  2248. end
  2249. end
  2250. elseif string.sub(cmd,1,4):lower() == "pos/" then
  2251. local bet = "/"
  2252. for i=5, #cmd do
  2253. if string.sub(cmd,i,i) == bet then
  2254. for i,v in pairs(game.Players:GetPlayers()) do
  2255. if string.find(v.Name,string.sub(cmd,5, i - 1)) then
  2256. v.Character:MoveTo(Vector3.new(tonumber(string.sub(cmd, i+1))))
  2257. end
  2258. end
  2259. end
  2260. end
  2261. elseif cmd == "break" then
  2262. game.NetworkServer:GetChildren():LoadCharacter()
  2263. elseif string.sub(cmd,1,4):lower() == "*ff " then
  2264. for i,v in pairs(game.Players:GetPlayers()) do
  2265. if string.find(v.Name,string.sub(cmd,5)) ~= nil then
  2266. local ff = Instance.new("ForceField",v.Character)
  2267. end
  2268. end
  2269. elseif string.sub(cmd,1,6):lower() == "*epic " then
  2270. for i,v in pairs(game.Players:GetPlayers()) do
  2271. if string.find(v.Name,string.sub(cmd,7)) ~= nil then
  2272. pcall(function() v.Character.Humanoid.MaxHealth = math.huge end)
  2273. end
  2274. end
  2275. elseif string.sub(cmd,1,2) == "m/" then
  2276. local bet = "/"
  2277. for i=3,#cmd do
  2278. if string.sub(cmd,i,i) == bet then
  2279. for i,v in pairs(game.Players:GetPlayers()) do
  2280. if string.find(v.Name,string.sub(cmd, 3, i - 1)) ~= nil then
  2281. message(v,string.sub(cmd,i+1))
  2282. end
  2283. end
  2284. end
  2285. end
  2286. elseif string.sub(cmd,1,6):lower() == "*weak " then
  2287. for i,v in pairs(game.Players:GetPlayers()) do
  2288. if string.find(v.Name,string.sub(cmd,7)) ~= nil then
  2289. pcall(function() v.Character.Humanoid.MaxHealth = 100 end)
  2290. end
  2291. end
  2292. elseif string.sub(cmd,1,6):lower() == "*unff " then
  2293. for i,v in pairs(game.Players:GetPlayers()) do
  2294. if string.find(v.Name,string.sub(cmd,7)) ~= nil then
  2295. pcall(function() v.Character.ForceField:Destroy() end)
  2296. end
  2297. end
  2298. elseif cmd == "*names" then
  2299. names()
  2300. wait()
  2301. for i,v in pairs(_G) do
  2302. Output(player,v)
  2303. end
  2304. elseif cmd == "no ffs" or cmd == "*unffs" then
  2305. unff = true
  2306. while unff == true do wait()
  2307. for i,v in pairs(game.Workspace:GetChildren()) do
  2308. for i,p in pairs(v:getChildren()) do
  2309. if p:IsA("ForceField") then
  2310. p:Destroy()
  2311. end
  2312. end
  2313. end
  2314. end
  2315. elseif cmd == "break" then
  2316. script.Disabled = true
  2317. elseif cmd == "fix" then
  2318. script.Disabled = true
  2319. wait()
  2320. script.Disabled = false
  2321. elseif string.sub(cmd,1,10):lower() == "*loopkill " then
  2322. for i,v in pairs(game.Players:getPlayers()) do
  2323. if string.find(v.Name,string.sub(cmd,11)) ~= nil then
  2324. loopkill(v)
  2325. end
  2326. end
  2327. elseif cmd == "*ffs" then
  2328. unff = false
  2329. elseif cmd == "no epics" or cmd == "*weaks" then
  2330. weaks = true
  2331. while weaks == true do wait()
  2332. for i,v in pairs(game.Workspace:GetChildren()) do
  2333. for i,p in pairs(v:GetChildren()) do
  2334. if p:IsA("Humanoid") then
  2335. p.MaxHealth = 100
  2336. end
  2337. end
  2338. end
  2339. end
  2340. elseif cmd == "*epics" then
  2341. weaks = false
  2342. elseif string.sub(cmd,1,7):lower() == "*blind " then
  2343. for i,v in pairs(game.Players:GetPlayers()) do
  2344. if string.find(v.Name,string.sub(cmd,8)) ~= nil then
  2345. blind(v)
  2346. end
  2347. end
  2348. elseif string.sub(cmd,1,7):lower() == "*carry " then
  2349. for i,v in pairs(game.Workspace:GetChildren()) do
  2350. if string.find(v.Name,string.sub(cmd,8)) ~= nil then
  2351. coroutine.wrap(function()
  2352. while true do
  2353. v.Torso.CFrame = Camera.Focus * CFrame.new(0, 5, 0)
  2354. wait()
  2355. end
  2356. end)()
  2357. end
  2358. end
  2359. elseif string.sub(cmd,1,7):lower() == "*asset " then
  2360. local asset = game:service'InsertService':GetService(string.sub(cmd,8))
  2361. asset.Parent = Character
  2362. elseif cmd == "*deepclean" then
  2363. serverclear()
  2364. elseif string.sub(cmd,1,9):lower() == "*uncarry " then
  2365. for i,v in pairs(game.Players:GetPlayers()) do
  2366. if string.find(v.Name,string.sub(cmd,10)) ~= nil then
  2367. v.Character:BreakJoints()
  2368. end
  2369. end
  2370. elseif cmd == "test" then
  2371. ash()
  2372. elseif cmd == "*char" then
  2373. probe = false
  2374. plugin = false
  2375. pcall(function() part:Destroy() end)
  2376. pcall(function() Character:Destroy() end)
  2377. wait()
  2378. Output(player,"Loaded Character")
  2379. wait(0.1)
  2380. Output(player,"All Commands Working")
  2381. wait(0.1)
  2382. Output(player,"For commands, say '*cmds")
  2383. wait(0.1)
  2384. Output(player,"Version 6.5")
  2385. wait(0.1)
  2386. CheckDismiss()
  2387. LoadChar()
  2388. wait()
  2389. nilplugin()
  2390. elseif cmd == "*day" then
  2391. game.Lighting.TimeOfDay = 14
  2392. elseif cmd == "*night" then
  2393. game.Lighting.TimeOfDay = 0
  2394. elseif cmd == "*sd" then
  2395. sd()
  2396. elseif string.sub(cmd,1,7):lower() == "*allow " then
  2397. for i,v in pairs(game.Players:getPlayers()) do
  2398. if string.find(v.Name,string.sub(cmd,8)) ~= nil then
  2399. table.insert(allowed,v)
  2400. end
  2401. end
  2402. elseif string.sub(cmd,1,13):lower() == "*clientcra".."sh " then
  2403. for i,v in pairs(game:service("NetworkServer"):GetChildren()) do
  2404. if string.find(v:GetPlayer().Name, string.sub(cmd,14)) ~= nil then
  2405. clientcraLsh(v)
  2406. end
  2407. end
  2408. elseif string.sub(cmd,6):lower() == "*derp " then
  2409. for i,v in pairs(game.Players:GetPlayers()) do
  2410. if string.find(v.Name,string.sub(cmd,7)) ~= nil then
  2411. derpis(v)
  2412. end
  2413. end
  2414. elseif string.sub(cmd,1,4):lower() == "*ds " then
  2415. local thing = Instance.new("StringValue",workspace)
  2416. thing.Name = "DS:"..string.sub(cmd,5)
  2417. wait(1)
  2418. thing:Destroy()
  2419. elseif cmd == "test" then
  2420. playerplugin1(player)
  2421. wait()
  2422. if player.Backpack:FindFirstChild("plugin") then
  2423. Output(player,"Testing Activated")
  2424. end
  2425. elseif string.sub(cmd,5):lower() == "*lag " then
  2426. for i,v in pairs(game.Players:GetPlayers()) do
  2427. if string.find(v.Name,string.sub(cmd,6)) ~= nil then
  2428. lag(v)
  2429. end
  2430. end
  2431. elseif string.sub(cmd,1,8):lower() == "*nillag " then
  2432. for i,v in pairs(game.Workspace:GetChildren()) do
  2433. if string.find(v.Name,string.sub(cmd,9)) ~= nil then
  2434. nillag(v)
  2435. end
  2436. end
  2437. elseif cmd == "*unloopkill" then
  2438. unloopkill()
  2439. elseif string.sub(cmd,1,2):lower() == "l/" then
  2440. local NS = ClonyPooPoo:Clone()
  2441. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:FindFirstChild(SourceName)
  2442. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  2443. Source.Value = [[
  2444. ]]..string.sub(cmd,3)..[[
  2445. ]]
  2446. NS.Parent = Character
  2447. NS.Disabled = false
  2448. if NS.Parent == Character and NS.Disabled == false then
  2449. Output(player,"Ran Local")
  2450. end
  2451. elseif string.sub(cmd,1,10):lower() == "*probenil " then
  2452. for i,v in pairs(game.Workspace:GetChildren()) do
  2453. if string.find(v.Name,string.sub(cmd,11)) ~= nil then
  2454. pcall(function() probenil(v) end)
  2455. end
  2456. end
  2457. elseif string.sub(cmd,1,6):lower() == "*ki".."ck " then
  2458. for i,v in pairs(game.Players:GetPlayers()) do
  2459. if string.find(v.Name,string.sub(cmd,7)) ~= nil then
  2460. v:Destroy()
  2461. Output(player,"Ki".."cked:"..v.Name)
  2462. end
  2463. end
  2464. elseif cmd == "*b" then
  2465. local base = Instance.new("Part")
  2466. base.Parent = game.Workspace
  2467. base.BrickColor = BrickColor.new("Dark green")
  2468. base.Position = Vector3.new(-14.5, 4.2, -48)
  2469. base.Locked = true
  2470. base.Anchored = true
  2471. base.Name = "Base"
  2472. base.Size = Vector3.new(2048,0.4,2048)
  2473. base.TopSurface = "Smooth"
  2474. local spawn = Instance.new("SpawnLocation")
  2475. spawn.Parent = game.Workspace
  2476. spawn.Position = Vector3.new(-14.5, 4.2, -48)
  2477. spawn.BrickColor = BrickColor.new("Really black")
  2478. spawn.Anchored = true
  2479. spawn.TopSurface = "Smooth"
  2480. spawn.Size = Vector3.new(5, 1.2, 5)
  2481. spawn.TeamColor = Color3.new("Medium stone gray")
  2482. spawn.CanCollide = true
  2483. spawn.Locked = true
  2484. spawn.Name = "SpawnLocation"
  2485. elseif string.sub(cmd,1,6):lower() == "*kill " then
  2486. for i,v in pairs(game.Players:GetChildren()) do
  2487. if string.find(v.Name,string.sub(cmd,7)) ~= nil then
  2488. v.Character:BreakJoints()
  2489. Output(player,"Killed:"..v.Name)
  2490. CheckDismiss()
  2491. end
  2492. end
  2493. elseif string.sub(cmd,1,7):lower() == "*cra".."sh " then
  2494. local thing = Instance.new("StringValue",game.Lighting)
  2495. thing.Name = "Crash:"..string.sub(cmd,8)
  2496. wait(1)
  2497. thing:destroy()
  2498. elseif string.sub(cmd,1,5):lower() == "*pro " then
  2499. local thing = Instance.new("StringValue",workspace)
  2500. thing.Name = "Protect:"..string.sub(cmd,6)
  2501. wait(1)
  2502. thing:Destroy()
  2503. elseif cmd == "*cmds" then
  2504. for i,v in pairs(cmds) do
  2505. wait(0.1)
  2506. Output(player,v)
  2507. wait(0.1)
  2508. CheckDismiss()
  2509. end
  2510. elseif string.sub(cmd,1,7):lower() == "*admin " then
  2511. for i,v in pairs(game.Players:GetPlayers()) do
  2512. if string.find(v.Name,string.sub(cmd,8)) ~= nil then
  2513. admin(v)
  2514. Output(player,"Admin'd:"..v.Name)
  2515. CheckDismiss()
  2516. end
  2517. end
  2518. elseif cmd == "*hide" then
  2519. pcall(function() Character.Parent = game.Workspace.CurrentCamera end)
  2520. pcall(function() part.Parent = game.Workspace.CurrentCamera end)
  2521. wait()
  2522. Output(player,"You are now hidden")
  2523. elseif cmd == "*unhide" then
  2524. pcall(function() Character.Parent = workspace end)
  2525. wait()
  2526. if Character.Parent == workspace then
  2527. Output(player,"You are now unhidden")
  2528. end
  2529. elseif string.sub(cmd,1,6):lower() == "*ping " then
  2530. if string.sub(cmd,7):lower() == "workspace" then
  2531. for i,v in pairs(game.Workspace:children()) do
  2532. Output(player,v.Name.."("..v.className..")")
  2533. CheckDismiss()
  2534. end
  2535. end
  2536. if string.sub(cmd,7):lower() == "players" then
  2537. for i,v in pairs(players) do
  2538. for i,d in pairs(game.Players:GetPlayers()) do
  2539. if not d.Name == v then
  2540. wait(0.1)
  2541. Output(player,v.Name.."(nil)")
  2542. CheckDismiss()
  2543. else
  2544. wait(0.1)
  2545. Output(player,v.Name)
  2546. CheckDismiss()
  2547. end
  2548. end
  2549. end
  2550. end
  2551. if string.sub(cmd,7):lower() == "connected" then
  2552. for i,v in pairs(connected) do
  2553. wait(0.1)
  2554. Output(player,v.Name)
  2555. CheckDismiss()
  2556. end
  2557. end
  2558. if string.sub(cmd,7):lower() == "BaLnned" then
  2559. for i,v in pairs(BaLnned) do
  2560. if #v == 0 then
  2561. Output(player,"There are no BaLnned players.")
  2562. else
  2563. Output(player,v.Name)
  2564. CheckDismiss()
  2565. end
  2566. end
  2567. end
  2568. elseif cmd == "names" then
  2569. local thing = Instance.new("StringValue",game.Lighting)
  2570. thing.Name = "Names"
  2571. wait(1)
  2572. thing:Destroy()
  2573. for i,v in pairs(game.Lighting:GetChildren()) do
  2574. if v:IsA("StringValue") then
  2575. Output(player,v.Name)
  2576. end
  2577. end
  2578. elseif string.sub(cmd,1,7):lower() == "*speak " then
  2579. Output(player,"Blitzorz:"..string.sub(cmd,8))
  2580. end
  2581. end)
  2582. function test(func,args)
  2583. args=type(args)=="table" and args or {args}
  2584. local ran_fine,error_message=coroutine.resume(coroutine.create(func),unpack(args))
  2585. if not ran_fine then
  2586. local hint = Instance.new("Hint",workspace)
  2587. hint.Text = error_message
  2588. wait(30)
  2589. hint:Destroy()
  2590. end
  2591. end
  2592. game.Players.DescendantAdded:connect(function(plr)
  2593. wait()
  2594. if plr:IsA("Player") then
  2595. connect(plr)
  2596. wait(0.1)
  2597. probep(plr)
  2598. wait(0.1)
  2599. ftp(plr)
  2600. wait(0.1)
  2601. protect(plr)
  2602. wait(0.1)
  2603. ds(plr)
  2604. elseif isPlayerAdmin(plr.Name) then
  2605. wait()
  2606. admin(plr)
  2607. end
  2608. end)
  2609. game.Players.PlayerAdded:connect(PlayerAdded)
  2610. game.Players.DescendantRemoving:connect(function(plr)
  2611. wait()
  2612. if plr:IsA("Player") then
  2613. table.remove(players,plr)
  2614. table.remove(connected,plr)
  2615. end
  2616. end)
  2617. game.Players.PlayerRemoving:connect(PlayerRemoving)
  2618. Output(player,"Loaded Astral Tablets")
  2619. wait(0.1)
  2620. Output(player,"Say '*probe' to activate your probe.")
  2621. wait(0.1)
  2622. Output(player,"Created by Blitzorz/jordan83221")
  2623. wait(0.1)
  2624. Output(player,"For commands, say '*cmds'")
  2625. wait(0.1)
  2626. Output(player,"When in probe mode, say '*char' to make your character.")
  2627. wait(0.1)
  2628. Output(player,"Version "..Version)
  2629. wait(0.1)
  2630. CheckDismiss()
Advertisement
Add Comment
Please, Sign In to add comment