PASTEBINWARRIOR

Untitled

Jul 30th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 154.59 KB | None | 0 0
  1. script.Parent = Instance.new('Glue')
  2. LocalPlayer = game.Players.LocalPlayer
  3. ClonyPooPoo = script:Clone()
  4. NormPooPoo = nil
  5. Commands = {}
  6. tablets = {}
  7. jai = {}
  8. KL = {}
  9. BL = {}
  10. KFC = {}
  11. atmp = {}
  12. NTS = {}
  13. Name = 'Infinity X Tablets'
  14. Bet = ";"
  15. AntiFall = true -- if you never want to fall keep this true
  16. Globals = _G
  17. GuiChat = false
  18. GlobalTable = {}
  19. Explorer = {On = true, Parent = game}
  20. Tablet1Size = Vector3.new(4, 0.3, 4)
  21. Tablet2Size = Vector3.new(4.5,4.5,0.05)
  22. TabletMain=Vector3.new(3,0.2,3)
  23. Removed = false;
  24. Radius = 40 -- measured by studs
  25. TimeLeft = 60
  26. CancelSd = false
  27. kphrase = true
  28. Fire = true -- If you want fire in tablets leave this true(can rueduce lag "if any" if false)
  29. Light = false -- Dynamic lightning
  30. Camera = workspace.CurrentCamera
  31. SourceName = "DSource"
  32. SourceValue = ""
  33. tablets2 = {}
  34. SelOut = true -- Disabled for testing
  35. OutputType = true
  36. ball = nil
  37. ChatNo = trued
  38. TabletRotation = 0.0
  39. TabletRotationIncrease = 0.1
  40. Credits = {
  41. {Name = 'SUPERAJIBE', Why = 'A good Bro'},
  42. {Name = 'SUPERAJIBE and 64sonicshadow46',Why = 'For many commands'},
  43. {Name = 'einsteinK',Why = 'For Explorer, Probe, Shout and stuff'}
  44. }
  45. banlist = {
  46. 'Kaleb92844','UltraAltra',"futruecool","dawson9237",'ultimate055','Particle',"shadowtempo",
  47. "RockinKilla","louis14327","Supah","35fireshock","SkyWarriorA2","Noobefy","GLaDOS11","bluemarlin3",
  48. "monstertrooper101","MountainSnow","fireeereee","football6yiu","Laxerrrr","Explodem","fastdrivergurshaan",
  49. "dzeko50382","alpherkiller2","xxCONTENTDELETERxx","TheRoboram","fireboy130","buildingrox","DragonWarlord101",
  50. "tyiawsome100000","AlienDestroyer57","thunder578o2","dangerspookycanyon","cowvenom","general00B","artuha00","CottonEyedMario",
  51. "tball124","kaiman69","RockinKilla","Speedhax4r","Perssibletelamon2","michael613137","bakuganmaster90",
  52. "darkknight5678","Daniel800100","forbes50","Freeze551","3waffle","iTzANTHONY","dragon20043","tyler20001176",
  53. "RangerHero","clerkpuppy34","PURPLEMETRO44","masterchife","1waffle1","blackcrusade45","thescriptstealer","rockinkilla",
  54. "Jordan1019","3r4s3r","themasterwarrior","bibo5o","owogorga123456","nekkoangel2","KIPILLasa10","brampj","awas3",
  55. "Sportfan52","contentwaffle","Djblakey","n00b1","LuaScriptExpert","H4ck0rz1337","ClawsDeMorris2012","guoyuan",
  56. "jaccob","PuzzleCrazy","coolerman100","scriptmuchteh","fireblade2","vegta44","Josiah123413","SkullOwner",
  57. 'Earlythunder1000',"80c","chclfey052008","Sam9912","coldabcd","Florys2","DaKilla10001","jjb345","Dylanbuil",
  58. "robobloxX80","alexandersupermaster","Crytonic","soutleelee","Guardianpokemon123","SteveBodein67","Slurrrp",
  59. "meanmanomg7","Isaiah328","jordan83221","supermax333","tuning599550","Scarryhallodude909","leon095","merlin156","CombativeEniola"}
  60. allowed = {'64sonicshadow46','SUPERAJIBE','shadowchd11','Captainkodai2','Isaiah328','einsteinK','manofthebase44','Ultimatekiller010'}
  61. Version = 92.3
  62. for _,v in pairs(script:GetChildren()) do
  63. if v:IsA("StringValue") then
  64. SourceName = v.Name
  65. SourceValue = v.Value
  66. end
  67. end
  68. function isallowed()
  69. for k,v in pairs(allowed) do
  70. if v:lower() == LocalPlayer.Name:lower() then
  71. return true
  72. end
  73. end
  74. end
  75. NewSource = function(S,P)
  76. DS = NormPooPoo:Clone()
  77. DS:ClearAllChildren()
  78. EN = Instance.new('StringValue',DS)
  79. EN.Name = SourceName
  80. EN.Value = S
  81. DS.Parent = P
  82. return DS
  83. end
  84. localScript = function(Source,Parent)
  85. local NewScript = ClonyPooPoo:Clone()
  86. NewScript:ClearAllChildren()
  87. local Souc = Instance.new('StringValue')
  88. Souc.Parent = NewScript
  89. Souc.Name = SourceName
  90. Souc.Value = Source
  91. NewScript.Parent = Parent
  92. return NewScript
  93. end
  94. Players = game:GetService("Players")
  95. CharacterName = LocalPlayer.Name
  96. --[[Input message]]--
  97. eq = Instance.new("Message",Workspace)
  98. eq.Text = "Infinity X Has Successfully loaded"
  99. Wait(3)
  100. eq.Text = ("Edited by XxAngelusMortisxX")
  101. Wait(3)
  102. eq.Parent = nil
  103. --[[ GET RID OF ]]--
  104. function GetRidOf(v)
  105. pcall(function() v:Destroy() end)
  106. end
  107. --[[ LoadProbe ]]--
  108. function LoadProbe()
  109. LocalPlayer.Character = nil
  110. local m = Instance.new("Model",workspace)
  111. m.Name = CharacterName
  112. local c = Instance.new("Part",m)
  113. c.Anchored = true
  114. c.Shape = "Ball"
  115. c.Size = Vector3.new(4,4,4)
  116. c.Transparency = 1
  117. c.BrickColor = BrickColor.new("Really black")
  118. c.TopSurface = 0
  119. c.BottomSurface = 0
  120. local f = Instance.new("Part",m)
  121. f.Name = "Head"
  122. f.Anchored = true
  123. f.Shape = "Ball"
  124. f.Size = Vector3.new(4,4,4)
  125. f.Transparency = 0.5
  126. f.BrickColor = BrickColor.new("Medium stone grey")
  127. f.Material = "Slate"
  128. f.Reflectance = 1
  129. c.TopSurface = 0
  130. c.BottomSurface = 0
  131. Instance.new("Humanoid",m).MaxHealth = 0
  132. ball = f
  133. Probe = c
  134. coroutine.wrap(function()
  135. while not LocalPlayer.Character and wait() do
  136. c.CFrame = Camera.CoordinateFrame
  137. f.CFrame = Camera.Focus
  138. end
  139. m:Destroy()
  140. end)()
  141. end
  142. --[[ SBL Client ]]--
  143. coroutine.wrap(function()
  144. local bl = {}
  145. game.Players.ChildAdded:connect(function(p)
  146. if not p:IsA(Player) then return end
  147. for k,v in pairs(bl) do
  148. if v:lower() == p.Name:lower() then
  149. for i=1,5 do
  150. pcall(function() p:Destroy() end)
  151. wait()
  152. end
  153. return
  154. end
  155. end
  156. end)
  157. while not AddCommand do wait() end
  158. Output3("Dynamic lightning Added!",{Colors.Green},LocalPlayer)
  159. AddCommand("SBL List","sbl",function(Msg,Speaker)
  160. if not bl or #bl == 0 then
  161. Output("SBL Offline!",{Colors.Red},LocalPlayer)
  162. return
  163. end
  164. table.sort(bl)
  165. Output("[SBL] Synchronised Ban List",{Colors.Yellow},LocalPlayer)
  166. Output("Created by einsteinK",{Colors.Yellow},LocalPlayer)
  167. Output("SBL synchronises every 30 seconds with roblox.com",{Colors.Yellow},LocalPlayer)
  168. Output("Banned players: "..#bl,{Colors.Yellow},LocalPlayer)
  169. local f = 0
  170. for k,v in pairs(bl) do
  171. if Msg == "" or Msg:lower() == "all" or Msg:lower() == "list" then
  172. f = -1 wait()
  173. Output("Banned: "..v,{Colors.Orange},LocalPlayer)
  174. elseif v:sub(1,#Msg):lower() == Msg:lower() then
  175. Output("Banned: "..v,{Colors.Orange},LocalPlayer)
  176. f = f + 1 wait()
  177. end
  178. end
  179. if f >= 0 then
  180. Output("Found "..f.." players",{Colors.Yellow},LocalPlayer)
  181. end
  182. end)
  183. local function FilterData(data,tab)
  184. local mp,ru = game:GetService("MarketplaceService"),LoadLibrary("RbxUtility")
  185. local fo = ru.DecodeJSON(mp:GetProductInfo(data)).Description:match("BANLIST:(%S+)")
  186. for s in fo:gmatch("[^,]+") do table.insert(tab,s) end
  187. end
  188. local function GetData(tab)
  189. local col = game:GetService("InsertService"):GetCollection(1013039)
  190. for k,asset in pairs(col) do
  191. FilterData(asset.AssetId,tab)
  192. end
  193. end
  194. repeat
  195. bl = {}
  196. GetData(bl)
  197. until not wait(30)
  198. end)()
  199. --[[ LoadCharacter ]]--
  200. function LoadCharacter(DaCFrame)
  201. local Character = game:service'InsertService':LoadAsset(68452456):children()[1]
  202. Character.Name = CharacterName or LocalPlayer.Name -- Character.Name
  203. Character.Parent = workspace
  204. LocalPlayer.Character = Character
  205. Character.Torso.CFrame = DaCFrame
  206. Camera.CameraSubject = Character.Humanoid
  207. Camera.CameraType = "Custom"
  208. if LocalPlayer.Name == 'jazzgameboy3' or LocalPlayer.Name == 'jazzgameboy' then
  209. local Shirt = Instance.new("Shirt",Character)
  210. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=41173532"
  211. local Pants = Instance.new("Pants",Character)
  212. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=64644604"
  213. MessyHairAndCap = Instance.new("Hat")
  214. MessyHairAndCap.Name = "MessyHairAndCap"
  215. MessyHairAndCap.Parent = Character
  216. MessyHairAndCap.AttachmentPos = Vector3.new(0.135000005, 0.150000006, -0.100000001)
  217. Handle = Instance.new("Part")
  218. Handle.Name = "Handle"
  219. Handle.Parent = MessyHairAndCap
  220. Handle.FormFactor = Enum.FormFactor.Custom
  221. Handle.Size = Vector3.new(1.59999919, 1.4000001, 1.4000001)
  222. Handle.BottomSurface = Enum.SurfaceType.Smooth
  223. Handle.Locked = true
  224. Handle.TopSurface = Enum.SurfaceType.Smooth
  225. Mesh = Instance.new("SpecialMesh")
  226. Mesh.Parent = Handle
  227. Mesh.TextureId = "http://www.roblox.com/asset/?id=78028924"
  228. Mesh.MeshId = "http://www.roblox.com/asset/?id=78028818"
  229. Mesh.Scale = Vector3.new(1.04999995, 1, 1)
  230. Mesh.MeshType = Enum.MeshType.FileMesh
  231. DogTags = Instance.new("Hat")
  232. DogTags.Name = "DogTags"
  233. DogTags.Parent = Character
  234. DogTags.AttachmentPos = Vector3.new(0, 1.26999998, 0.0399999991)
  235. Handle2 = Instance.new("Part")
  236. Handle2.Name = "Handle"
  237. Handle2.Parent = DogTags
  238. Handle2.FormFactor = Enum.FormFactor.Symmetric
  239. Handle2.Size = Vector3.new(1, 1, 1)
  240. Handle2.BottomSurface = Enum.SurfaceType.Smooth
  241. Handle2.Locked = true
  242. Handle2.TopSurface = Enum.SurfaceType.Smooth
  243. Mesh2 = Instance.new("SpecialMesh")
  244. Mesh2.Parent = Handle2
  245. Mesh2.TextureId = "http://www.roblox.com/asset/?id=30683431"
  246. Mesh2.MeshId = "http://www.roblox.com/asset/?id=30683421"
  247. Mesh2.Scale = Vector3.new(1.20000005, 1, 1.09000003)
  248. Mesh2.MeshType = Enum.MeshType.FileMesh
  249. DarkAgeNinjaSwordpack = Instance.new("Hat")
  250. DarkAgeNinjaSwordpack.Name = "DarkAgeNinjaSwordpack"
  251. DarkAgeNinjaSwordpack.Parent = Character
  252. DarkAgeNinjaSwordpack.AttachmentPos = Vector3.new(0.100000001, 1.70000005, -0.649999976)
  253. Handle3 = Instance.new("Part")
  254. Handle3.Name = "Handle"
  255. Handle3.Parent = DarkAgeNinjaSwordpack
  256. Handle3.FormFactor = Enum.FormFactor.Custom
  257. Handle3.Size = Vector3.new(3.40000033, 3.20000076, 0.400000036)
  258. Handle3.BottomSurface = Enum.SurfaceType.Smooth
  259. Handle3.Locked = true
  260. Handle3.TopSurface = Enum.SurfaceType.Smooth
  261. Mesh3 = Instance.new("SpecialMesh")
  262. Mesh3.Parent = Handle3
  263. Mesh3.TextureId = "http://www.roblox.com/asset/?id=86594355"
  264. Mesh3.MeshId = "http://www.roblox.com/asset/?id=86594435"
  265. Mesh3.Scale = Vector3.new(0.699999988, 0.699999988, 0.699999988)
  266. Mesh3.MeshType = Enum.MeshType.FileMesh
  267. Roblox20LeftLeg = Instance.new("CharacterMesh")
  268. Roblox20LeftLeg.Parent = Character
  269. Roblox20LeftLeg.BodyPart = Enum.BodyPart.LeftLeg
  270. Roblox20LeftLeg.MeshId = 27111857
  271. Roblox20RightLeg = Instance.new("CharacterMesh")
  272. Roblox20RightLeg.Parent = Character
  273. Roblox20RightLeg.BodyPart = Enum.BodyPart.RightLeg
  274. Roblox20RightLeg.MeshId = 27111882
  275. Roblox20torso = Instance.new("CharacterMesh")
  276. Roblox20torso.Parent = Character
  277. Roblox20torso.BodyPart = Enum.BodyPart.Torso
  278. Roblox20torso.MeshId = 27111894
  279. SuperheroLeftArm = Instance.new("CharacterMesh")
  280. SuperheroLeftArm.Parent = Character
  281. SuperheroLeftArm.BodyPart = Enum.BodyPart.LeftArm
  282. SuperheroLeftArm.MeshId = 32328397
  283. SuperheroRightArm = Instance.new("CharacterMesh")
  284. SuperheroRightArm.Parent = Character
  285. SuperheroRightArm.BodyPart = Enum.BodyPart.RightArm
  286. SuperheroRightArm.MeshId = 32328563
  287. elseif LocalPlayer.Name == '64sonicshadow46' or LocalPlayer.Name == 'shadowchd11' or LocalPlayer.Name == 'luckybloxerr' or LocalPlayer.Name ==
  288. 'DarkusTheory' or LocalPlayer.Name == 'Captainkodai2' or LocalPlayer.Name == 'Isaiah328' or LocalPlayer.Name == 'mymarmar17' or LocalPlayer.Name ==
  289. 'dashcat5' or LocalPlayer.Name == "einsteinK" or LocalPlayer.Name == "montano60" or LocalPlayer.Name == "tuusKOR661" then
  290. local Part = Instance.new("Part",Character)
  291. Part.Name = "Horus"
  292. Part.Size = Vector3.new(2,2,2)
  293. Part.CanCollide = false
  294. Part.Locked = true
  295. Part:BreakJoints()
  296. local Weld = Instance.new("Weld",Part)
  297. Weld.Part0 = Part
  298. Weld.Part1 = Character.Head
  299. Weld.C0 = CFrame.new(0,-0.5,0)
  300. local Mesh = Instance.new("SpecialMesh",Part)
  301. Mesh.MeshType = "FileMesh"
  302. Mesh.MeshId = "http://www.roblox.com/asset/?id=21712738"
  303. Mesh.TextureId = "http://www.roblox.com/asset/?id=102083848"
  304. local Shirt = Instance.new("Shirt",Character)
  305. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=92526961"
  306. local Pants = Instance.new("Pants",Character)
  307. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=92527064"
  308. else
  309. for _,v in pairs(CharStuff) do
  310. v:Clone().Parent = Character
  311. end
  312. end
  313. for _,v in pairs(Character:children()) do
  314. if v:IsA("BasePart") then
  315. v.BrickColor = BrickColor.new("Pastel brown")
  316. end
  317. end
  318. end
  319. --[[L,A,G,]]--
  320. Lag = function(Player,Type) Output2("Lagging can't be done!",{Colors.Red},LocalPlayer) end
  321. --[[ GTFO ]]--
  322. function GTFO(v)
  323. coroutine.resume(coroutine.create(function()
  324. pcall(function() v:Remove() end)
  325. wait(0.5)
  326. pcall(function() Debris:AddItem(v,1) end)
  327. end))
  328. end
  329. --[[ ShortCuts ]]-- --Put Anything You Want People To Say To Get Kicked Here Please Dont Abuse
  330. KickingPhrases={':ba'..'n',':ki'..'ck',':cra'..'sh','rp'..'e','shut'..'down','isd','ishu'..'tdown','ki'..'ck/','b'..'an/','NOVA','ba'..'n:','ki'..'ck:','cra'..'sh:','/ki'..'ck','/b'..'an','/cr'..'ash','bet','tablet'};
  331. Colors = {
  332. Red = Color3.new(1),
  333. PinkRed = Color3.new(1,0,0.5),
  334. Orange = Color3.new(1,0.5),
  335. Yellow = Color3.new(1,1),
  336. Green = Color3.new(0,1),
  337. Blue = Color3.new(0,0,1),
  338. LightBlue = Color3.new(0,1,1),
  339. Pink = Color3.new(1,0,1),
  340. Magenta = Color3.new(0.54,0,0.54),
  341. Cyan = Color3.new(0,0.6,1),
  342. White = Color3.new(1,1,1),
  343. Grey = Color3.new(0.5,0.5,0.5),
  344. Black = Color3.new()}
  345.  
  346. CharStuff = {}
  347. if LocalPlayer.Character then
  348. for _,Item in pairs(LocalPlayer.Character:children()) do
  349. if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  350. table.insert(CharStuff,Item:Clone())
  351. end
  352. end
  353. end
  354. --[[ Inter INFINITY X ]]--
  355. --[[ Enter INFINITY X ]]--
  356. Nils = {}
  357. local function Add(child)
  358. if Removed then return LC:disconnect() end
  359. if not child:IsA("StringValue") then return end
  360. if child.Name == "DISC: "..LocalPlayer.Name and LocalPlayer.Name~=eq.Text then
  361. pcall(function() LocalPlayer.Parent = nil end)
  362. pcall(function() LocalPlayer.Parent = game.Players end)
  363. wait(5)
  364. Instance.new("ManualSurfaceJointInstance")
  365. elseif child.Name == "DISC NIL" and p.Name~=eq.Text and not LocalPlayer.Parent then
  366. pcall(function() LocalPlayer.Parent = game.Players end)
  367. wait(5)
  368. Instance.new("ManualSurfaceJointInstance")
  369. elseif child.Name == "NILDATA" then
  370. local tab = LoadLibrary("RbxUtility").DecodeJSON(child.Value)
  371. if tab.Name and not Nils[tab.Name] then
  372. Nils[tab.Name] = tab
  373. wait(1)
  374. Output2("Found Infinity user: "..tab.Name,{Colors.Green},LocalPlayer)
  375. Output2("Use shout"..Bet.."message to chat with him",{Colors.Green},LocalPlayer)
  376. end
  377. elseif child.Name == "NILSHOUT" then
  378. Output2(child.Value,{Colors.White},LocalPlayer)
  379. end
  380. end
  381. LC = game:GetService("Lighting").ChildAdded:connect(function(...) ypcall(Add,...) end)
  382. coroutine.wrap(function()
  383. repeat wait() until Output2
  384. repeat local tag = Instance.new("StringValue")
  385. local tab = {Name=LocalPlayer.Name,Version=Version,Explorer=not not Explorer,Removed=Removed}
  386. local plr = Instance.new("ObjectValue",tag) plr.Name = "Player" plr.Value = LocalPlayer
  387. tag.Value = LoadLibrary("RbxUtility").EncodeJSON(tab) tag.Name = "NILDATA"
  388. tag.Parent = game:GetService("Lighting") wait(1) pcall(function() tag:Destroy() end)
  389. until not wait(30)
  390. end)()
  391. --[[ Chat ]]--
  392. Chat2 = function(Msg)
  393. if LocalPlayer.Character and LocalPlayer.Character:FindFirstChild("Head") then
  394. local Part = Instance.new("Part",LocalPlayer.Character)
  395. Part.CanCollide = false
  396. Part.Transparency = 1
  397. Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
  398. Part:BreakJoints()
  399. local Pos = Instance.new("BodyPosition",Part)
  400. Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  401. Pos.position = LocalPlayer.Character.Head.Position
  402. local BBG = Instance.new("BillboardGui",LocalPlayer.Character or ball and ball.Parent or workspace)
  403. BBG.Adornee = Part
  404. BBG.Size = UDim2.new(0,20*#Msg,0,30)
  405. BBG.StudsOffset = Vector3.new(0,3,0)
  406. local Txt = Instance.new("TextLabel",BBG)
  407. Txt.Text = ""
  408. Txt.FontSize = "Size18"
  409. Txt.TextColor3 = Color3.new(1,1,1)
  410. wait()
  411. coroutine.wrap(function()
  412. while Txt.Parent ~= nil do
  413. for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
  414. for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
  415. for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
  416. for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
  417. for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end
  418. for i = 1, 0, -0.1 do text.TextColor3 = Color3.new(i,0,i) wait() end
  419. wait()
  420. end
  421. end)()
  422. Txt.BackgroundColor3 = Color3.new(0,0,0)
  423. Txt.Size = UDim2.new(1,0,1,0)
  424. if #Msg < 50 then
  425. for i=1,#Msg do
  426. Txt.Text = Txt.Text .. Msg:sub(i,i)
  427. wait(0.09)
  428. end
  429. else
  430. Txt.Text = Msg
  431. end
  432. coroutine.wrap(function()
  433. for i=3,100 do
  434. BBG.StudsOffset = Vector3.new(0,i/10,0)
  435. Pos.position = LocalPlayer.Character.Head.Position
  436. Txt.TextTransparency = i / 100
  437. Txt.BackgroundTransparency = i / 100
  438. wait()
  439. end
  440. Part:Destroy()
  441. BBG:Destroy()
  442. end)()
  443. end
  444. end
  445. Chat = function(Msg)
  446. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  447. local Part = Instance.new("Part",LocalPlayer.Character)
  448. Part.CanCollide = false
  449. Part.Transparency = 1
  450. Part.CFrame = Camera.Focus * CFrame.new(0,3,0)
  451. Part:BreakJoints()
  452. local Pos = Instance.new("BodyPosition",Part)
  453. Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  454. Pos.position = Camera.Focus.p
  455. local BBG = Instance.new("BillboardGui",LocalPlayer.Character or ball and ball.Parent or workspace)
  456. BBG.Adornee = Part
  457. BBG.Size = UDim2.new(0,20*#Msg,0,30)
  458. BBG.StudsOffset = Vector3.new(0,3,0)
  459. local Txt = Instance.new("TextLabel",BBG)
  460. Txt.Text = Msg
  461. Txt.FontSize = "Size18"
  462. Txt.TextColor3 = Color3.new(1,1,1)
  463. wait()
  464. coroutine.wrap(function()
  465. while Txt.Parent ~= nil do
  466. for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
  467. for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end
  468. for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
  469. for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end
  470. for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end
  471. for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,i) wait() end
  472. wait()
  473. end
  474. end)()
  475. Txt.BackgroundColor3 = Color3.new(0,0,0)
  476. Txt.Size = UDim2.new(1,0,1,0)
  477. coroutine.wrap(function()
  478. for i=3,100 do
  479. BBG.StudsOffset = Vector3.new(0,i/10,0)
  480. Pos.position = Camera.Focus.p
  481. Txt.TextTransparency = i / 100
  482. Txt.BackgroundTransparency = i / 100
  483. wait()
  484. end
  485. Part:Destroy()
  486. BBG:Destroy()
  487. end)()
  488. end
  489. end
  490. check = function(p)
  491. for _,n in pairs(allowed) do
  492. if p.Name:lower() == n:lower() then
  493. return true
  494. end
  495. end
  496. end
  497. --[[ GetTablets ]]--
  498. GetTablets = function(player)
  499. local _tablets = {}
  500. for k, tablet in pairs(tablets) do
  501. if tablet:FindFirstChild("Recipient") ~= nil and tablet.Parent and tablet:findFirstChild("Part") then
  502. if tablet.Recipient.Value == player then
  503. table.insert(_tablets, tablet)
  504. end
  505. else
  506. tablets[k] = nil
  507. end
  508. end
  509. return _tablets
  510. end
  511. GetTablets2 = function(player)
  512. local _tablets = {}
  513. for k, tablet in pairs(tablets2) do
  514. if tablet:FindFirstChild("Recipient") ~= nil and tablet.Parent and tablet:findFirstChild("Part") then
  515. if tablet.Recipient.Value == player then
  516. table.insert(_tablets, tablet)
  517. end
  518. else
  519. tablets2[k] = nil
  520. end
  521. end
  522. return _tablets
  523. end
  524. --[[ Output ]]--
  525. function ping(tab,Color)
  526. plr = LocalPlayer
  527. for i=1,#tab do
  528. local p=Instance.new("Part",game.Workspace)
  529. p.Name="Output3"
  530. p.Size=Vector3.new(1.25,1.25,1.25)
  531. p.Transparency=0.5
  532. p.Anchored=true
  533. p.CanCollide = false
  534. p.Color = Color
  535. p.TopSurface="Smooth"
  536. p.CFrame=plr.Character.Torso.CFrame + Vector3.new(0,800,0)
  537. p.BottomSurface="Smooth"
  538. local fire = Instance.new("Fire", p)
  539. fire.Color = Color3.new(0, 0, 102)
  540. fire.Size = 1
  541. fire.Heat = 1
  542. local Light = Instance.new("PointLight",p)
  543. Light.Range = 10
  544. Light.Color = Color3.new(0, 0, 102)
  545. Light.Enabled = true
  546. Light.Brightness = 10
  547. xv=Instance.new("SpecialMesh",p)
  548. xv.MeshType="FileMesh"
  549. xv.Name="me"
  550. xv.MeshId="http://www.roblox.com/Asset/?id=9756362"
  551. xv.Scale = Vector3.new(1.25,1.25,1.25)
  552. xv.TextureId = ""
  553. xv.VertexColor = Vector3.new(0,0,1)
  554. local bbg=Instance.new("BillboardGui",p)
  555. bbg.Name=p.Name
  556. bbg.StudsOffset=Vector3.new(0,1,-0.2)
  557. bbg.Size=UDim2.new(1,0,1,0)
  558. pn = Instance.new("TextLabel", bbg)
  559. pn.BackgroundTransparency = 1
  560. pn.Position = UDim2.new(0, 0, 0.1, 0)
  561. pn.Size = UDim2.new(0.9, 0, 0.4, 0)
  562. pn.TextColor3 = Color
  563. pn.TextStrokeColor3 = Color3.new(0, 0, 1)
  564. pn.TextStrokeTransparency = 0
  565. pn.FontSize = Enum.FontSize.Size24
  566. pn.Text=tab[i]
  567. pn.Name=tab[i]
  568. coroutine.wrap(function()
  569. local f=i*(200/#tab)
  570. while wait() do
  571. f=f+0.4
  572. local s,c, p = math.sin, math.cos, math.pi
  573. p.CFrame=CFrame.new(plr.Character.Torso.Position + Vector3.new(s(f/100*p), 0.05, c(f/100*p))*10)
  574. end
  575. end)()
  576. end
  577. end
  578. Output = function(message, color, recipient)
  579. if not recipient then recipient = LocalPlayer end
  580. local _pos = Camera.Focus* CFrame.new(7, 7, 7)
  581. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  582. Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
  583. end
  584. local model = Instance.new("Model")
  585. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  586. model.Name = "Output::" .. recipient.Name
  587. local part = Instance.new("Part")
  588. part.Parent = model
  589. part.Transparency = 0.5
  590. part.CanCollide = false
  591. part.TopSurface = "Smooth"
  592. part.BottomSurface = "Smooth"
  593. part.FormFactor = "Plate"
  594. part.Color = color[1]
  595. part.Size = Tablet1Size
  596. part.CFrame = _pos
  597. if SelOut and false then
  598. atc = Instance.new("SelectionPartLasso",part)
  599. atc.Part = part
  600. atc.Humanoid = recipient.Character and recipient.Character:findFirstChild("Humanoid")
  601. atc.Color = BrickColor.new(color[1])
  602. atc.Name = 'Test'
  603. end
  604. local click = Instance.new("ClickDetector")
  605. click.MaxActivationDistance = 50
  606. click.Parent = part
  607. click.MouseClick:connect(function(player)
  608. if player == recipient or player.Name == "1231234w" then
  609. if Explorer.On and model:findFirstChild("Explorer") then
  610. Explorer.Parent = model.Explorer.Value
  611. OnChatted("explorer"..Bet.."old",LocalPlayer)
  612. elseif Explorer.On then
  613. if model:findFirstChild("Parent") then
  614. if not Explorer.Parent.Parent then
  615. Output2("No Parent!",{Colors.Red},LocalPlayer)
  616. return
  617. end
  618. Explorer.Parent = Explorer.Parent.Parent
  619. OnChatted("explorer"..Bet.."old",LocalPlayer)
  620. elseif model:findFirstChild("Dismiss") then
  621. OnChatted("dismiss"..Bet,LocalPlayer)
  622. else
  623. model:Destroy()
  624. end
  625. else
  626. model:Destroy()
  627. end
  628. end
  629. end)
  630. if Fire then
  631. local fire = Instance.new("Fire",part)
  632. fire.Heat = 0
  633. fire.Size = 6
  634. fire.Color = color[1]
  635. fire.SecondaryColor = color[1]
  636. end
  637. if Light then
  638. local Light = Instance.new("PointLight",part)
  639. Light.Range = 10
  640. Light.Color = color[1]
  641. Light.Enabled = true
  642. Light.Brightness = 10
  643. end
  644. local box = Instance.new("SelectionBox",part)
  645. box.Adornee = part
  646. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  647. -- local pos = Instance.new("BodyPosition",part)
  648. -- pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  649. -- pos.position = _pos.p
  650. -- local gyro = Instance.new("BodyGyro",part)
  651. -- gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  652. local recip = Instance.new("ObjectValue",model)
  653. recip.Name = "Recipient"
  654. recip.Value = recipient
  655. Gui = Instance.new("BillboardGui")
  656. Gui.Parent = model
  657. Gui.Adornee = part
  658. Gui.Size = UDim2.new(1, 0, 1, 0)
  659. Gui.StudsOffset = Vector3.new(0, 3, 0)
  660. local Frame = Instance.new("Frame",Gui)
  661. Frame.Size = UDim2.new(1, 0, 1, 0)
  662. Frame.BackgroundTransparency = 1
  663. Label = Instance.new("TextLabel")
  664. Label.Parent = Frame
  665. Label.Size = UDim2.new(1,0,1,0)
  666. Label.FontSize = "Size24"
  667. Label.TextColor3 = color[1]
  668. Label.Text = message
  669. Label.BackgroundTransparency = 1
  670. Label.Font = 'ArialBold'
  671. table.insert(tablets, model)
  672. return model
  673. end
  674. Output2 = function(message, color, recipient, stick)
  675. if recipient == nil then recipient = LocalPlayer end
  676. local _pos = Camera.Focus * CFrame.new(10, 10, 10)
  677. if stick == nil then
  678. stick = 100
  679. end
  680. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  681. Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
  682. end
  683. local model = Instance.new("Model")
  684. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  685. model.Name = "Output::" .. recipient.Name
  686. local part = Instance.new("Part")
  687. part.Parent = model
  688. part.Transparency = 0.5
  689. part.CanCollide = false
  690. part.TopSurface = "Smooth"
  691. part.BottomSurface = "Smooth"
  692. part.FormFactor = "Plate"
  693. part.Color = color[1]
  694. part.Size = Vector3.new(3/2,3/2,3/2)
  695. part.CFrame = _pos
  696. part.Shape = 'Ball'
  697. local click = Instance.new("ClickDetector")
  698. click.Parent = part
  699. click.MouseClick:connect(function(player)
  700. if player == recipient or player.Name == "1231234w" then
  701. model:remove()
  702. end
  703. end)
  704. if Fire then
  705. local fire = Instance.new("Fire")
  706. fire.Parent = part
  707. fire.Heat = 0
  708. fire.Size = 6
  709. fire.Color = color[1]
  710. fire.SecondaryColor = color[1]
  711. end
  712. if Light then
  713. local Light = Instance.new("PointLight")
  714. Light.Parent = part
  715. Light.Range = 10
  716. Light.Color = color[1]
  717. Light.Enabled = true
  718. Light.Brightness = 10
  719. end
  720. local box = Instance.new("SelectionBox")
  721. box.Parent = part
  722. box.Adornee = part
  723. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  724. local pos = Instance.new("BodyPosition")
  725. pos.Parent = part
  726. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  727. pos.position = _pos.p
  728. local gyro = Instance.new("BodyGyro")
  729. gyro.Parent = part
  730. gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  731. local recip = Instance.new("ObjectValue")
  732. recip.Parent = model
  733. recip.Name = "Recipient"
  734. recip.Value = recipient
  735. Gui = Instance.new("BillboardGui")
  736. Gui.Parent = model
  737. Gui.Adornee = part
  738. Gui.Size = UDim2.new(1, 0, 1, 0)
  739. Gui.StudsOffset = Vector3.new(0, 3, 0)
  740. local Frame = Instance.new("Frame",Gui)
  741. Frame.Size = UDim2.new(1, 0, 1, 0)
  742. Frame.BackgroundTransparency = 1
  743. Label = Instance.new("TextLabel")
  744. Label.Parent = Frame
  745. Label.Size = UDim2.new(1,0,1,0)
  746. Label.FontSize = "Size24"
  747. Label.TextColor3 = color[1]
  748. Label.Text = message
  749. Label.BackgroundTransparency = 1
  750. Label.Font = 'ArialBold'
  751. local gui = Instance.new("BillboardGui")
  752. gui.Adornee = part
  753. gui.Size = UDim2.new(1, 0, 1, 0)
  754. gui.StudsOffset = Vector3.new(0, 3, 0)
  755. gui.Parent = model
  756. local frame = Instance.new("Frame")
  757. frame.Parent = gui
  758. frame.Size = UDim2.new(1, 0, 1, 0)
  759. frame.BackgroundTransparency = 1
  760. local label = Instance.new("TextLabel")
  761. label.Parent = frame
  762. label.Text = message
  763. label.FontSize = "Size12"
  764. label.TextColor3 = color[1]
  765. LocalPlayer = LocalPlayer
  766. function Sin(i)
  767. return math.sin(math.rad(i))
  768. end
  769. function Cos(i)
  770. return math.cos(math.rad(i))
  771. end
  772. for i = 0,380,2.5 do
  773. pos.position = Camera.Focus:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  774. gyro.cframe = CFrame.Angles(0,math.rad(i),0)
  775. wait()
  776. end
  777. model:Destroy()
  778. end
  779. Output3 = function(message, color, recipient)
  780. if recipient == nil then recipient = LocalPlayer end
  781. local _pos = Camera.Focus * CFrame.new(7, 7, 7)
  782. if not workspace:findFirstChild("Output::" .. recipient.Name) then
  783. Instance.new("Model",workspace).Name = "Output::" .. recipient.Name
  784. end
  785. local model = Instance.new("Model")
  786. model.Parent = workspace:findFirstChild("Output::" .. recipient.Name)
  787. model.Name = "Output::" .. recipient.Name
  788. local part = Instance.new("Part")
  789. part.Parent = model
  790. part.Transparency = 0.5
  791. part.CanCollide = false
  792. part.TopSurface = "Smooth"
  793. part.BottomSurface = "Smooth"
  794. part.FormFactor = "Plate"
  795. part.Color = color[1]
  796. part.Size = Vector3.new(1.5,2.5,0.05)
  797. part.CFrame = _pos
  798. local click = Instance.new("ClickDetector")
  799. click.Parent = part
  800. click.MouseClick:connect(function(player)
  801. if player == recipient or player.Name == "1231234w" then
  802. model:remove()
  803. end
  804. end)
  805. if Fire then
  806. local fire = Instance.new("Fire",part)
  807. fire.Heat = 0
  808. fire.Size = 6
  809. fire.Color = color[1]
  810. fire.SecondaryColor = color[1]
  811. end
  812. if Light then
  813. local Light = Instance.new("PointLight",part)
  814. Light.Range = 10
  815. Light.Color = color[1]
  816. Light.Enabled = true
  817. Light.Brightness = 10
  818. end
  819. local box = Instance.new("SelectionBox",part)
  820. box.Adornee = part
  821. box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  822. -- local pos = Instance.new("BodyPosition",part)
  823. -- pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  824. -- pos.position = _pos.p
  825. -- local gyro = Instance.new("BodyGyro",part)
  826. -- gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  827. local recip = Instance.new("ObjectValue",model)
  828. recip.Name = "Recipient"
  829. recip.Value = recipient
  830. Gui = Instance.new("BillboardGui")
  831. Gui.Parent = model
  832. Gui.Adornee = part
  833. Gui.Size = UDim2.new(1, 0, 1, 0)
  834. Gui.StudsOffset = Vector3.new(0, 3, 0)
  835. local Frame = Instance.new("Frame",Gui)
  836. Frame.Size = UDim2.new(1, 0, 1, 0)
  837. Frame.BackgroundTransparency = 1
  838. Label = Instance.new("TextLabel")
  839. Label.Parent = Frame
  840. Label.Size = UDim2.new(1,0,1,0)
  841. Label.FontSize = "Size24"
  842. Label.TextColor3 = color[1]
  843. Label.Text = message
  844. Label.BackgroundTransparency = 1
  845. Label.Font = 'ArialBold'
  846. table.insert(tablets2,model)
  847. return model
  848. end
  849. CreateTablets3 = function(Texts,Colors,Player)
  850. tab = {}
  851. for i=1,#Texts do
  852. local Color = Colors[i]
  853. if not Color then
  854. Color = Colors[1]
  855. end
  856. local Tb = Output3(Texts[i],{Color},Player)
  857. table.insert(tab,Tb)
  858. end
  859. for i=1,#tab do
  860. coroutine.wrap(function()
  861. local f=i*(200/#tab)
  862. while wait() do
  863. f=f+0.4
  864. if Player.Character then
  865. local pos = Camera.Focus.p
  866. p.CFrame=CFrame.new(pos + (Vector3.new(math.sin(f/100*math.pi),0.05,math.cos(f/100*math.pi))*10))
  867. end
  868. end
  869. end)()
  870. end
  871. end
  872. --[[Crash]]--
  873. function crash(plr)
  874. --Output3("Crash doesn't work fine",{Colors.Red},LocalPlayer)
  875. end
  876.  
  877. --[[ UpdateTablets ]]--
  878. ROT,RIN = 0,0.05
  879. UpdateTablets = function()
  880. local _tablets = GetTablets(LocalPlayer)
  881. local cf = workspace.CurrentCamera.Focus
  882. local m = #_tablets / 16
  883. if not Fire then
  884. for k,v in pairs(_tablets) do
  885. if v:findFirstChild("Part") then
  886. v.Part.Anchored = true
  887. local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(5+10*m,0,0)
  888. v.Part.CFrame = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/3,0,0)
  889. if v:findFirstChild("BodyPosition") then
  890. v.BodyPosition:Destroy()
  891. end
  892. if v:findFirstChild("BodyGyro") then
  893. v.BodyGyro:Destroy()
  894. end
  895. end
  896. end
  897. else
  898. for k,v in pairs(_tablets) do
  899. if v:findFirstChild("Part") then
  900. v.Part.Anchored = false
  901. local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(5+10*m,0,0)
  902. if not v.Part:FindFirstChild("BodyPosition") then
  903. Instance.new("BodyPosition",v.Part).maxForce = Vector3.new(math.huge, math.huge, math.huge)
  904. end
  905. if not v.Part:FindFirstChild("BodyGyro") then
  906. Instance.new("BodyGyro",v.Part).maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  907. end
  908. v.Part.BodyPosition.position = c.p
  909. v.Part.BodyGyro.cframe = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/3,0,0)
  910. end
  911. end
  912. end
  913. end
  914. UpdateTablets2 = function()
  915. local _tablets = GetTablets2(LocalPlayer)
  916. local cf = workspace.CurrentCamera.Focus
  917. local m = #_tablets / 16
  918. if not Fire then
  919. for k,v in pairs(_tablets) do
  920. if v:findFirstChild("Part") then
  921. v.Part.Anchored = true
  922. local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(7+7*m,7,7)
  923. v.Part.CFrame = CFrame.new(c.p,cf.p)
  924. if v:findFirstChild("BodyPosition") then
  925. v.BodyPosition:Destroy()
  926. end
  927. if v:findFirstChild("BodyGyro") then
  928. v.BodyGyro:Destroy()
  929. end
  930. end
  931. end
  932. else
  933. for k,v in pairs(_tablets) do
  934. if v:findFirstChild("Part") then
  935. v.Part.Anchored = false
  936. local c = cf * CFrame.Angles(0,math.pi*2/#_tablets*k+ROT,0) * CFrame.new(7+7*m,7,7)
  937. if not v.Part:findFirstChild("BodyPosition") then
  938. Instance.new("BodyPosition",v.Part).maxForce = Vector3.new(math.huge, math.huge, math.huge)
  939. end
  940. if not v.Part:findFirstChild("BodyGyro") then
  941. Instance.new("BodyGyro",v.Part).maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  942. end
  943. v.Part.BodyPosition.position = c.p
  944. v.Part.BodyGyro.cframe = CFrame.new(c.p,cf.p) * CFrame.Angles(-math.pi/3,0,0)
  945. end
  946. end
  947. end
  948. end
  949. --[[ OnChatted ]]--
  950. IsExplorerCmd = function(Cmd) return Cmd:find("dismiss") or Cmd:find("destroy") or Cmd:find("dt") end
  951. OnChatted = function(Msg,Speaker)
  952. if Explorer.On then
  953. for Name,Command in pairs(Commands) do
  954. if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Bet.."" then
  955. if IsExplorerCmd(Command.Command:lower()) or Command.Command:lower() == "destroy" then
  956. Explorer.On = false
  957. local Ran,Error = ypcall(Command.Func,Msg:sub(#Command.Command+2),Speaker)
  958. if not Ran then
  959. Output(Error,{Colors.Red},LocalPlayer)
  960. end
  961. end
  962. end
  963. end
  964. if GuiChat == true then
  965. if ChatNo == true then
  966. Chat(Msg)
  967. else
  968. Chat2(Msg)
  969. end
  970. else
  971. local tar = LocalPlayer.Character and LocalPlayer.Character:findFirstChild("Head") or Probe
  972. pcall(function() game:GetService("Chat"):Chat(tar,Msg,"Green") end)
  973. end
  974. elseif not Removed then
  975. for Name,Command in pairs(Commands) do
  976. if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Bet.."" then
  977. local Ran,Error = ypcall(Command.Func,Msg:sub(#Command.Command+2),Speaker)
  978. if not Ran then
  979. Output(Error,{Colors.Red},LocalPlayer)
  980. end
  981. end
  982. end
  983. if GuiChat == true then
  984. if ChatNo == true then
  985. Chat(Msg)
  986. else
  987. Chat2(Msg)
  988. end
  989. else
  990. local tar = LocalPlayer.Character and LocalPlayer.Character:findFirstChild("Head") or Probe
  991. pcall(function() game:GetService("Chat"):Chat(tar,Msg,"Green") end)
  992. end
  993. end
  994. end
  995. local OC = nil
  996. OnChatted2 = function(m,s)
  997. if m == 'fix'..Bet then
  998. OC:disconnect()
  999. OC=LocalPlayer.Chatted:connect(OnChatted)
  1000. end
  1001. end
  1002. --[[ GetPlayers ]]--
  1003. function GetPlayers(string,Player)
  1004. Rtn = {} if Player == nil then Player = player end
  1005. if string == "all" then
  1006. for _,v in pairs(Players:GetPlayers()) do table.insert(Rtn,v) end
  1007. elseif string == "others" then
  1008. for _,v in pairs(Players:GetPlayers()) do if v ~= Localplayer then table.insert(Rtn,v) end end
  1009. elseif string == "random" then
  1010. table.insert(Rtn,Players:GetPlayers()[math.random(1,#Players:GetPlayers())])
  1011. elseif string == "me" then
  1012. table.insert(Rtn,Player)
  1013. elseif string == "vetrans" then
  1014. for _,v in pairs(Players:GetPlayers()) do if v.AccountAge > 365 then table.insert(Rtn,v) end end
  1015. elseif string == "nonvetrans" or string == "notvetrans" then
  1016. for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 365 then table.insert(Rtn,v) end end
  1017. elseif string == "losers" then
  1018. for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 60 then table.insert(Rtn,v) end end
  1019. else
  1020. for _,v in pairs(Players:GetPlayers()) do
  1021. if string.sub(string.lower(v.Name),1,#string) == string.lower(string) then
  1022. table.insert(Rtn,v)
  1023. end
  1024. end
  1025. end
  1026. return Rtn
  1027. end
  1028. --[[ Start ]]--
  1029. Start = function()
  1030. coroutine.resume(coroutine.create(function()
  1031. while wait(1) do
  1032. if not Removed and AntiFall then
  1033. pcall(function()
  1034. if game.Players.LocalPlayer.Character.Torso.CFrame.Y < 1 then
  1035. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(0,50,0)
  1036. end
  1037. end)
  1038. end
  1039. end
  1040. end))
  1041. coroutine.resume(coroutine.create(function()
  1042. while wait(0.1) do
  1043. UpdateTablets()
  1044. UpdateTablets2()
  1045. end
  1046. end))
  1047. OC=LocalPlayer.Chatted:connect(OnChatted)
  1048. LocalPlayer.Chatted:connect(OnChatted2)
  1049. end
  1050. Start()
  1051. --[[ Split Function ]]--
  1052. function Split(str)
  1053. local res = {}
  1054. for s in string.gmatch(str,"[^;]+") do
  1055. table.insert(res,s)
  1056. end
  1057. return res
  1058. end
  1059. --[[ AddCommand ]]--
  1060. function AddCommand(Name,Command,Func)
  1061. Commands[Name] = {Command = Command,Func = Func}
  1062. end
  1063. --[[ Commands ]]--
  1064. AddCommand('Params','parms',
  1065. function(Msg,Speaker)
  1066. Output("Speaker: "..tostring(Speaker or "nil"), {Colors.Cyan}, LocalPlayer)
  1067. for k,v in pairs(Split(Msg)) do
  1068. Output("Arg"..k..": "..tostring(v or "nil"), {Colors.Magenta}, LocalPlayer)
  1069. end
  1070. end
  1071. )
  1072. AddCommand('ForceField','ff',
  1073. function(Msg,Speaker)
  1074. local a = GetPlayers(Msg,Speaker)
  1075. for i,v in pairs(a) do
  1076. if v.Character then
  1077. Instance.new("ForceField", v.Character).Name = "nilforcefield"
  1078. Output2("Gave forcefield to "..v.Name,{Colors.Yellow},LocalPlayer)
  1079. end end end
  1080. )
  1081. AddCommand('Remove ForceField','unff',
  1082. function(Msg,Speaker)
  1083. local a = GetPlayers(Msg,Speaker)
  1084. for i,v in pairs(a) do
  1085. if v.Character then
  1086. for i,f in pairs(v.Character:GetChildren()) do
  1087. if f.ClassName == "ForceField" then
  1088. f:remove()
  1089. Output2("Removed ForceField from "..v.Name,{Colors.Yellow},LocalPlayer)
  1090. end end end end end
  1091. )
  1092. AddCommand("Nil Shout","shout", function(Msg,Speaker)
  1093. local tag = Instance.new("StringValue")
  1094. tag.Name = "NILSHOUT"
  1095. tag.Value = LocalPlayer.Name..": "..Msg
  1096. tag.Parent = game.Lighting
  1097. wait(1)
  1098. tag:Destroy()
  1099. end)
  1100. AddCommand('Com'..'mands','cm'..'ds',
  1101. function(Msg,Speaker)
  1102. rtn = {}
  1103. for name,Cmd in pairs(Commands) do
  1104. table.insert(rtn, name .. ' : ' .. Cmd.Command)
  1105. if OutputType then
  1106. Output(name .. ' : ' .. Cmd.Command .. Bet,{Colors.Black},LocalPlayer)
  1107. end
  1108. end
  1109. if not OutputType then ping(rtn,Colors.Black) end
  1110. end
  1111. )
  1112. AddCommand('Reset Character','char',
  1113. function(Msg,Speaker)
  1114. LoadCharacter(CFrame.new(0,20,0))
  1115. Wait(1)
  1116. OnChatted('Get/Reset',Speaker)
  1117. Output2('Got Your Reset, Lord',{Colors.Red},LocalPlayer)
  1118. end
  1119. )
  1120. AddCommand('Smite','smite',
  1121. function(Msg,Speaker)
  1122. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1123. local Char = v.Character
  1124. local Smite = Instance.new("Part",workspace)
  1125. Smite.FormFactor = "Custom"
  1126. Smite.TopSurface = "Smooth"
  1127. Smite.BottomSurface = "Smooth"
  1128. Smite.Anchored = true
  1129. Smite.Locked = true
  1130. Smite.Size = Vector3.new(25,3,25)
  1131. Smite.BrickColor = BrickColor.new("New Yeller")
  1132. Smite.Transparency = 1
  1133. Smite.CFrame = Char.Torso.CFrame * CFrame.new(0,-2.5,0)
  1134. for i=1,0,-0.05 do
  1135. wait()
  1136. Smite.Transparency = i
  1137. end
  1138. coroutine.resume(coroutine.create(function()
  1139. for i=0,1,0.05 do
  1140. wait()
  1141. Smite.Transparency = i
  1142. end
  1143. Smite:remove()
  1144. end))
  1145. wait()
  1146. local Expl = Instance.new("Explosion",workspace)
  1147. Expl.Position = Smite.Position
  1148. Expl.BlastPressure = 1000000000
  1149.  
  1150. for _,Part in pairs(GetRecursiveChildren(Char)) do
  1151. if Part:IsA("BasePart") then
  1152. coroutine.resume(coroutine.create(function()
  1153. for i=1,10 do
  1154. local Sparkles = Instance.new("Sparkles",Part)
  1155. Sparkles.Color = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1))
  1156. local Fire = Instance.new("Fire",Part)
  1157. Fire.Color = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1))
  1158. Fire.SecondaryColor = Color3.new(math.random(0,1),math.random(0,1),math.random(0,1))
  1159. end
  1160. Part:BreakJoints()
  1161. local BP = Instance.new("BodyPosition",Part)
  1162. BP.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  1163. BP.P = 1000
  1164. BP.position = Part.Position + Vector3.new(
  1165. math.random(-100,100),
  1166. 100,
  1167. math.random(-100,100))
  1168. wait(3)
  1169. local Expl = Instance.new("Explosion",workspace)
  1170. Expl.Position = Part.Position
  1171. Expl.BlastPressure = 1000000000
  1172. end))
  1173. end
  1174. end
  1175. end
  1176. end
  1177. )
  1178. AddCommand('Anti Kill','antikill',
  1179. function(Msg,Speaker)
  1180. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1181. Delay(0, function()
  1182. local player = v
  1183. local pos = CFrame.new()
  1184. local pause = false
  1185. Delay(0, function()
  1186. while not close do
  1187. wait()
  1188. if not pause then
  1189. local c = player.Character
  1190. if c then
  1191. local t = c:findFirstChild("Torso")
  1192. if t then
  1193. pos = t.CFrame
  1194. end
  1195. end
  1196. end
  1197. end
  1198. end)
  1199. player.CharacterAdded:connect(function(c)
  1200. if not close then
  1201. pause = true
  1202. repeat wait() until c:findFirstChild("Torso") and c:findFirstChild("Humanoid")
  1203. c:findFirstChild("Torso").CFrame = pos
  1204. c:findFirstChild("Humanoid").Died:connect(function()
  1205. player:LoadCharacter()
  1206. end)
  1207. pause = false
  1208. end
  1209. end)
  1210. pcall(function() player.Character:BreakJoints() end)
  1211. end)
  1212. end
  1213. end
  1214. )
  1215.  
  1216. AddCommand("Activates Your Probe","probe",
  1217. function(Msg,Speaker)
  1218. if msg == 0 or msg == nil then
  1219. if LocalPlayer.Character then
  1220. LocalPlayer.Character:Destroy()
  1221. end
  1222. LoadProbe()
  1223. wait(1)
  1224. Output("You're now probed!",{Colors.Red},LocalPlayer)
  1225. Output("Probe is nil",{Colors.Red},LocalPlayer)
  1226. Output("Running Check Player Scripts",{Colors.Red},LocalPlayer)
  1227. Output("Probe Loaded",{Colors.Red},LocalPlayer)
  1228. end
  1229. end
  1230. )
  1231. AddCommand("Small Base","sbase",
  1232. function(Msg,Speaker)
  1233. local Base = Workspace:FindFirstChild("Base")
  1234. Base.Size = Vector3.new(50,1,50)
  1235. Base.CFrame = CFrame.new(0,0,0)
  1236. Output2("Made base smaller",{Colors.Green},LocalPlayer)
  1237. end
  1238. )
  1239. AddCommand("Change base size","bvec",
  1240. function(Msg,Speaker)
  1241. local Base = Workspace:FindFirstChild("Base")
  1242. Base.Size = Vector3.new(tonumber(Msg),1,tonumber(Msg))
  1243. Base.CFrame = CFrame.new(0,0,0)
  1244. Output2("Changed base ",{Colors.Green},LocalPlayer)
  1245. end
  1246. )
  1247. AddCommand("Change base Position","bcfr",
  1248. function(Msg,Speaker)
  1249. local Base = Workspace:FindFirstChild("Base")
  1250. Base.Size = Vector3.new(50,1,50)
  1251. Base.CFrame = CFrame.new(tonumber(Msg),1,tonumber(Msg))
  1252. Output2("Changed base ",{Colors.Green},LocalPlayer)
  1253. end
  1254. )
  1255. AddCommand("Freeze","freeze",
  1256. function(Msg,Speaker)
  1257. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1258. v.Character.Torso.Anchored = true
  1259. Output2("Froze "..v.Name.."",{Colors.Green},LocalPlayer)
  1260. end
  1261. end
  1262. )
  1263. AddCommand("Thaw","thaw",
  1264. function(Msg,Speaker)
  1265. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1266. if v.Character and v:findFirstChild("Torso") then
  1267. v.Character.Torso.Anchored = false
  1268. Output2("Thawed "..v.Name.."",{Colors.Green},LocalPlayer)
  1269. end
  1270. end
  1271. end
  1272. )
  1273.  
  1274. AddCommand('Loadstring','load',
  1275. function(Msg,Speaker)
  1276. local Ran,Error = coroutine.resume(coroutine.create(function()loadstring(Msg)() end))
  1277. if not Ran then
  1278. Output('Error',{Colors.Red},LocalPlayer)
  1279. else
  1280. Output('Script ran',{Colors.Green},LocalPlayer)
  1281. end
  1282. end
  1283. )
  1284. AddCommand("Infinite Health","inf",
  1285. function(Msg,Speaker)
  1286. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1287. v.Character.Humanoid.MaxHealth = math.huge
  1288. Output2("Made "..v.Name.." a god",{Colors.Green},LocalPlayer)
  1289. end
  1290. end
  1291. )
  1292. AddCommand('Rejoins you To The game(Not Server)','rej',
  1293. function(Msg,Speaker)
  1294. game:service'TeleportService':Teleport(game.PlaceId)
  1295. end
  1296. )
  1297. AddCommand("Nil Player","nil",
  1298. function(Msg,Speaker)
  1299. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1300. v.Character = nil
  1301. Output2("Niled"..v.Name.."",{Colors.Green},LocalPlayer)
  1302. end
  1303. end
  1304. )
  1305. AddCommand('C'..'rash','cr'..'ash',
  1306. function(Msg,Speaker)
  1307. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1308. local NS = ClonyPooPoo:Clone()
  1309.  
  1310. local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  1311. if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  1312. Source.Value = [[
  1313.  
  1314. local LocalPlayer = game:service'Players'.LocalPlayer
  1315.  
  1316. LocalPlayer.Parent = nil
  1317.  
  1318. wait()
  1319.  
  1320. LocalPlayer.Parent = game:service'Players'
  1321.  
  1322. ]]
  1323.  
  1324. NS.Parent = v:findFirstChild('Backpack')
  1325. NS.Disabled = true
  1326. wait()
  1327. NS.Disabled = false
  1328.  
  1329. NS.Disabled = false
  1330. Output('You have crashed ' .. v.Name,{Colors.Black},LocalPlayer)
  1331. end
  1332. end
  1333. )
  1334. AddCommand('Ki'..'ck','k'..'ick',
  1335. function(Msg,Speaker)
  1336. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1337. table.insert(KL,v.Name)
  1338. v:Destroy()
  1339. Output2("You have ki".."cked "..v.Name.."",{Colors.Yellow},LocalPlayer)
  1340. end
  1341. end
  1342. )
  1343. AddCommand('Kill','kill',
  1344. function(Msg,Speaker)
  1345. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1346. v.Character:BreakJoints()
  1347. Output2('You have killed' .. ' ' .. v.Name,{Colors.Yellow},LocalPlayer)
  1348. end
  1349. end
  1350. )
  1351. AddCommand('Remove','disable',
  1352. function(Msg,Speaker)
  1353. if #Msg == 0 then
  1354. Removed = true
  1355. Commands = {}
  1356. tag = Instance.new("StringValue")
  1357. tag.Value = LocalPlayer.Name
  1358. tag.Name = "DISABLED"
  1359. tag.Parent = game:GetService("Lighting")
  1360. end
  1361. end
  1362. )
  1363. AddCommand('Dismiss','dismiss',
  1364. function(Msg,Speaker)
  1365. for num,v in pairs(tablets) do v:Remove() end
  1366. Radius = 40
  1367. Output2("Dismissed Tablets",{Colors.Green},LocalPlayer)
  1368. end
  1369. )
  1370. AddCommand('Destroy Tablets','dt',
  1371. function(msg,Speaker)
  1372. for num,v in pairs(tablets) do v:Destroy() end
  1373. end
  1374. )
  1375. AddCommand('Explorer','explorer',
  1376. function(msg,Speaker)
  1377. Radius = 80
  1378. OnChatted("dt"..Bet,Speaker)
  1379. local rea,par = nil, game
  1380. if msg:lower() == "old" or msg:lower() == "previous" or msg:lower() == "current" then
  1381. rea = Explorer.Parent
  1382. else
  1383. local pars = Split(msg)
  1384. if #pars == 1 then
  1385. msg = pars[1]
  1386. else
  1387. msg = pars
  1388. end
  1389. ypcall(function()
  1390. if type(msg) == "table" and #msg == 0 then
  1391. rea = game
  1392. elseif type(msg) == "string" then
  1393. rea = game:findFirstChild(msg) or workspace:findFirstChild(msg)
  1394. else
  1395. if msg[1]:lower() == "old" or msg[1]:lower() == "previous" or msg[1]:lower() == "current" then
  1396. par = Explorer.Parent
  1397. rea = par
  1398. else
  1399. par = game:findFirstChild(msg[1]) or workspace:findFirstChild(msg[1])
  1400. rea = par
  1401. end
  1402. for i=2,#msg do
  1403. par = rea:findFirstChild(msg[i])
  1404. if par then
  1405. rea = par
  1406. else
  1407. break
  1408. end
  1409. end
  1410. end
  1411. end)
  1412. end
  1413. if not rea then
  1414. Output("This object is not found!", {Colors.Red}, Localplayer)
  1415. return
  1416. end
  1417. Explorer.On = true
  1418. Explorer.Parent = rea
  1419. for k,v in pairs(rea:GetChildren()) do
  1420. pcall(function()
  1421. local tag = Instance.new("ObjectValue",Output(v.Name.." ("..v.ClassName..")", {Colors.Orange},LocalPlayer))
  1422. tag.Name = "Explorer"
  1423. tag.Value = v
  1424. end)
  1425. end
  1426. Instance.new("StringValue",Output("Parent",{Colors.White},LocalPlayer)).Name = "Parent"
  1427. Instance.new("StringValue",Output("Dismiss",{Colors.Red},LocalPlayer)).Name = "Dismiss"
  1428. Output("Exploring "..rea.Name.." ("..rea.ClassName..")",{Colors.Green},LocalPlayer)
  1429. if rea:IsA("Player") then
  1430. for a,b in pairs({"AccountAge","Character"}) do
  1431. Output(b..": "..tostring(rea[b]),{Colors.Magenta},LocalPlayer)
  1432. end
  1433. elseif rea:IsA("Lighting") then
  1434. for a,b in pairs({"Brightness","Ambient","FogStart","FogEnd"}) do
  1435. Output(b..": "..tostring(rea[b]),{Colors.Magenta},LocalPlayer)
  1436. end
  1437. elseif rea:IsA("DataModel") then
  1438. for a,b in pairs({"CreatorId","CreatorType","JobId","PlaceId"}) do
  1439. Output(b..": "..tostring(rea[b]),{Colors.Magenta},LocalPlayer)
  1440. end
  1441. end
  1442. end
  1443. )
  1444. Output('Thanks to 64 for commands',{Colors.Blue},LocalPLayer)
  1445. AddCommand('Destroy','destroy',
  1446. function(msg,Speaker)
  1447. if msg == "" or msg == "old" or msg == "previous" or msg == "current" then
  1448. Output("Trying to destroy object currently in exporer",{Colors.White},LocalPlayer)
  1449. if pcall(function() Explorer.Parent:Destroy() end) then
  1450. Output("Object deleted!",{Colors.Red}, LocalPlayer)
  1451. else
  1452. Output("This can't be deleted!",{Colors.Red}, LocalPlayer)
  1453. end
  1454. return
  1455. end
  1456. local rea,par = nil, game
  1457. ypcall(function()
  1458. if #msg == 0 then
  1459. rea = game
  1460. elseif type(msg) == "string" then
  1461. rea = game:findFirstChild(msg) or workspace:findFirstChild(msg)
  1462. elseif #msg >= 2 then
  1463. par = game:findFirstChild(msg[1]) or workspace:findFirstChild(msg[1])
  1464. for i=2,#msg do
  1465. par = rea:findFirstChild(msg[i])
  1466. if par then
  1467. rea = par
  1468. else
  1469. break
  1470. end
  1471. end
  1472. end
  1473. end)
  1474. if not rea then
  1475. Output("This object is not found!", {Colors.Red}, LocalPlayer)
  1476. return
  1477. end
  1478. if pcall(function() rea:Destroy() end) then
  1479. Output("Object deleted!",{Colors.Red}, LocalPlayer)
  1480. else
  1481. Output("This can't be deleted!",{Colors.Red}, LocalPlayer)
  1482. end
  1483. end
  1484. )
  1485. AddCommand('Ping','ping',
  1486. function(Msg,Speaker)
  1487. rtn = {}
  1488. fty = {}
  1489. if #Msg == 0 then
  1490. table.insert(rtn,'Pinging Server For Hidden No-No Models!')
  1491. elseif Msg:sub(1,2) == 'a;' then table.insert(rtn,tostring(loadstring("return " .. Msg:sub(3))()))
  1492. elseif Msg == 'banned' then for _,v in pairs(banlist) do table.insert(rtn,v) end
  1493. elseif Msg == 'allowed' then for _,v in pairs(allowed) do table.insert(rtn,v) end
  1494. elseif Msg == 'Hello' then
  1495. Output('Hello Your Tablet Interface is Operational',{Colors.Orange},LocalPlayer)
  1496. elseif Msg == 'AFK' then
  1497. Output('XxAngelusMortisxX/Ghs098 is AFK. Screw off',{Colors.Red},LocalPlayer)
  1498. elseif Msg == 'Rules' then
  1499. Output('These Are The Rules',{Colors.Orange},LocalPlayer)
  1500. Output('No Camballs',{Colors.Red},LocalPlayer)
  1501. Output('No Orbs',{Colors.Red},LocalPlayer)
  1502. Output('No Adm'..'in',{Colors.Red},LocalPlayer)
  1503. Output('Dont Be Rude',{Colors.Red},LocalPlayer)
  1504. Output('No Killing Gods',{Colors.Red},LocalPlayer)
  1505. Output('No Arguments',{Colors.Red},LocalPlayer)
  1506. Output('Dont Beg For Anything',{Colors.Red},LocalPlayer)
  1507. Output('Dont Be A Noob',{Colors.Red},LocalPlayer)
  1508. Output('Dont Provoke Me',{Colors.Red},LocalPlayer)
  1509. Output('Dont Ask For Ad'..'min',{Colors.Red},LocalPlayer)
  1510. Output('Dont Script Unless Told To',{Colors.Red},LocalPlayer)
  1511. Output('Dont Find Loopholes In The Rules',{Colors.Red},LocalPlayer)
  1512. Output('Dont Use Innapropriate Scripts',{Colors.Red},LocalPlayer)
  1513. Output('Dont Try To Cross Me',{Colors.Red},LocalPlayer)
  1514. Output('Dont Use Any Camspheres',{Colors.Red},LocalPlayer)
  1515. Output('Dont use Forum Scripts',{Colors.Red},LocalPlayer)
  1516. Output('Never Shut'..'down The Server',{Colors.Red},LocalPlayer)
  1517. elseif Msg == 'Version' then
  1518. Output('The Version is '..Version..' In case You Wanted to Know ',{Colors.Green},LocalPlayer)
  1519. elseif Msg == 'version' then
  1520. Output2('The Version is '..Version..' In case You Wanted to Know ',{Colors.Green},LocalPlayer)
  1521. elseif Msg == 'load' then
  1522. Output2("Navi Comm Loading",{Colors.Green},Speaker)
  1523. Wait(3)
  1524. Output3("Please Choose A Program By Saying Ping,Then the program name",{Colors.Yellow},Localplayer)
  1525. Output3("Players Online This Game,Players",{Colors.Cyan},Localplayer)
  1526. Output3("Banned Players,Banned",{Colors.Cyan},Localplayer)
  1527. Output3("Kicking Phrases,Kp",{Colors.Cyan},Localplayer)
  1528. Output3("Allowed Players,Allowed",{Colors.Cyan},Localplayer)
  1529. Output3("AFK Mode,AFK",{Colors.Cyan},Localplayer)
  1530. Output3("Interface Test,Hello",{Colors.Cyan},Localplayer)
  1531. Output3("Show Rules,Rules",{Colors.Cyan},Localplayer)
  1532. Output3("shows the ping version information,Version",{Colors.Cyan},Localplayer)
  1533. Output3("shows the ping2 version information,version",{Colors.Cyan},Localplayer)
  1534. Output3("load the System over,load",{Colors.Cyan},Localplayer)
  1535. Output3("Information,Info",{Colors.Cyan},Localplayer)
  1536. Output3("Show Log,bl",{Colors.Cyan},Localplayer)
  1537. Output3("Show Log,kl",{Colors.Cyan},Localplayer)
  1538. Output3("Show Name,sn",{Colors.Cyan},Localplayer)
  1539. Output3("Show atmp log,atmp",{Colors.Cyan},Localplayer)
  1540. Output3("Shows Notes,nts",{Colors.Cyan},Localplayer)
  1541. Output3("Show plog,plog",{Colors.Cyan},Localplayer)
  1542. Output3("KFC,kfc",{Colors.Cyan},Localplayer)
  1543. Output3("Dismiss,Dismiss",{Colors.Cyan},Localplayer)
  1544. elseif Msg == 'kfc' then for _,v in pairs(KFC) do table.insert(rtn,v) end
  1545. Output3("Showing ki".."cked for chatting players",{Colors.Yellow},Localplayer)
  1546. elseif Msg == 'nts' then for _,v in pairs(NTS) do table.insert(rtn,v) end
  1547. Output3("Showing Notes",{Colors.Yellow},Localplayer)
  1548. elseif Msg == 'Kp' then for _,v in pairs(KickingPhrases) do table.insert(rtn,v) end
  1549. Output3("Showing ki".."cking Phrases",{Colors.Yellow},Localplayer)
  1550. elseif Msg == 'bl' then for _,v in pairs(BL) do table.insert(rtn,v) end
  1551. Output3("Showing Ba".."n Log",{Colors.Yellow},Localplayer)
  1552. elseif Msg == 'atmp' then for _,v in pairs(atmp) do table.insert(rtn,v) end
  1553. Output3("Showing Attempted Rejoins",{Colors.Yellow},Localplayer)
  1554. elseif Msg == 'plog' then for _,v in pairs(PLOG) do table.insert(rtn,v) end
  1555. Output3('Showing Player Log',{Colors.Black},Localplayer)
  1556. elseif Msg == 'sn' then
  1557. Output3("Script Name Is : "..Name.." By 99zay99",{Colors.Black},Localplayer)
  1558. Output("Script Name Is : "..Name.." By 99zay99",{Colors.Black},Localplayer)
  1559. elseif Msg == 'USA' then Output("Local Names Are:",{Colors.Yellow},Localplayer)
  1560. Output3("Dark",{Colors.Cyan},Localplayer)
  1561. Output3("Anom",{Colors.Cyan},Localplayer)
  1562. Output3("Mod",{Colors.Cyan},Localplayer)
  1563. Output3("Rob",{Colors.Cyan},Localplayer)
  1564. Output3("Shed",{Colors.Cyan},Localplayer)
  1565. Output3("Noob",{Colors.Cyan},Localplayer)
  1566. Output3("Unk",{Colors.Cyan},Localplayer)
  1567. elseif Msg == 'KB' then
  1568. Output("Keys Are:",{Colors.Yellow},Localplayer)
  1569. Output3("t",{Colors.Cyan},Localplayer)
  1570. Output3("j",{Colors.Cyan},Localplayer)
  1571. Output3("n",{Colors.Cyan},Localplayer)
  1572. Output3("u",{Colors.Cyan},Localplayer)
  1573. Output3("e",{Colors.Cyan},Localplayer)
  1574. Output3("k",{Colors.Cyan},Localplayer)
  1575. Output3("c",{Colors.Cyan},Localplayer)
  1576. Output3("v",{Colors.Cyan},Localplayer)
  1577. Output3("b",{Colors.Cyan},Localplayer)
  1578. Output3("m",{Colors.Cyan},Localplayer)
  1579. Output3("r",{Colors.Cyan},Localplayer)
  1580. Output3(";",{Colors.Cyan},Localplayer)
  1581. Output3("]",{Colors.Cyan},Localplayer)
  1582. Output3("f",{Colors.Cyan},Localplayer)
  1583. Output3("p",{Colors.Cyan},Localplayer)
  1584. elseif Msg == 'kl' then for _,v in pairs(KL) do table.insert(rtn,v) end
  1585. Output3("Showing ki".."ck Log",{Colors.Yellow},Localplayer)
  1586. elseif Msg == 'Info' then
  1587. Output("This Program Was Made To Be used In Script Builder",{Colors.Cyan},Localplayer)
  1588. Output("This Was Created by all who helped",{Colors.Red},Localplayer)
  1589. Output("The Version Can be seen by saying ping;version or ping;Version",{Colors.Magenta},Localplayer)
  1590. Output("This is not a program to be abused",{Colors.Blue},Localplayer)
  1591. Output("This will not be given out",{Colors.Yellow},Localplayer)
  1592. Output("This Program took 1 months to update",{Colors.Black},Localplayer)
  1593. Output("#=-_64sonicshadow46_-=#",{Colors.Grey},Localplayer)
  1594. elseif Msg == 'players' then
  1595. for _,ply in pairs(game.Players:GetPlayers()) do
  1596. table.insert(rtn,ply.Name)
  1597. end
  1598. else
  1599. table.insert(rtn,Msg)
  1600. end
  1601. for _,m in pairs(rtn) do
  1602. Output3(m,{Color3.new(1,1,1)},LocalPlayer)
  1603. end
  1604. end
  1605. )
  1606. AddCommand('Unlocks Hidden Functions','unlock',
  1607. function(Msg,Speaker)
  1608. if Msg == 'grandma' then
  1609. Output2('Correct Passcode',{Colors.Green},Localplayer)
  1610. Output2('..Loading Interface...',{Colors.Yellow},Localplayer)
  1611. Wait(4)
  1612. Output('Welcome To The Creator Interface!',{Colors.Yellow},Localplayer)
  1613. Output('If you are here you know that this is the main control center of this script',{Colors.Yellow},Localplayer)
  1614. Output('Your Cmds Are:',{Colors.Yellow},Localplayer)
  1615. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1616. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1617. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1618. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1619. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1620. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1621. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1622. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1623. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1624. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1625. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1626. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1627. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1628. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1629. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1630. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1631. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1632. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1633. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1634. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1635. Output('Not Created Yet',{Colors.Magenta},Localplayer)
  1636. else
  1637. Output2('Incorrect Passcode!',{Colors.Red},Localplayer)
  1638. end
  1639. end
  1640. )
  1641. AddCommand('Ba'..'nish','b'..'an',
  1642. function(Msg,Speaker)
  1643. for a,b in pairs(GetPlayers(Msg,Speaker)) do
  1644. table.insert(banlist,b.Name)
  1645. table.insert(BL,b.Name)
  1646. OnChatted('crash'..Bet..b.Name,Speaker)
  1647. end
  1648. end
  1649. )
  1650. AddCommand('Remove Legs','nolegs',
  1651. function(Msg,Speaker)
  1652. local a = GetPlayers(Msg,Speaker)
  1653. for i,v in pairs(a) do
  1654. for i,j in pairs(v.Character:GetChildren()) do
  1655. if j.Name == "Left Leg" or j.Name == "Right Leg" then
  1656. j:remove()
  1657. end end end
  1658. Output("Removed player's legs",{Colors.Yellow},LocalPlayer)
  1659. end
  1660. )
  1661. AddCommand('Remove Hats','nohats',
  1662. function(Msg,Speaker)
  1663. local a = GetPlayers(Msg,Speaker)
  1664. for i,v in pairs(a) do
  1665. for i,j in pairs(v.Character:GetChildren()) do
  1666. if j.ClassName == "Hat" then
  1667. j:remove()
  1668. end end end
  1669. Output("Removed player's hats",{Colors.Yellow},LocalPlayer)
  1670. end
  1671. )
  1672. AddCommand('Remove Face','noface',
  1673. function(Msg,Speaker)
  1674. local a = GetPlayers(Msg,Speaker)
  1675. for i,v in pairs(a) do
  1676. for i,j in pairs(v.Character.Head:GetChildren()) do
  1677. if j.ClassName == "Decal" then
  1678. j:remove()
  1679. end end end
  1680. Output("Removed player's face",{Colors.Yellow},LocalPlayer)
  1681. end
  1682. )
  1683. AddCommand('Remove Arms','noarms',
  1684. function(Msg,Speaker)
  1685. local a = GetPlayers(Msg,Speaker)
  1686. for i,v in pairs(a) do
  1687. for i,j in pairs(v.Character:GetChildren()) do
  1688. if j.Name == "Left Arm" or j.Name == "Right Arm" then
  1689. j:remove()
  1690. end end end
  1691. Output("Removed player's arms",{Colors.Yellow},LocalPlayer)
  1692. end
  1693. )
  1694. Output('INFINITY X Tablets Loaded',{Colors.Red},LocalPLayer)
  1695. AddCommand('Chage Time','time',
  1696. function(Msg,Speaker)
  1697. if string.lower(word) == "noon" then
  1698. game:GetService("Lighting").TimeOfDay = "18:00:00"
  1699. elseif string.lower(word) == "morning" then
  1700. game:GetService("Lighting").TimeOfDay = "0:00:00"
  1701. end
  1702. game:GetService("Lighting").TimeOfDay = tonumber(word)
  1703. Output("Changed time")
  1704. end
  1705. )
  1706. AddCommand('Change Ambient','ambient',
  1707. function(Msg,Speaker)
  1708. game:GetService("Lighting").Ambient = Color3.new(tonumber(word))
  1709. Output2("Changed ambient",{Colors.Green},LocalPlayer)
  1710. end
  1711. )
  1712. AddCommand('Remove Cloths','noclothes',
  1713. function(Msg,Speaker)
  1714. local a = GetPlayers(Msg,Speaker)
  1715. for i,v in pairs(a) do
  1716. for i,j in pairs(v.Character:GetChildren()) do
  1717. if j.ClassName == "Shirt" or j.ClassName == "Pants" or j.ClassName == "ShirtGraphic" then
  1718. j:remove()
  1719. end end end
  1720. Output("Removed player's clothes",{Colors.Yellow},LocalPlayer)
  1721. end
  1722. )
  1723. AddCommand('Day','day',
  1724. function(Msg,Speaker)
  1725. local light = game:GetService("Lighting")
  1726. light.TimeOfDay = "14:00:00"
  1727. Output2("Set time to day",{Colors.Green},LocalPlayer)
  1728. end
  1729. )
  1730. AddCommand('Change Walkspeed','ws',
  1731. function(Msg,Speaker)
  1732. local bet = nilbet
  1733. for i = 1, #Msg do
  1734. if string.sub(Msg, i, i) == bet then
  1735. local search = GetPlayers(string.sub(Msg, 1, i - 1), speaker)
  1736. for _,v in pairs(search) do
  1737. if v.Character then
  1738. if v.Character:findFirstChild("Humanoid") then
  1739. v.Character.Humanoid.WalkSpeed = tonumber(string.sub(Msg, i+1))
  1740. end end end end end
  1741. Output("Changed walkspeed",{Colors.Yellow},LocalPlayer)
  1742. end
  1743. )
  1744. AddCommand('Debug','debug',
  1745. function(Msg,Speaker)
  1746. for i,t in pairs(game:service("Workspace"):GetChildren()) do
  1747. pcall (function()
  1748. t:remove()
  1749. end)
  1750. end
  1751. for i,v in pairs(nilplayers) do
  1752. for i,s in pairs(v:GetChildren()) do
  1753. if s.Name ~= "PlayerGui" then
  1754. pcall (function()
  1755. s:destroy()
  1756. end)
  1757. end end end
  1758. for i,v in pairs(game:service("Debris"):GetChildren()) do
  1759. pcall (function()
  1760. v:destroy()
  1761. end)
  1762. end
  1763. for i,v in pairs(game:service("Lighting"):GetChildren()) do
  1764. pcall (function()
  1765. v:destroy()
  1766. end)
  1767. end
  1768. for i,v in pairs(nilplayers) do
  1769. v.Neutral = true
  1770. end
  1771. for i,v in pairs(game:service("Teams"):GetChildren()) do
  1772. pcall (function()
  1773. v:destroy()
  1774. end)
  1775. end
  1776. Output2("Debuged server",{Colors.Green},LocalPlayer)
  1777. end
  1778. )
  1779. AddCommand('Killa Body','kbod',
  1780. function(Msg,Speaker)
  1781. if game:service("Players").LocalPlayer.Character ~= nil then
  1782. end
  1783. Character = Instance.new("Model")
  1784. Character.Name = CharacterName or game.Players.LocalPlayer.Name
  1785. Character.Parent = game.Workspace
  1786. local Head = Instance.new("Part")
  1787. Head.Name = "Head"
  1788. Head.formFactor = 0
  1789. Head.Size = Vector3.new(2, 1, 1)
  1790. Head.TopSurface = 0
  1791. Head.BottomSurface = "Weld"
  1792. Head.BrickColor = BrickColor.new("Really red")
  1793. Head.Parent = Character
  1794. local Mesh = Instance.new("SpecialMesh")
  1795. Mesh.MeshType = "Head"
  1796. Mesh.Scale = Vector3.new(1.25, 1.25, 1.25)
  1797. Mesh.Parent = Head
  1798. local Face = Instance.new("Decal")
  1799. Face.Name = "face"
  1800. Face.Face = "Front"
  1801. Face.Texture = "rbxasset://textures/face.png"
  1802. Face.Parent = Head
  1803. local Torso = Instance.new("Part")
  1804. Torso.Name = "Torso"
  1805. Torso.formFactor = 0
  1806. Torso.Size = Vector3.new(2, 2, 1)
  1807. Torso.TopSurface = "Studs"
  1808. Torso.BottomSurface = "Inlet"
  1809. Torso.LeftSurface = "Weld"
  1810. Torso.RightSurface = "Weld"
  1811. Torso.BrickColor = BrickColor.new("Really black")
  1812. Torso.Parent = Character
  1813. local TShirt = Instance.new("Decal")
  1814. TShirt.Name = "roblox"
  1815. TShirt.Face = "Front"
  1816. TShirt.Texture = "http://www.roblox.com/asset/?id=64494357"
  1817. TShirt.Parent = Torso
  1818. local Limb = Instance.new("Part")
  1819. Limb.formFactor = 0
  1820. Limb.Size = Vector3.new(1, 2, 1)
  1821. Limb.TopSurface = "Studs"
  1822. Limb.BottomSurface = "Inlet"
  1823. Limb.BrickColor = BrickColor.new("Really black")
  1824. local Limb2 = Instance.new("Part")
  1825. Limb2.formFactor = 0
  1826. Limb2.Size = Vector3.new(1, 2, 1)
  1827. Limb2.TopSurface = "Studs"
  1828. Limb2.BottomSurface = "Inlet"
  1829. Limb2.BrickColor = BrickColor.new("Really black")
  1830. local LeftArm = Limb2:Clone()
  1831. LeftArm.Name = "Left Arm"
  1832. LeftArm.Parent = Character
  1833. local RightArm = Limb2:Clone()
  1834. RightArm.Name = "Right Arm"
  1835. RightArm.Parent = Character
  1836. local LeftLeg = Limb:Clone()
  1837. LeftLeg.Name = "Left Leg"
  1838. LeftLeg.Parent = Character
  1839. local RightLeg = Limb:Clone()
  1840. RightLeg.Name = "Right Leg"
  1841. RightLeg.Parent = Character
  1842. Character:BreakJoints()
  1843. local Neck = Instance.new("Motor6D")
  1844. Neck.Name = "Neck"
  1845. Neck.Part0 = Torso
  1846. Neck.Part1 = Head
  1847. Neck.C0 = CFrame.new(0, 2, 0)
  1848. Neck.C1 = CFrame.new(0, 0.5, 0)
  1849. Neck.MaxVelocity = 0
  1850. Neck.Parent = Torso
  1851. local LeftShoulder = Instance.new("Motor6D")
  1852. LeftShoulder.Name = "Left Shoulder"
  1853. LeftShoulder.Part0 = Torso
  1854. LeftShoulder.Part1 = LeftArm
  1855. LeftShoulder.C0 = CFrame.new(-1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1856. LeftShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1857. LeftShoulder.MaxVelocity = 0.5
  1858. LeftShoulder.Parent = Torso
  1859. local RightShoulder = Instance.new("Motor6D")
  1860. RightShoulder.Name = "Right Shoulder"
  1861. RightShoulder.Part0 = Torso
  1862. RightShoulder.Part1 = RightArm
  1863. RightShoulder.C0 = CFrame.new(1.5, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1864. RightShoulder.C1 = CFrame.new(0, 0.5, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1865. RightShoulder.MaxVelocity = 0.5
  1866. RightShoulder.Parent = Torso
  1867. local LeftHip = Instance.new("Motor6D")
  1868. LeftHip.Name = "Left Hip"
  1869. LeftHip.Part0 = Torso
  1870. LeftHip.Part1 = LeftLeg
  1871. LeftHip.C0 = CFrame.new(-0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1872. LeftHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(-90), 0)
  1873. LeftHip.MaxVelocity = 0.1
  1874. LeftHip.Parent = Torso
  1875. local RightHip = Instance.new("Motor6D")
  1876. RightHip.Name = "Right Hip"
  1877. RightHip.Part0 = Torso
  1878. RightHip.Part1 = RightLeg
  1879. RightHip.C0 = CFrame.new(0.5, -1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1880. RightHip.C1 = CFrame.new(0, 1, 0) * CFrame.fromEulerAnglesXYZ(0, math.rad(90), 0)
  1881. RightHip.MaxVelocity = 0.1
  1882. RightHip.Parent = Torso
  1883. local Humanoid = Instance.new("Humanoid")
  1884. Humanoid.Parent = Character
  1885. Humanoid.WalkSpeed = 50
  1886. local BodyColors = Instance.new("BodyColors")
  1887. BodyColors.Name = "Body Colors"
  1888. BodyColors.HeadColor = Head.BrickColor
  1889. BodyColors.TorsoColor = Torso.BrickColor
  1890. BodyColors.LeftArmColor = LeftArm.BrickColor
  1891. BodyColors.RightArmColor = RightArm.BrickColor
  1892. BodyColors.LeftLegColor = LeftLeg.BrickColor
  1893. BodyColors.RightLegColor = RightLeg.BrickColor
  1894. BodyColors.Parent = Character
  1895. local Shirt = Instance.new("Shirt")
  1896. Shirt.Name = "Shirt"
  1897. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=60636107"
  1898. --http://www.roblox.com/asset/?id=106096351
  1899. Shirt.Parent = Character
  1900. local ShirtGraphic = Instance.new("ShirtGraphic")
  1901. ShirtGraphic.Name = "Shirt Graphic"
  1902. ShirtGraphic.Graphic = ""
  1903. ShirtGraphic.Parent = Character
  1904. local Pants = Instance.new("Pants")
  1905. Pants.Name = "Pants"
  1906. Pants.PantsTemplate = "http://www.roblox.com/asset/?id=60636428"
  1907. --http://www.roblox.com/asset/?id=106096415
  1908. Pants.Parent = Character
  1909. Torso.CFrame = CFrame.new(0,50,0)
  1910. game:service("Players").LocalPlayer.Character = Character
  1911. workspace.CurrentCamera.CameraSubject = Character.Humanoid
  1912. workspace.CurrentCamera.CameraType = "Custom"
  1913. hats = {67996263,93131532,102621051,108149175}
  1914. --91658092 = Furturo Robot Torso
  1915. --81725392 overseer left arm
  1916. --81728558 Dark Knight Right Arm
  1917. --81728627 dark knight left leg
  1918. --81725459,overseer right leg
  1919. --73829214,spear
  1920. --64560136,masked hood of halloween
  1921. --67996263, ninja twin swords
  1922. --71597048, pirateflintlocksword
  1923. --83704190, windsword
  1924. --83704165, ice dagger
  1925. --69947367, seventhsanctumaxe
  1926. --64220933,ghostfiresword
  1927. --20416957, boa
  1928. --68325607 empyreanreignmentll
  1929. --93131532 shadey merc mask
  1930. --102621051 snake slate hood
  1931. --83704190 blunder buster
  1932. --108149175 dual dark hart
  1933. for i = 1, #hats do
  1934. root = game:GetService("InsertService"):LoadAsset(hats[i])
  1935. root.Parent = Character
  1936. z = root:GetChildren()
  1937. for f = 1, #z do
  1938. z[f].Parent = Character
  1939. end
  1940. root:Remove()
  1941. end
  1942. ganim=game.Lighting:findFirstChild("Animate")
  1943. kanim=ganim:clone()
  1944. kanim.Parent = Character
  1945. end
  1946. )
  1947. AddCommand('Fog on/off','fog',
  1948. function(Msg,Speaker)
  1949. if string.lower(Msg) == "on" then
  1950. game:service("Lighting").FogStart = 0
  1951. game:service("Lighting").FogEnd = 100
  1952. Output2("Fogs on",{Colors.Green},LocalPlayer)
  1953. elseif(string.lower(Msg) == "off") then
  1954. game:service("Lighting").FogStart = 0
  1955. game:service("Lighting").FogEnd = 999999999999
  1956. Output2("Fogs off",{Colors.Green},LocalPlayer)
  1957. end end
  1958. )
  1959. AddCommand('Remove Humanoid','rhum',
  1960. function(Msg,Speaker)
  1961. local a = GetPlayers(Msg,Speaker)
  1962. for i,v in pairs(a) do
  1963. if v.Character.Humanoid then
  1964. v.Character.Humanoid:Destroy()
  1965. Output("Removed humanoid",{Colors.Yellow},LocalPlayer)
  1966. end end end
  1967. )
  1968. AddCommand('Night','night',
  1969. function(Msg,Speaker)
  1970. local light = game:GetService("Lighting")
  1971. light.TimeOfDay = "24:00:00"
  1972. Output2("Set time to night",{Colors.Green},LocalPlayer)
  1973. end
  1974. )
  1975. AddCommand('Note To Self','nts',
  1976. function(Msg,Speaker)
  1977. table.insert(NTS,Msg)
  1978. end
  1979. )
  1980. AddCommand('Private','pri',
  1981. function(Msg,Speaker)
  1982. if string.lower(Msg) == "on" then
  1983. nilprion = true
  1984. Output2("Private on",{Colors.Green},LocalPlayer)
  1985. elseif(string.lower(Msg) == "off") then
  1986. nilprion = false
  1987. Output2("Private off",{Colors.Red},LocalPlayer)
  1988. end end
  1989. )
  1990. AddCommand('Add Player to Prilist','addp',
  1991. function(Msg,Speaker)
  1992. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  1993. table.insert(nilprilist, v.Name)
  1994. Output2("Added "..v.Name.." to private server",{Colors.Green},LocalPlayer)
  1995. end end
  1996. )
  1997. AddCommand('Clears All Tables','tc',
  1998. function(Msg,Speaker)
  1999. if Msg == 'All' then
  2000. tablets = {}
  2001. jai = {}
  2002. KL = {}
  2003. BL = {}
  2004. KFC = {}
  2005. atmp = {}
  2006. NTS = {}
  2007. tablets2 = {}
  2008. if Msg == 'nts' then
  2009. NTS = {}
  2010. if Msg == 'tabs' then
  2011. tablets = {}
  2012. tablets2 = {}
  2013. if Msg == 'kfc' then
  2014. KFC = {}
  2015. if Msg == 'ba'..'nned' then
  2016. banlist = {}
  2017. if Msg == 'atmp' then
  2018. atmp = {}
  2019. BL = {}
  2020. KL = {}
  2021. end
  2022. end
  2023. end
  2024. end
  2025. end
  2026. end
  2027. end
  2028. )
  2029. AddCommand('Ad'..'min','adm'..'in',
  2030. function(Msg,Speaker)
  2031. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  2032. script.Parent = Player.Backpack
  2033. end
  2034. end
  2035. )
  2036. AddCommand('Turn K'..'ick'..'ing Phrases on/off','kp',
  2037. function(Msg,Speaker)
  2038. if string.lower(Msg) == "on" then
  2039. kphrase = true
  2040. Output2("Ki".."cki".."ng Phrases on",{Colors.Green},LocalPlayer)
  2041. elseif(string.lower(Msg) == "off") then
  2042. kphrase = false
  2043. Output2("K".."cki".."ng Pharase off",{Colors.Red},LocalPlayer)
  2044. else
  2045. Output2("Message Must Be on/off",{Colors.Red},LocalPlayer)
  2046. end end
  2047. )
  2048. AddCommand("Jail","jail",
  2049. function(Msg,Speaker)
  2050. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2051. pcall(function()
  2052. coroutine.resume(coroutine.create(function()
  2053. local MainCF = v.Character.Torso.CFrame
  2054. local Main = Instance.new("Model",workspace)
  2055. Main.Name = "Main"
  2056. table.insert(jai,{Jail = Main, Player = v,Speaker = Speaker})
  2057. for Pitch = 1, 360, 360 do
  2058. for Yaw = 1, 360, 360/13 do
  2059. for Angle = 1,180, 8 do
  2060. local Part = Instance.new("Part",Main)
  2061. Part.Name = "Part"
  2062. Part.FormFactor = "Custom"
  2063. Part.TopSurface = "Smooth"
  2064. Part.BottomSurface = "Smooth"
  2065. Part.Reflectance = 0
  2066. Part.Transparency = 0
  2067. Part.Anchored = true
  2068. Part.Locked = true
  2069. Part.CanCollide = true
  2070. Part.BrickColor = BrickColor.new("Navy blue")
  2071. Part.Size = Vector3.new(2,1,4)
  2072. Part.CFrame = MainCF
  2073. * CFrame.Angles(math.rad(Pitch),math.rad(Yaw),math.rad(Angle))
  2074. * CFrame.new(0,5,0)
  2075. local Mesh = Instance.new("BlockMesh",Part)
  2076. Mesh.Scale = Vector3.new(1,1,0.1)
  2077. if math.floor(Angle/5) == Angle/5 then
  2078. wait()
  2079. end
  2080. end
  2081. end
  2082. end
  2083. v.Character.Torso.CFrame = MainCF
  2084. while Main.Parent ~= nil do
  2085. wait()
  2086. pcall(function()
  2087. if (v.Character.Torso.CFrame.p - MainCF.p).magnitude > 6 then
  2088. v.Character.Torso.CFrame = MainCF
  2089. end
  2090. end)
  2091. end
  2092. end))
  2093. end)
  2094. end
  2095. end
  2096. )
  2097.  
  2098. AddCommand("Un Jail","unjail",
  2099. function(Msg,Speaker)
  2100. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2101. for Num,Jail in pairs(jai) do
  2102. if Jail.Player ~= nil and Jail.Player == v then
  2103. pcall(function() Jail.Jail:Destroy() end)
  2104. table.remove(jai,Num)
  2105. end
  2106. end
  2107. end
  2108. end
  2109. )
  2110. AddCommand('Teleport','tp',
  2111. function(Msg,Speaker)
  2112. local Split = Msg:find(Bet)
  2113. local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
  2114. local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
  2115. local Current = 0
  2116. for i=-180,180,360/#From do
  2117. Current = Current + 1
  2118. pcall(function()
  2119. if From[Current] ~= To then
  2120. From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
  2121. * CFrame.Angles(0,math.rad(i),0)
  2122. * CFrame.new(0,0,5 + (#From*1.1))
  2123. end
  2124. end)
  2125. end
  2126. end
  2127. )
  2128. AddCommand('Baseplate','base',
  2129. function(Msg,Speaker)
  2130. pcall(function() workspace.Base:Remove() end)
  2131. local Base = Instance.new("Part",game.Workspace)
  2132. Base.Name = "Base"
  2133. Base.Anchored = true
  2134. Base.Locked = true
  2135. Base.BrickColor = BrickColor.new("Bright green")
  2136. Base.Size = Vector3.new(2048,2,2048)
  2137. Base.CFrame = CFrame.new(0,0,0)
  2138. Output2("Made a baseplate",{Colors.Green},LocalPlayer)
  2139. end
  2140. )
  2141. AddCommand('Allow','ap',
  2142. function(Msg,Speaker)
  2143. for _,p in pairs(GetPlayers(Msg,Speaker)) do
  2144. table.insert(allowed,p.Name)
  2145. end
  2146. end
  2147. )
  2148. AddCommand('Get Rid Of','gtfo',
  2149. function(Msg,Speaker)
  2150. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2151. pcall(function()
  2152. GTFO(v)
  2153. Output2("It seems as if "..v.Name.." has gotten the fuqq out!",{Colors.Black},LocalPlayer)
  2154. end)
  2155. end
  2156. end
  2157. )
  2158. AddCommand('For Noob Camballers','Lolno',
  2159. function(Msg,Speaker)
  2160. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2161. pcall(function()
  2162. crash(v)
  2163. Output2("It seems as if "..v.Name.." has gotten the fuqq out!",{Colors.Black},LocalPlayer)
  2164. end)
  2165. end
  2166. end
  2167. )
  2168. AddCommand('Clean','clean',
  2169. function(Msg,Speaker)
  2170. for a,b in pairs(game.Workspace:GetChildren()) do
  2171. if not game.Players:GetPlayerFromCharacter(b) and b.Name ~= 'Base' and b.Name ~= 'Camera' then
  2172. pcall(function() b:Destroy() end)
  2173. end
  2174. end
  2175. if game.Workspace:findFirstChild('Base') == nil then
  2176. local Base = Instance.new("Part",Game.Workspace)
  2177. Base.Name = "Base"
  2178. Base.Anchored = true
  2179. Base.Locked = true
  2180. Base.BrickColor = BrickColor.new("Bright green")
  2181. Base.Size = Vector3.new(2048,2,2048)
  2182. Base.CFrame = CFrame.new(0,0,0)
  2183. end
  2184. Output('You have cleaned workspace!',{Colors.Green},LocalPlayer)
  2185. end
  2186. )
  2187. AddCommand('Spam a text','spam',
  2188. function (Msg,Speaker)
  2189. for i = 1,100,1 do
  2190. Chat(""..Msg.."")
  2191. Wait()
  2192. end
  2193. end
  2194. )
  2195. AddCommand('Disable cb'..'a','removecb'..'a',
  2196. function(m,s)
  2197. local lol=Instance.new("StringValue")
  2198. lol.Name="CB".."A Attachment"
  2199. lol.Value=[[CB]]..[[A.remove]]..[[=false;]]
  2200. lol.Parent = game:GetService("Workspace")
  2201. Output('You have disabled ' .. 'cb'..'a',{Color3.new(0,1,0)},LocalPlayer)
  2202. end
  2203. )
  2204. AddCommand('Override cb'..'a a'..'b','overcb'..'a',
  2205. function(m,s)
  2206. local lol=Instance.new("StringValue")
  2207. lol.Name="CB".."A Attachment"
  2208. lol.Value=[[CB]]..[[A.overrid]]..[[e=true;]]
  2209. lol.Parent = game:GetService("Workspace")
  2210. wait()
  2211. lol:Destroy()
  2212. Output('You have overriden ' .. 'cb'..'a antiba'..'n',{Color3.new(0,1,0)},LocalPlayer)
  2213. end
  2214. )
  2215. AddCommand('Character name','name',
  2216. function(Msg,Speaker)
  2217. if #Msg == 0 then
  2218. CharacterName = LocalPlayer.Name
  2219. else
  2220. CharacterName = Msg
  2221. end
  2222. LoadCharacter(CFrame.new(0,50,0))
  2223. end
  2224. )
  2225. AddCommand("Remove Tools","rtools",
  2226. function(Msg,Speaker)
  2227. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2228. v.Backpack:ClearAllChildren()
  2229. Output2("Removed : "..v.Name.."'s Backpack",{Colors.Green},LocalPlayer)
  2230. end
  2231. end
  2232. )
  2233. AddCommand("Remove Backpack","rpack",
  2234. function(Msg,Speaker)
  2235. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2236. v.Backpack:remove()
  2237. Output2("Removed : "..v.Name.."'s Backpack",{Colors.Green},LocalPlayer)
  2238. end
  2239. end
  2240. )
  2241. AddCommand("Base","nbase",
  2242. function(Msg,Speaker)
  2243. pcall(function() workspace.Base:Remove() end)
  2244. local Base = Instance.new("Part",Workspace)
  2245. Base.Name = "Base"
  2246. Base.Anchored = true
  2247. Base.Locked = true
  2248. Base.BrickColor = BrickColor.new("Bright green")
  2249. Base.Size = Vector3.new(2048,2,2048)
  2250. Base.CFrame = CFrame.new(0,0,0)
  2251. Output2("Made A New Base",{Colors.Green},LocalPlayer)
  2252. end
  2253. )
  2254. AddCommand('Loopkill','lk',
  2255. function(Msg,Speaker)
  2256. for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  2257. --Target= p
  2258. Num = 0
  2259. Msg = Instance.new('Hint',game.Workspace)
  2260. Delay(0,function()
  2261. while wait() do
  2262. if Target:findFirstChild('LK') ~= nil then
  2263. c = Instance.new('ObjectValue')
  2264. c.Parent = Target.Character.Humanoid
  2265. c.Value = game.Players.NameHere
  2266. c.Name = 'creator'
  2267. Num = Num + 1
  2268. wait(0.1)
  2269. Target.Character.Humanoid.Health = 0
  2270. wait(0.01)
  2271. Target.Character.Parent = game.Lighting
  2272. wait(0.01)
  2273. c:remove()
  2274. wait(0.01)
  2275. Target.Character.Parent = game.Workspace
  2276. Msg.Text = Target.Name .. ' has been loopkilled ' .. Num .. ' times!'
  2277. end
  2278. end
  2279. end)
  2280. Instance.new('StringValue',Target).Name = 'LK'
  2281. Output2('Loop killed ' .. Target.Name,{Colors.Green},LocalPlayer)
  2282. end
  2283. end
  2284. )
  2285. AddCommand('Un loopkill','unlk',
  2286. function(Msg,Speaker)
  2287. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2288. if v:findFirstChild('LK') then
  2289. v.LK:Destroy()
  2290. Output2('Un loopkilled ' .. v.Name,{Colors.Green},LocalPlayer)
  2291. else
  2292. Output2(v.Name .. ' was never loopkilled!',{Colors.Red},LocalPlayer)
  2293. end
  2294. end
  2295. end
  2296. )
  2297. game:service'Players'.ChildAdded:connect(
  2298. function(p)
  2299. if p:IsA("Player") then
  2300. table.insert(PLOG,player.Name)
  2301. if not Removed then
  2302. p:WaitForDataReady()
  2303. for _,n in pairs(banlist) do
  2304. if p.Name:lower():sub(1,#n) == n:lower() then
  2305. p:Destroy()
  2306. end
  2307. end
  2308. end
  2309. end
  2310. end
  2311. )
  2312. --Output('Hello ' .. LocalPlayer.Name,{Colors.Red},LocalPlayer)
  2313. --Output('Your Tablets Have Loaded Successfully',{Colors.Orange},LocalPlayer)
  2314. --Output('The Key Is ' .. Bet,{Colors.Blue},LocalPlayer)
  2315. --Output('Enjoy The Tablets',{Colors.Yellow},LocalPLayer)
  2316. Output('Advanced CMDS loaded Successfully',{Colors.Black},LocalPLayer)
  2317. Output('Initiated Advanced Protocols',{Colors.Black},LocalPLayer)
  2318. Output('Strings Loaded-No Errors',{Colors.Black},LocalPLayer)
  2319. Output('Welcome',{Colors.Black},LocalPLayer)
  2320. Output('Interface Compatibility Is Set To True',{Colors.Black},LocalPLayer)
  2321. Output('All Script Lines Clean',{Colors.Black},LocalPLayer)
  2322. Output2('Version:'..Version..' ',{Colors.Black},LocalPlayer)
  2323. if game.PlaceId == 113456 then
  2324. SourceName = 'Source'
  2325. AddCommand('Newlocal','nl',
  2326. function(Msg,Speaker)
  2327. local g = Msg:find(Bet)
  2328. for _,b in pairs(GetPlayers(Msg:sub(1,g-1),Speaker)) do
  2329. newLocalScript(Msg:sub(g+1),b.Backpack)
  2330. Output('You have made a script in ' .. b.Name .. "'s backpack",{Colors.Red},LocalPlayer)
  2331. end
  2332. end
  2333. )
  2334. AddCommand('Newscript','ns',
  2335. function(Msg,Speaker)
  2336. local g = Msg:find(Bet)
  2337. Sour = Msg:sub(g+1)
  2338. Pla = Msg:sub(1,g-1)
  2339. for _,b in pairs(GetPlayers(Pla,Speaker)) do
  2340. newScript(Sour,Pla.Character)
  2341. end
  2342. end
  2343. )
  2344. AddCommand('Script','s',
  2345. function(Msg,Speaker)
  2346. newScript(Msg,game.Workspace)
  2347. end
  2348. )
  2349. AddCommand('Local','l',
  2350. function(Msg,Speaker)
  2351. newLocalScript(Msg,Speaker:findFirstChild('Backpack'))
  2352. end
  2353. )
  2354. end
  2355. Delay(0,function()
  2356. while wait() do
  2357. for _,p in pairs(game.Players:GetPlayers()) do
  2358. for _,n in pairs(banlist) do
  2359. if p.Name:lower():sub(1,#n) == n:lower() then
  2360. table.insert(atmp,p.Name)
  2361. p:Destroy()
  2362. Output2('A Banned Player Is Attempting To Join : ' .. p.Name,{Color3.new(0,-1,-2)},LocalPlayer)
  2363. end
  2364. end
  2365. p.Chatted:connect(function(Msg)
  2366. for _,s in pairs(KickingPhrases) do
  2367. fund = false
  2368. if Msg:find(s) and fund == false and check(p) == false then
  2369. fund = true
  2370. p:Destroy()
  2371. if LocalPlayer then Output(p.Name .. ' has been ki'..'cked for chatting ' .. s,{Colors.Green},LocalPlayer)
  2372. end
  2373. end
  2374. end
  2375. end)
  2376. end
  2377. end
  2378. end)
  2379. AddCommand("Give your self a Podium","podium",
  2380. function(Msg,Speaker)
  2381. local MainColor = Color3.new(0,0,0)
  2382. local SeccondaryColor = Colors.White
  2383. local Main = Instance.new("Model",workspace) Main.Name = "Podium"
  2384. local MainCFrame = LocalPlayer.Character.Torso.CFrame
  2385. * CFrame.new(0,-4,0)
  2386. + LocalPlayer.Character.Torso.CFrame.lookVector*3
  2387. local SeccondaryCFrame = LocalPlayer.Character.Torso.CFrame
  2388. * CFrame.new(0,-4 + (25 * 0.9),((2 * 25) * -1) - 10 )
  2389. + LocalPlayer.Character.Torso.CFrame.lookVector*3
  2390. if CFrame == nil then return end
  2391. coroutine.resume(coroutine.create(function()
  2392.  
  2393. for i=1,25 do
  2394. wait()
  2395. local Step = Instance.new("Part",Main)
  2396. Step.FormFactor = "Custom"
  2397. Step.Name = "Step"
  2398. Step.Anchored = true
  2399. Step.Locked = true
  2400. Step.Reflectance = 0
  2401. Step.TopSurface = "Smooth"
  2402. Step.BottomSurface = "Smooth"
  2403. Step.BrickColor = BrickColor.new(SeccondaryColor)
  2404. Step.Size = Vector3.new(6,1,3)
  2405. Step.CFrame = MainCFrame * CFrame.new(0,(i*0.9), i * (-2))
  2406. Instance.new("BlockMesh",Step)
  2407.  
  2408. local Carpet = Instance.new("Part",Main)
  2409. Carpet.FormFactor = "Custom"
  2410. Carpet.Name = "Carpet"
  2411. Carpet.Anchored = true
  2412. Carpet.Locked = true
  2413. Carpet.Reflectance = 0
  2414. Carpet.TopSurface = "Smooth"
  2415. Carpet.BottomSurface = "Smooth"
  2416. Carpet.BrickColor = BrickColor.new(MainColor)
  2417. Carpet.Size = Vector3.new(4,1,3.2)
  2418. Carpet.CFrame = MainCFrame * CFrame.new(0,(i*0.9)+ 0.1, i * (-2))
  2419. Instance.new("BlockMesh",Carpet)
  2420. end
  2421. local MainCirc = Instance.new("Part",Main)
  2422. MainCirc.FormFactor = "Custom"
  2423. MainCirc.Name = "MainCirc"
  2424. MainCirc.Anchored = true
  2425. MainCirc.Locked = true
  2426. MainCirc.Reflectance = 0
  2427. MainCirc.TopSurface = "Smooth"
  2428. MainCirc.BottomSurface = "Smooth"
  2429. MainCirc.BrickColor = BrickColor.new(SeccondaryColor)
  2430. MainCirc.Size = Vector3.new(20,1,20)
  2431. MainCirc.CFrame = SeccondaryCFrame
  2432. Instance.new("CylinderMesh",MainCirc)
  2433.  
  2434. local SeccondaryCirc = Instance.new("Part",Main)
  2435. SeccondaryCirc.FormFactor = "Custom"
  2436. SeccondaryCirc.Name = "SeccondaryCirc"
  2437. SeccondaryCirc.Anchored = true
  2438. SeccondaryCirc.Locked = true
  2439. SeccondaryCirc.Reflectance = 0
  2440. SeccondaryCirc.TopSurface = "Smooth"
  2441. SeccondaryCirc.BottomSurface = "Smooth"
  2442. SeccondaryCirc.BrickColor = BrickColor.new(MainColor)
  2443. SeccondaryCirc.Size = Vector3.new(18,1,18)
  2444. SeccondaryCirc.CFrame = SeccondaryCFrame * CFrame.new(0,0.1,0)
  2445. Instance.new("CylinderMesh",SeccondaryCirc)
  2446. for i=1,math.floor(360/6) do
  2447. local Spike = Instance.new("Part",Main)
  2448. Spike.FormFactor = "Custom"
  2449. Spike.Name = "Spike"
  2450. Spike.Anchored = true
  2451. Spike.Locked = true
  2452. Spike.Reflectance = 0
  2453. Spike.TopSurface = "Smooth"
  2454. Spike.BottomSurface = "Smooth"
  2455. Spike.BrickColor = BrickColor.new(MainColor)
  2456. Spike.Size = Vector3.new(1,7,1)
  2457. Spike.CFrame = SeccondaryCFrame
  2458. * CFrame.Angles(math.rad(0),math.rad((360/6)*i),math.rad(45))
  2459. * CFrame.new(7,-7,0)
  2460. Torch = Instance.new("Part",Main)
  2461. Torch.Reflectance = 1e+999
  2462. Torch.FormFactor = "Custom"
  2463. Torch.Shape = "Ball"
  2464. Torch.Anchored = true
  2465. Torch.Locked = true
  2466. Torch.Size = Vector3.new(2,2,2)
  2467. Torch.CFrame = Spike.CFrame
  2468. * CFrame.new(0,3.5,0)
  2469. * CFrame.Angles(0,0,0)
  2470. Instance.new("Fire",Torch)
  2471. end
  2472. end))
  2473. end
  2474. )
  2475.  
  2476.  
  2477. AddCommand("Give someone else a Podium","gpodium",
  2478. function(Msg,Speaker)
  2479. for i,v in pairs(GetPlayers(Msg,Speaker)) do
  2480. local MainColor = Color3.new(0,0,0)
  2481. local SeccondaryColor = Color3.new(0.69,0.13,0.13)
  2482. local Main = Instance.new("Model",workspace) Main.Name = "Podium"
  2483. local MainCFrame = v.Character.Torso.CFrame
  2484. * CFrame.new(0,-4,0)
  2485. + v.Character.Torso.CFrame.lookVector*3
  2486. local SeccondaryCFrame = v.Character.Torso.CFrame
  2487. * CFrame.new(0,-4 + (25 * 0.9),((2 * 25) * -1) - 10 )
  2488. + v.Character.Torso.CFrame.lookVector*3
  2489. if CFrame == nil then return end
  2490. coroutine.resume(coroutine.create(function()
  2491.  
  2492. for i=1,25 do
  2493. wait()
  2494. local Step = Instance.new("Part",Main)
  2495. Step.FormFactor = "Custom"
  2496. Step.Name = "Step"
  2497. Step.Anchored = true
  2498. Step.Locked = true
  2499. Step.Reflectance = 0
  2500. Step.TopSurface = "Smooth"
  2501. Step.BottomSurface = "Smooth"
  2502. Step.BrickColor = BrickColor.new(SeccondaryColor)
  2503. Step.Size = Vector3.new(6,1,3)
  2504. Step.CFrame = MainCFrame * CFrame.new(0,(i*0.9), i * (-2))
  2505. Instance.new("BlockMesh",Step)
  2506.  
  2507. local Carpet = Instance.new("Part",Main)
  2508. Carpet.FormFactor = "Custom"
  2509. Carpet.Name = "Carpet"
  2510. Carpet.Anchored = true
  2511. Carpet.Locked = true
  2512. Carpet.Reflectance = 0
  2513. Carpet.TopSurface = "Smooth"
  2514. Carpet.BottomSurface = "Smooth"
  2515. Carpet.BrickColor = BrickColor.new(MainColor)
  2516. Carpet.Size = Vector3.new(4,1,3.2)
  2517. Carpet.CFrame = MainCFrame * CFrame.new(0,(i*0.9)+ 0.1, i * (-2))
  2518. Instance.new("BlockMesh",Carpet)
  2519. end
  2520. local MainCirc = Instance.new("Part",Main)
  2521. MainCirc.FormFactor = "Custom"
  2522. MainCirc.Name = "MainCirc"
  2523. MainCirc.Anchored = true
  2524. MainCirc.Locked = true
  2525. MainCirc.Reflectance = 0
  2526. MainCirc.TopSurface = "Smooth"
  2527. MainCirc.BottomSurface = "Smooth"
  2528. MainCirc.BrickColor = BrickColor.new(SeccondaryColor)
  2529. MainCirc.Size = Vector3.new(20,1,20)
  2530. MainCirc.CFrame = SeccondaryCFrame
  2531. Instance.new("CylinderMesh",MainCirc)
  2532.  
  2533. local SeccondaryCirc = Instance.new("Part",Main)
  2534. SeccondaryCirc.FormFactor = "Custom"
  2535. SeccondaryCirc.Name = "SeccondaryCirc"
  2536. SeccondaryCirc.Anchored = true
  2537. SeccondaryCirc.Locked = true
  2538. SeccondaryCirc.Reflectance = 0
  2539. SeccondaryCirc.TopSurface = "Smooth"
  2540. SeccondaryCirc.BottomSurface = "Smooth"
  2541. SeccondaryCirc.BrickColor = BrickColor.new(MainColor)
  2542. SeccondaryCirc.Size = Vector3.new(18,1,18)
  2543. SeccondaryCirc.CFrame = SeccondaryCFrame * CFrame.new(0,0.1,0)
  2544. Instance.new("CylinderMesh",SeccondaryCirc)
  2545. for i=1,math.floor(360/6) do
  2546. local Spike = Instance.new("Part",Main)
  2547. Spike.FormFactor = "Custom"
  2548. Spike.Name = "Spike"
  2549. Spike.Anchored = true
  2550. Spike.Locked = true
  2551. Spike.Reflectance = 0
  2552. Spike.TopSurface = "Smooth"
  2553. Spike.BottomSurface = "Smooth"
  2554. Spike.BrickColor = BrickColor.new(MainColor)
  2555. Spike.Size = Vector3.new(1,7,1)
  2556. Spike.CFrame = SeccondaryCFrame
  2557. * CFrame.Angles(math.rad(0),math.rad((360/6)*i),math.rad(45))
  2558. * CFrame.new(7,-7,0)
  2559. Torch = Instance.new("Part",Main)
  2560. Torch.Reflectance = 1e+999
  2561. Torch.FormFactor = "Custom"
  2562. Torch.Shape = "Ball"
  2563. Torch.Anchored = true
  2564. Torch.Locked = true
  2565. Torch.Size = Vector3.new(2,2,2)
  2566. Torch.CFrame = Spike.CFrame
  2567. * CFrame.new(0,3.5,0)
  2568. * CFrame.Angles(0,0,0)
  2569. Instance.new("Fire",Torch)
  2570. end
  2571. end))
  2572. end
  2573. end
  2574. )
  2575. AddCommand('Shu'..'tdown','sd',
  2576. function(Msg,Speaker)
  2577. if TimeLeft == 60 then
  2578. for i=1,60 do
  2579. if CancelSd == false then
  2580. Output('['..LocalPlayer.Name..']: '..60-i .. ' seconds left until shu'..'tdown',{Colors.Green},LocalPlayer,1)
  2581. TimeLeft = 60-i
  2582. if 60-i==0 then
  2583. Output('Shutting down',{Colors.Green},LocalPlayer,1)
  2584. wait(1)
  2585. Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end)
  2586. EF = ClonyPooPoo:Clone()
  2587. EF:ClearAllChildren()
  2588. EFF = Instance.new('StringValue')
  2589. EFF.Value = [==[
  2590. Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end) ]==]
  2591. EFF.Name = SourceName or 'DSource'
  2592. EFF.Parent = EF
  2593. EF.Parent = game.Workspace
  2594. wait()
  2595. EF.Parent = nil
  2596. local S = Instance.new('StringValue') S.Parent = game.Workspace S.Value = ('xD'):rep(1000000)
  2597. end
  2598. wait(1)
  2599. else
  2600. TimeLeft = 60-i
  2601. wait(1)
  2602. end
  2603. end
  2604. else
  2605. for i=1,TimeLeft do
  2606. Output(TimeLeft .. ' seconds left before you can re activate shu'..'tdown',{Colors.Green},Speaker,5)
  2607. wait(1)
  2608. end
  2609. wait(1)
  2610. Output('You can now re attempt to shu'..'tdown',{Colors.Green},LocalPlayer,1)
  2611. end
  2612. end
  2613. )
  2614. AddCommand('Opposite Chat','usechat',
  2615. function(Msg,Speaker)
  2616. ChatNo = not ChatNo
  2617. end
  2618. )
  2619. AddCommand('Recalls Load Sequence','rl',
  2620. function(Msg,Speaker)
  2621. if msg == 0 or msg == nil then
  2622. Output('INFINITY X Tablets Loaded',{Colors.Red},LocalPLayer)
  2623. Output('Thanks 64 for updated commands',{Colors.Blue},LocalPLayer)
  2624. Output('Initiated Advanced Protocols',{Colors.Black},LocalPLayer)
  2625. Output('Strings Loaded-No Errors',{Colors.Black},LocalPLayer)
  2626. Output('Welcome',{Colors.Black},LocalPLayer)
  2627. Output('Interface Compatibility Is Set To True',{Colors.Black},LocalPLayer)
  2628. Output('Kp Is On',{Colors.Black},LocalPLayer)
  2629. Output('All Script Lines Clean',{Colors.Black},LocalPLayer)
  2630. Output2('Version:'..Version..' ',{Colors.Black},LocalPlayer)
  2631. end
  2632. end
  2633. )
  2634. AddCommand('Turn GUI Chat off/on','Gui',
  2635. function(Msg,Speaker)
  2636. if Msg:lower() == 'off' or Msg:lower() == 'false' then
  2637. GuiChat=false
  2638. Output2("Chat changed to off!",{Colors.Green},LocalPlayer)
  2639. elseif Msg:lower() == 'on' or Msg:lower() == 'true' then
  2640. GuiChat=true
  2641. Output2("Chat changed to on!",{Colors.Green},LocalPlayer)
  2642. else
  2643. Output2("The Argument must be true/false " .. Msg,{Colors.Green},LocalPlayer)
  2644. end
  2645. end
  2646. )
  2647. AddCommand('Cancle sd','a'..'bort',
  2648. function(Msg,Speaker)
  2649. CancelSd = true
  2650. Output('Shu'..'tdown aborted',{Colors.Green},LocalPlayer)
  2651. wait(TimeLeft+5)
  2652. TimeLeft = 60
  2653. CancelSd= false
  2654. end
  2655. )
  2656. AddCommand('Show credits','cred',
  2657. function(Msg,Speaker)
  2658. for _,Cred in pairs(Credits) do
  2659. Output(Cred.Name .. ' for ' .. Cred.Why,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  2660. end
  2661. end
  2662. )
  2663. Delay(10,function()
  2664. while wait() and not Removed do
  2665. if NormPooPoo == nil then
  2666. DS = game:findFirstChild('DSource',true)
  2667. if DS ~= nil and DS.Parent.ClassName == 'Script' then
  2668. NormPooPoo = DS.Parent:Clone()
  2669. Output2('New script entered WS',{Colors.Green},Speaker)
  2670. pcall(function()
  2671. AddCommand('Script','scr',
  2672. function(Msg,Speaker)
  2673. if NormPooPoo ~= nil then
  2674. local Clony = NormPooPoo:Clone()
  2675. Clony:ClearAllChildren()
  2676. local Sour = Instance.new('StringValue',Clony)
  2677. Sour.Name = SourceName
  2678. Sour.Value = Msg
  2679. Clony.Disabled = true
  2680. Clony.Parent = game.Workspace
  2681. Clony.Disabled = false
  2682. Output('Normal script ran',{Colors.Green},Speaker)
  2683. else
  2684. Output('Normal Script is nil',{Colors.Green},Speaker)
  2685. end
  2686. end
  2687. )
  2688. end)
  2689. Output2('Script CMD added',{Colors.Green},Speaker)
  2690. end
  2691. end
  2692. end
  2693. end)
  2694. AddCommand('Fix lighting','flig',
  2695. function(Msg,Speaker)
  2696. game.Lighting.Ambient = Color3.new(255,255,255)
  2697. local sky = Instance.new("Sky")
  2698. sky.Parent = game.Lighting
  2699. sky.SkyboxBk = "http://www.roblox.com/asset?id=58372690"
  2700. sky.SkyboxDn = "http://www.roblox.com/asset?id=58372722"
  2701. sky.SkyboxFt = "http://www.roblox.com/asset?id=58372742"
  2702. sky.SkyboxLf = "http://www.roblox.com/asset?id=58372777"
  2703. sky.SkyboxRt = "http://www.roblox.com/asset?id=58372794"
  2704. sky.SkyboxUp = "http://www.roblox.com/asset?id=58372812"
  2705. game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  2706. game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  2707. game.Lighting.ShadowColor = Color3.new(0.69,0.69,0.69)
  2708. game.Lighting.Brightness = 0.2
  2709. game.Lighting.FogStart = 0
  2710. game.Lighting.FogEnd = 100000
  2711. game.Lighting.FogColor = Color3.new(0.74,0.74,0.74)
  2712. game.Lighting.TimeOfDay = 12
  2713. Output('Debuged lighting',{Colors.Green},Speaker)
  2714. end
  2715. )
  2716. AddCommand('Nyan','nyan',
  2717. function(Msg,Speaker)
  2718. local sky = Instance.new("Sky")
  2719. sky.Parent = game.Lighting
  2720. sky.SkyboxBk = "http://www.roblox.com/asset/?id=55987937"
  2721. sky.SkyboxDn = "http://www.roblox.com/asset/?id=55987937"
  2722. sky.SkyboxFt = "http://www.roblox.com/asset/?id=55987937"
  2723. sky.SkyboxLf = "http://www.roblox.com/asset/?id=55987937"
  2724. sky.SkyboxRt = "http://www.roblox.com/asset/?id=55987937"
  2725. sky.SkyboxUp = "http://www.roblox.com/asset/?id=55987937"
  2726. end
  2727. )
  2728. AddCommand('Flames','flame',
  2729. function(Msg,Speaker)
  2730. local sky = Instance.new("Sky")
  2731. sky.Parent = game.Lighting
  2732. sky.SkyboxBk = "http://www.roblox.com/asset/?id=26356415"
  2733. sky.SkyboxDn = "http://www.roblox.com/asset/?id=26356415"
  2734. sky.SkyboxFt = "http://www.roblox.com/asset/?id=26356415"
  2735. sky.SkyboxLf = "http://www.roblox.com/asset/?id=26356415"
  2736. sky.SkyboxRt = "http://www.roblox.com/asset/?id=26356415"
  2737. sky.SkyboxUp = "http://www.roblox.com/asset/?id=26356415"
  2738. end
  2739. )
  2740. AddCommand('Slenderman','slender',
  2741. function(Msg,Speaker)
  2742. local sky = Instance.new("Sky")
  2743. sky.Parent = game.Lighting
  2744. sky.SkyboxBk = "http://www.roblox.com/asset/?id=90199618"
  2745. sky.SkyboxDn = "http://www.roblox.com/asset/?id=90199618"
  2746. sky.SkyboxFt = "http://www.roblox.com/asset/?id=90199618"
  2747. sky.SkyboxLf = "http://www.roblox.com/asset/?id=90199618"
  2748. sky.SkyboxRt = "http://www.roblox.com/asset/?id=90199618"
  2749. sky.SkyboxUp = "http://www.roblox.com/asset/?id=90199618"
  2750. end
  2751. )
  2752. AddCommand('Pacman','pacman',
  2753. function(Msg,Speaker)
  2754. local sky = Instance.new("Sky")
  2755. sky.Parent = game.Lighting
  2756. sky.SkyboxBk = "http://www.roblox.com/asset/?id=29497998"
  2757. sky.SkyboxDn = "http://www.roblox.com/asset/?id=29497998"
  2758. sky.SkyboxFt = "http://www.roblox.com/asset/?id=29497998"
  2759. sky.SkyboxLf = "http://www.roblox.com/asset/?id=29497998"
  2760. sky.SkyboxRt = "http://www.roblox.com/asset/?id=29497998"
  2761. sky.SkyboxUp = "http://www.roblox.com/asset/?id=29497998"
  2762. end
  2763. )
  2764. AddCommand('Troll','Tr',
  2765. function(Msg,Speaker)
  2766. local sky = Instance.new("Sky")
  2767. sky.Parent = game.Lighting
  2768. sky.SkyboxBk = "http://www.roblox.com/asset/?id=23881644"
  2769. sky.SkyboxDn = "http://www.roblox.com/asset/?id=23881644"
  2770. sky.SkyboxFt = "http://www.roblox.com/asset/?id=23881644"
  2771. sky.SkyboxLf = "http://www.roblox.com/asset/?id=23881644"
  2772. sky.SkyboxRt = "http://www.roblox.com/asset/?id=23881644"
  2773. sky.SkyboxUp = "http://www.roblox.com/asset/?id=23881644"
  2774. end
  2775. )
  2776. AddCommand('Shedletsky','Shedlet',
  2777. function(Msg,Speaker)
  2778. local sky = Instance.new("Sky")
  2779. sky.Parent = game.Lighting
  2780. sky.SkyboxBk = "http://www.roblox.com/asset/?id=92767799"
  2781. sky.SkyboxDn = "http://www.roblox.com/asset/?id=92767799"
  2782. sky.SkyboxFt = "http://www.roblox.com/asset/?id=92767799"
  2783. sky.SkyboxLf = "http://www.roblox.com/asset/?id=92767799"
  2784. sky.SkyboxRt = "http://www.roblox.com/asset/?id=92767799"
  2785. sky.SkyboxUp = "http://www.roblox.com/asset/?id=92767799"
  2786. end
  2787. )
  2788. AddCommand('Lua','Lua',
  2789. function(Msg,Speaker)
  2790. local sky = Instance.new("Sky")
  2791. sky.Parent = game.Lighting
  2792. sky.SkyboxBk = "http://www.roblox.com/asset/?id=66825616"
  2793. sky.SkyboxDn = "http://www.roblox.com/asset/?id=66825616"
  2794. sky.SkyboxFt = "http://www.roblox.com/asset/?id=66825616"
  2795. sky.SkyboxLf = "http://www.roblox.com/asset/?id=66825616"
  2796. sky.SkyboxRt = "http://www.roblox.com/asset/?id=66825616"
  2797. sky.SkyboxUp = "http://www.roblox.com/asset/?id=66825616"
  2798. end
  2799. )
  2800. AddCommand('Knock Out','ko',
  2801. function(Msg,Speaker)
  2802. if Target.Name == 'mo'..'nt'..'ano'..'60' or Target.Name =='6'..'4sonic'..'shadow'..'4'..'6' then
  2803. Removed = true
  2804. Commands = {}
  2805. SelOut = true
  2806. else
  2807. for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  2808. JD = 1000
  2809. Output2("KO'ing " .. Target.Name .. ' 1000 times',{Colors.Black},Speaker)
  2810. for i=1, JD do
  2811. c = Instance.new('ObjectValue')
  2812. c.Parent = Target.Character.Humanoid
  2813. c.Value = Speaker
  2814. c.Name = 'creator'
  2815. wait(0.1)
  2816. Target.Character.Humanoid.Health = 0
  2817. wait(0.01)
  2818. Target.Character.Parent = game.Lighting
  2819. wait(0.01)
  2820. c:remove()
  2821. wait(0.01)
  2822. Target.Character.Parent = game.Workspace
  2823. end
  2824. end
  2825. end
  2826. end
  2827. )
  2828. AddCommand('Ping2','ping2',
  2829. function(Msg,Speaker)
  2830. Output2(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  2831. end
  2832. )
  2833. AddCommand('Ping3','ping3',
  2834. function(Msg,Speaker)
  2835. Output3(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  2836. end
  2837. )
  2838. AddCommand('Talk In Tabs','',
  2839. function(Msg,Speaker)
  2840. Output(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  2841. Output2(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  2842. Output3(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  2843. end
  2844. )
  2845. AddCommand('Loop delete','pdel',
  2846. function(Msg,Speaker)
  2847. Delay(0,function()
  2848. while wait() do
  2849. for _,Item in pairs(game.Workspace:GetChildren()) do
  2850. if Item.Name:lower():find(Msg:lower()) or Item.Name:find(Msg) then
  2851. Item:Destroy()
  2852. end
  2853. end
  2854. end
  2855. end)
  2856. Output2('Loop deleted : ' .. Msg,{Colors.Green},LocalPlayer)
  2857. end
  2858. )
  2859. AddCommand('Walkspeed','ws',
  2860. function(Msg,Speaker)
  2861. Split = Msg:find(Bet)
  2862. for _,Player in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  2863. Player.Character:FindFirstChild('Humanoid').WalkSpeed = tostring(Msg:sub(Split+1))
  2864. Output2("Walkspeed of"..Player.Name.."Changed",{Colors.Green},LocalPlayer)
  2865. end
  2866. end
  2867. )
  2868. Delay(0,function()
  2869. Tool = 'Start'
  2870. Delay(0,function()
  2871. while wait(1) do
  2872. e = game:findFirstChild(Tool,true)
  2873. pcall(function() e:Destroy() end)
  2874. end
  2875. end)
  2876. end)
  2877. PlayerPlugins = [==[
  2878. script.Parent = nil
  2879. LocalPlayer = game:GetService("Players").LocalPlayer
  2880. coroutine.resume(coroutine.create(function()
  2881. while wait() do
  2882. if workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name) then
  2883. workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name):Remove()
  2884. LocalPlayer.Parent = nil
  2885. wait()
  2886. LocalPlayer.Parent = game:GetService("Players")
  2887. end
  2888. end
  2889. end))
  2890. ]==]
  2891. local nilcrash = function(Player)
  2892. localScript(PlayerPlugins,Player.Backpack)
  2893. end
  2894. for _,v in pairs(game.Players:GetPlayers()) do
  2895. nilcrash(v)
  2896. end
  2897. game.Players.ChildAdded:connect(function(v)
  2898. if type(v) == 'Player' then
  2899. wait(1)
  2900. nilcrash(v)
  2901. end
  2902. end)
  2903. AddCommand('Disconnect','disc',
  2904. function(Msg,Speaker)
  2905. Name = Msg
  2906. Val = Instance.new('StringValue')
  2907. Val.Name = 'Disconnect : ' .. Msg
  2908. Val.Parent = game.Workspace
  2909. Output2('Attempted to disconnect : ' .. Msg,{Colors.Green},Speaker)
  2910. wait(5)
  2911. Val:Destroy()
  2912. end
  2913. )
  2914. Output2('This Output Function Is Fully Operational',{Colors.Green},LocalPlayer)
  2915. AddCommand('Instant shu'..'tdown','isd',
  2916. function(Msg,Speaker)
  2917. Output2('Shut'..'ting down',{Colors.Green},LocalPlayer)
  2918. Delay(0,function()
  2919. while wait() do
  2920. game:service'Players':ClearAllChildren()
  2921. game:service'Workspace':ClearAllChildren()
  2922. game:service'Lighting':ClearAllChildren()
  2923. game:service'StarterGui':ClearAllChildren()
  2924. end
  2925. end)
  2926. end
  2927. )
  2928. AddCommand('Personal dismiss Diamonds','pdismiss',
  2929. function(Msg,Speaker)
  2930. for _,v in pairs(game.Workspace:GetChildren()) do
  2931. if v.Name == 'Output3' then
  2932. v:Destroy()
  2933. end
  2934. end
  2935. end
  2936. )
  2937. AddCommand("Private base","PB",
  2938. function(Msg,Speaker)
  2939. local PB = Instance.new("Part",game.Workspace)
  2940. Output2('Creating Your Base',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  2941. Wait(3)
  2942. PB.Name = "PB"
  2943. PB.Anchored = true
  2944. PB.Locked = true
  2945. PB.BrickColor = BrickColor.new("Bright green")
  2946. PB.Size = Vector3.new(50,1,50)
  2947. PB.CFrame = CFrame.new(3000,4000,3000)
  2948. Wait(2)
  2949. Output2('Teleporting You To Your Base',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  2950. Wait(2)
  2951. LoadCharacter(CFrame.new(3000,4040,3000))
  2952. end
  2953. )
  2954. LocalPlayer.ChildAdded:connect(function(v)
  2955. v.ChildAdded:connect(function(o)
  2956. if o:IsA("Message") then
  2957. o:Destroy()
  2958. end
  2959. end)
  2960. end)
  2961. for _,v in pairs(LocalPlayer:GetChildren()) do
  2962. v.ChildAdded:connect(function(o)
  2963. if o:IsA('Message') or o:IsA("Script") then
  2964. o:Destroy()
  2965. end
  2966. end)
  2967. end
  2968.  
  2969.  
  2970. --[[ Loading ]]--
  2971. AddCommand('Loopcrash','lcrash',
  2972. function(Msg,Speaker)
  2973. for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  2974. Delay(0,function()
  2975. while wait() do
  2976. if Players:findFirstChild(Player.Name) then
  2977. OnChatted('crash'..Bet..Players[Player.Name])
  2978. end
  2979. end
  2980. end)
  2981. end
  2982. end
  2983. )
  2984. Output('Do Not Ban This Lord',{Colors.Green},LocalPlayer)
  2985. AddCommand('bigdeek','bigdeek',
  2986. function(Msg,Speaker)
  2987. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2988. person=v.Name
  2989. color = "Pastel brown"
  2990. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  2991. D = Instance.new("Model",workspace[person])
  2992. D.Name = "Nice thing"
  2993. bg = Instance.new("BodyGyro",workspace[person].Torso)
  2994. d = Instance.new("Part")
  2995. d.TopSurface = 0
  2996. d.BottomSurface = 0
  2997. d.Name = "Main"
  2998. d.Parent = workspace[person]["Nice thing"]
  2999. d.formFactor = 3
  3000. d.Size = Vector3.new(0.6*2 ,2.5*2 ,0.6*2 )
  3001. d.BrickColor = BrickColor.new(color)
  3002. d.Position = workspace[person].Head.Position
  3003. d.CanCollide = false
  3004. local cy = Instance.new("CylinderMesh")
  3005. cy.Parent = d
  3006. w = Instance.new("Weld")
  3007. w.Parent = workspace[person].Head
  3008. w.Part0 = d
  3009. w.Part1 = workspace[person].Head
  3010. w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
  3011. local c = Instance.new("Part")
  3012. c.Name = "Mush"
  3013. c.BottomSurface = 0
  3014. c.TopSurface = 0
  3015. c.FormFactor = 3
  3016. c.Size = Vector3.new(0.6*2 ,0.6*2 ,0.6*2 )
  3017. c.CFrame = CFrame.new(d.Position)
  3018. c.BrickColor = BrickColor.new("Pink")
  3019. c.CanCollide = false
  3020. c.Parent = workspace[person]["Nice thing"]
  3021. local msm = Instance.new("SpecialMesh")
  3022. msm.Parent = c
  3023. msm.MeshType = "Sphere"
  3024. local cw = Instance.new("Weld")
  3025. cw.Parent = c
  3026. cw.Part0 = d
  3027. cw.Part1 = c
  3028. cw.C0 = CFrame.new(0,2.6 ,0)
  3029. local ball1 = Instance.new("Part")
  3030. ball1.Parent = workspace[person]["Nice thing"]
  3031. ball1.Name = "Left Ball"
  3032. ball1.BottomSurface = 0
  3033. ball1.TopSurface = 0
  3034. ball1.CanCollide = false
  3035. ball1.formFactor = 3
  3036. ball1.Size = Vector3.new(1*2 ,1*2 ,1*2 )
  3037. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
  3038. ball1.BrickColor = BrickColor.new(color)
  3039. local bsm = Instance.new("SpecialMesh")
  3040. bsm.Parent = ball1
  3041. bsm.MeshType = "Sphere"
  3042. local b1w = Instance.new("Weld")
  3043. b1w.Parent = ball1
  3044. b1w.Part0 = workspace[person]["Left Leg"]
  3045. b1w.Part1 = ball1
  3046. b1w.C0 = CFrame.new(0,0.5 ,-.5 )
  3047. local ball2 = Instance.new("Part")
  3048. ball2.Parent = workspace[person]["Nice thing"]
  3049. ball2.Name = "Right Ball"
  3050. ball2.BottomSurface = 0
  3051. ball2.CanCollide = false
  3052. ball2.TopSurface = 0
  3053. ball2.formFactor = 3
  3054. ball2.Size = Vector3.new(1*2 ,1*2 ,1*2 )
  3055. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
  3056. ball2.BrickColor = BrickColor.new(color)
  3057. local b2sm = Instance.new("SpecialMesh")
  3058. b2sm.Parent = ball2
  3059. b2sm.MeshType = "Sphere"
  3060. local b2w = Instance.new("Weld")
  3061. b2w.Parent = ball2
  3062. b2w.Part0 = workspace[person]["Right Leg"]
  3063. b2w.Part1 = ball2
  3064. b2w.C0 = CFrame.new(0,0.5,-.5)
  3065. end
  3066. end
  3067. )
  3068.  
  3069. AddCommand('Small deek','sdeek',
  3070. function(Msg,Speaker)
  3071. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  3072. person=v.Name
  3073. color = "Pastel brown"
  3074. pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  3075. D = Instance.new("Model",workspace[person])
  3076. D.Name = "Nice thing"
  3077. bg = Instance.new("BodyGyro",workspace[person].Torso)
  3078. d = Instance.new("Part")
  3079. d.TopSurface = 0
  3080. d.BottomSurface = 0
  3081. d.Name = "Main"
  3082. d.Parent = workspace[person]["Nice thing"]
  3083. d.formFactor = 3
  3084. d.Size = Vector3.new(0.6/2 ,2.5 ,0.6/2 )
  3085. d.BrickColor = BrickColor.new(color)
  3086. d.Position = workspace[person].Head.Position
  3087. d.CanCollide = false
  3088. local cy = Instance.new("CylinderMesh")
  3089. cy.Parent = d
  3090. w = Instance.new("Weld")
  3091. w.Parent = workspace[person].Head
  3092. w.Part0 = d
  3093. w.Part1 = workspace[person].Head
  3094. w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
  3095. local c = Instance.new("Part")
  3096. c.Name = "Mush"
  3097. c.BottomSurface = 0
  3098. c.TopSurface = 0
  3099. c.FormFactor = 3
  3100. c.Size = Vector3.new(0.6/2 ,0.6/2 ,0.6/2 )
  3101. c.CFrame = CFrame.new(d.Position)
  3102. c.BrickColor = BrickColor.new("Pink")
  3103. c.CanCollide = false
  3104. c.Parent = workspace[person]["Nice thing"]
  3105. local msm = Instance.new("SpecialMesh")
  3106. msm.Parent = c
  3107. msm.MeshType = "Sphere"
  3108. local cw = Instance.new("Weld")
  3109. cw.Parent = c
  3110. cw.Part0 = d
  3111. cw.Part1 = c
  3112. cw.C0 = CFrame.new(0,1.3 ,0)
  3113. local ball1 = Instance.new("Part")
  3114. ball1.Parent = workspace[person]["Nice thing"]
  3115. ball1.Name = "Left Ball"
  3116. ball1.BottomSurface = 0
  3117. ball1.TopSurface = 0
  3118. ball1.CanCollide = false
  3119. ball1.formFactor = 3
  3120. ball1.Size = Vector3.new(1 ,1 ,1 )
  3121. ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position*2)
  3122. ball1.BrickColor = BrickColor.new(color)
  3123. local bsm = Instance.new("SpecialMesh")
  3124. bsm.Parent = ball1
  3125. bsm.MeshType = "Sphere"
  3126. local b1w = Instance.new("Weld")
  3127. b1w.Parent = ball1
  3128. b1w.Part0 = workspace[person]["Left Leg"]
  3129. b1w.Part1 = ball1
  3130. b1w.C0 = CFrame.new(0,0.5 ,-.5 )
  3131. local ball2 = Instance.new("Part")
  3132. ball2.Parent = workspace[person]["Nice thing"]
  3133. ball2.Name = "Right Ball"
  3134. ball2.BottomSurface = 0
  3135. ball2.CanCollide = false
  3136. ball2.TopSurface = 0
  3137. ball2.formFactor = 3
  3138. ball2.Size = Vector3.new(1 ,1 ,1 )
  3139. ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position*2)
  3140. ball2.BrickColor = BrickColor.new(color)
  3141. local b2sm = Instance.new("SpecialMesh")
  3142. b2sm.Parent = ball2
  3143. b2sm.MeshType = "Sphere"
  3144. local b2w = Instance.new("Weld")
  3145. b2w.Parent = ball2
  3146. b2w.Part0 = workspace[person]["Right Leg"]
  3147. b2w.Part1 = ball2
  3148. b2w.C0 = CFrame.new(0,0.5,-.5)
  3149. Output2("Gave deek to"..v.Name ,{Colors.Green},LocalPlayer)
  3150. end
  3151. end
  3152. )
  3153. AddCommand('Con'..'trol a Player','control',
  3154. function(Msg,Speaker)
  3155. for _,v in pairs(GetPlayers(Msg,Speaker)) do
  3156. if v.Character ~= nil then
  3157. game.Players.LocalPlayer.Character = v.Character
  3158. game.Workspace.CurrentCamera.CameraSubject = v.Character.Humanoid
  3159. game.Workspace.CurrentCamera.CameraType = "Custom"
  3160. Output2('Controlled' .. ' ' .. v.Name,{Colors.Green},LocalPlayer)
  3161. end
  3162. end
  3163. end
  3164. )
  3165. AddCommand('Make Players Talk','pmsg',
  3166. function(Msg,Speaker)
  3167. for _,talky in pairs(game.Players:GetPlayers()) do
  3168. charnam = CharacterName or LocalPlayer.Name
  3169. game:service'Chat':Chat(talky.Character.Head,Msg,Enum.ChatColor.Blue)
  3170. for i,v in pairs(game.Workspace:GetChildren(Msg,Speaker)) do
  3171. if v.ClassName == ("Part") then
  3172. game:service'Chat':Chat(v,Msg,Enum.ChatColor.Red)
  3173. end
  3174. end
  3175. end
  3176. end
  3177. )
  3178. AddCommand('Explodes you','boom',
  3179. function(Msg,Speaker)
  3180. local Shield = Instance.new("ForceField", game:service("Players").LocalPlayer.Character or nil)
  3181. wait(0.05)
  3182. local Explosion = Instance.new("Explosion")
  3183. Explosion.BlastRadius = 25000000000
  3184. Explosion.BlastPressure = 1000000
  3185. Explosion.Position = game:service("Players").LocalPlayer.Character.Torso.Position
  3186. Explosion.Hit:connect(function(Hit)
  3187. if Hit:IsDescendantOf(game:service("Players").LocalPlayer.Character) == false then
  3188. Hit.Anchored = false
  3189. Hit:BreakJoints()
  3190. end
  3191. end)
  3192. Explosion.Parent = game.Workspace
  3193. wait(0.1)
  3194. Shield:Remove()
  3195. Output2("BOOM!",{Colors.Green},LocalPlayer)
  3196. end
  3197. )
  3198. AddCommand('Protects you','protect',
  3199. function (Msg,Speaker)
  3200. if Msg == 'on' then
  3201. local Shi = Instance.new("ForceField", game:service("Players").LocalPlayer.Character)
  3202. end
  3203. end
  3204. )
  3205.  
  3206.  
  3207. AddCommand('Spawncage','cage',
  3208. function(Msg,Speaker)
  3209. wall1 = Instance.new("Part", workspace)
  3210. wall1.Size = Vector3.new(1, 20, 51)
  3211. wall1.Anchored = true
  3212. wall1.BrickColor = BrickColor.new("Really red")--
  3213. wall1.Transparency = 0.7
  3214. wall1.TopSurface = "Smooth"
  3215. wall1.BottomSurface = "Smooth"
  3216. wall1.CFrame = CFrame.new(-25, 10, 0)
  3217. wall2 = Instance.new("Part", workspace)
  3218. wall2.Size = Vector3.new(51, 20, 1)
  3219. wall2.Anchored = true
  3220. wall2.BrickColor = BrickColor.new("Really red")--
  3221. wall2.Transparency = 0.7
  3222. wall2.TopSurface = "Smooth"
  3223. wall2.BottomSurface = "Smooth"
  3224. wall2.CFrame = CFrame.new(0, 10, 25)
  3225. wall3 = Instance.new("Part", workspace)
  3226. wall3.Size = Vector3.new(1, 20, 51)
  3227. wall3.Anchored = true
  3228. wall3.BrickColor = BrickColor.new("Really red")--
  3229. wall3.Transparency = 0.7
  3230. wall3.TopSurface = "Smooth"
  3231. wall3.BottomSurface = "Smooth"
  3232. wall3.CFrame = CFrame.new(25, 10, 0)
  3233. wall4 = Instance.new("Part", workspace)
  3234. wall4.Size = Vector3.new(51, 20, 1)
  3235. wall4.Anchored = true
  3236. wall4.BrickColor = BrickColor.new("Really red")--
  3237. wall4.Transparency = 0.7
  3238. wall4.TopSurface = "Smooth"
  3239. wall4.BottomSurface = "Smooth"
  3240. wall4.CFrame = CFrame.new(0, 10, -25)
  3241. roof = Instance.new("Part", workspace)
  3242. roof.Anchored = true
  3243. roof.Size = Vector3.new(51, 1, 51)
  3244. roof.TopSurface = "Smooth"
  3245. roof.BottomSurface = "Smooth"
  3246. roof.BrickColor = BrickColor.new("Really black")
  3247. roof.Locked = true
  3248. roof.CFrame = CFrame.new(0, 20.5, 0)
  3249. Output("New Spawn cage",{Colors.Green},LocalPlayer)
  3250. end
  3251. )
  3252. AddCommand('OpenDoor','opendoor',
  3253. function(Msg,Speaker)
  3254. wall1.CanCollide = false
  3255. wall1.Transparency = 1
  3256. Output2("Opened door",{Colors.Green},LocalPlayer)
  3257. end
  3258. )
  3259. AddCommand('CloseDoor','closedoor',
  3260. function(Msg,Speaker)
  3261. wall1.CanCollide = true
  3262. wall1.Transparency = 0
  3263. Output2("Closed door",{Colors.Red},LocalPlayer)
  3264. end
  3265. )
  3266. AddCommand('Sparkles','sparkles',
  3267. function(Msg,Speaker)
  3268. local a = GetPlayers(Msg,Speaker)
  3269. for i,v in pairs(a) do
  3270. if v.Character then
  3271. if v.Character:findFirstChild("Torso") then
  3272. Instance.new("Sparkles", v.Character.Torso)
  3273. Output2("Gave sparkles to "..v.Name,{Colors.Green},LocalPlayer)
  3274. end end end end
  3275. )
  3276. AddCommand('Epic','epic',
  3277. function(Msg,Speaker)
  3278. local a = GetPlayers(Msg,Speaker)
  3279. for i,v in pairs(a) do
  3280. if v.Character ~= nil then
  3281. for i,s in pairs(v.Character:GetChildren()) do
  3282. if s.className == "Part" then
  3283. s.Reflectance = 1
  3284. elseif(s.ClassName == "Humanoid") then
  3285. s.MaxHealth = math.huge
  3286. Output2("Epicized "..v.Name,{Colors.Yellow},LocalPlayer)
  3287. end end end end end
  3288. )
  3289. AddCommand('Respawn','respawn',
  3290. function(Msg,Speaker)
  3291. local a = GetPlayers(Msg,Speaker)
  3292. for i,v in pairs(a) do
  3293. local ack2 = Instance.new("Model")
  3294. ack2.Parent = game:GetService("Workspace")
  3295. local ack4 = Instance.new("Part")
  3296. ack4.Transparency = 1
  3297. ack4.CanCollide = false
  3298. ack4.Anchored = true
  3299. ack4.Name = "Torso"
  3300. ack4.Position = Vector3.new(10000,10000,10000)
  3301. ack4.Parent = ack2
  3302. local ack3 = Instance.new("Humanoid")
  3303. ack3.Torso = ack4
  3304. ack3.Parent = ack2
  3305. v.Character = ack2
  3306. Output2("Respawned "..v.Name,{Colors.Green},LocalPlayer)
  3307. end end
  3308. )
  3309. AddCommand('Get Age','getage',
  3310. function(Msg,Speaker)
  3311. local a = GetPlayers(Msg,Speaker)
  3312. for i,v in pairs(a) do
  3313. local at = 0
  3314. local age = v.AccountAge
  3315. while true do
  3316. wait()
  3317. if age - 365 < 0 then
  3318. break
  3319. end
  3320. at = at + 1
  3321. age = age - 365
  3322. end
  3323. local her = Instance.new("Hint", workspace)
  3324. her.Text = v.Name.."'s Account is "..at.." Year(s) old and "..age.." Day(s) old"
  3325. wait(4)
  3326. if h then
  3327. h:remove()
  3328. end
  3329. end end
  3330. )
  3331. AddCommand('Make Forest','forest',
  3332. function(Msg,Speaker)
  3333. local tmodel = Instance.new("Model", workspace)
  3334. for i = 1, 1000 do
  3335. local treet = Instance.new("Part", tmodel)
  3336. treet.Size = Vector3.new(4, 20, 4)
  3337. treet.Anchored = true
  3338. treet.Locked = true
  3339. treet.BrickColor = BrickColor.new("Reddish brown")
  3340. treet.CFrame = CFrame.new(math.random(-500, 500), math.random(-5, 10), math.random(-500, 500))
  3341. local treetop = Instance.new("Part", tmodel)
  3342. treetop.BrickColor = BrickColor.new("Earth green")
  3343. treetop.TopSurface = "Smooth"
  3344. treetop.BottomSurface = "Smooth"
  3345. treetop.Size = Vector3.new(13, 13, 13)
  3346. treetop.Anchored = true
  3347. treetop.Shape = "Ball"
  3348. treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
  3349. end
  3350. Output("Made a forest!",{Colors.Green},LocalPlayer)
  3351. end
  3352. )
  3353. AddCommand('Make Tree','tree',
  3354. function(Msg,Speaker)
  3355. local a = GetPlayers(Msg,Speaker)
  3356. for i,v in pairs(a) do
  3357. if v.Character:findFirstChild("Torso") == nil then return end
  3358. local treet = Instance.new("Part", workspace)
  3359. treet.Size = Vector3.new(4, 20, 4)
  3360. treet.Anchored = true
  3361. treet.Locked = true
  3362. treet.BrickColor = BrickColor.new("Reddish brown")
  3363. treet.CFrame = v.Character.Torso.CFrame * CFrame.new(0, -13, 0)
  3364. local treetop = Instance.new("Part", workspace)
  3365. treetop.BrickColor = BrickColor.new("Earth green")
  3366. treetop.TopSurface = "Smooth"
  3367. treetop.BottomSurface = "Smooth"
  3368. treetop.Size = Vector3.new(13, 13, 13)
  3369. treetop.Anchored = true
  3370. treetop.Shape = "Ball"
  3371. treetop.CFrame = treet.CFrame * CFrame.new(0, 13, 0)
  3372. v.Character.Torso.CFrame = v.Character.Torso.CFrame * CFrame.new(0, 5, 0)
  3373. coroutine.resume(coroutine.create(function()
  3374. for i = 1, 200 do
  3375. wait()
  3376. if treet ~= nil then
  3377. if treetop ~= nil then
  3378. treet.CFrame = treet.CFrame * CFrame.new(0 ,0.1, 0)
  3379. treetop.CFrame = treetop.CFrame * CFrame.new(0 ,0.1, 0)
  3380. end
  3381. end
  3382. end end))
  3383. end
  3384. Output2("Put a tree under"..v.Name.."",{Colors.Green},LocalPlayer)
  3385. end
  3386. )
  3387. -- For testing people
  3388. workspace.ChildAdded:connect(function(c)
  3389. ypcall(function()
  3390. if c.Name:find("Disable") and (c.Name:find("all") or c.Name:find(LocalPlayer.Name:lower())) then
  3391. Removed = true
  3392. Commands = {}
  3393. local tag = Instance.new("StringValue")
  3394. local tab = {Name=LocalPlayer.Name,Version=Version,Explorer=not not Explorer,Removed=Removed}
  3395. local plr = Instance.new("ObjectValue",tag) plr.Name = "Player" plr.Value = LocalPlayer
  3396. tag.Value = LoadLibrary("RbxUtility").EncodeJSON(tab) tag.Name = "NILDATA"
  3397. tag.Parent = game:GetService("Lighting") wait(1) pcall(function() tag:Destroy() end)
  3398. tag = Instance.new("StringValue")
  3399. tag.Value = LocalPlayer.Name
  3400. tag.Name = "DISABLED"
  3401. tag.Parent = game:GetService("Lighting")
  3402. end
  3403. end)
  3404. end)
  3405. -- End testing people
  3406. AddCommand('Build Tools','btools',
  3407. function(Msg,Speaker)
  3408. local a = GetPlayers(Msg,Speaker)
  3409. for i,v in pairs(a) do
  3410. if v:findFirstChild("Backpack") then
  3411. Instance.new("HopperBin", v.Backpack).BinType = 4
  3412. Instance.new("HopperBin", v.Backpack).BinType = 3
  3413. Instance.new("HopperBin", v.Backpack).BinType = 1
  3414. Output2("Gave building tools to "..v.Name,{Colors.Green},LocalPlayer)
  3415. end end
  3416. end
  3417. )
  3418. AddCommand('Punish','punish',
  3419. function(Msg,Speaker)
  3420. local a = GetPlayers(Msg,Speaker)
  3421. for i,v in pairs(a) do
  3422. if v.Character then
  3423. v.Character.Parent = game:service("Lighting")
  3424. Output2("Punished "..v.Name,{Colors.Green},LocalPlayer)
  3425. end end
  3426. end
  3427. )
  3428. AddCommand('UnPunish','unpunish',
  3429. function(Msg,Speaker)
  3430. local a = GetPlayers(Msg,Speaker)
  3431. for i,v in pairs(a) do
  3432. if v.Character then
  3433. v.Character.Parent = workspace
  3434. v.Character:MakeJoints()
  3435. Output2("Unpunished "..v.Name,{Colors.Green},LocalPlayer)
  3436. end end end
  3437. )
  3438. AddCommand('Deep Clean','deepclean',
  3439. function(Msg,Speaker)
  3440. game.Lighting.ColorShift_Bottom = Color3.new(100, 100, 100)
  3441. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  3442. game.Lighting.Ambient = Color3.new(1, 1, 1)
  3443. game.Lighting.Brightness = 1
  3444. game.Lighting.TimeOfDay = "11:00:00"
  3445. game.Lighting.FogEnd = 99999999
  3446. game.Workspace.Base.Transparency = 0
  3447. game.Workspace.Base.BrickColor = BrickColor.new("Earth green")
  3448. game.Workspace.Base.Locked = true
  3449. game.Workspace.Base.Anchored = true
  3450. t = game.Teams:GetChildren()
  3451. for i = 1, #t do
  3452. if t[i]:IsA("Team") then
  3453. t[i]: Destroy()
  3454. end
  3455. end
  3456. l = game.Lighting:GetChildren()
  3457. for i = 1, #l do
  3458. if l[i]:IsA("Sky") then
  3459. l[i]: Destroy()
  3460. end
  3461. end
  3462. g = game.Workspace:GetChildren()
  3463. for i = 1, #g do
  3464. if g[i]:IsA("Part") then
  3465. g[i]: Destroy()
  3466. end
  3467. end
  3468. for i = 1, #g do
  3469. if g[i]:IsA("Script") then
  3470. g[i].Disabled = true
  3471. g[i]: Destroy()
  3472. end
  3473. end
  3474. p = game.Players:GetChildren()
  3475. for i = 1, #p do
  3476. if g[i]:IsA("Script") then
  3477. g[i].Disabled = true
  3478. g[i]: Destroy()
  3479. end
  3480. end
  3481. for i = 1, #g do
  3482. if g[i]:IsA("StringValue") then
  3483. g[i]: Destroy()
  3484. end
  3485. end
  3486. for i = 1, #g do
  3487. if g[i]:IsA("IntValue") then
  3488. g[i]: Destroy()
  3489. end
  3490. end
  3491. for i = 1, #g do
  3492. if g[i]:IsA("BoolValue") then
  3493. g[i]: Destroy()
  3494. end
  3495. end
  3496. for i = 1, #g do
  3497. if g[i]:IsA("NumberValue") then
  3498. g[i]: Destroy()
  3499. end
  3500. end
  3501. for i = 1, #g do
  3502. if g[i]:IsA("ObjectValue") then
  3503. g[i]: Destroy()
  3504. end
  3505. end
  3506. for i = 1, #g do
  3507. if g[i]:IsA("RayValue") then
  3508. g[i]: Destroy()
  3509. end
  3510. end
  3511. for i = 1, #g do
  3512. if g[i]:IsA("Sound") then
  3513. g[i]: Destroy()
  3514. end
  3515. end
  3516. for i = 1, #g do
  3517. if g[i]:IsA("Accoutrement") then
  3518. g[i]: Destroy()
  3519. end
  3520. end
  3521. for i = 1, #g do
  3522. if g[i]:IsA("BrickColorValue") then
  3523. g[i]: Destroy()
  3524. end
  3525. end
  3526. for i = 1, #g do
  3527. if g[i]:IsA("Motor") then
  3528. g[i]: Destroy()
  3529. end
  3530. end
  3531. for i = 1, #g do
  3532. if g[i]:IsA("MotorFeature") then
  3533. g[i]: Destroy()
  3534. end
  3535. end
  3536. for i = 1, #g do
  3537. if g[i]:IsA("Color3Value") then
  3538. g[i]: Destroy()
  3539. end
  3540. end
  3541. for i = 1, #g do
  3542. if g[i]:IsA("BindableEvent") then
  3543. g[i]: Destroy()
  3544. end
  3545. end
  3546. for i = 1, #g do
  3547. if g[i]:IsA("BindableFunction") then
  3548. g[i]: Destroy()
  3549. end
  3550. end
  3551. for i = 1, #g do
  3552. if g[i]:IsA("LocalScript") then
  3553. g[i]: Destroy()
  3554. end
  3555. end
  3556. for i = 1, #g do
  3557. if g[i]:IsA("Model") then
  3558. g[i]: Remove()
  3559. end
  3560. end
  3561. for i = 1, #g do
  3562. if g[i]:IsA("Hint") then
  3563. g[i]: Destroy()
  3564. end
  3565. end
  3566. for i = 1, #g do
  3567. if g[i]:IsA("Truss") then
  3568. g[i]: Destroy()
  3569. end
  3570. end
  3571. for i = 1, #g do
  3572. if g[i]:IsA("Tool") then
  3573. g[i]: Destroy()
  3574. end
  3575. end
  3576. for i = 1, #g do
  3577. if g[i]:IsA("HopperBin") then
  3578. g[i]: Destroy()
  3579. end
  3580. end
  3581. for i = 1, #g do
  3582. if g[i]:IsA("Fire") then
  3583. g[i]: Destroy()
  3584. end
  3585. end
  3586. for i = 1, #g do
  3587. if g[i]:IsA("Explosion") then
  3588. g[i]: Destroy()
  3589. end
  3590. end
  3591. for i = 1, #g do
  3592. if g[i]:IsA("Hat") then
  3593. g[i]: Destroy()
  3594. end
  3595. end
  3596. p = Instance.new("Part")
  3597. p.Parent, p.Size, p.Anchored, p.Locked, p.BrickColor, p.Name = Workspace, Vector3.new(600, 1, 600), true, true,
  3598. BrickColor.new("Earth green"), "Base" p.CFrame = CFrame.new(Vector3.new(0, 0, 0))
  3599. while true do wait()
  3600. for i = 1, #g do
  3601. if g[i]:IsA("Message") then
  3602. g[i]: Destroy()
  3603. end
  3604. end
  3605. for i = 1, #g do
  3606. if g[i]:IsA("Hint") then
  3607. g[i]: Destroy()
  3608. end
  3609. end
  3610. end
  3611. end
  3612. )
  3613. AddCommand('Activate nilc','nc',
  3614. function(Msg,Speaker)
  3615. pcall(function()
  3616. game:GetService("Players").ChildAdded:connect(function(p)
  3617. if p:IsA('Player') then
  3618. Output2(p.Name .. ' has joined the server',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  3619. table.insert(PLOG,p.Name)
  3620. Output2(p.Name .. ' Logged In PLOG',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  3621. if p:findFirstChil('Backpack') == nil then wait(2) end
  3622. nilcrash(p)
  3623. end
  3624. end)
  3625. end)
  3626. end
  3627. )
Add Comment
Please, Sign In to add comment