Stefanuk12

ROBLOX Script Builder Scripts ( Inf x Tabs )

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