Advertisement
Derek1017

Private Admin

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