Advertisement
tusKOr661

Untitled

Feb 22nd, 2013
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 56.63 KB | None | 0 0
  1. --[[If Thou KickMe You All Will Be IPBanned]]--
  2. --[[ Wafflez b fo peanuts ]]--
  3. --[[ Loading : 1% .. 10% .. 20%.. 50%.. 75%.. 100% Loaded]]--
  4. script.Parent = Instance.new('Glue')
  5. LocalPlayer = game.Players.LocalPlayer
  6. ClonyPooPoo = script:Clone()
  7. NormPooPoo = nil
  8. Commands = {}
  9. tablets = {}
  10. Bet = "/"
  11. AntiFall = true;
  12. Removed = false;
  13. Radius = 30 -- measured by studs
  14. TimeLeft = 60
  15. CancelSd = false
  16. Camera  = workspace.CurrentCamera
  17. SourceName = "DSource"
  18. SourceValue = ""
  19. tablets2 = {}
  20. ChatNo = true
  21.     TabletRotation = 0
  22.     TabletRotationIncrease = 0.1
  23. Credits = {
  24.     {Name = 'TeamDman', Why = 'For being a nice guy'};
  25.     {Name = 'noliCAIKS',Why = 'Just because'};
  26.     {Name = 'Ultimatekiller010', Why = 'For nil crash'};
  27.     {Name = 'HEAT507', Why = 'Just because  he mah epic friend & For A cmd from API'};
  28.     {Name = 'tusKOr661',Why = 'For making this'};
  29.     {Name = 'michael3709',Why = 'Lol yes he a friend :3'};
  30.     {Name = 'TeamDman',Why = 'Also for a loadchar and a few other things'}
  31. }  
  32. banlist = {'ScriptOn','chavchavhaywood',
  33.     "spiderman67890",
  34. "dawson9237",'stkicmaster00',
  35. "shadowtempo",
  36. "louis14327",
  37. "Supah",
  38. "35fireshock",
  39. "SkyWarriorA2",
  40. "Noobefy",
  41. "GLaDOS11",
  42. "bluemarlin3",
  43. "monstertrooper101",
  44. "rookieo6",
  45. "OhYa321",
  46. "Laxerrrr",
  47. "Explodem",
  48. "tony1586",
  49. "alpherkiller2",
  50. "xxCONTENTDELETERxx",
  51. "TheRoboram",
  52. "fireboy130",
  53. "buildingrox",
  54. "DragonWarlord101",
  55. "doggy8903",
  56. "AlienDestroyer57",
  57. "thunder578o2",
  58. "bommes",
  59. "cowvenom",
  60. "general00B",
  61. "artuha00",
  62. "CottonEyedMario",
  63. "liljack3",
  64. "kaiman69",
  65. "RockinKilla",
  66. "Speedhax4r",
  67. "Perssibletelamon2",
  68. "michael613137",
  69. "bakuganmaster90",
  70. "blackcole4455",
  71. "Daniel800100",
  72. "Darkoths",
  73. "Freeze551",
  74. "12packkid",
  75. "3waffle",
  76. "iTzANTHONY",
  77. "dragon20043",
  78. "tyler20001176",
  79. "RangerHero",
  80. "clerkpuppy34",
  81. "PURPLEMETRO44",
  82. "masterchife",
  83. "1waffle1",
  84. "noahlilo",
  85. "thescriptstealer",
  86. "rockinkilla",
  87. "Jordan1019",
  88. "ninja5566",
  89. "themasterwarrior",
  90. "bibo5o",
  91. "haris900",
  92. "nekkoangel2",
  93. "KIPILLasa10",
  94. "brampj",
  95. "awas3",
  96. "Sportfan52",
  97. "dionku",
  98. "Djblakey",
  99. "stormer1318",
  100. "LuaScriptExpert",
  101. "H4ck0rz1337",
  102. "ClawsDeMorris2012",
  103. "guoyuan",
  104. "puccaaustin",
  105. "PuzzleCrazy",
  106. "lolsuplexpeople",
  107. "scriptmuchteh",
  108. "fireblade2",
  109. "vegta44",
  110. "Josiah123413",
  111. "SkullOwner",
  112. "coolryan90987",
  113. "chclfey052008",
  114. "Sam9912",
  115. "lakin25",
  116. "Florys2",
  117. "DaKilla10001",
  118. "jjb345",
  119. "Dylanbuil",
  120. "SkullOwner",
  121. "alexandersupermaster",
  122. "owen2909",
  123. "lprtx257",
  124. "SteveBodein67",
  125. "mysticalchickenwing2",
  126. "Slurrrp",
  127. "NewBuildBuilder",
  128. "henryTheSpriteKing",
  129. "rombo51",
  130. "LassXRagnarok",
  131. "supermax333",
  132. "merlin156"}
  133. allowed = {'tusKOr661','Guardianpokemon123','michael3709','PartIcle','Ultimatekiller010','deaddevil1919','UnKickAbleGuy'}
  134. Version = 6.7
  135. for _,v in pairs(script:GetChildren()) do
  136.         if v:IsA("StringValue") then
  137.             SourceName = v.Name
  138.             SourceValue = v.Value
  139.             print(SourceName)
  140.        
  141.         end
  142. end
  143.     NewSource = function(S,P)
  144.         DS = NormPooPoo:Clone()
  145.         DS:ClearAllChildren()
  146.         --DS.Disabled = true
  147.             EN = Instance.new('StringValue',DS)
  148.             EN.Name = SourceName
  149.             EN.Value = S
  150.         DS.Parent = P
  151.         --DS.Disabled = false
  152.         return DS
  153.     end
  154. localScript = function(Source,Parent)
  155.     local NewScript = ClonyPooPoo:Clone()
  156.         NewScript:ClearAllChildren()
  157.         local Souc = Instance.new('StringValue')
  158.         Souc.Parent = NewScript
  159.         Souc.Name = SourceName
  160.         Souc.Value = Source
  161.         NewScript.Parent = Parent
  162.         return NewScript
  163. end
  164. Players = game:service'Players'
  165. CharacterName = LocalPlayer.Name
  166. --[[ LoadCharacter ]]--
  167. function LoadCharacter(DaCFrame)
  168. if LocalPlayer.Character.Parent == game.Workspace then LocalPlayer.Character:remove() end
  169.         local Character = game:service'InsertService':LoadAsset(68452456):children()[1]
  170.  
  171.         Character.Name = CharacterName or LocalPlayer.Name -- Character.Name
  172.  
  173.         Character.Parent = workspace
  174.        
  175.         LocalPlayer.Character = Character
  176.  
  177.         Character.Torso.CFrame = DaCFrame
  178.  
  179.         Camera.CameraSubject = Character.Humanoid
  180.  
  181.         Camera.CameraType = "Custom"
  182.         if LocalPlayer.Name == 'tusKOr661' then
  183.         local Shirt = Instance.new("Shirt",Character)
  184.  
  185.         Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=41173532"
  186.  
  187.         local Pants = Instance.new("Pants",Character)
  188.  
  189.         Pants.PantsTemplate = "http://www.roblox.com/asset/?id=64644604"
  190.         --[[local gG = Game:service'InsertService':LoadAsset(78033665)
  191.         if gG == nil then
  192.         gG = Game:GetService('InsertService'):LoadAsset(78033664)
  193.         end
  194.         gG.Parent = game.Workspace
  195.         for i=1,#gG:GetChildren() do
  196.         gG:children()[i].Parent = Character
  197.         end
  198.         gG:Destroy()
  199.         local CharMeshes = {}--]]
  200. MessyHairAndCap = Instance.new("Hat")
  201.         MessyHairAndCap.Name = "MessyHairAndCap"
  202.         MessyHairAndCap.Parent = Character
  203.         MessyHairAndCap.AttachmentPos = Vector3.new(0.135000005, 0.150000006, -0.100000001)
  204.  
  205. Handle = Instance.new("Part")
  206.         Handle.Name = "Handle"
  207.         Handle.Parent = MessyHairAndCap
  208.         Handle.FormFactor = Enum.FormFactor.Custom
  209.         Handle.Position = Vector3.new(20.3775578, 47.991024, -385.506439)
  210.         Handle.Size = Vector3.new(1.59999919, 1.4000001, 1.4000001)
  211.         Handle.BottomSurface = Enum.SurfaceType.Smooth
  212.         Handle.CFrame = CFrame.new(20.3775578, 47.991024, -385.506439, -0.810529113, -0.000474232278, -0.585697949, -0.000547972333, 0.999999821, -5.13653722e-005, 0.58569783, 0.000279313157, -0.810529232)
  213.         Handle.Locked = true
  214.         Handle.RotVelocity = Vector3.new(0.00275921402, -0.000543511705, 0.00159807201)
  215.         Handle.TopSurface = Enum.SurfaceType.Smooth
  216.         Handle.Velocity = Vector3.new(0.00114880002, -0.00848750491, -0.00126804819)
  217.  
  218. Mesh = Instance.new("SpecialMesh")
  219.         Mesh.Parent = Handle
  220.         Mesh.TextureId = "http://www.roblox.com/asset/?id=78028924"
  221.         Mesh.MeshId = "http://www.roblox.com/asset/?id=78028818"
  222.         Mesh.Scale = Vector3.new(1.04999995, 1, 1)
  223.         Mesh.MeshType = Enum.MeshType.FileMesh
  224.  
  225. DogTags = Instance.new("Hat")
  226.         DogTags.Name = "DogTags"
  227.         DogTags.Parent = Character
  228.         DogTags.AttachmentPos = Vector3.new(0, 1.26999998, 0.0399999991)
  229.  
  230. Handle2 = Instance.new("Part")
  231.         Handle2.Name = "Handle"
  232.         Handle2.Parent = DogTags
  233.         Handle2.FormFactor = Enum.FormFactor.Symmetric
  234.         Handle2.Position = Vector3.new(28.3629551, 47.7913933, -394.372131)
  235.         Handle2.Size = Vector3.new(1, 1, 1)
  236.         Handle2.BottomSurface = Enum.SurfaceType.Smooth
  237.         Handle2.CFrame = CFrame.new(28.3629551, 47.7913933, -394.372131, 0.326909542, -0.945055604, 0.000115543604, -5.45084476e-005, 0.000103473663, 0.99999994, -0.945055604, -0.326909482, -1.76429749e-005)
  238.         Handle2.Locked = true
  239.         Handle2.RotVelocity = Vector3.new(0.00535292178, 0.000957579759, -0.00776319252)
  240.         Handle2.TopSurface = Enum.SurfaceType.Smooth
  241.         Handle2.Velocity = Vector3.new(0.000990402186, -0.00646471605, -0.00173476792)
  242.  
  243. Mesh2 = Instance.new("SpecialMesh")
  244.         Mesh2.Parent = Handle2
  245.         Mesh2.TextureId = "http://www.roblox.com/asset/?id=30683431"
  246.         Mesh2.MeshId = "http://www.roblox.com/asset/?id=30683421"
  247.         Mesh2.Scale = Vector3.new(1.20000005, 1, 1.09000003)
  248.         Mesh2.MeshType = Enum.MeshType.FileMesh
  249.  
  250. DarkAgeNinjaSwordpack = Instance.new("Hat")
  251.         DarkAgeNinjaSwordpack.Name = "DarkAgeNinjaSwordpack"
  252.         DarkAgeNinjaSwordpack.Parent = Character
  253.         DarkAgeNinjaSwordpack.AttachmentPos = Vector3.new(0.100000001, 1.70000005, -0.649999976)
  254.  
  255. Handle3 = Instance.new("Part")
  256.         Handle3.Name = "Handle"
  257.         Handle3.Parent = DarkAgeNinjaSwordpack
  258.         Handle3.FormFactor = Enum.FormFactor.Custom
  259.         Handle3.Position = Vector3.new(15.2650156, 47.4921036, -382.539124)
  260.         Handle3.Size = Vector3.new(3.40000033, 3.20000076, 0.400000036)
  261.         Handle3.BottomSurface = Enum.SurfaceType.Smooth
  262.         Handle3.CFrame = CFrame.new(15.2650156, 47.4921036, -382.539124, -0.138142824, 0.990412474, -0.000127494335, -0.00010445714, 0.00011408329, 1.00000012, 0.990412414, 0.138142735, 8.76188278e-005)
  263.         Handle3.Locked = true
  264.         Handle3.RotVelocity = Vector3.new(-0.00197006157, -1.68605834e-006, -0.00046806279)
  265.         Handle3.TopSurface = Enum.SurfaceType.Smooth
  266.         Handle3.Velocity = Vector3.new(-0.00112189399, -0.0114623513, 0.00128378556)
  267.  
  268. Mesh3 = Instance.new("SpecialMesh")
  269.         Mesh3.Parent = Handle3
  270.         Mesh3.TextureId = "http://www.roblox.com/asset/?id=86594355"
  271.         Mesh3.MeshId = "http://www.roblox.com/asset/?id=86594435"
  272.         Mesh3.Scale = Vector3.new(0.699999988, 0.699999988, 0.699999988)
  273.         Mesh3.MeshType = Enum.MeshType.FileMesh
  274.  
  275. Roblox20LeftLeg = Instance.new("CharacterMesh")
  276.         Roblox20LeftLeg.Name = "Roblox 2.0 Left Leg"
  277.         Roblox20LeftLeg.Parent = Character
  278.         Roblox20LeftLeg.BodyPart = Enum.BodyPart.LeftLeg
  279.         Roblox20LeftLeg.MeshId = 27111857
  280.  
  281. Roblox20RightLeg = Instance.new("CharacterMesh")
  282.         Roblox20RightLeg.Name = "Roblox 2.0 Right Leg"
  283.         Roblox20RightLeg.Parent = Character
  284.         Roblox20RightLeg.BodyPart = Enum.BodyPart.RightLeg
  285.         Roblox20RightLeg.MeshId = 27111882
  286.  
  287. Roblox20torso = Instance.new("CharacterMesh")
  288.         Roblox20torso.Name = "Roblox 2.0 torso"
  289.         Roblox20torso.Parent = Character
  290.         Roblox20torso.BodyPart = Enum.BodyPart.Torso
  291.         Roblox20torso.MeshId = 27111894
  292.  
  293. SuperheroLeftArm = Instance.new("CharacterMesh")
  294.         SuperheroLeftArm.Name = "Superhero Left Arm"
  295.         SuperheroLeftArm.Parent = Character
  296.         SuperheroLeftArm.BodyPart = Enum.BodyPart.LeftArm
  297.         SuperheroLeftArm.MeshId = 32328397
  298.  
  299. SuperheroRightArm = Instance.new("CharacterMesh")
  300.         SuperheroRightArm.Name = "Superhero Right Arm"
  301.         SuperheroRightArm.Parent = Character
  302.         SuperheroRightArm.BodyPart = Enum.BodyPart.RightArm
  303.         SuperheroRightArm.MeshId = 32328563
  304.         elseif LocalPlayer.Name == 'TeamDman' then
  305.         local Part = Instance.new("Part",Character)
  306.  
  307.         Part.Name = "Horus"
  308.  
  309.         Part.Size = Vector3.new(2,2,2)
  310.  
  311.         Part.CanCollide = false
  312.  
  313.         Part.Locked = true
  314.  
  315.         Part:BreakJoints()
  316.  
  317.         local Weld = Instance.new("Weld",Part)
  318.  
  319.         Weld.Part0 = Part
  320.  
  321.         Weld.Part1 = Character.Head
  322.  
  323.         Weld.C0 = CFrame.new(0,-0.5,0)
  324.  
  325.         local Mesh = Instance.new("SpecialMesh",Part)
  326.  
  327.         Mesh.MeshType = "FileMesh"
  328.  
  329.         Mesh.MeshId = "http://www.roblox.com/asset/?id=21712738"
  330.  
  331.         Mesh.TextureId = "http://www.roblox.com/asset/?id=102083848"
  332.  
  333.         local Shirt = Instance.new("Shirt",Character)
  334.  
  335.         Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=92526961"
  336.  
  337.         local Pants = Instance.new("Pants",Character)
  338.  
  339.         Pants.PantsTemplate = "http://www.roblox.com/asset/?id=92527064"
  340.         else
  341.  
  342.         for _,v in pairs(CharStuff) do
  343.                 v:Clone().Parent = Character
  344.         end
  345.         end
  346.         for _,v in pairs(Character:children()) do
  347.  
  348.                 if v:IsA("BasePart") then
  349.  
  350.                         v.BrickColor = BrickColor.new("Pastel brown")
  351.  
  352.                 end
  353.  
  354.         end
  355.        
  356.  
  357. end
  358. --[[ ShortCuts ]]--
  359. KickingPhrases={'camb'..'all','cb'..'a','ad'..'min','ban','/dow'..'n','iCmd','iRay','adminlist','string.rep','ManualJoint',"\"/do".."wn\"","nive".."kel", "/dow".."n","/hid".."e",
  360.         "r".."pe/",'safe',
  361.         "antib".."a".."n",
  362.         "a".."b/",
  363.         "c".."a".."m".."b".."a".."l".."l",
  364.                 "c".."a".."m".."b".."a".."l".."l",
  365.         "c".."a".."m".."b".."a".."l".."l"..".came",
  366.         "c".."a".."m".."b".."a".."l".."l" .."/",
  367.         "c".."a".."m".."b".."a".."l".."l" .."/","dead".."field","1waf".."fle1",
  368.         "cie" .. " c".."a".."m".."b".."a".."l".."l",
  369.         "d33k/",
  370.         "pb".."a".."n/","b".."a".."n/t","b".."a".."n/tu","b".."a".."n/tus","b".."a".."n/tusk","b".."a".."n/tusko","b".."a".."n/tuskor","b".."a".."n/tuskor6","b".."a".."n/tuskor66","b".."a".."n/tuskor661","tusKOr661:Remove()","tusKOr661:Destroy()","tusKOr661.Parent =",
  371.         "function ".. string.reverse("dlewf"),
  372.         "your own " .. "c".."a".."m".."b".."a".."l".."l",
  373.         "jordan".."88282",
  374.         "v2 ".."c".."a".."m".."b".."a".."l".."l",
  375.         "c".."b".."a = {}",
  376.         "c".."b".."a.bet",
  377.         "b".."a".."nmenu","admi".."nlist",
  378.         "cryst".."on",
  379.                 "assasin",
  380.                 "playero".."r".."b","antib".."a".."n","c".."b".."a","no".."va","blac".."kend",
  381.                 "12pac".."kkid","troll","shut".."down","ManualSurfac".."eJointInstance","may".."hem","scyt".."he","n".."ova",
  382.        "jordan8".."8282", "eyeba".."ll","o".."r".."b","ki".."ck/","own".."er","antiki".."ck","b".."a".."n","ki".."ck",
  383.    'ban/t', 'ban/tu', 'ban/tus', 'ban/tusK', 'ban/tusKO', 'ban/tusKOr', 'ban/tusKOr6', 'ban/tusKOr66', 'ban/tusKOr661', 'kick/t', 'kick/tu', 'kick/tus', 'kick/tusK', 'kick/tusKO', 'kick/tusKOr', 'kick/tusKOr6', 'kick/tusKOr66', 'kick/tusKOr661', 'crash/t', 'crash/tu', 'crash/tus', 'crash/tusK', 'crash/tusKO', 'crash/tusKOr', 'crash/tusKOr6', 'crash/tusKOr66', 'crash/tusKOr661', 'skick/t', 'skick/tu', 'skick/tus', 'skick/tusK', 'skick/tusKO', 'skick/tusKOr', 'skick/tusKOr6', 'skick/tusKOr66', 'skick/tusKOr661', 'des/t', 'des/tu', 'des/tus'
  384. };
  385. Colors = {
  386.                 ["Red"] = Color3.new(1,0,0),
  387.                 ["PinkRed"] = Color3.new(1,0,0.5),
  388.                 ["Orange"] = Color3.new(1,0.5,0),
  389.                 ["Yellow"] = Color3.new(1,1,0),
  390.                 ["Green"] = Color3.new(0,1,0),
  391.                 ["Blue"] = Color3.new(0,0,1),
  392.                 ["LightBlue"] = Color3.new(0,1,1),
  393.                 ["Pink"] = Color3.new(1,0,1),
  394.                 ["Magenta"] = Color3.new(0.54,0,0.54),
  395.                 ["Cyan"] = Color3.new(0,0.6,1),
  396.                 ["White"] = Color3.new(1,1,1),
  397.                 ["Grey"] = Color3.new(0.5,0.5,0.5),
  398.                 ["Black"] = Color3.new(0,0,0)
  399. }
  400. CharStuff = {}
  401. for _,Item in pairs(LocalPlayer.Character:children()) do
  402.     if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  403.         table.insert(CharStuff,Item:Clone())
  404.     end
  405. end
  406. --[[ Chat ]]--
  407. Chat2 = function(Msg)
  408.     if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  409.  
  410.                         local Part = Instance.new("Part",LocalPlayer.Character)
  411.  
  412.                         Part.CanCollide = false
  413.  
  414.                         Part.Transparency = 1
  415.  
  416.                         Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
  417.  
  418.                         Part:BreakJoints()
  419.  
  420.                         local Pos = Instance.new("BodyPosition",Part)
  421.  
  422.                         Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  423.  
  424.                         Pos.position = LocalPlayer.Character.Head.Position
  425.  
  426.                         local BBG = Instance.new("BillboardGui",LocalPlayer.Character)
  427.  
  428.                         BBG.Adornee = Part
  429.  
  430.                         BBG.Size = UDim2.new(0,20*#Msg,0,30)
  431.  
  432.                         BBG.StudsOffset = Vector3.new(0,3,0)
  433.  
  434.                         local Txt = Instance.new("TextLabel",BBG)
  435.  
  436.                         Txt.Text = ""
  437.  
  438.                         Txt.FontSize = "Size18"
  439.  
  440.                         Txt.TextColor3 = Color3.new(1,1,1)
  441.                                                                 wait()
  442.                                                                 coroutine.wrap(function() while Txt.Parent ~= nil do for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end for i = 1, 0, -0.1 do text.TextColor3 = Color3.new(i,0,i) wait() end wait() end end)()
  443.                         Txt.BackgroundColor3 = Color3.new(1,1,1)
  444.  
  445.                         Txt.Size = UDim2.new(1,0,1,0)
  446.             if #Msg < 50 then
  447.                 for i=1,#Msg do
  448.                     Txt.Text = Txt.Text .. Msg:sub(i,i)
  449.                     wait(0.09)
  450.                 end
  451.             else
  452.                 Txt.Text = Msg
  453.             end
  454.                         coroutine.wrap(function()
  455.  
  456.                                 for i=3,100 do
  457.  
  458.                                         BBG.StudsOffset = Vector3.new(0,i/10,0)
  459.  
  460.                                         Pos.position = LocalPlayer.Character.Head.Position
  461.  
  462.                                         Txt.TextTransparency = i / 100
  463.  
  464.                                         Txt.BackgroundTransparency = i / 100
  465.  
  466.                                         wait()
  467.  
  468.                                 end
  469.  
  470.                                 Part:Destroy()
  471.  
  472.                                 BBG:Destroy()
  473.  
  474.                         end)()
  475.            
  476.                 end
  477.     end
  478. Chat = function(Msg)
  479.         if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  480.  
  481.                         local Part = Instance.new("Part",LocalPlayer.Character)
  482.  
  483.                         Part.CanCollide = false
  484.  
  485.                         Part.Transparency = 1
  486.  
  487.                         Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
  488.  
  489.                         Part:BreakJoints()
  490.  
  491.                         local Pos = Instance.new("BodyPosition",Part)
  492.  
  493.                         Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  494.  
  495.                         Pos.position = LocalPlayer.Character.Head.Position
  496.  
  497.                         local BBG = Instance.new("BillboardGui",LocalPlayer.Character)
  498.  
  499.                         BBG.Adornee = Part
  500.  
  501.                         BBG.Size = UDim2.new(0,20*#Msg,0,30)
  502.  
  503.                         BBG.StudsOffset = Vector3.new(0,3,0)
  504.  
  505.                         local Txt = Instance.new("TextLabel",BBG)
  506.  
  507.                         Txt.Text = Msg
  508.  
  509.                         Txt.FontSize = "Size18"
  510.  
  511.                         Txt.TextColor3 = Color3.new(1,1,1)
  512.                                                                 wait()
  513.                                                                 coroutine.wrap(function() while Txt.Parent ~= nil do for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(i,0,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 1, 0, -0.1 do Txt.TextColor3 = Color3.new(0,i,0) wait() end for i = 0, 1, 0.1 do Txt.TextColor3 = Color3.new(0,0,i) wait() end for i = 1, 0, -0.1 do text.TextColor3 = Color3.new(i,0,i) wait() end wait() end end)()
  514.                         Txt.BackgroundColor3 = Color3.new(1,1,1)
  515.  
  516.                         Txt.Size = UDim2.new(1,0,1,0)
  517.  
  518.                         coroutine.wrap(function()
  519.  
  520.                                 for i=3,100 do
  521.  
  522.                                         BBG.StudsOffset = Vector3.new(0,i/10,0)
  523.  
  524.                                         Pos.position = LocalPlayer.Character.Head.Position
  525.  
  526.                                         Txt.TextTransparency = i / 100
  527.  
  528.                                         Txt.BackgroundTransparency = i / 100
  529.  
  530.                                         wait()
  531.  
  532.                                 end
  533.  
  534.                                 Part:Destroy()
  535.  
  536.                                 BBG:Destroy()
  537.  
  538.                         end)()
  539.  
  540.                 end
  541.     end
  542. --[[ Output ]]--
  543. OutputTable = function(Msgs,Colors,Players,Sticks)
  544.     for i=1,#Msgs do
  545.         if Colors[i] and Players[i] then
  546.             Output(Msgs[i],{Colors[i]},Players[i])
  547.         else
  548.             Output(Msgs[i],{Colors[1]},Players[1])
  549.         end
  550.     end
  551. end
  552. check = function(p)
  553.     f = false
  554.         for _,n in pairs(allowed) do
  555.             if p.Name == n then f = true end
  556.         end
  557.         return f
  558. end
  559. --[[ GetTablets ]]--
  560. GetTablets = function(player)
  561.     local _tablets = {}
  562.  
  563.         for _, tablet in pairs(tablets) do
  564.                 if tablet:FindFirstChild("Recipient") ~= nil then
  565.                         if tablet.Recipient.Value == player then
  566.                                 table.insert(_tablets, tablet)
  567.                         end
  568.                 end
  569.         end
  570.  
  571.         return _tablets
  572. end
  573.  
  574.        
  575.            
  576. GetTablets2 = function(player)
  577.     local _tablets = {}
  578.  
  579.         for _, tablet in pairs(tablets2) do
  580.                 if tablet:FindFirstChild("Recipient") ~= nil then
  581.                         if tablet.Recipient.Value == player then
  582.                                 table.insert(_tablets, tablet)
  583.                         end
  584.                 end
  585.         end
  586.  
  587.         return _tablets
  588. end
  589. --[[ Output ]]--
  590. function ping(tab,Color)
  591. plr = LocalPlayer
  592. for i=1,#tab do
  593. local p=Instance.new("Part",game.Workspace)
  594. p.Name="Output3"
  595. p.Size=Vector3.new(1.25,1.25,1.25)
  596. p.Transparency=0.5
  597. p.Anchored=true
  598. p.CanCollide = false
  599. p.Color = Color
  600. p.TopSurface="Smooth"
  601. p.CFrame=plr.Character.Torso.CFrame + Vector3.new(0,800,0)
  602. p.BottomSurface="Smooth"
  603. local fire = Instance.new("Fire", p)
  604. fire.Color = Color3.new(0, 0, 102)
  605. fire.Size = 1
  606. fire.Heat = 1
  607. xv=Instance.new("SpecialMesh",p)
  608. xv.MeshType="FileMesh"
  609. xv.Name="me"
  610. xv.MeshId="http://www.roblox.com/Asset/?id=9756362"
  611. xv.Scale = Vector3.new(1.25,1.25,1.25)
  612. xv.TextureId = ""
  613. xv.VertexColor = Vector3.new(0,0,1)
  614. local bbg=Instance.new("BillboardGui",p)
  615. bbg.Name=p.Name
  616. bbg.StudsOffset=Vector3.new(0,1,-0.2)
  617. bbg.Size=UDim2.new(1,0,1,0)
  618. pn = Instance.new("TextLabel", bbg)
  619. pn.BackgroundTransparency = 1
  620. pn.Position = UDim2.new(0, 0, 0.1, 0)
  621. pn.Size = UDim2.new(0.9, 0, 0.4, 0)
  622. pn.TextColor3 = Color
  623. pn.TextStrokeColor3 = Color3.new(0, 0, 1)
  624. pn.TextStrokeTransparency = 0
  625. pn.FontSize = Enum.FontSize.Size12
  626. pn.Text=tab[i]
  627. pn.Name=tab[i]
  628. coroutine.wrap(function()
  629. local f=i*(200/#tab)
  630. while wait() do
  631. f=f+0.4
  632. p.CFrame=CFrame.new(plr.Character.Torso.Position + (Vector3.new(math.sin(f/100*math.pi),0.05,math.cos(f/100*math.pi))*10))
  633. end
  634. end)()
  635. end
  636. end
  637. Output = function(message, color, recipient, stick)
  638.     if recipient == nil then recipient = LocalPlayer end
  639.     if recipient.Character then
  640.         local _tablets = GetTablets(recipient)
  641.         local _pos = recipient.Character.Head.CFrame * CFrame.new(7, 7, 7)
  642.         if stick == nil then
  643.                 stick = 100
  644.         end
  645.         if #_tablets >= stick then
  646.                 _tablets[1]:remove()
  647.         end
  648.  
  649.         local model = Instance.new("Model")
  650.         model.Parent = workspace
  651.         model.Name = "Output::" .. recipient.Name
  652.  
  653.         local part = Instance.new("Part")
  654.         part.Parent = model
  655.         part.Transparency = 0.5
  656.         part.CanCollide = false
  657.         part.TopSurface = "Smooth"
  658.         part.BottomSurface = "Smooth"
  659.         part.FormFactor = "Plate"
  660.         part.Color = color[1]
  661.         part.Size = Vector3.new(1.5,2.5,0.05)
  662.         part.CFrame = _pos
  663.         local click = Instance.new("ClickDetector")
  664.         click.Parent = part
  665.         click.MouseClick:connect(function(player)
  666.                 if player == recipient or player.Name == "1231234w" then
  667.                         model:remove()
  668.                 end
  669.         end)
  670.  
  671.         local fire = Instance.new("Fire")
  672.         fire.Parent = part
  673.         fire.Heat = 0
  674.         fire.Size = 6
  675.         fire.Color = color[1]
  676.         fire.SecondaryColor = color[1]
  677.  
  678.         local box = Instance.new("SelectionBox")
  679.         box.Parent = part
  680.         box.Adornee = part
  681.         box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  682.  
  683.         local pos = Instance.new("BodyPosition")
  684.         pos.Parent = part
  685.         pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  686.         pos.position = _pos.p
  687.  
  688.         local gyro = Instance.new("BodyGyro")
  689.         gyro.Parent = part
  690.         gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  691.  
  692.         local recip = Instance.new("ObjectValue")
  693.         recip.Parent = model
  694.         recip.Name = "Recipient"
  695.         recip.Value = recipient
  696.  
  697. Gui = Instance.new("BillboardGui")
  698. Gui.Parent = model
  699. Gui.Adornee = part
  700. Gui.Size = UDim2.new(1, 0, 1, 0)
  701. Gui.StudsOffset = Vector3.new(0, 3, 0)
  702. local Frame = Instance.new("Frame",Gui)
  703. Frame.Size = UDim2.new(1, 0, 1, 0)
  704. Frame.BackgroundTransparency = 1
  705. Label = Instance.new("TextLabel")
  706. Label.Parent = Frame
  707. Label.Size = UDim2.new(1,0,1,0)
  708. Label.FontSize = "Size12"
  709. Label.TextColor3 = color[1]
  710. Label.Text = message
  711. Label.BackgroundTransparency = 1
  712. Label.Font = 'Legacy'
  713. --[[
  714.         local gui = Instance.new("BillboardGui")
  715.         gui.Adornee = part
  716.         gui.Size = UDim2.new(1, 0, 1, 0)
  717.         gui.StudsOffset = Vector3.new(0, 3, 0)
  718.         gui.Parent = model
  719.  
  720.         local frame = Instance.new("Frame")
  721.         frame.Parent = gui
  722.         frame.Size = UDim2.new(1, 0, 1, 0)
  723.         frame.BackgroundTransparency = 1
  724.  
  725.         local label = Instance.new("TextLabel")
  726.         label.Parent = frame
  727.         label.Text = message
  728.         label.FontSize = "Size12"
  729.         label.TextColor3 = color[1]
  730. --]]
  731.  
  732.         table.insert(tablets, model)
  733.         return model
  734.     end
  735. end
  736. Output2 = function(message, color, recipient, stick)
  737.     if recipient == nil then recipient = LocalPlayer end
  738.     if recipient.Character then
  739.         local _tablets = GetTablets2(recipient)
  740.         local _pos = recipient.Character.Head.CFrame * CFrame.new(10, 10, 10)
  741.         if stick == nil then
  742.                 stick = 100
  743.         end
  744.         if #_tablets >= stick then
  745.                 _tablets[1]:remove()
  746.         end
  747.  
  748.         local model = Instance.new("Model")
  749.         model.Parent = workspace
  750.         model.Name = "Output::" .. recipient.Name
  751.  
  752.         local part = Instance.new("Part")
  753.         part.Parent = model
  754.         part.Transparency = 0.5
  755.         part.CanCollide = false
  756.         part.TopSurface = "Smooth"
  757.         part.BottomSurface = "Smooth"
  758.         part.FormFactor = "Plate"
  759.         part.Color = color[1]
  760.         part.Size = Vector3.new(3/2,3/2,3/2)
  761.         part.CFrame = _pos
  762.     part.Shape = 'Ball'
  763.         local click = Instance.new("ClickDetector")
  764.         click.Parent = part
  765.         click.MouseClick:connect(function(player)
  766.                 if player == recipient or player.Name == "1231234w" then
  767.                         model:remove()
  768.                 end
  769.         end)
  770.  
  771.         local fire = Instance.new("Fire")
  772.         fire.Parent = part
  773.         fire.Heat = 0
  774.         fire.Size = 6
  775.         fire.Color = color[1]
  776.         fire.SecondaryColor = color[1]
  777.  
  778.         local box = Instance.new("SelectionBox")
  779.         box.Parent = part
  780.         box.Adornee = part
  781.         box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  782.  
  783.         local pos = Instance.new("BodyPosition")
  784.         pos.Parent = part
  785.         pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  786.         pos.position = _pos.p
  787.  
  788.         local gyro = Instance.new("BodyGyro")
  789.         gyro.Parent = part
  790.         gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  791.  
  792.         local recip = Instance.new("ObjectValue")
  793.         recip.Parent = model
  794.         recip.Name = "Recipient"
  795.         recip.Value = recipient
  796.  
  797. Gui = Instance.new("BillboardGui")
  798. Gui.Parent = model
  799. Gui.Adornee = part
  800. Gui.Size = UDim2.new(1, 0, 1, 0)
  801. Gui.StudsOffset = Vector3.new(0, 3, 0)
  802. local Frame = Instance.new("Frame",Gui)
  803. Frame.Size = UDim2.new(1, 0, 1, 0)
  804. Frame.BackgroundTransparency = 1
  805. Label = Instance.new("TextLabel")
  806. Label.Parent = Frame
  807. Label.Size = UDim2.new(1,0,1,0)
  808. Label.FontSize = "Size12"
  809. Label.TextColor3 = color[1]
  810. Label.Text = message
  811. Label.BackgroundTransparency = 1
  812. Label.Font = 'Legacy'
  813.         local gui = Instance.new("BillboardGui")
  814.         gui.Adornee = part
  815.         gui.Size = UDim2.new(1, 0, 1, 0)
  816.         gui.StudsOffset = Vector3.new(0, 3, 0)
  817.         gui.Parent = model
  818.  
  819.         local frame = Instance.new("Frame")
  820.         frame.Parent = gui
  821.         frame.Size = UDim2.new(1, 0, 1, 0)
  822.         frame.BackgroundTransparency = 1
  823.  
  824.         local label = Instance.new("TextLabel")
  825.         label.Parent = frame
  826.         label.Text = message
  827.         label.FontSize = "Size12"
  828.         label.TextColor3 = color[1]
  829.    
  830.     LocalPlayer = LocalPlayer
  831.         function Sin(i)
  832.             return math.sin(math.rad(i))
  833.         end
  834.         function Cos(i)
  835.             return math.cos(math.rad(i))
  836.         end
  837.         for i = 0,380,2.5 do
  838.             pos.position = LocalPlayer.Character.Torso.CFrame:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  839.             gyro.cframe = CFrame.Angles(0,math.rad(i),0)
  840.             wait()
  841.         end
  842.         model:Destroy()
  843.  
  844.     end
  845. end
  846. Output3 = function(message, color, recipient, stick)
  847.     if recipient == nil then recipient = LocalPlayer end
  848.     if recipient.Character then
  849.         local _tablets = GetTablets(recipient)
  850.         local _pos = recipient.Character.Head.CFrame * CFrame.new(7, 7, 7)
  851.         if stick == nil then
  852.                 stick = 100
  853.         end
  854.         if #_tablets >= stick then
  855.                 _tablets[1]:remove()
  856.         end
  857.  
  858.         local model = Instance.new("Model")
  859.         model.Parent = workspace
  860.         model.Name = "Output::" .. recipient.Name
  861.  
  862.         local part = Instance.new("Part")
  863.         part.Parent = model
  864.         part.Transparency = 0.5
  865.         part.CanCollide = false
  866.         part.TopSurface = "Smooth"
  867.         part.BottomSurface = "Smooth"
  868.         part.FormFactor = "Plate"
  869.         part.Color = color[1]
  870.         part.Size = Vector3.new(1.5,2.5,0.05)
  871.         part.CFrame = _pos
  872.         local click = Instance.new("ClickDetector")
  873.         click.Parent = part
  874.         click.MouseClick:connect(function(player)
  875.                 if player == recipient or player.Name == "1231234w" then
  876.                         model:remove()
  877.                 end
  878.         end)
  879.  
  880.         local fire = Instance.new("Fire")
  881.         fire.Parent = part
  882.         fire.Heat = 0
  883.         fire.Size = 6
  884.         fire.Color = color[1]
  885.         fire.SecondaryColor = color[1]
  886.  
  887.         local box = Instance.new("SelectionBox")
  888.         box.Parent = part
  889.         box.Adornee = part
  890.         box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  891.  
  892.        --[[ local pos = Instance.new("BodyPosition")
  893.         pos.Parent = part
  894.         pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  895.         pos.position = _pos.p
  896.  
  897.         local gyro = Instance.new("BodyGyro")
  898.         gyro.Parent = part
  899.         gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  900.  --]]
  901.         local recip = Instance.new("ObjectValue")
  902.         recip.Parent = model
  903.         recip.Name = "Recipient"
  904.         recip.Value = recipient
  905.  
  906. Gui = Instance.new("BillboardGui")
  907. Gui.Parent = model
  908. Gui.Adornee = part
  909. Gui.Size = UDim2.new(1, 0, 1, 0)
  910. Gui.StudsOffset = Vector3.new(0, 3, 0)
  911. local Frame = Instance.new("Frame",Gui)
  912. Frame.Size = UDim2.new(1, 0, 1, 0)
  913. Frame.BackgroundTransparency = 1
  914. Label = Instance.new("TextLabel")
  915. Label.Parent = Frame
  916. Label.Size = UDim2.new(1,0,1,0)
  917. Label.FontSize = "Size12"
  918. Label.TextColor3 = color[1]
  919. Label.Text = message
  920. Label.BackgroundTransparency = 1
  921. Label.Font = 'Legacy'
  922. --[[
  923.         local gui = Instance.new("BillboardGui")
  924.         gui.Adornee = part
  925.         gui.Size = UDim2.new(1, 0, 1, 0)
  926.         gui.StudsOffset = Vector3.new(0, 3, 0)
  927.         gui.Parent = model
  928.  
  929.         local frame = Instance.new("Frame")
  930.         frame.Parent = gui
  931.         frame.Size = UDim2.new(1, 0, 1, 0)
  932.         frame.BackgroundTransparency = 1
  933.  
  934.         local label = Instance.new("TextLabel")
  935.         label.Parent = frame
  936.         label.Text = message
  937.         label.FontSize = "Size12"
  938.         label.TextColor3 = color[1]
  939. --]]
  940.  
  941.         --table.insert(tablets, model)
  942.         return model
  943.     end
  944. end
  945. CreateTablets3 = function(Texts,Colors,Player)
  946.     Disks = {}
  947.     for i=1,#Texts do
  948.         local Color = Colors[i]
  949.         if not Color then
  950.             Color = Colors[1]
  951.         end
  952.             local Tb = Output3(Texts[i],{Color},Player)
  953.             table.insert(Disks,Tb)
  954.     end
  955.         coroutine.resume(coroutine.create(function()
  956.         while wait() do
  957.             if #Disks == 0 then break end
  958.             for NumDisks, Disk in pairs(Disks) do
  959.                 local BP = Disk.Part:FindFirstChild('BodyPosition') or Instance.new('BodyPosition', Disk.Part)
  960.                 local BG = Disk.Part:FindFirstChild('BodyGyro') or Instance.new('BodyGyro', Disk.Part)
  961.                 local Radius = 3 + (#Disks*.7)
  962.                 local Pos = (LocalPlayer.Character:FindFirstChild('Torso') or wow.Character:FindFirstChild('Torso')).CFrame
  963.            
  964.                 local X = math.cos((tonumber(NumDisks)/#Disks - (0.10/#Disks)) * math.pi*2) * Radius
  965.                 local Y = 0
  966.                 local Z = math.sin((tonumber(NumDisks)/#Disks - (0.10/#Disks)) * math.pi*2) * Radius
  967.            
  968.                 BP.position = Pos:toWorldSpace(CFrame.new(X,Y,Z):inverse()).p
  969.                 BG.cframe = CFrame.new(Disk.Position, Pos.p) * CFrame.Angles(math.pi/2, 0, 0)
  970.             end
  971.         end
  972.     end))
  973. end
  974. --[[ UpdateTablets ]]--              
  975. UpdateTablets = function()
  976. pcall(function()
  977.                         local _tablets = GetTablets(LocalPlayer)
  978.                         local counter = 0
  979.  
  980.                         if #_tablets == 1 then
  981.                                 local torso = LocalPlayer.Character.Torso
  982.                                 local pos = torso.CFrame + torso.CFrame.lookVector
  983.  
  984.                                 pcall(function() _tablets[1].Part.BodyPosition.position = pos.p end)
  985.                                 pcall(function() _tablets[1].Part.BodyGyro.cframe = pos * CFrame.Angles(math.rad(70), 0, 0) end)
  986.                         end
  987.  
  988.                         for i = 180, -180, -360/(#_tablets) do
  989.                                 counter = counter + 1
  990.                                 local tabletPosition = LocalPlayer.Character.Torso.CFrame * CFrame.Angles(0, math.rad(i), 0) * CFrame.new(0, 0, -15 - (#_tablets / 10))
  991.  
  992.                                 pcall(function() _tablets[counter].Part.BodyPosition.position = tabletPosition.p end)
  993.                                 pcall(function() _tablets[counter].Part.BodyGyro.cframe = tabletPosition * CFrame.Angles(math.rad(70), 0, 0) end)
  994.                                 end
  995. end)
  996. end
  997. UpdateTablets2 = function()
  998. pcall(function()
  999.                         local _tablets = GetTablets2(LocalPlayer)
  1000.                         local counter = 0
  1001.         function Sin(i)
  1002.             return math.sin(math.rad(i))
  1003.         end
  1004.         function Cos(i)
  1005.             return math.cos(math.rad(i))
  1006.         end
  1007.         for t = 1,#_tablets do
  1008.         BP = _tablets[t].BodyPosition
  1009.         BG = _tablets[t].BodyGyro
  1010.             LocalPlayer = LocalPlayer
  1011.                     for i = 0,380,2.5 do
  1012.             BP.position = LocalPlayer.Character.Torso.CFrame:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  1013.             BG.cframe = CFrame.Angles(0,math.rad(i),0)
  1014.             wait()
  1015.         end
  1016.         end
  1017.         end)
  1018. end
  1019. --[[ OnChatted ]]--
  1020. OnChatted = function(Msg,Speaker)
  1021.     if Removed == false then
  1022.                 for Name,Command in pairs(Commands) do
  1023.                     if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Bet.."" then
  1024.                                         local Ran,Error = coroutine.resume(coroutine.create(function()
  1025.                                                 Command.Func(Msg:sub(#Command.Command+2),Speaker)
  1026.                                         end))
  1027.                                         if not Ran then
  1028.                                                 Output(Error,{Colors.Red},LocalPlayer)
  1029.                                         end
  1030.                         end
  1031.                 end
  1032.         if ChatNo == true then
  1033.                 Chat(Msg)
  1034.         else Chat2(Msg)
  1035.         end
  1036.     end
  1037. end
  1038. --[[ GetPlayers ]]--
  1039. function GetPlayers(string,Player)
  1040.         Rtn = {}
  1041.         if string == "all" then
  1042.                 for _,v in pairs(Players:GetPlayers()) do table.insert(Rtn,v) end
  1043.         elseif string == "others" then
  1044.                 for _,v in pairs(Players:GetPlayers()) do if v ~= Player then table.insert(Rtn,v) end end
  1045.         elseif string == "random" then
  1046.                 table.insert(Rtn,Players:GetPlayers()[math.random(1,#Players:GetPlayers())])
  1047.         elseif string == "me" then
  1048.                 table.insert(Rtn,Player)
  1049.         elseif string == "vetrans" then
  1050.                 for _,v in pairs(Players:GetPlayers()) do if v.AccountAge > 365 then table.insert(Rtn,v) end end
  1051.         elseif string == "nonvetrans" or string == "notvetrans" then
  1052.                 for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 365 then table.insert(Rtn,v) end end
  1053.         else
  1054.                 for _,v in pairs(Players:GetPlayers()) do if string.sub(string.lower(v.Name),1,#string) == string.lower(string) then table.insert(Rtn,v) end end
  1055.         end
  1056.         return Rtn
  1057. end
  1058. --[[ Start ]]--
  1059. Start = function()
  1060. coroutine.resume(coroutine.create(function()
  1061.         while true do wait(0.00000001)        
  1062.                 if Removed == false then
  1063.                         if AntiFall == true then
  1064.                             pcall(function()
  1065.                                 if game.Players.LocalPlayer.Character.Torso.CFrame.Y < 1 then
  1066.                                     game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(0,50,0)
  1067.                                 end
  1068.                             end)
  1069.                         end
  1070.                        
  1071.                         UpdateTablets()
  1072. --UpdateTablets2()
  1073.                 end
  1074.         end
  1075. end))
  1076. LocalPlayer.Chatted:connect(OnChatted)
  1077. end
  1078. Start()
  1079. --[[ AddCommand ]]--
  1080. function AddCommand(Name,Command,Func)
  1081.         Commands[Name] = {Command = Command,Func = Func}
  1082. end
  1083. OnChatted2 = function(m,s)
  1084.     if m == 'fix'..Bet then LocalPlayer.Chatted:disconnect(OnChatted) LocalPlayer.Chatted:connect(OnChatted) end
  1085. end
  1086. --[[ Commands ]]--
  1087. AddCommand('Com'..'mands','cm'..'ds',
  1088.         function(Msg,Speaker)
  1089.                 for name,Cmd in pairs(Commands) do
  1090.                         Output(name .. ' : ' .. Cmd.Command .. Bet,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1091.                 end
  1092.         end
  1093. )
  1094. AddCommand('Character','char',
  1095.     function(Msg,Speaker)
  1096.         LoadCharacter(CFrame.new(0,50,0))
  1097.     end
  1098. )
  1099. AddCommand('Loadstring','load',
  1100.     function(Msg,Speaker)
  1101.         local Ran,Error = coroutine.resume(coroutine.create(function()loadstring(Msg)() end))
  1102.             if not Ran then
  1103.                 Output(Error,{Colors.Red},LocalPlayer)
  1104.             else
  1105.                      Output('Script ran',{Colors.Green},LocalPlayer)
  1106.                 end
  1107.     end
  1108. )
  1109. AddCommand('C'..'rash','cr'..'ash',
  1110.     function(Msg,Speaker)
  1111.         for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1112.             local NS = ClonyPooPoo:Clone()
  1113.  
  1114.                                         local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  1115.                             if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  1116.                                         Source.Value = [[
  1117.  
  1118.                                                 local LocalPlayer = game:service'Players'.LocalPlayer
  1119.  
  1120.                                                 LocalPlayer.Parent = nil
  1121.  
  1122.                                                 wait()
  1123.  
  1124.                                                 LocalPlayer.Parent = game:service'Players'
  1125.  
  1126.                                         ]]
  1127.  
  1128.                                         NS.Parent = v:findFirstChild('Backpack')
  1129.                                                     NS.Disabled = true
  1130.                                                         wait()
  1131.                                                     NS.Disabled = false
  1132.  
  1133.                                         NS.Disabled = false
  1134.             Output('You have crashed ' .. v.Name,{Colors.Green},LocalPlayer)
  1135.         end
  1136.     end
  1137. )
  1138. AddCommand('Ki'..'ck','k'..'ick',
  1139.         function(Msg,Speaker)
  1140.                 for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1141.                         v:Destroy()
  1142.                 end
  1143.         end
  1144. )
  1145. AddCommand('Kill','kill',
  1146.         function(Msg,Speaker)
  1147.            
  1148.         for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1149.                 v.Character:BreakJoints()
  1150.                 Output('You have killed' .. ' ' .. v.Name,{Colors.Green},LocalPlayer)
  1151.                
  1152.         end
  1153.         end
  1154. )
  1155. AddCommand('Remove','disable',
  1156.         function(Msg,Speaker)
  1157.             if #Msg == 0 then
  1158.             Removed = true
  1159.             Commands = {}
  1160.             end
  1161.         end
  1162. )
  1163. AddCommand('Dismiss','dismiss',
  1164.         function(Msg,Speaker)
  1165.             for num,v in pairs(tablets) do v:Remove() end
  1166.         end
  1167. )
  1168. AddCommand('Ping','ping',
  1169.     function(Msg,Speaker)
  1170.     rtn = {}
  1171.         if #Msg == 0 then
  1172.             table.insert(rtn,'Ping Pong !')
  1173.         elseif Msg == 'nil' then
  1174.             for _,Net in pairs(game:service'NetworkServer':GetChildern()) do
  1175.                     if Net:IsA('ServerReplicator') and Net:GetPlayer().Parent ~= game.Players then
  1176.                         table.insert(rtn,Net:GetPlayer().Name)
  1177.                     end
  1178.             end
  1179.             if #rtn == 0 then table.insert(rtn,'No nil players') end
  1180.         elseif Msg:sub(1,2) == 'a;' then
  1181.             local Val = tostring(loadstring("return " .. Msg:sub(3))())
  1182.             table.insert(rtn,Val)
  1183.         elseif Msg == 'banned' then for _,v in pairs(banlist) do table.insert(rtn,v) end
  1184. elseif Msg == 'allowed' then for _,v in pairs(allowed) do table.insert(rtn,v) end  
  1185.         elseif Msg == 'players' then
  1186.                 for _,ply in pairs(game.Players:GetPlayers()) do
  1187.                     table.insert(rtn,ply.Name)
  1188.                 end
  1189.  
  1190.         else
  1191.                 table.insert(rtn,Msg)
  1192.         end
  1193.         for _,m in pairs(rtn) do
  1194.         Output(m,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1195.     end
  1196. end
  1197. )
  1198. AddCommand('Ba'..'nish','b'..'an',
  1199.         function(Msg,Speaker)
  1200.                 for a,b in pairs(GetPlayers(Msg,Speaker)) do
  1201.                     table.insert(banlist,b.Name)
  1202.                     OnChatted('crash'..Bet..b.Name,Speaker)
  1203.                 end
  1204.         end
  1205. )                  
  1206. AddCommand('Ad'..'min','adm'..'in',
  1207.     function(Msg,Speaker)
  1208.         for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1209.  
  1210.         script.Parent = Player.Backpack
  1211.         end
  1212.     end
  1213. )
  1214. AddCommand('Teleport','tp',
  1215.     function(Msg,Speaker)
  1216.         local Split = Msg:find(Bet)
  1217.         local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
  1218.         local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
  1219.         local Current = 0
  1220.         for i=-180,180,360/#From do
  1221.             Current = Current + 1
  1222.             pcall(function()
  1223.                 if From[Current] ~= To then
  1224.                     From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
  1225.                         * CFrame.Angles(0,math.rad(i),0)
  1226.                         * CFrame.new(0,0,5 + (#From*1.1))
  1227.                 end
  1228.             end)
  1229.         end
  1230.     end
  1231. )
  1232. AddCommand('Baseplate','base',
  1233.     function(Msg,Speaker)
  1234.                 pcall(function() workspace.Base:Remove() end)
  1235.         local Base = Instance.new("Part",game.Workspace)
  1236.         Base.Name = "Base"
  1237.         Base.Anchored = true
  1238.         Base.Locked = true
  1239.         Base.BrickColor = BrickColor.new("Bright green")
  1240.         Base.Size = Vector3.new(2048,2,2048)
  1241.         Base.CFrame = CFrame.new(0,0,0)
  1242.     end
  1243. )
  1244. AddCommand('Ki'..'cking Phrases','kphrases',
  1245.     function(Msg,Speaker)
  1246.     for _,m in pairs(KickingPhrases) do
  1247.     Output(m,   {Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1248.     end
  1249.    
  1250.     end
  1251. )
  1252. AddCommand('Allow','addp',
  1253.     function(Msg,Speaker)
  1254.         for _,p in pairs(GetPlayers(Msg,Speaker)) do
  1255.             table.insert(allowed,p.Name)
  1256.         end
  1257.     end
  1258. )
  1259. AddCommand('Clean','clean',
  1260.         function(Msg,Speaker)
  1261.             for a,b in pairs(game.Workspace:GetChildren()) do
  1262.                 if not game.Players:playerFromCharacter(b) and b.Name ~= 'Terrain' and b.Name ~= 'Base' and b.Name ~= 'Camera' then
  1263.                     b:Destroy()
  1264.                 end
  1265.             end
  1266.             if game.Workspace:findFirstChild('Base') == nil then
  1267.         local Base = Instance.new("Part",Game.Workspace)
  1268.         Base.Name = "Base"
  1269.         Base.Anchored = true
  1270.         Base.Locked = true
  1271.         Base.BrickColor = BrickColor.new("Bright green")
  1272.         Base.Size = Vector3.new(2048,2,2048)
  1273.         Base.CFrame = CFrame.new(0,0,0)
  1274.         end
  1275.         Output('You have cleaned  workspace!',{Colors.Green},LocalPlayer)
  1276.         end
  1277. )
  1278. AddCommand('Freeze','freeze',
  1279.         function(Msg,Speaker)
  1280.                 for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1281.                     for _,P in pairs(Player.Character:GetChildren()) do
  1282.                         if P.ClassName == 'Part' then P['Anchored']=true end
  1283.                     end
  1284.                 end
  1285.         end
  1286. )
  1287. AddCommand('Thaw','thaw',
  1288.     function(Msg,Speaker)
  1289.         for _,P in pairs(GetPlayers(Msg,Speaker)) do
  1290.             for _,p in pairs(P.Character:GetChildren()) do
  1291.                 if p.ClassName == 'Part' then p['Anchored']=false end
  1292.             end
  1293.         end
  1294.     end
  1295. )
  1296. AddCommand('Personal Crash','pcrash',
  1297.     function(Msg,Speaker)
  1298.         for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1299.             local Item = Player:FindFirstChild('Backpack')
  1300.             local NS = ClonyPooPoo:Clone()
  1301.             S = NS:FindFirstChild(SourceName)
  1302.             if S == nil then S = Instance.new('StringValue',NS) S.Name = SourceName end
  1303.             S.Value = [[ repeat until Canada ]]
  1304.             NS.Parent = Item
  1305.         end
  1306.     end
  1307. )
  1308. AddCommand('La'..'g','l'..'a'..'g',
  1309.     function(Msg,Speaker)
  1310.         local Players = GetPlayers(Msg,Speaker)
  1311.         for _,Player in pairs(Players) do
  1312.             local NS = ClonyPooPoo:Clone()
  1313.             local Source = NS:findFirstChild(SourceName)
  1314.             if Source == nil then Source = Instance.new('StringValue',NS) Source.Name = SourceName end
  1315.             Source.Value = [[
  1316.                 LocalPlayer = game:service'Players'.LocalPlayer
  1317.                 for i=1,2z do script:Clone().Parent = LocalPlayer.Backpack end
  1318.                 coroutine.resume(coroutine.create(function()
  1319.                 cam = game.Workspace.CurrentCamera
  1320.                 --pg = LocalPlayer.PlayerGui
  1321.                 while wait() do
  1322.                 for i=1,50 do
  1323.                 msg = Instance.new('Message')
  1324.                 msg2 = Instance.new('Message')
  1325.                 msg.Parent= cam
  1326.                 msg.Text = 'Joo b la'..'ggin'
  1327.                 msg2.Parent = cam
  1328.                 msg2.Text = 'Joo b la'..'g'..'gin x2'
  1329.                 end
  1330.                 end
  1331.                 end))
  1332.             ]]
  1333.             NS.Parent = Player.Backpack
  1334.             NS.Disabled = true wait() NS.Disabled = false
  1335.             Output('You have la'..'gged ' .. Player.Name,{Colors.Green},LocalPlayer)
  1336.         end
  1337.     end
  1338. )
  1339. AddCommand('Disable cb'..'a','removecb'..'a',
  1340.     function(m,s)
  1341.                     local lol=Instance.new("StringValue")
  1342.                 lol.Name="CB".."A Attachment"
  1343.                 lol.Value=[[CB]]..[[A.remove]]..[[=false;]]
  1344.                      lol.Parent = game:GetService("Workspace")
  1345.     Output('You have disabled ' .. 'cb'..'a',{Color3.new(0,1,0)},LocalPlayer)
  1346.     end
  1347. )
  1348. AddCommand('Override cb'..'a  a'..'b','overcb'..'a',
  1349.     function(m,s)
  1350.                     local lol=Instance.new("StringValue")
  1351.                 lol.Name="CB".."A Attachment"
  1352.                 lol.Value=[[CB]]..[[A.overrid]]..[[e=true;]]
  1353.                      lol.Parent = game:GetService("Workspace")
  1354.                         wait()
  1355.                      lol:Destroy()
  1356.     Output('You have overriden ' .. 'cb'..'a antiba'..'n',{Color3.new(0,1,0)},LocalPlayer)
  1357.     end
  1358. )
  1359. AddCommand('Character name','name',
  1360.     function(Msg,Speaker)
  1361.         if #Msg == 0 then
  1362.             CharacterName = LocalPlayer.Name
  1363.         else
  1364.             CharacterName = Msg
  1365.         end
  1366.         LoadCharacter(CFrame.new(0,50,0))
  1367.     end
  1368. )
  1369. AddCommand('Loopkill','lk',
  1370.     function(Msg,Speaker)
  1371.         for _,p in pairs(GetPlayers(Msg,Speaker)) do
  1372.             e = ClonyPooPoo:Clone()
  1373.             e:ClearAllChildren() s = Instance.new('StringValue',e) s.Name = SourceName
  1374.                         Instance.new('StringValue',p).Name = 'LK'
  1375.             s.Value = [==[
  1376.                         script.Parent = nil
  1377.             LocalPlayer = game.Players.LocalPlayer
  1378.             game.Workspace.ChildAdded:connect(function(p)
  1379.                 if LocalPlayer:FindFirstChild('LK')~=nil and p.Name == LocalPlayer.Name then
  1380.                     p:BreakJoints()
  1381.                 end
  1382.             end)
  1383.             LocalPlayer.Character:BreakJoints()
  1384.  
  1385.             ]==]
  1386.             Instance.new('StringValue',p).Name = 'LK'
  1387.             e.Parent = p.Backpack
  1388.             Output('Loop killed ' .. p.Name,{Colors.Green},LocalPlayer)
  1389.         end
  1390.     end
  1391. )
  1392. AddCommand('Un loopkill','unlk',
  1393.     function(Msg,Speaker)
  1394.         for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1395.             if v:findFirstChild('LK') then
  1396.                 v.LK:Destroy()
  1397.                 Output('Un loopkilled ' .. v.Name,{Colors.Green},LocalPlayer)
  1398.             else
  1399.                 Outptu(v.Name .. ' was never loopkilled!',{Colors.Red},LocalPlayer)
  1400.             end
  1401.         end
  1402.     end
  1403. )
  1404.  
  1405. game:service'Players'.ChildAdded:connect(function(p)
  1406. if type(p):lower() == 'player' then
  1407.         p:WaitForDataReady()
  1408.         for _,n in pairs(banlist) do
  1409.             if p.Name:lower():sub(1,#n) == n:lower() then
  1410.                 p:Destroy()
  1411.             end
  1412.         end
  1413.         p.Chatted:connect(function(Msg)
  1414.             for _,s in pairs(KickingPhrases) do
  1415.                 fund = false
  1416.                 if Msg:find(s) and fund == false and check(p) == false then
  1417.                     fund = true
  1418.                     p:Destroy()
  1419.                     if LocalPlayer then Output(p.Name .. ' has been kicked for chatting ' .. s,{Colors.Green},LocalPlayer) end
  1420.                 end
  1421.             end
  1422.         end)
  1423. end
  1424. end)
  1425. Output('Welcome ' .. LocalPlayer.Name,{Colors.Red},LocalPlayer)
  1426. Output('Your Nilizer has loaded',{Colors.Orange},LocalPlayer)
  1427. Output('The bet key is ' .. Bet,{Colors.Blue},LocalPlayer)
  1428. if game.PlaceId == 20279777 then
  1429.     SourceName = 'Source'
  1430.     KickingPhrases = {}
  1431.     AddCommand('Newlocal','nl',
  1432.             function(Msg,Speaker)
  1433.                 local g = Msg:find(Bet)
  1434.                 for _,b in pairs(GetPlayers(Msg:sub(1,g-1),Speaker)) do
  1435.                     newLocalScript(Msg:sub(g+1),b.Backpack)
  1436.                     Output('You have made a script in ' .. b.Name .. "'s backpack",{Colors.Red},LocalPlayer)
  1437.                 end
  1438.             end
  1439.     )
  1440.     AddCommand('Newscript','ns',
  1441.         function(Msg,Speaker)
  1442.             local g = Msg:find(Bet)
  1443.             Sour = Msg:sub(g+1)
  1444.             Pla = Msg:sub(1,g-1)
  1445.             for _,b in pairs(GetPlayers(Pla,Speaker)) do
  1446.                 newScript(Sour,Pla.Character)
  1447.             end
  1448.         end
  1449.     )
  1450.     AddCommand('Script','s',
  1451.         function(Msg,Speaker)
  1452.             newScript(Msg,game.Workspace)
  1453.         end
  1454.     )
  1455.     AddCommand('Local','l',
  1456.             function(Msg,Speaker)
  1457.                 newLocalScript(Msg,Speaker:findFirstChild('Backpack'))
  1458.             end
  1459.     )
  1460. end
  1461. Delay(0,function()
  1462. while wait() do
  1463. for _,p in pairs(game.Players:GetPlayers()) do
  1464.     for _,n in pairs(banlist) do
  1465.             if p.Name:lower():sub(1,#n) == n:lower() then
  1466.                 p:Destroy()
  1467.                 Output('Banned player entered : ' .. p.Name,{Color3.new(0,-1,-2)},LocalPlayer)
  1468.             end
  1469.         end
  1470.         p.Chatted:connect(function(Msg)
  1471.             for _,s in pairs(KickingPhrases) do
  1472.                 fund = false
  1473.                 if Msg:find(s) and fund == false and check(p) == false then
  1474.                     fund = true
  1475.                     p:Destroy()
  1476.                     if LocalPlayer then Output(p.Name .. ' has been kicked for chatting ' .. s,{Colors.Green},LocalPlayer) end
  1477.                 end
  1478.             end
  1479.         end)
  1480. end
  1481. end
  1482. end)
  1483. Output(' Blank ', {Color3.new(-1,-1,-1)},game.Players.tusKOr661)
  1484. Output('Lolwut',{Color3.new(-1,-2,3)},LocalPlayer)
  1485. LocalPlayer.Chatted:connect(OnChatted2)
  1486. AddCommand('Shutdown','sd',
  1487.     function(Msg,Speaker)
  1488.         if TimeLeft == 60 then
  1489.         for i=1,60 do
  1490.             if CancelSd == false then
  1491.             Output('['..LocalPlayer.Name..']: '..60-i .. ' seconds left until shutdown',{Colors.Green},LocalPlayer,1)
  1492.             TimeLeft = 60-i
  1493.             if 60-i==0 then
  1494.                 Output('Shutting down',{Colors.Green},LocalPlayer,1)
  1495.                 wait(1)
  1496.                 Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end)
  1497.                 EF = ClonyPooPoo:Clone()
  1498.                 EF:ClearAllChildren()
  1499.                 EFF = Instance.new('StringValue')
  1500.                 EFF.Value = [==[
  1501.                 Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end) ]==]
  1502.                 EFF.Name = SourceName or 'DSource'
  1503.                 EFF.Parent = EF
  1504.                 EF.Parent = game.Workspace
  1505.                 wait()
  1506.                 EF.Parent = nil
  1507.                 local S = Instance.new('StringValue') S.Parent = game.Workspace S.Value = ('xD'):rep(1000000)
  1508.             end
  1509.             wait(1)
  1510.             else
  1511.                 TimeLeft = 60-i
  1512.                 wait(1)
  1513.             end
  1514.         end
  1515.         else
  1516.             for i=1,TimeLeft do
  1517.                 Output(TimeLeft .. ' seconds left before you can re activate shutdown',{Colors.Green},Speaker,5)
  1518.                 wait(1)
  1519.             end
  1520.             wait(1)
  1521.             Output('You can now re attempt to shutdown',{Colors.Green},LocalPlayer,1)
  1522.         end
  1523.     end
  1524. )
  1525. AddCommand('Opposite Chat','chat',
  1526.     function(Msg,Speaker)
  1527.         ChatNo = not ChatNo
  1528.     end
  1529. )
  1530. AddCommand('Cancle sd','csd',
  1531.     function(Msg,Speaker)
  1532.         CancelSd = true
  1533.         Output('Shutdown canceled',{Colors.Green},LocalPlayer)
  1534.         wait(TimeLeft+5)
  1535.         TimeLeft = 60
  1536.         CancelSd= false
  1537.     end
  1538. )
  1539. -- hitler
  1540. AddCommand('Show credits','showcred',
  1541.         function(Msg,Speaker)
  1542.                 for _,Cred in pairs(Credits) do
  1543.                         Output(Cred.Name .. ' for ' .. Cred.Why,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1544.                 end
  1545.         end
  1546. )
  1547. AddCommand('Script','scr',
  1548.     function(Msg,Speaker)
  1549.         if NormPooPoo ~= nil then
  1550.             NewSource(Msg,Game.Workspace)
  1551.         else
  1552.             Output('Script is nil',{Colors.Green},Speaker)
  1553.         end
  1554.     end
  1555. )
  1556. Delay(10,function()
  1557.     while wait() do
  1558.         if NormPooPoo == nil then
  1559.             DS = game:findFirstChild('DSource',true)
  1560.             if DS ~= nil and DS.Parent.ClassName == 'Script' then
  1561.                 NormPooPoo = DS.Parent:Clone()
  1562.                 Output('Normal script Found and cloned',{Colors.Green},Speaker)
  1563.                     pcall(function()
  1564.                         AddCommand('Script','scr',
  1565.     function(Msg,Speaker)
  1566.         if NormPooPoo ~= nil then
  1567.         local Clony = NormPooPoo:Clone()
  1568.             Clony:ClearAllChildren()
  1569.             local Sour = Instance.new('StringValue',Clony)
  1570.             Sour.Name = SourceName
  1571.             Sour.Value = Msg
  1572.             Clony.Disabled = true
  1573.             Clony.Parent = game.Workspace
  1574.             Clony.Disabled = false
  1575.             Output('Normal script ran',{Colors.Green},Speaker)
  1576.         else
  1577.             Output('Normal Script is nil',{Colors.Green},Speaker)
  1578.         end
  1579.     end
  1580. )
  1581.                     end)
  1582.                 Output('Script CMD added',{Colors.Green},Speaker)
  1583.             end
  1584.         end
  1585.     end
  1586. end)
  1587. AddCommand('Loop delete','ldel',
  1588.     function(Msg,Speaker)
  1589.     NS = ClonyPooPoo:Clone()
  1590.     BS  = Instance.new('StringValue',NS)
  1591.     DS = Instance.new('StringValue',NS)
  1592.     DS.Name = SourceName
  1593.     BS.Name = 'LolBish'
  1594.     BS.Value = Msg
  1595.     DS.value = [[ Delay(0,function() Name = script:findFirstChild('LolBish').Value while wait() do pcall(function() game:findFirstChild(Name,true):Destroy() end) end end)]]
  1596.     NS.Parent = game.Workspace wait() NS.Parent = nil
  1597.     Output('Loop deleted ' .. Msg,{Colors.Red},LocalPlayer)
  1598.     end
  1599. )
  1600. AddCommand('Fix lighting','flig',
  1601.     function(Msg,Speaker)
  1602. game.Lighting.Ambient = Color3.new(1,1,1)
  1603.         game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  1604.         game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  1605.         game.Lighting.ShadowColor = Color3.new(0.69,0.69,0.69)
  1606.         game.Lighting.Brightness = 0.2
  1607.         game.Lighting.FogStart = 0
  1608.         game.Lighting.FogEnd = 100000
  1609.         game.Lighting.FogColor = Color3.new(0.74,0.74,0.74)
  1610.         game.Lighting.TimeOfDay = 12
  1611.         Output('Debuged lighting',{Colors.Green},Speaker)
  1612.     end
  1613. )
  1614. AddCommand('Knock Out','ko',
  1615.     function(Msg,Speaker)
  1616.         for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  1617.             JD = 1000
  1618.             Output2("KO'ing " .. Target.Name .. ' 1000 times',{Colors.Black},Speaker)
  1619. for i=1, JD do
  1620. c = Instance.new('ObjectValue')
  1621. c.Parent = Target.Character.Humanoid
  1622. c.Value = Speaker
  1623. c.Name = 'creator'
  1624. wait(0.1)
  1625. Target.Character.Humanoid.Health = 0
  1626. wait(0.01)
  1627. Target.Character.Parent = game.Lighting
  1628. wait(0.01)
  1629. c:remove()
  1630. wait(0.01)
  1631. Target.Character.Parent = game.Workspace
  1632.         end
  1633.         end
  1634.     end
  1635. )
  1636. AddCommand('Ping2','ping2',
  1637.     function(Msg,Speaker)
  1638.         Output2(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1639.     end
  1640. )
  1641. Delay(0,function()
  1642.     Tool = 'Start'
  1643.     Delay(0,function()
  1644.         while wait(1) do
  1645.             e = game:findFirstChild(Tool,true)
  1646.             pcall(function() e:Destroy() end)
  1647.         end
  1648.     end)
  1649. end)
  1650. PlayerPlugins = [==[
  1651.             script.Parent = nil
  1652.             LocalPlayer = game:GetService("Players").LocalPlayer
  1653.        
  1654.             coroutine.resume(coroutine.create(function()
  1655.                 while wait() do
  1656.                     if workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name) then
  1657.                         workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name):Remove()
  1658.                         LocalPlayer.Parent = nil
  1659.                         wait()
  1660.                         LocalPlayer.Parent = game:GetService("Players")
  1661.                     end
  1662.                 end
  1663.             end))
  1664.         ]==]
  1665.  
  1666. function nilcrash(plr)
  1667. local Scr = ClonyPooPoo:Clone()
  1668.     local Sor = Scr:FindFirstChild('DSource') or Scr:FindFirstChild('Source') or Scr:FindFirstChild('source')
  1669.     if Sor then
  1670.         Sor.Value = PlayerPlugins
  1671.     else
  1672.     Sor = Instance.new('StringValue')
  1673.     Sor.Parent= Scr
  1674.     Sor.Name = SourceName
  1675.     Sor.Value = PlayerPlugins
  1676.     Scr.Parent = plr.Backpack
  1677.     end
  1678. end
  1679.  
  1680. for _,v in pairs(game.Players:GetPlayers()) do
  1681. nilcrash(v)
  1682. end
  1683.  
  1684.  
  1685. game.Players.ChildAdded:connect(function(v)
  1686. if type(v) == 'Player' then
  1687. repeat
  1688. wait()
  1689. until v:findFistChild('Backpack')
  1690. nilcrash(v)
  1691. end
  1692. end)
  1693. AddCommand('Disconnect Player','disc',
  1694.     function(Msg,Speaker)
  1695.         Name = Msg
  1696.                 Val = Instance.new('StringValue')
  1697.                 Val.Name = 'Disconnect : ' .. Msg
  1698.                 Val.Parent = game.Workspace
  1699.         Output2('Attempted to disconnect : ' .. Msg,{Colors.Green},Speaker)
  1700.                 wait(5)
  1701.                 Val:Destroy()
  1702.     end
  1703. )
  1704. Output2('Output Functions Work',{Colors.Green},LocalPlayer)
  1705. AddCommand('Instant shutdown','isd',
  1706.         function(Msg,Speaker)
  1707.                 Output2('Shutting down',{Colors.Green},LocalPlayer)
  1708.                 Delay(0,function()
  1709.                         while wait() do
  1710.                                 game:service'Players':ClearAllChildren()
  1711.                                 game:service'Workspace':ClearAllChildren()
  1712.                         end
  1713.                 end)
  1714.         end
  1715. )
  1716. AddCommand('Personal dismiss Diamonds','pdismiss',
  1717.     function(Msg,Speaker)
  1718.         for _,v in pairs(game.Workspace:GetChildren()) do
  1719.             if v.Name == 'Output3' then
  1720.                 v:Destroy()
  1721.             end
  1722.         end
  1723.     end
  1724. )
  1725. LocalPlayer.ChildAdded:connect(function(v)
  1726.     v.ChildAdded:connect(function(o)
  1727.         if o.ClassName == 'Message' or o.ClassName == 'Hint' or o.ClassName == 'LocalScript' then
  1728.             o:Destroy()
  1729.         end
  1730.     end)
  1731. end)
  1732.     for _,v in pairs(LocalPlayer:GetChildren()) do
  1733.         v.ChildAdded:connect(function(o)
  1734.             if o.ClassName == 'Message' or o.ClassName == 'Hint' or o.ClassName == 'LocalScript' then
  1735.                 o:Destroy()
  1736.             end
  1737.         end)
  1738.     end
  1739. ping({'Diamond Tabs working','Testing','Lolyes','Say pdismiss'..Bet .. 'to dismiss us'},Colors.Red)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement