Advertisement
Santio2004

SantioTheBest123's Admin Commands V2

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