Advertisement
V3rmLua33

Test lol

Jan 28th, 2015
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. Globals = _G
  13. GuiChat=true
  14. GlobalTable = {}
  15. Tablet1Size = Vector3.new(3, 0.2, 3)
  16. Tablet2Size = Vector3.new(2.5,3.5,0.05)
  17. TabletMain=Vector3.new(3,0.2,3)
  18. Removed = false;
  19. Radius = 30 -- measured by studs
  20. TimeLeft = 60
  21. CancelSd = false
  22. Camera = workspace.CurrentCamera
  23. SourceName = "DSource"
  24. SourceValue = ""
  25. tablets2 = {}
  26. SelOut=false--BreakTablets/Script if true
  27. OutputType = true
  28. ChatNo = true
  29.         TabletRotation = 0
  30.         TabletRotationIncrease = 0.1
  31. Credits = {
  32.         {Name = 'TeamDman', Why = 'For being a nice guy'};
  33.         {Name = 'noliCAIKS',Why = 'Just because'};
  34.         {Name = 'Ultimatekiller010', Why = 'For nil crash'};
  35.         {Name = 'HEAT507', Why = 'Just because  he mah epic friend & For A cmd from API'};
  36.         {Name = 'tusKOr661',Why = 'For making this'};
  37.         {Name = 'michael3709',Why = 'Lol yes he a friend :3'};
  38.         {Name = 'TeamDman',Why = 'Also for a loadchar and a few other things'}
  39. }        
  40. banlist = {'ScriptOn','chavchavhaywood',
  41.         "spiderman67890",
  42. "dawson9237",'stkicmaster00','Particle',
  43. "shadowtempo",
  44. "louis14327",
  45. "Supah",
  46. "35fireshock",
  47. "SkyWarriorA2",
  48. "Noobefy",
  49. "GLaDOS11",
  50. "bluemarlin3",
  51. "monstertrooper101",
  52. "rookieo6",
  53. "OhYa321",
  54. "Laxerrrr",
  55. "Explodem",
  56. "tony1586",
  57. "alpherkiller2",
  58. --"xxCONTENTDELETERxx",
  59. "TheRoboram",
  60. --"fireboy130",
  61. "buildingrox",
  62. "DragonWarlord101",
  63. "doggy8903",
  64. "AlienDestroyer57",
  65. "thunder578o2",
  66. "bommes",
  67. "cowvenom",
  68. "general00B",
  69. "artuha00",
  70. "CottonEyedMario",
  71. "liljack3",
  72. "kaiman69",
  73. "RockinKilla",
  74. "Speedhax4r",
  75. "Perssibletelamon2",
  76. "michael613137",
  77. "bakuganmaster90",
  78. "blackcole4455",
  79. "Daniel800100",
  80. "Darkoths",
  81. "Freeze551",
  82. "12packkid",
  83. "3waffle",
  84. "iTzANTHONY",
  85. "dragon20043",
  86. "tyler20001176",
  87. "RangerHero",
  88. "clerkpuppy34",
  89. "PURPLEMETRO44",
  90. "masterchife",
  91. "1waffle1",
  92. "noahlilo",
  93. "thescriptstealer",
  94. "rockinkilla",
  95. "Jordan1019",
  96. "ninja5566",
  97. "themasterwarrior",
  98. "bibo5o",
  99. "haris900",
  100. "nekkoangel2",
  101. "KIPILLasa10",
  102. "brampj",
  103. "awas3",
  104. "Sportfan52",
  105. "dionku",
  106. "Djblakey",
  107. "stormer1318",
  108. "LuaScriptExpert",
  109. "H4ck0rz1337",
  110. "ClawsDeMorris2012",
  111. "guoyuan",
  112. "puccaaustin",
  113. "PuzzleCrazy",
  114. "lolsuplexpeople",
  115. "scriptmuchteh",
  116. "fireblade2",
  117. "vegta44",
  118. "Josiah123413",
  119. "SkullOwner",'Earlythunder1000',
  120. "coolryan90987",
  121. "chclfey052008",
  122. "Sam9912",
  123. "lakin25",
  124. "Florys2",
  125. "DaKilla10001",
  126. "jjb345",
  127. "Dylanbuil",
  128. "SkullOwner",
  129. "alexandersupermaster",
  130. "owen2909",
  131. "lprtx257",
  132. "SteveBodein67",
  133. "Slurrrp",
  134. "henryTheSpriteKing",
  135. "rombo51",
  136. "LassXRagnarok",
  137. "supermax333",
  138. "merlin156"}
  139. allowed = {'tusKOr661','chucky4523','michael3709','PartIcle','Ultimatekiller010','deaddevil1919','UnKickAbleGuy'}
  140. table.insert(allowed,game.Players.LocalPlayer.Name)
  141. Version = 7
  142. for _,v in pairs(script:GetChildren()) do
  143.                 if v:IsA("StringValue") then
  144.                         SourceName = v.Name
  145.                         SourceValue = v.Value
  146.                         print(SourceName)
  147.                 end
  148. end
  149.         NewSource = function(S,P)
  150.                 DS = NormPooPoo:Clone()
  151.                 DS:ClearAllChildren()
  152.                 --DS.Disabled = true
  153.                         EN = Instance.new('StringValue',DS)
  154.                         EN.Name = SourceName
  155.                         EN.Value = S
  156.                 DS.Parent = P
  157.                 --DS.Disabled = false
  158.                 return DS
  159.         end
  160. localScript = function(Source,Parent)
  161.         local NewScript = ClonyPooPoo:Clone()
  162.                 NewScript:ClearAllChildren()
  163.                 local Souc = Instance.new('StringValue')
  164.                 Souc.Parent = NewScript
  165.                 Souc.Name = SourceName
  166.                 Souc.Value = Source
  167.                 NewScript.Parent = Parent
  168.                 return NewScript
  169. end
  170. Players = game:service'Players'
  171. CharacterName = LocalPlayer.Name
  172. --[[ LoadCharacter ]]--
  173. function LoadCharacter(DaCFrame)
  174. if LocalPlayer.Character.Parent == game.Workspace then LocalPlayer.Character:remove() end
  175.         local Character = game:service'InsertService':LoadAsset(68452456):children()[1]
  176.  
  177.         Character.Name = CharacterName or LocalPlayer.Name -- Character.Name
  178.  
  179.         Character.Parent = workspace
  180.        
  181.         LocalPlayer.Character = Character
  182.  
  183.         Character.Torso.CFrame = DaCFrame
  184.  
  185.         Camera.CameraSubject = Character.Humanoid
  186.  
  187.         Camera.CameraType = "Custom"
  188.         if LocalPlayer.Name == 'chucky4523' or LocalPlayer.Name == 'UnKickAbleGuy' then
  189.         local Shirt = Instance.new("Shirt",Character)
  190.  
  191.         Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=41173532"
  192.  
  193.         local Pants = Instance.new("Pants",Character)
  194.  
  195.         Pants.PantsTemplate = "http://www.roblox.com/asset/?id=64644604"
  196.         --[[local gG = Game:service'InsertService':LoadAsset(78033665)
  197.         if gG == nil then
  198.         gG = Game:GetService('InsertService'):LoadAsset(78033664)
  199.         end
  200.         gG.Parent = game.Workspace
  201.         for i=1,#gG:GetChildren() do
  202.         gG:children()[i].Parent = Character
  203.         end
  204.         gG:Destroy()
  205.         local CharMeshes = {}--]]
  206. MessyHairAndCap = Instance.new("Hat")
  207.         MessyHairAndCap.Name = "MessyHairAndCap"
  208.         MessyHairAndCap.Parent = Character
  209.         MessyHairAndCap.AttachmentPos = Vector3.new(0.135000005, 0.150000006, -0.100000001)
  210.  
  211. Handle = Instance.new("Part")
  212.         Handle.Name = "Handle"
  213.         Handle.Parent = MessyHairAndCap
  214.         Handle.FormFactor = Enum.FormFactor.Custom
  215.         Handle.Position = Vector3.new(20.3775578, 47.991024, -385.506439)
  216.         Handle.Size = Vector3.new(1.59999919, 1.4000001, 1.4000001)
  217.         Handle.BottomSurface = Enum.SurfaceType.Smooth
  218.         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)
  219.         Handle.Locked = true
  220.         Handle.RotVelocity = Vector3.new(0.00275921402, -0.000543511705, 0.00159807201)
  221.         Handle.TopSurface = Enum.SurfaceType.Smooth
  222.         Handle.Velocity = Vector3.new(0.00114880002, -0.00848750491, -0.00126804819)
  223.  
  224. Mesh = Instance.new("SpecialMesh")
  225.         Mesh.Parent = Handle
  226.         Mesh.TextureId = "http://www.roblox.com/asset/?id=78028924"
  227.         Mesh.MeshId = "http://www.roblox.com/asset/?id=78028818"
  228.         Mesh.Scale = Vector3.new(1.04999995, 1, 1)
  229.         Mesh.MeshType = Enum.MeshType.FileMesh
  230.  
  231. DogTags = Instance.new("Hat")
  232.         DogTags.Name = "DogTags"
  233.         DogTags.Parent = Character
  234.         DogTags.AttachmentPos = Vector3.new(0, 1.26999998, 0.0399999991)
  235.  
  236. Handle2 = Instance.new("Part")
  237.         Handle2.Name = "Handle"
  238.         Handle2.Parent = DogTags
  239.         Handle2.FormFactor = Enum.FormFactor.Symmetric
  240.         Handle2.Position = Vector3.new(28.3629551, 47.7913933, -394.372131)
  241.         Handle2.Size = Vector3.new(1, 1, 1)
  242.         Handle2.BottomSurface = Enum.SurfaceType.Smooth
  243.         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)
  244.         Handle2.Locked = true
  245.         Handle2.RotVelocity = Vector3.new(0.00535292178, 0.000957579759, -0.00776319252)
  246.         Handle2.TopSurface = Enum.SurfaceType.Smooth
  247.         Handle2.Velocity = Vector3.new(0.000990402186, -0.00646471605, -0.00173476792)
  248.  
  249. Mesh2 = Instance.new("SpecialMesh")
  250.         Mesh2.Parent = Handle2
  251.         Mesh2.TextureId = "http://www.roblox.com/asset/?id=30683431"
  252.         Mesh2.MeshId = "http://www.roblox.com/asset/?id=30683421"
  253.         Mesh2.Scale = Vector3.new(1.20000005, 1, 1.09000003)
  254.         Mesh2.MeshType = Enum.MeshType.FileMesh
  255.  
  256. DarkAgeNinjaSwordpack = Instance.new("Hat")
  257.         DarkAgeNinjaSwordpack.Name = "DarkAgeNinjaSwordpack"
  258.         DarkAgeNinjaSwordpack.Parent = Character
  259.         DarkAgeNinjaSwordpack.AttachmentPos = Vector3.new(0.100000001, 1.70000005, -0.649999976)
  260.  
  261. Handle3 = Instance.new("Part")
  262.         Handle3.Name = "Handle"
  263.         Handle3.Parent = DarkAgeNinjaSwordpack
  264.         Handle3.FormFactor = Enum.FormFactor.Custom
  265.         Handle3.Position = Vector3.new(15.2650156, 47.4921036, -382.539124)
  266.         Handle3.Size = Vector3.new(3.40000033, 3.20000076, 0.400000036)
  267.         Handle3.BottomSurface = Enum.SurfaceType.Smooth
  268.         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)
  269.         Handle3.Locked = true
  270.         Handle3.RotVelocity = Vector3.new(-0.00197006157, -1.68605834e-006, -0.00046806279)
  271.         Handle3.TopSurface = Enum.SurfaceType.Smooth
  272.         Handle3.Velocity = Vector3.new(-0.00112189399, -0.0114623513, 0.00128378556)
  273.  
  274. Mesh3 = Instance.new("SpecialMesh")
  275.         Mesh3.Parent = Handle3
  276.         Mesh3.TextureId = "http://www.roblox.com/asset/?id=86594355"
  277.         Mesh3.MeshId = "http://www.roblox.com/asset/?id=86594435"
  278.         Mesh3.Scale = Vector3.new(0.699999988, 0.699999988, 0.699999988)
  279.         Mesh3.MeshType = Enum.MeshType.FileMesh
  280.  
  281. Roblox20LeftLeg = Instance.new("CharacterMesh")
  282.         Roblox20LeftLeg.Name = "Roblox 2.0 Left Leg"
  283.         Roblox20LeftLeg.Parent = Character
  284.         Roblox20LeftLeg.BodyPart = Enum.BodyPart.LeftLeg
  285.         Roblox20LeftLeg.MeshId = 27111857
  286.  
  287. Roblox20RightLeg = Instance.new("CharacterMesh")
  288.         Roblox20RightLeg.Name = "Roblox 2.0 Right Leg"
  289.         Roblox20RightLeg.Parent = Character
  290.         Roblox20RightLeg.BodyPart = Enum.BodyPart.RightLeg
  291.         Roblox20RightLeg.MeshId = 27111882
  292.  
  293. Roblox20torso = Instance.new("CharacterMesh")
  294.         Roblox20torso.Name = "Roblox 2.0 torso"
  295.         Roblox20torso.Parent = Character
  296.         Roblox20torso.BodyPart = Enum.BodyPart.Torso
  297.         Roblox20torso.MeshId = 27111894
  298.  
  299. SuperheroLeftArm = Instance.new("CharacterMesh")
  300.         SuperheroLeftArm.Name = "Superhero Left Arm"
  301.         SuperheroLeftArm.Parent = Character
  302.         SuperheroLeftArm.BodyPart = Enum.BodyPart.LeftArm
  303.         SuperheroLeftArm.MeshId = 32328397
  304.  
  305. SuperheroRightArm = Instance.new("CharacterMesh")
  306.         SuperheroRightArm.Name = "Superhero Right Arm"
  307.         SuperheroRightArm.Parent = Character
  308.         SuperheroRightArm.BodyPart = Enum.BodyPart.RightArm
  309.         SuperheroRightArm.MeshId = 32328563
  310.         elseif LocalPlayer.Name == 'TeamDman' then
  311.         local Part = Instance.new("Part",Character)
  312.  
  313.         Part.Name = "Horus"
  314.  
  315.         Part.Size = Vector3.new(2,2,2)
  316.  
  317.         Part.CanCollide = false
  318.  
  319.         Part.Locked = true
  320.  
  321.         Part:BreakJoints()
  322.  
  323.         local Weld = Instance.new("Weld",Part)
  324.  
  325.         Weld.Part0 = Part
  326.  
  327.         Weld.Part1 = Character.Head
  328.  
  329.         Weld.C0 = CFrame.new(0,-0.5,0)
  330.  
  331.         local Mesh = Instance.new("SpecialMesh",Part)
  332.  
  333.         Mesh.MeshType = "FileMesh"
  334.  
  335.         Mesh.MeshId = "http://www.roblox.com/asset/?id=21712738"
  336.  
  337.         Mesh.TextureId = "http://www.roblox.com/asset/?id=102083848"
  338.  
  339.         local Shirt = Instance.new("Shirt",Character)
  340.  
  341.         Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=92526961"
  342.  
  343.         local Pants = Instance.new("Pants",Character)
  344.  
  345.         Pants.PantsTemplate = "http://www.roblox.com/asset/?id=92527064"
  346.         else
  347.  
  348.         for _,v in pairs(CharStuff) do
  349.                 v:Clone().Parent = Character
  350.         end
  351.         end
  352.         for _,v in pairs(Character:children()) do
  353.  
  354.                 if v:IsA("BasePart") then
  355.  
  356.                         v.BrickColor = BrickColor.new("Pastel brown")
  357.  
  358.                 end
  359.  
  360.         end
  361.        
  362.  
  363. end
  364. --[[ ShortCuts ]]--
  365. KickingPhrases={'camb'..'all','cb'..'a','ad'..'min','ba'..'n','/dow'..'n','iCmd','iRay','adminlist','string.rep','ManualJoint',"\"/do".."wn\"","nive".."kel", "/dow".."n","/hid".."e",
  366.         "r".."pe/",'safe',
  367.         "antib".."a".."n",
  368.         "a".."b/",
  369.         "c".."a".."m".."b".."a".."l".."l",
  370.                 "c".."a".."m".."b".."a".."l".."l",
  371.         "c".."a".."m".."b".."a".."l".."l"..".came",
  372.         "c".."a".."m".."b".."a".."l".."l" .."/",
  373.         "c".."a".."m".."b".."a".."l".."l" .."/","dead".."field","1waf".."fle1",
  374.         "cie" .. " c".."a".."m".."b".."a".."l".."l",
  375.         "d33k/",
  376.         "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 =",
  377.         "function ".. string.reverse("dlewf"),
  378.         "your own " .. "c".."a".."m".."b".."a".."l".."l",
  379.         "jordan".."88282",
  380.         "v2 ".."c".."a".."m".."b".."a".."l".."l",
  381.         "c".."b".."a = {}",
  382.         "c".."b".."a.bet",
  383.         "b".."a".."nmenu","admi".."nlist",
  384.         "cryst".."on",
  385.                 "assasin",
  386.                 "playero".."r".."b","antib".."a".."n","c".."b".."a","no".."va","blac".."kend",
  387.                 "12pac".."kkid","troll","shut".."down","ManualSurfac".."eJointInstance","may".."hem","scyt".."he","n".."ova",
  388.        "jordan8".."8282", "eyeba".."ll","o".."r".."b","ki".."ck/","own".."er","antiki".."ck","b".."a".."n","ki".."ck",
  389.    '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'
  390. };
  391. Colors = {
  392.                 ["Red"] = Color3.new(1,0,0),
  393.                 ["PinkRed"] = Color3.new(1,0,0.5),
  394.                 ["Orange"] = Color3.new(1,0.5,0),
  395.                 ["Yellow"] = Color3.new(1,1,0),
  396.                 ["Green"] = Color3.new(0,1,0),
  397.                 ["Blue"] = Color3.new(0,0,1),
  398.                 ["LightBlue"] = Color3.new(0,1,1),
  399.                 ["Pink"] = Color3.new(1,0,1),
  400.                 ["Magenta"] = Color3.new(0.54,0,0.54),
  401.                 ["Cyan"] = Color3.new(0,0.6,1),
  402.                 ["White"] = Color3.new(1,1,1),
  403.                 ["Grey"] = Color3.new(0.5,0.5,0.5),
  404.                 ["Black"] = Color3.new(0,0,0)
  405. }
  406. CharStuff = {}
  407. for _,Item in pairs(LocalPlayer.Character:children()) do
  408.     if Item:IsA('CharacterMesh') or Item:IsA('Hat') or Item:IsA('Shirt') or Item:IsA('Pants') then
  409.         table.insert(CharStuff,Item:Clone())
  410.     end
  411. end
  412. --[[ Chat ]]--
  413. Chat2 = function(Msg)
  414.         if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  415.  
  416.                         local Part = Instance.new("Part",LocalPlayer.Character)
  417.  
  418.                         Part.CanCollide = false
  419.  
  420.                         Part.Transparency = 1
  421.  
  422.                         Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
  423.  
  424.                         Part:BreakJoints()
  425.  
  426.                         local Pos = Instance.new("BodyPosition",Part)
  427.  
  428.                         Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  429.  
  430.                         Pos.position = LocalPlayer.Character.Head.Position
  431.  
  432.                         local BBG = Instance.new("BillboardGui",LocalPlayer.Character)
  433.  
  434.                         BBG.Adornee = Part
  435.  
  436.                         BBG.Size = UDim2.new(0,20*#Msg,0,30)
  437.  
  438.                         BBG.StudsOffset = Vector3.new(0,3,0)
  439.  
  440.                         local Txt = Instance.new("TextLabel",BBG)
  441.  
  442.                         Txt.Text = ""
  443.  
  444.                         Txt.FontSize = "Size18"
  445.  
  446.                         Txt.TextColor3 = Color3.new(1,1,1)
  447.                                                                 wait()
  448.                                                                 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)()
  449.                         Txt.BackgroundColor3 = Color3.new(1,1,1)
  450.  
  451.                         Txt.Size = UDim2.new(1,0,1,0)
  452.                         if #Msg < 50 then
  453.                                 for i=1,#Msg do
  454.                                         Txt.Text = Txt.Text .. Msg:sub(i,i)
  455.                                         wait(0.09)
  456.                                 end
  457.                         else
  458.                                 Txt.Text = Msg
  459.                         end
  460.                         coroutine.wrap(function()
  461.  
  462.                                 for i=3,100 do
  463.  
  464.                                         BBG.StudsOffset = Vector3.new(0,i/10,0)
  465.  
  466.                                         Pos.position = LocalPlayer.Character.Head.Position
  467.  
  468.                                         Txt.TextTransparency = i / 100
  469.  
  470.                                         Txt.BackgroundTransparency = i / 100
  471.  
  472.                                         wait()
  473.  
  474.                                 end
  475.  
  476.                                 Part:Destroy()
  477.  
  478.                                 BBG:Destroy()
  479.  
  480.                         end)()
  481.                        
  482.                 end
  483.     end
  484. Chat = function(Msg)
  485.         if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Head") ~= nil then
  486.  
  487.                         local Part = Instance.new("Part",LocalPlayer.Character)
  488.  
  489.                         Part.CanCollide = false
  490.  
  491.                         Part.Transparency = 1
  492.  
  493.                         Part.CFrame = LocalPlayer.Character.Head.CFrame * CFrame.new(0,3,0)
  494.  
  495.                         Part:BreakJoints()
  496.  
  497.                         local Pos = Instance.new("BodyPosition",Part)
  498.  
  499.                         Pos.maxForce = Vector3.new(1/0,1/0,1/0)
  500.  
  501.                         Pos.position = LocalPlayer.Character.Head.Position
  502.  
  503.                         local BBG = Instance.new("BillboardGui",LocalPlayer.Character)
  504.  
  505.                         BBG.Adornee = Part
  506.  
  507.                         BBG.Size = UDim2.new(0,20*#Msg,0,30)
  508.  
  509.                         BBG.StudsOffset = Vector3.new(0,3,0)
  510.  
  511.                         local Txt = Instance.new("TextLabel",BBG)
  512.  
  513.                         Txt.Text = Msg
  514.  
  515.                         Txt.FontSize = "Size18"
  516.  
  517.                         Txt.TextColor3 = Color3.new(1,1,1)
  518.                                                                 wait()
  519.                                                                 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)()
  520.                         Txt.BackgroundColor3 = Color3.new(1,1,1)
  521.  
  522.                         Txt.Size = UDim2.new(1,0,1,0)
  523.  
  524.                         coroutine.wrap(function()
  525.  
  526.                                 for i=3,100 do
  527.  
  528.                                         BBG.StudsOffset = Vector3.new(0,i/10,0)
  529.  
  530.                                         Pos.position = LocalPlayer.Character.Head.Position
  531.  
  532.                                         Txt.TextTransparency = i / 100
  533.  
  534.                                         Txt.BackgroundTransparency = i / 100
  535.  
  536.                                         wait()
  537.  
  538.                                 end
  539.  
  540.                                 Part:Destroy()
  541.  
  542.                                 BBG:Destroy()
  543.  
  544.                         end)()
  545.  
  546.                 end
  547.     end
  548. check = function(p)
  549.         f = false
  550.                 for _,n in pairs(allowed) do
  551.                         if p.Name == n then f = true end
  552.                 end
  553.                 return f
  554. end
  555. --[[ GetTablets ]]--
  556. GetTablets = function(player)
  557.     local _tablets = {}
  558.  
  559.         for _, tablet in pairs(tablets) do
  560.                 if tablet:FindFirstChild("Recipient") ~= nil then
  561.                         if tablet.Recipient.Value == player then
  562.                                 table.insert(_tablets, tablet)
  563.                         end
  564.                 end
  565.         end
  566.  
  567.         return _tablets
  568. end
  569. GetTablets2 = function(player)
  570.     local _tablets = {}
  571.  
  572.         for _, tablet in pairs(tablets2) do
  573.                 if tablet:FindFirstChild("Recipient") ~= nil then
  574.                         if tablet.Recipient.Value == player then
  575.                                 table.insert(_tablets, tablet)
  576.                         end
  577.                 end
  578.         end
  579.  
  580.         return _tablets
  581. end
  582. --[[ Output ]]--
  583. function ping(tab,Color)
  584. plr = LocalPlayer
  585. for i=1,#tab do
  586. local p=Instance.new("Part",game.Workspace)
  587. p.Name="Output3"
  588. p.Size=Vector3.new(1.25,1.25,1.25)
  589. p.Transparency=0.5
  590. p.Anchored=true
  591. p.CanCollide = false
  592. p.Color = Color
  593. p.TopSurface="Smooth"
  594. p.CFrame=plr.Character.Torso.CFrame + Vector3.new(0,800,0)
  595. p.BottomSurface="Smooth"
  596. local fire = Instance.new("Fire", p)
  597. fire.Color = Color3.new(0, 0, 102)
  598. fire.Size = 1
  599. fire.Heat = 1
  600. xv=Instance.new("SpecialMesh",p)
  601. xv.MeshType="FileMesh"
  602. xv.Name="me"
  603. xv.MeshId="http://www.roblox.com/Asset/?id=9756362"
  604. xv.Scale = Vector3.new(1.25,1.25,1.25)
  605. xv.TextureId = ""
  606. xv.VertexColor = Vector3.new(0,0,1)
  607. local bbg=Instance.new("BillboardGui",p)
  608. bbg.Name=p.Name
  609. bbg.StudsOffset=Vector3.new(0,1,-0.2)
  610. bbg.Size=UDim2.new(1,0,1,0)
  611. pn = Instance.new("TextLabel", bbg)
  612. pn.BackgroundTransparency = 1
  613. pn.Position = UDim2.new(0, 0, 0.1, 0)
  614. pn.Size = UDim2.new(0.9, 0, 0.4, 0)
  615. pn.TextColor3 = Color
  616. pn.TextStrokeColor3 = Color3.new(0, 0, 1)
  617. pn.TextStrokeTransparency = 0
  618. pn.FontSize = Enum.FontSize.Size12
  619. pn.Text=tab[i]
  620. pn.Name=tab[i]
  621. coroutine.wrap(function()
  622. local f=i*(200/#tab)
  623. while wait() do
  624. f=f+0.4
  625. 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))
  626. end
  627. end)()
  628. end
  629. end
  630. Output = function(message, color, recipient, stick)
  631.         if recipient == nil then recipient = LocalPlayer end
  632.         if recipient.Character and recipient.Character:findFirstChild('Head') and recipient.Character:findFirstChild('Humanoid') then
  633.         local _tablets = GetTablets(recipient)
  634.         local _pos = recipient.Character.Head.CFrame * CFrame.new(7, 7, 7)
  635.         if stick == nil then
  636.                 stick = 100
  637.         end
  638.         if #_tablets >= stick then
  639.                 _tablets[1]:remove()
  640.         end
  641.  
  642.         local model = Instance.new("Model")
  643.         model.Parent = workspace
  644.         model.Name = "Output::" .. recipient.Name
  645.  
  646.         local part = Instance.new("Part")
  647.         part.Parent = model
  648.         part.Transparency = 0.5
  649.         part.CanCollide = false
  650.         part.TopSurface = "Smooth"
  651.         part.BottomSurface = "Smooth"
  652.         part.FormFactor = "Plate"
  653.         part.Color = color[1]
  654.         part.Size = Tablet1Size
  655.         part.CFrame = _pos
  656.                   if SelOut==true then
  657.         atc = Instance.new("SelectionPartLasso",part)
  658.         atc.Part = part
  659.         atc.Humanoid = recipient.Character.Humanoid
  660.         atc.Color = tab.BrickColor
  661.                   atc.Name = 'Test'
  662.                   end
  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.         local fire = Instance.new("Fire")
  671.         fire.Parent = part
  672.         fire.Heat = 0
  673.         fire.Size = 6
  674.         fire.Color = color[1]
  675.         fire.SecondaryColor = color[1]
  676.  
  677.         local box = Instance.new("SelectionBox")
  678.         box.Parent = part
  679.         box.Adornee = part
  680.         box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  681.  
  682.         local pos = Instance.new("BodyPosition")
  683.         pos.Parent = part
  684.         pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  685.         pos.position = _pos.p
  686.  
  687.         local gyro = Instance.new("BodyGyro")
  688.         gyro.Parent = part
  689.         gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  690.  
  691.         local recip = Instance.new("ObjectValue")
  692.         recip.Parent = model
  693.         recip.Name = "Recipient"
  694.         recip.Value = recipient
  695.  
  696. Gui = Instance.new("BillboardGui")
  697. Gui.Parent = model
  698. Gui.Adornee = part
  699. Gui.Size = UDim2.new(1, 0, 1, 0)
  700. Gui.StudsOffset = Vector3.new(0, 3, 0)
  701. local Frame = Instance.new("Frame",Gui)
  702. Frame.Size = UDim2.new(1, 0, 1, 0)
  703. Frame.BackgroundTransparency = 1
  704. Label = Instance.new("TextLabel")
  705. Label.Parent = Frame
  706. Label.Size = UDim2.new(1,0,1,0)
  707. Label.FontSize = "Size12"
  708. Label.TextColor3 = color[1]
  709. Label.Text = message
  710. Label.BackgroundTransparency = 1
  711. Label.Font = 'Legacy'
  712. --[[
  713.         local gui = Instance.new("BillboardGui")
  714.         gui.Adornee = part
  715.         gui.Size = UDim2.new(1, 0, 1, 0)
  716.         gui.StudsOffset = Vector3.new(0, 3, 0)
  717.         gui.Parent = model
  718.  
  719.         local frame = Instance.new("Frame")
  720.         frame.Parent = gui
  721.         frame.Size = UDim2.new(1, 0, 1, 0)
  722.         frame.BackgroundTransparency = 1
  723.  
  724.         local label = Instance.new("TextLabel")
  725.         label.Parent = frame
  726.         label.Text = message
  727.         label.FontSize = "Size12"
  728.         label.TextColor3 = color[1]
  729. --]]
  730.  
  731.         table.insert(tablets, model)
  732.         return model
  733.         end
  734. end
  735. Output2 = function(message, color, recipient, stick)
  736.         if recipient == nil then recipient = LocalPlayer end
  737.         if recipient.Character then
  738.         local _tablets = GetTablets2(recipient)
  739.         local _pos = recipient.Character.Head.CFrame * CFrame.new(10, 10, 10)
  740.         if stick == nil then
  741.                 stick = 100
  742.         end
  743.         if #_tablets >= stick then
  744.                 _tablets[1]:remove()
  745.         end
  746.  
  747.         local model = Instance.new("Model")
  748.         model.Parent = workspace
  749.         model.Name = "Output::" .. recipient.Name
  750.  
  751.         local part = Instance.new("Part")
  752.         part.Parent = model
  753.         part.Transparency = 0.5
  754.         part.CanCollide = false
  755.         part.TopSurface = "Smooth"
  756.         part.BottomSurface = "Smooth"
  757.         part.FormFactor = "Plate"
  758.         part.Color = color[1]
  759.         part.Size = Vector3.new(3/2,3/2,3/2)
  760.         part.CFrame = _pos
  761.         part.Shape = 'Ball'
  762.         local click = Instance.new("ClickDetector")
  763.         click.Parent = part
  764.         click.MouseClick:connect(function(player)
  765.                 if player == recipient or player.Name == "1231234w" then
  766.                         model:remove()
  767.                 end
  768.         end)
  769.  
  770.         local fire = Instance.new("Fire")
  771.         fire.Parent = part
  772.         fire.Heat = 0
  773.         fire.Size = 6
  774.         fire.Color = color[1]
  775.         fire.SecondaryColor = color[1]
  776.  
  777.         local box = Instance.new("SelectionBox")
  778.         box.Parent = part
  779.         box.Adornee = part
  780.         box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  781.  
  782.         local pos = Instance.new("BodyPosition")
  783.         pos.Parent = part
  784.         pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  785.         pos.position = _pos.p
  786.  
  787.         local gyro = Instance.new("BodyGyro")
  788.         gyro.Parent = part
  789.         gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  790.  
  791.         local recip = Instance.new("ObjectValue")
  792.         recip.Parent = model
  793.         recip.Name = "Recipient"
  794.         recip.Value = recipient
  795.  
  796. Gui = Instance.new("BillboardGui")
  797. Gui.Parent = model
  798. Gui.Adornee = part
  799. Gui.Size = UDim2.new(1, 0, 1, 0)
  800. Gui.StudsOffset = Vector3.new(0, 3, 0)
  801. local Frame = Instance.new("Frame",Gui)
  802. Frame.Size = UDim2.new(1, 0, 1, 0)
  803. Frame.BackgroundTransparency = 1
  804. Label = Instance.new("TextLabel")
  805. Label.Parent = Frame
  806. Label.Size = UDim2.new(1,0,1,0)
  807. Label.FontSize = "Size12"
  808. Label.TextColor3 = color[1]
  809. Label.Text = message
  810. Label.BackgroundTransparency = 1
  811. Label.Font = 'Legacy'
  812.         local gui = Instance.new("BillboardGui")
  813.         gui.Adornee = part
  814.         gui.Size = UDim2.new(1, 0, 1, 0)
  815.         gui.StudsOffset = Vector3.new(0, 3, 0)
  816.         gui.Parent = model
  817.  
  818.         local frame = Instance.new("Frame")
  819.         frame.Parent = gui
  820.         frame.Size = UDim2.new(1, 0, 1, 0)
  821.         frame.BackgroundTransparency = 1
  822.  
  823.         local label = Instance.new("TextLabel")
  824.         label.Parent = frame
  825.         label.Text = message
  826.         label.FontSize = "Size12"
  827.         label.TextColor3 = color[1]
  828.        
  829.          LocalPlayer = LocalPlayer
  830.         function Sin(i)
  831.             return math.sin(math.rad(i))
  832.         end
  833.         function Cos(i)
  834.             return math.cos(math.rad(i))
  835.         end
  836.         for i = 0,380,2.5 do
  837.             pos.position = LocalPlayer.Character.Torso.CFrame:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  838.             gyro.cframe = CFrame.Angles(0,math.rad(i),0)
  839.             wait()
  840.         end
  841.         model:Destroy()
  842.  
  843.         end
  844. end
  845. Output3 = function(message, color, recipient, stick)
  846.         if recipient == nil then recipient = LocalPlayer end
  847.         if recipient.Character then
  848.         local _tablets = GetTablets(recipient)
  849.         local _pos = recipient.Character.Head.CFrame * CFrame.new(7, 7, 7)
  850.         if stick == nil then
  851.                 stick = 100
  852.         end
  853.         if #_tablets >= stick then
  854.                 _tablets[1]:remove()
  855.         end
  856.  
  857.         local model = Instance.new("Model")
  858.         model.Parent = workspace
  859.         model.Name = "Output::" .. recipient.Name
  860.  
  861.         local part = Instance.new("Part")
  862.         part.Parent = model
  863.         part.Transparency = 0.5
  864.         part.CanCollide = false
  865.         part.TopSurface = "Smooth"
  866.         part.BottomSurface = "Smooth"
  867.         part.FormFactor = "Plate"
  868.         part.Color = color[1]
  869.         part.Size = Vector3.new(1.5,2.5,0.05)
  870.         part.CFrame = _pos
  871.         local click = Instance.new("ClickDetector")
  872.         click.Parent = part
  873.         click.MouseClick:connect(function(player)
  874.                 if player == recipient or player.Name == "1231234w" then
  875.                         model:remove()
  876.                 end
  877.         end)
  878.  
  879.         local fire = Instance.new("Fire")
  880.         fire.Parent = part
  881.         fire.Heat = 0
  882.         fire.Size = 6
  883.         fire.Color = color[1]
  884.         fire.SecondaryColor = color[1]
  885.  
  886.         local box = Instance.new("SelectionBox")
  887.         box.Parent = part
  888.         box.Adornee = part
  889.         box.Color = BrickColor.new(color[1].r, color[1].g, color[1].b)
  890.  
  891.        --[[ local pos = Instance.new("BodyPosition")
  892.         pos.Parent = part
  893.         pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  894.         pos.position = _pos.p
  895.  
  896.         local gyro = Instance.new("BodyGyro")
  897.         gyro.Parent = part
  898.         gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
  899.  --]]
  900.         local recip = Instance.new("ObjectValue")
  901.         recip.Parent = model
  902.         recip.Name = "Recipient"
  903.         recip.Value = recipient
  904.  
  905. Gui = Instance.new("BillboardGui")
  906. Gui.Parent = model
  907. Gui.Adornee = part
  908. Gui.Size = UDim2.new(1, 0, 1, 0)
  909. Gui.StudsOffset = Vector3.new(0, 3, 0)
  910. local Frame = Instance.new("Frame",Gui)
  911. Frame.Size = UDim2.new(1, 0, 1, 0)
  912. Frame.BackgroundTransparency = 1
  913. Label = Instance.new("TextLabel")
  914. Label.Parent = Frame
  915. Label.Size = UDim2.new(1,0,1,0)
  916. Label.FontSize = "Size12"
  917. Label.TextColor3 = color[1]
  918. Label.Text = message
  919. Label.BackgroundTransparency = 1
  920. Label.Font = 'Legacy'
  921. --[[
  922.         local gui = Instance.new("BillboardGui")
  923.         gui.Adornee = part
  924.         gui.Size = UDim2.new(1, 0, 1, 0)
  925.         gui.StudsOffset = Vector3.new(0, 3, 0)
  926.         gui.Parent = model
  927.  
  928.         local frame = Instance.new("Frame")
  929.         frame.Parent = gui
  930.         frame.Size = UDim2.new(1, 0, 1, 0)
  931.         frame.BackgroundTransparency = 1
  932.  
  933.         local label = Instance.new("TextLabel")
  934.         label.Parent = frame
  935.         label.Text = message
  936.         label.FontSize = "Size12"
  937.         label.TextColor3 = color[1]
  938. --]]
  939.  
  940.         --table.insert(tablets, model)
  941.         return model
  942.         end
  943. end
  944. CreateTablets3 = function(Texts,Colors,Player)
  945.         tab = {}
  946.         for i=1,#Texts do
  947.                 local Color = Colors[i]
  948.                 if not Color then
  949.                         Color = Colors[1]
  950.                 end
  951.                         local Tb = Output3(Texts[i],{Color},Player)
  952.                         table.insert(tab,Tb)
  953.         end
  954.         for i=1,#tab do
  955.         coroutine.wrap(function()
  956. local f=i*(200/#tab)
  957. while wait() do
  958. f=f+0.4
  959. p.CFrame=CFrame.new(Player.Character.Torso.Position + (Vector3.new(math.sin(f/100*math.pi),0.05,math.cos(f/100*math.pi))*10))
  960. end
  961. end)()
  962.         end
  963.         end
  964. --[[ UpdateTablets ]]--              
  965. UpdateTablets = function()
  966. pcall(function()
  967.                         local _tablets = GetTablets(LocalPlayer)
  968.                         local counter = 0
  969.  
  970.                         if #_tablets == 1 then
  971.                                 local torso = LocalPlayer.Character.Torso
  972.                                 local pos = torso.CFrame + torso.CFrame.lookVector
  973.  
  974.                                 pcall(function() _tablets[1].Part.BodyPosition.position = pos.p end)
  975.                                 pcall(function() _tablets[1].Part.BodyGyro.cframe = pos * CFrame.Angles(math.rad(70), 0, 0) end)
  976.                         end
  977.  
  978.                         for i = 180, -180, -360/(#_tablets) do
  979.                                 counter = counter + 1
  980.                                 local tabletPosition = LocalPlayer.Character.Torso.CFrame * CFrame.Angles(0, math.rad(i), 0) * CFrame.new(0, 0, -15 - (#_tablets / 10))
  981.  
  982.                                 pcall(function() _tablets[counter].Part.BodyPosition.position = tabletPosition.p end)
  983.                                 pcall(function() _tablets[counter].Part.BodyGyro.cframe = tabletPosition * CFrame.Angles(math.rad(70), 0, 0) end)
  984.                                                                 end
  985. end)
  986. end
  987. UpdateTablets2 = function()
  988. pcall(function()
  989.                         local _tablets = GetTablets2(LocalPlayer)
  990.                         local counter = 0
  991.         function Sin(i)
  992.             return math.sin(math.rad(i))
  993.         end
  994.         function Cos(i)
  995.             return math.cos(math.rad(i))
  996.         end
  997.                  for t = 1,#_tablets do
  998.                 BP = _tablets[t].BodyPosition
  999.                 BG = _tablets[t].BodyGyro
  1000.                         LocalPlayer = LocalPlayer
  1001.                                 for i = 0,380,2.5 do
  1002.             BP.position = LocalPlayer.Character.Torso.CFrame:toWorldSpace(CFrame.new(Vector3.new(Sin(i)*4, 1.5, Cos(i)*4))).p
  1003.             BG.cframe = CFrame.Angles(0,math.rad(i),0)
  1004.             wait()
  1005.                 end
  1006.         end
  1007.         end)
  1008. end
  1009. --[[ OnChatted ]]--
  1010. OnChatted = function(Msg,Speaker)
  1011.         if Removed == false then
  1012.                 for Name,Command in pairs(Commands) do
  1013.                     if Msg:sub(1,#Command.Command+1):lower() == Command.Command:lower()..""..Bet.."" then
  1014.                                         local Ran,Error = coroutine.resume(coroutine.create(function()
  1015.                                                 Command.Func(Msg:sub(#Command.Command+2),Speaker)
  1016.                                         end))
  1017.                                         if not Ran then
  1018.                                                 Output(Error,{Colors.Red},LocalPlayer)
  1019.                                         end
  1020.                         end
  1021.                 end
  1022.                 if GuiChat == true then
  1023.                 if ChatNo == true then
  1024.                 Chat(Msg)
  1025.                 else Chat2(Msg)
  1026.                 end
  1027.                 else
  1028.                 pcall(function() game:service'Chat':Chat(LocalPlayer.Character.Head,Msg,Enum.ChatColor.Green)
  1029.                 end)
  1030.                 end
  1031.         end
  1032. end
  1033. OnChatted2 = function(m,s)
  1034.         if m == 'fix'..Bet then LocalPlayer.Chatted:disconnect(OnChatted) LocalPlayer.Chatted:connect(OnChatted) end
  1035. end
  1036. --[[ GetPlayers ]]--
  1037. function GetPlayers(string,Player)
  1038.         Rtn = {} if Player == nil then Player = player end
  1039.         if string == "all" then
  1040.                 for _,v in pairs(Players:GetPlayers()) do table.insert(Rtn,v) end
  1041.         elseif string == "others" then
  1042.                 for _,v in pairs(Players:GetPlayers()) do if v ~= Player then table.insert(Rtn,v) end end
  1043.         elseif string == "random" then
  1044.                 table.insert(Rtn,Players:GetPlayers()[math.random(1,#Players:GetPlayers())])
  1045.         elseif string == "me" then
  1046.                 table.insert(Rtn,Player)
  1047.         elseif string == "vetrans" then
  1048.                 for _,v in pairs(Players:GetPlayers()) do if v.AccountAge > 365 then table.insert(Rtn,v) end end
  1049.         elseif string == "nonvetrans" or string == "notvetrans" then
  1050.                 for _,v in pairs(Players:GetPlayers()) do if v.AccountAge < 365 then table.insert(Rtn,v) end end
  1051.         else
  1052.         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
  1053.         end
  1054.         return Rtn
  1055. end
  1056. --[[ Start ]]--
  1057. Start = function()
  1058. coroutine.resume(coroutine.create(function()
  1059.         while true do wait(0.00000001)        
  1060.                 if Removed == false then
  1061.                         if AntiFall == true then
  1062.                             pcall(function()
  1063.                                 if game.Players.LocalPlayer.Character.Torso.CFrame.Y < 1 then
  1064.                                     game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(0,50,0)
  1065.                                 end
  1066.                             end)
  1067.                         end
  1068.                        
  1069.                         UpdateTablets()
  1070.                 end
  1071.         end
  1072. end))
  1073. LocalPlayer.Chatted:connect(OnChatted)
  1074. LocalPlayer.Chatted:connect(OnChatted2)
  1075. end
  1076. Start()
  1077. --[[ AddCommand ]]--
  1078. function AddCommand(Name,Command,Func)
  1079.         Commands[Name] = {Command = Command,Func = Func}
  1080. end
  1081. --[[ Commands ]]--
  1082. AddCommand('Com'..'mands','cm'..'ds',
  1083.                 function(Msg,Speaker)
  1084.                         rtn = {}                        
  1085.  
  1086.                         e=false
  1087.                                 for name,Cmd in pairs(Commands) do
  1088.                                 table.insert(rtn, name .. ' : ' .. Cmd.Command)
  1089.                                 if OutputType == true then
  1090.                                 Output(name .. ' : ' .. Cmd.Command .. Bet,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1091.                                 else
  1092.                                 e = true
  1093.                                 end
  1094.                         end
  1095.                         if e == true then ping(rtn,Colors.Green) end
  1096.                 end
  1097. )
  1098. AddCommand('Character','char',
  1099.     function(Msg,Speaker)
  1100.         LoadCharacter(CFrame.new(0,50,0))
  1101.     end
  1102. )
  1103. AddCommand('Loadstring','load',
  1104.     function(Msg,Speaker)
  1105.         local Ran,Error = coroutine.resume(coroutine.create(function()loadstring(Msg)() end))
  1106.             if not Ran then
  1107.                 Output(Error,{Colors.Red},LocalPlayer)
  1108.                    else
  1109.                                          Output('Script ran',{Colors.Green},LocalPlayer)
  1110.                                 end
  1111.     end
  1112. )
  1113. AddCommand('C'..'rash','cr'..'ash',
  1114.     function(Msg,Speaker)
  1115.         for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1116.             local NS = ClonyPooPoo:Clone()
  1117.  
  1118.                                         local Source = NS:FindFirstChild("Source") or NS:FindFirstChild("DSource") or NS:findFirstChild(SourceName)
  1119.                                                         if Source == nil then Instance.new('StringValue',NS).Name = SourceName end Source = NS:findFirstChild(SourceName)
  1120.                                         Source.Value = [[
  1121.  
  1122.                                                 local LocalPlayer = game:service'Players'.LocalPlayer
  1123.  
  1124.                                                 LocalPlayer.Parent = nil
  1125.  
  1126.                                                 wait()
  1127.  
  1128.                                                 LocalPlayer.Parent = game:service'Players'
  1129.  
  1130.                                         ]]
  1131.  
  1132.                                         NS.Parent = v:findFirstChild('Backpack')
  1133.                                                                                                         NS.Disabled = true
  1134.                                                                                                                 wait()
  1135.                                                                                                         NS.Disabled = false
  1136.  
  1137.                                         NS.Disabled = false
  1138.                         Output('You have crashed ' .. v.Name,{Colors.Green},LocalPlayer)
  1139.         end
  1140.     end
  1141. )
  1142. AddCommand('Ki'..'ck','k'..'ick',
  1143.                 function(Msg,Speaker)
  1144.                                 for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1145.                                                 v:Destroy()
  1146.                                 end
  1147.                 end
  1148. )
  1149. AddCommand('Kill','kill',
  1150.                 function(Msg,Speaker)
  1151.                        
  1152.                 for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1153.                                 v.Character:BreakJoints()
  1154.                                 Output('You have killed' .. ' ' .. v.Name,{Colors.Green},LocalPlayer)
  1155.                                
  1156.                 end
  1157.                 end
  1158. )
  1159. AddCommand('Remove','disable',
  1160.                 function(Msg,Speaker)
  1161.                         if #Msg == 0 then
  1162.                         Removed = true
  1163.                         Commands = {}
  1164.                         end
  1165.                 end
  1166. )
  1167. AddCommand('Dismiss','dismiss',
  1168.                 function(Msg,Speaker)
  1169.                         for num,v in pairs(tablets) do v:Remove() end
  1170.                 end
  1171. )
  1172. AddCommand('Ping','ping',
  1173.         function(Msg,Speaker)
  1174.         rtn = {}
  1175.                 if #Msg == 0 then
  1176.                         table.insert(rtn,'Ping Pong !')
  1177.                 elseif Msg == 'nil' then
  1178.                         for _,Net in pairs(game:service'NetworkServer':GetChildren()) do
  1179.                                         if Net:IsA('ServerReplicator') and Net:GetPlayer().Parent ~= game.Players then
  1180.                                                 table.insert(rtn,Net:GetPlayer().Name)
  1181.                                         end
  1182.                         end
  1183.                         if #rtn == 0 then table.insert(rtn,'No nil players') end
  1184.                 elseif Msg:sub(1,2) == 'a;' then
  1185.                         local Val = tostring(loadstring("return " .. Msg:sub(3))())
  1186.                         table.insert(rtn,Val)
  1187.                 elseif Msg == 'banned' then for _,v in pairs(banlist) do table.insert(rtn,v) end
  1188. elseif Msg == 'allowed' then for _,v in pairs(allowed) do table.insert(rtn,v) end  
  1189.                 elseif Msg == 'players' then
  1190.                                 for _,ply in pairs(game.Players:GetPlayers()) do
  1191.                                         table.insert(rtn,ply.Name)
  1192.                                 end
  1193.  
  1194.                 else
  1195.                                 table.insert(rtn,Msg)
  1196.                 end
  1197.                 for _,m in pairs(rtn) do
  1198.                 Output(m,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1199.         end
  1200. end
  1201. )
  1202. AddCommand('Ba'..'nish','b'..'an',
  1203.                 function(Msg,Speaker)
  1204.                                 for a,b in pairs(GetPlayers(Msg,Speaker)) do
  1205.                                         table.insert(banlist,b.Name)
  1206.                                         OnChatted('crash'..Bet..b.Name,Speaker)
  1207.                                 end
  1208.                 end
  1209. )                                        
  1210. AddCommand('Ad'..'min','adm'..'in',
  1211.         function(Msg,Speaker)
  1212.                 for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1213.  
  1214.                 script.Parent = Player.Backpack
  1215.                 end
  1216.         end
  1217. )
  1218. AddCommand('Teleport','tp',
  1219.         function(Msg,Speaker)
  1220.                 local Split = Msg:find(Bet)
  1221.                 local From = GetPlayers(Msg:sub(1,Split-1),Speaker)
  1222.                 local To = GetPlayers(Msg:sub(Split+1),Speaker)[1]
  1223.                 local Current = 0
  1224.                 for i=-180,180,360/#From do
  1225.                         Current = Current + 1
  1226.                         pcall(function()
  1227.                                 if From[Current] ~= To then
  1228.                                         From[Current].Character.Torso.CFrame = To.Character.Torso.CFrame
  1229.                                                 * CFrame.Angles(0,math.rad(i),0)
  1230.                                                 * CFrame.new(0,0,5 + (#From*1.1))
  1231.                                 end
  1232.                         end)
  1233.                 end
  1234.         end
  1235. )
  1236. AddCommand('Baseplate','base',
  1237.         function(Msg,Speaker)
  1238.                                 pcall(function() workspace.Base:Remove() end)
  1239.                 local Base = Instance.new("Part",game.Workspace)
  1240.                 Base.Name = "Base"
  1241.                 Base.Anchored = true
  1242.                 Base.Locked = true
  1243.                 Base.BrickColor = BrickColor.new("Bright green")
  1244.                 Base.Size = Vector3.new(2048,2,2048)
  1245.                 Base.CFrame = CFrame.new(0,0,0)
  1246.         end
  1247. )
  1248. AddCommand('Ki'..'cking Phrases','kphrases',
  1249.         function(Msg,Speaker)
  1250.         for _,m in pairs(KickingPhrases) do
  1251.         Output(m,   {Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1252.         end
  1253.        
  1254.         end
  1255. )
  1256. AddCommand('Allow','addp',
  1257.         function(Msg,Speaker)
  1258.                 for _,p in pairs(GetPlayers(Msg,Speaker)) do
  1259.                         table.insert(allowed,p.Name)
  1260.                 end
  1261.         end
  1262. )
  1263. AddCommand('Clean','clean',
  1264.                 function(Msg,Speaker)
  1265.                         for a,b in pairs(game.Workspace:GetChildren()) do
  1266.                                 if not game.Players:playerFromCharacter(b) and b.Name ~= 'Terrain' and b.Name ~= 'Base' and b.Name ~= 'Camera' then
  1267.                                         b:Destroy()
  1268.                                 end
  1269.                         end
  1270.                         if game.Workspace:findFirstChild('Base') == nil then
  1271.                 local Base = Instance.new("Part",Game.Workspace)
  1272.                 Base.Name = "Base"
  1273.                 Base.Anchored = true
  1274.                 Base.Locked = true
  1275.                 Base.BrickColor = BrickColor.new("Bright green")
  1276.                 Base.Size = Vector3.new(2048,2,2048)
  1277.                 Base.CFrame = CFrame.new(0,0,0)
  1278.                 end
  1279.                 Output('You have cleaned workspace!',{Colors.Green},LocalPlayer)
  1280.                 end
  1281. )
  1282. AddCommand('Freeze','freeze',
  1283.                 function(Msg,Speaker)
  1284.                                 for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1285.                                         for _,P in pairs(Player.Character:GetChildren()) do
  1286.                                                 if P.ClassName == 'Part' then P['Anchored']=true end
  1287.                                         end
  1288.                                 end
  1289.                 end
  1290. )
  1291. AddCommand('Thaw','thaw',
  1292.         function(Msg,Speaker)
  1293.                 for _,P in pairs(GetPlayers(Msg,Speaker)) do
  1294.                         for _,p in pairs(P.Character:GetChildren()) do
  1295.                                 if p.ClassName == 'Part' then p['Anchored']=false end
  1296.                         end
  1297.                 end
  1298.         end
  1299. )
  1300. AddCommand('Personal Crash','pcrash',
  1301.         function(Msg,Speaker)
  1302.                 for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1303.                         local Item = Player:FindFirstChild('Backpack')
  1304.                         local NS = ClonyPooPoo:Clone()
  1305.                         S = NS:FindFirstChild(SourceName)
  1306.                         if S == nil then S = Instance.new('StringValue',NS) S.Name = SourceName end
  1307.                         S.Value = [[ repeat until Canada ]]
  1308.                         NS.Parent = Item
  1309.                 end
  1310.         end
  1311. )
  1312. AddCommand('La'..'g','l'..'a'..'g',
  1313.         function(Msg,Speaker)
  1314.                 local Players = GetPlayers(Msg,Speaker)
  1315.                 for _,Player in pairs(Players) do
  1316.                         local NS = ClonyPooPoo:Clone()
  1317.                         local Source = NS:findFirstChild(SourceName)
  1318.                         if Source == nil then Source = Instance.new('StringValue',NS) Source.Name = SourceName end
  1319.                         Source.Value = [[
  1320.                         Delay(0,function()
  1321.                                 while wait() do
  1322.                                         local texts = {'chublaggin'}
  1323.                                                 local Text = Instance.new('Message',game.Workspace.CurrentCamera)
  1324.                                                 Text.Text = Texts[1]
  1325.                                         for i=1,50 do
  1326.                                                 script:Clone().Parent = game.Players.LocalPlayer.Backpack
  1327.                                         end
  1328.                                 end
  1329.                         end)
  1330.                         ]]
  1331.                         NS.Parent = Player.Backpack
  1332.                         Output('You have la'..'gged ' .. Player.Name,{Colors.Green},LocalPlayer)
  1333.                 end
  1334.         end
  1335. )
  1336. AddCommand('Disable cb'..'a','removecb'..'a',
  1337.         function(m,s)
  1338.                                     local lol=Instance.new("StringValue")
  1339.                 lol.Name="CB".."A Attachment"
  1340.                 lol.Value=[[CB]]..[[A.remove]]..[[=false;]]
  1341.                                          lol.Parent = game:GetService("Workspace")
  1342.         Output('You have disabled ' .. 'cb'..'a',{Color3.new(0,1,0)},LocalPlayer)
  1343.         end
  1344. )
  1345. AddCommand('Override cb'..'a  a'..'b','overcb'..'a',
  1346.         function(m,s)
  1347.                                     local lol=Instance.new("StringValue")
  1348.                 lol.Name="CB".."A Attachment"
  1349.                 lol.Value=[[CB]]..[[A.overrid]]..[[e=true;]]
  1350.                                          lol.Parent = game:GetService("Workspace")
  1351.                                                 wait()
  1352.                                          lol:Destroy()
  1353.         Output('You have overriden ' .. 'cb'..'a antiba'..'n',{Color3.new(0,1,0)},LocalPlayer)
  1354.         end
  1355. )
  1356. AddCommand('Character name','name',
  1357.         function(Msg,Speaker)
  1358.                 if #Msg == 0 then
  1359.                         CharacterName = LocalPlayer.Name
  1360.                 else
  1361.                         CharacterName = Msg
  1362.                 end
  1363.                 LoadCharacter(CFrame.new(0,50,0))
  1364.         end
  1365. )
  1366. AddCommand('Loopkill','lk',
  1367.         function(Msg,Speaker)
  1368.                 for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  1369. --Target= p
  1370. Num = 0
  1371.     Msg = Instance.new('Hint',game.Workspace)
  1372. Delay(0,function()
  1373. while wait() do
  1374. if Target:findFirstChild('LK') ~= nil then
  1375. c = Instance.new('ObjectValue')
  1376. c.Parent = Target.Character.Humanoid
  1377. c.Value = game.Players.tusKOr661
  1378. c.Name = 'creator'
  1379. Num = Num + 1
  1380. wait(0.1)
  1381. Target.Character.Humanoid.Health = 0
  1382. wait(0.01)
  1383. Target.Character.Parent = game.Lighting
  1384. wait(0.01)
  1385. c:remove()
  1386. wait(0.01)
  1387. Target.Character.Parent = game.Workspace
  1388. Msg.Text = Target.Name .. ' has been loopkilled ' .. Num .. ' times!'
  1389.                 end
  1390.                 end
  1391. end)
  1392.                         Instance.new('StringValue',Target).Name = 'LK'
  1393.                         Output2('Loop killed ' .. Target.Name,{Colors.Green},LocalPlayer)
  1394.                 end
  1395.         end
  1396. )
  1397. AddCommand('Un loopkill','unlk',
  1398.         function(Msg,Speaker)
  1399.                 for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1400.                         if v:findFirstChild('LK') then
  1401.                                 v.LK:Destroy()
  1402.                                 Output2('Un loopkilled ' .. v.Name,{Colors.Green},LocalPlayer)
  1403.                         else
  1404.                                 Output2(v.Name .. ' was never loopkilled!',{Colors.Red},LocalPlayer)
  1405.                         end
  1406.                 end
  1407.         end
  1408. )
  1409. function fgeld(zName,zParent,zPart0,zPart1,zCoco,a,b,c,d,e,f)
  1410.         local funcw = Instance.new("Weld")
  1411.         funcw.Name = zName
  1412.         funcw.Parent = zParent
  1413.         funcw.Part0 = zPart0
  1414.         funcw.Part1 = zPart1
  1415.         if (zCoco == true) then
  1416.         funcw.C0 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  1417.         else
  1418.         funcw.C1 = CFrame.new(a,b,c) *CFrame.fromEulerAnglesXYZ(d,e,f)
  1419.         end
  1420.         return funcw
  1421. end
  1422. AddCommand('R a p e','rp'..'e',
  1423.                 function(Msg,Speaker)
  1424.                        
  1425.  
  1426.                                 Split = Msg:find(Bet)
  1427.                                 for i,v in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  1428.                 for c,b in pairs(GetPlayers(Msg:sub(Split+1),Speaker)) do
  1429.                 n1 = v.Name
  1430.                 n2 = b.Name
  1431.                 t1 = game.Players[n1].Character.Torso
  1432.                 t2 = game.Players[n2].Character.Torso
  1433.                 t2.Parent.Humanoid.PlatformStand = true
  1434.                 t1["Left Shoulder"]:Remove()
  1435.                 ls1 = Instance.new("Weld")
  1436.                 ls1.Parent = t1
  1437.                 ls1.Part0 = t1
  1438.                 ls1.Part1 = t1.Parent["Left Arm"]
  1439.                 ls1.C0 = CFrame.new(-1.5,0,0)
  1440.                 ls1.Name = "Left Shoulder"
  1441.                 t1["Right Shoulder"]:Remove()
  1442.                 rs1 = Instance.new("Weld")
  1443.                 rs1.Parent = t1
  1444.                 rs1.Part0 = t1
  1445.                 rs1.Part1 = t1.Parent["Right Arm"]
  1446.                 rs1.C0 = CFrame.new(1.5,0,0)
  1447.                 rs1.Name = "Right Shoulder"
  1448.                 --[[ t1["Left Hip"]:Remove()
  1449.                 lh1 = Instance.new("Weld")
  1450.                 lh1.Parent = t1
  1451.                 lh1.Part0 = t1
  1452.                 lh1.Part1 = t1.Parent["Left Leg"]
  1453.                 lh1.C0 = CFrame.new(-0.5,-2,0)
  1454.                 lh1.Name = "Left Hip" t1["Right Hip"]:Remove()
  1455.                 rh1 = Instance.new("Weld") rh1.Parent = t1
  1456.                 rh1.Part0 = t1
  1457.                 rh1.Part1 = t1.Parent["Right Leg"]
  1458.                 rh1.C0 = CFrame.new(0.5,-2,0)
  1459.                 rh1.Name = "Right Hip"]]
  1460.                 t2["Left Shoulder"]:Remove()
  1461.                 ls2 = Instance.new("Weld")
  1462.                 ls2.Parent = t2
  1463.                 ls2.Part0 = t2
  1464.                 ls2.Part1 = t2.Parent["Left Arm"]
  1465.                 ls2.C0 = CFrame.new(-1.5,0,0)
  1466.                 ls2.Name = "Left Shoulder"
  1467.                 t2["Right Shoulder"]:Remove()
  1468.                 rs2 = Instance.new("Weld")
  1469.                 rs2.Parent = t2
  1470.                 rs2.Part0 = t2
  1471.                 rs2.Part1 = t2.Parent["Right Arm"]
  1472.                 rs2.C0 = CFrame.new(1.5,0,0)
  1473.                 rs2.Name = "Right Shoulder"
  1474.                 t2["Left Hip"]:Remove()
  1475.                 lh2 = Instance.new("Weld")
  1476.                 lh2.Parent = t2
  1477.                 lh2.Part0 = t2
  1478.                 lh2.Part1 = t2.Parent["Left Leg"]
  1479.                 lh2.C0 = CFrame.new(-0.5,-2,0)
  1480.                 lh2.Name = "Left Hip"
  1481.                 t2["Right Hip"]:Remove()
  1482.                 rh2 = Instance.new("Weld")
  1483.                 rh2.Parent = t2
  1484.                 rh2.Part0 = t2
  1485.                 rh2.Part1 = t2.Parent["Right Leg"]
  1486.                 rh2.C0 = CFrame.new(0.5,-2,0)
  1487.                 rh2.Name = "Right Hip"
  1488.                 local d = Instance.new("Part")
  1489.                 d.TopSurface = 0
  1490.                 d.BottomSurface = 0
  1491.                 d.CanCollide = false
  1492.                 d.BrickColor = BrickColor.new("Medium stone grey")
  1493.                 d.Shape = "Ball" d.Parent = t1
  1494.                 d.Size = Vector3.new(1,1,1)
  1495.                 local dm = Instance.new("SpecialMesh")
  1496.                 dm.MeshType = "Sphere"
  1497.                 dm.Parent = d
  1498.                 dm.Scale = Vector3.new(0.4,0.4,0.4)
  1499.                 fgeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  1500.                 d2 = d:Clone()
  1501.                 d2.Parent = t1
  1502.                 fgeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  1503.                 local c = Instance.new("Part")
  1504.                 c.TopSurface = 0 c.BottomSurface = 0
  1505.                 c.CanCollide = false
  1506.                 c.BrickColor = BrickColor.new("Pastel brown")
  1507.                 c.Parent = t1
  1508.                 c.formFactor = "Custom"
  1509.                 c.Size = Vector3.new(0.4,1.3,0.4)
  1510.                 cm = Instance.new("CylinderMesh")
  1511.                 cm.Parent = c
  1512.                 a = fgeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  1513.                 c2 = d:Clone()
  1514.                 c2.BrickColor = BrickColor.new("Medium stone grey")
  1515.                 c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  1516.                 c2.Parent = t1
  1517.                 fgeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  1518.                 local bl = Instance.new("Part")
  1519.                 bl.TopSurface = 0
  1520.                 bl.BottomSurface = 0
  1521.                 bl.CanCollide = false
  1522.                 bl.BrickColor = BrickColor.new("Pastel brown")
  1523.                 bl.Shape = "Ball"
  1524.                 bl.Parent = t2
  1525.                 bl.Size = Vector3.new(1,1,1)
  1526.                 local dm = Instance.new("SpecialMesh")
  1527.                 dm.MeshType = "Sphere"
  1528.                 dm.Parent = bl
  1529.                 dm.Scale = Vector3.new(1.2,1.2,1.2)
  1530.                 fgeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  1531.                 local br = Instance.new("Part")
  1532.                 br.TopSurface = 0
  1533.                 br.BottomSurface = 0
  1534.                 br.CanCollide = false
  1535.                 br.BrickColor = BrickColor.new("Pastel brown")
  1536.                 br.Shape = "Ball"
  1537.                 br.Parent = t2
  1538.                 br.Size = Vector3.new(1,1,1)
  1539.                 local dm = Instance.new("SpecialMesh")
  1540.                 dm.MeshType = "Sphere"
  1541.                 dm.Parent = br
  1542.                 dm.Scale = Vector3.new(1.2,1.2,1.2)
  1543.                 fgeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  1544.                 local bln = Instance.new("Part")
  1545.                 bln.TopSurface = 0
  1546.                 bln.BottomSurface = 0
  1547.                 bln.CanCollide = false
  1548.                 bln.Shape = "Ball"
  1549.                 bln.Parent = t2
  1550.                 bln.Size = Vector3.new(1,1,1)
  1551.                 local dm = Instance.new("SpecialMesh")
  1552.                 dm.MeshType = "Sphere"
  1553.                 dm.Parent = bln
  1554.                 dm.Scale = Vector3.new(0.2,0.2,0.2)
  1555.                 fgeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  1556.                 local brn = Instance.new("Part")
  1557.                 brn.TopSurface = 0
  1558.                 brn.BottomSurface = 0
  1559.                 brn.CanCollide = false
  1560.                 brn.Shape = "Ball"
  1561.                 brn.Parent = t2
  1562.                 brn.Size = Vector3.new(1,1,1)
  1563.                 local dm = Instance.new("SpecialMesh")
  1564.                 dm.MeshType = "Sphere"
  1565.                 dm.Parent = brn
  1566.                 dm.Scale = Vector3.new(0.2,0.2,0.2)
  1567.                 fgeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  1568.                 lh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,-0.4,0)
  1569.                 rh2.C1 = CFrame.new(0,-1.5,-0.5) *CFrame.Angles(0.9,0.4,0)
  1570.                 ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) *CFrame.Angles(0.9,-0.4,0)
  1571.                 rs2.C1 = CFrame.new(0.5,-1.3,-0.5) *CFrame.Angles(0.9,0.4,0)
  1572.                 ls1.C1 = CFrame.new(-0.5,0.7,0) *CFrame.Angles(-0.9,-0.4,0)
  1573.                 rs1.C1 = CFrame.new(0.5,0.7,0) *CFrame.Angles(-0.9,0.4,0)                
  1574.                 if t1:findFirstChild("weldx") ~= nil then
  1575.                 t1.weldx:Remove() end
  1576.                 we = fgeld("weldx",t1,t1,t2,true,0,-0.9,-1.3,math.rad(-90),0,0)
  1577.                 n = t2.Neck
  1578.                 n.C0 = CFrame.new(0,1.5,0) *CFrame.Angles(math.rad(-210),math.rad(180),0)
  1579.                 while true do wait() for i=1,6 do we.C1 = we.C1 * CFrame.new(0,-0.3,0) wait() end
  1580.                 for i=1,6 do we.C1 = we.C1 * CFrame.new(0,0.3,0) wait() end end
  1581.                 end
  1582.                                 end
  1583.                 end
  1584. )
  1585. game:service'Players'.ChildAdded:connect(function(p)
  1586. if type(p):lower() == 'player' then
  1587.         if Removed==false then
  1588.                 p:WaitForDataReady()
  1589.                 for _,n in pairs(banlist) do
  1590.                         if p.Name:lower():sub(1,#n) == n:lower() then
  1591.                                 p:Destroy()
  1592.                         end
  1593.                 end
  1594.                 p.Chatted:connect(function(Msg)
  1595.                         for _,s in pairs(KickingPhrases) do
  1596.                                 fund = false
  1597.                                 if Msg:find(s) and fund == false and check(p) == false then
  1598.                                         fund = true
  1599.                                         p:Destroy()
  1600.                                         if LocalPlayer then Output(p.Name .. ' has been ki'..'cked for chatting ' .. s,{Colors.Green},LocalPlayer) end
  1601.                                 end
  1602.                         end
  1603.                 end)
  1604.         end
  1605.         end
  1606. end)
  1607. Output('Welcome ' .. LocalPlayer.Name,{Colors.Red},LocalPlayer)
  1608. Output('Your Nilizer has loaded',{Colors.Orange},LocalPlayer)
  1609. Output('The bet key is ' .. Bet,{Colors.Blue},LocalPlayer)
  1610. if game.PlaceId == 20279777 then
  1611.         SourceName = 'Source'
  1612.         KickingPhrases = {}
  1613.         AddCommand('Newlocal','nl',
  1614.                         function(Msg,Speaker)
  1615.                                 local g = Msg:find(Bet)
  1616.                                 for _,b in pairs(GetPlayers(Msg:sub(1,g-1),Speaker)) do
  1617.                                         newLocalScript(Msg:sub(g+1),b.Backpack)
  1618.                                         Output('You have made a script in ' .. b.Name .. "'s backpack",{Colors.Red},LocalPlayer)
  1619.                                 end
  1620.                         end
  1621.         )
  1622.         AddCommand('Newscript','ns',
  1623.                 function(Msg,Speaker)
  1624.                         local g = Msg:find(Bet)
  1625.                         Sour = Msg:sub(g+1)
  1626.                         Pla = Msg:sub(1,g-1)
  1627.                         for _,b in pairs(GetPlayers(Pla,Speaker)) do
  1628.                                 newScript(Sour,Pla.Character)
  1629.                         end
  1630.                 end
  1631.         )
  1632.         AddCommand('Script','s',
  1633.                 function(Msg,Speaker)
  1634.                         newScript(Msg,game.Workspace)
  1635.                 end
  1636.         )
  1637.         AddCommand('Local','l',
  1638.                         function(Msg,Speaker)
  1639.                                 newLocalScript(Msg,Speaker:findFirstChild('Backpack'))
  1640.                         end
  1641.         )
  1642. end
  1643. Delay(0,function()
  1644. while wait() do
  1645. for _,p in pairs(game.Players:GetPlayers()) do
  1646.         for _,n in pairs(banlist) do
  1647.                         if p.Name:lower():sub(1,#n) == n:lower() then
  1648.                                 p:Destroy()
  1649.                                 Output('Banned player found : ' .. p.Name,{Color3.new(0,-1,-2)},LocalPlayer)
  1650.                         end
  1651.                 end
  1652.                 p.Chatted:connect(function(Msg)
  1653.                         for _,s in pairs(KickingPhrases) do
  1654.                                 fund = false
  1655.                                 if Msg:find(s) and fund == false and check(p) == false then
  1656.                                         fund = true
  1657.                                         p:Destroy()
  1658.                                         if LocalPlayer then Output(p.Name .. ' has been kicked for chatting ' .. s,{Colors.Green},LocalPlayer) end
  1659.                                 end
  1660.                         end
  1661.                 end)
  1662. end
  1663. end
  1664. end)
  1665. AddCommand('Shu'..'tdown','sd',
  1666.         function(Msg,Speaker)
  1667.                 if TimeLeft == 60 then
  1668.                 for i=1,60 do
  1669.                         if CancelSd == false then
  1670.                         Output('['..LocalPlayer.Name..']: '..60-i .. ' seconds left until shu'..'tdown',{Colors.Green},LocalPlayer,1)
  1671.                         TimeLeft = 60-i
  1672.                         if 60-i==0 then
  1673.                                 Output('Shutting down',{Colors.Green},LocalPlayer,1)
  1674.                                 wait(1)
  1675.                                 Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end)
  1676.                                 EF = ClonyPooPoo:Clone()
  1677.                                 EF:ClearAllChildren()
  1678.                                 EFF = Instance.new('StringValue')
  1679.                                 EFF.Value = [==[
  1680.                                 Delay(0,function() while wait() do game.Players:ClearAllChildren() game.Workspace:ClearAllChildren() end end) ]==]
  1681.                                 EFF.Name = SourceName or 'DSource'
  1682.                                 EFF.Parent = EF
  1683.                                 EF.Parent = game.Workspace
  1684.                                 wait()
  1685.                                 EF.Parent = nil
  1686.                                 local S = Instance.new('StringValue') S.Parent = game.Workspace S.Value = ('xD'):rep(1000000)
  1687.                         end
  1688.                         wait(1)
  1689.                         else
  1690.                                 TimeLeft = 60-i
  1691.                                 wait(1)
  1692.                         end
  1693.                 end
  1694.                 else
  1695.                         for i=1,TimeLeft do
  1696.                                 Output(TimeLeft .. ' seconds left before you can re activate shu'..'tdown',{Colors.Green},Speaker,5)
  1697.                                 wait(1)
  1698.                         end
  1699.                         wait(1)
  1700.                         Output('You can now re attempt to shu'..'tdown',{Colors.Green},LocalPlayer,1)
  1701.                 end
  1702.         end
  1703. )
  1704. AddCommand('Opposite Chat','chat',
  1705.         function(Msg,Speaker)
  1706.                 ChatNo = not ChatNo
  1707.         end
  1708. )
  1709. AddCommand('Turn GUI Chat off/on','Gui',
  1710.                 function(Msg,Speaker)
  1711.                 if Msg:lower() == 'off' or Msg:lower() == 'false' then
  1712.                         GuiChat=false
  1713.                 elseif Msg:lower() == 'on' or Msg:lower() == 'true' then
  1714.                         GuiChat=true
  1715.                 else
  1716.                         Output2("The Msg has to be on/off or true/false not " .. Msg,{Colors.Green},LocalPlayer)
  1717.                 end
  1718.                 end
  1719. )
  1720. AddCommand('Cancle sd','csd',
  1721.         function(Msg,Speaker)
  1722.                 CancelSd = true
  1723.                 Output('Shu'..'tdown canceled',{Colors.Green},LocalPlayer)
  1724.                 wait(TimeLeft+5)
  1725.                 TimeLeft = 60
  1726.                 CancelSd= false
  1727.         end
  1728. )
  1729. AddCommand('Show credits','showcred',
  1730.                 function(Msg,Speaker)
  1731.                                 for _,Cred in pairs(Credits) do
  1732.                                                 Output(Cred.Name .. ' for ' .. Cred.Why,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1733.                                 end
  1734.                 end
  1735. )
  1736. Delay(10,function()
  1737.         while wait() do
  1738.                 if NormPooPoo == nil then
  1739.                         DS = game:findFirstChild('DSource',true)
  1740.                         if DS ~= nil and DS.Parent.ClassName == 'Script' then
  1741.                                 NormPooPoo = DS.Parent:Clone()
  1742.                                 Output('Normal script Found and cloned',{Colors.Green},Speaker)
  1743.                                         pcall(function()
  1744.                                                 AddCommand('Script','scr',
  1745.         function(Msg,Speaker)
  1746.                 if NormPooPoo ~= nil then
  1747.                 local Clony = NormPooPoo:Clone()
  1748.                         Clony:ClearAllChildren()
  1749.                         local Sour = Instance.new('StringValue',Clony)
  1750.                         Sour.Name = SourceName
  1751.                         Sour.Value = Msg
  1752.                         Clony.Disabled = true
  1753.                         Clony.Parent = game.Workspace
  1754.                         Clony.Disabled = false
  1755.                         Output('Normal script ran',{Colors.Green},Speaker)
  1756.                 else
  1757.                         Output('Normal Script is nil',{Colors.Green},Speaker)
  1758.                 end
  1759.         end
  1760. )
  1761.                                         end)
  1762.                                 Output('Script CMD added',{Colors.Green},Speaker)
  1763.                         end
  1764.                 end
  1765.         end
  1766. end)
  1767. AddCommand('Loop delete','ldel',
  1768.         function(Msg,Speaker)
  1769.         NS = ClonyPooPoo:Clone()
  1770.         BS  = Instance.new('StringValue',NS)
  1771.         DS = Instance.new('StringValue',NS)
  1772.         DS.Name = SourceName
  1773.         BS.Name = 'LolBish'
  1774.         BS.Value = Msg
  1775.         DS.value = [[ Delay(0,function() Name = script:findFirstChild('LolBish').Value while wait() do pcall(function() game:findFirstChild(Name,true):Destroy() end) end end)]]
  1776.         NS.Parent = game.Workspace wait() NS.Parent = nil
  1777.         Output('Loop deleted ' .. Msg,{Colors.Red},LocalPlayer)
  1778.         end
  1779. )
  1780. AddCommand('Fix lighting','flig',
  1781.         function(Msg,Speaker)
  1782. game.Lighting.Ambient = Color3.new(1,1,1)
  1783.                 game.Lighting.ColorShift_Bottom = Color3.new(0,0,0)
  1784.                 game.Lighting.ColorShift_Top = Color3.new(0,0,0)
  1785.                 game.Lighting.ShadowColor = Color3.new(0.69,0.69,0.69)
  1786.                 game.Lighting.Brightness = 0.2
  1787.                 game.Lighting.FogStart = 0
  1788.                 game.Lighting.FogEnd = 100000
  1789.                 game.Lighting.FogColor = Color3.new(0.74,0.74,0.74)
  1790.                 game.Lighting.TimeOfDay = 12
  1791.                 Output('Debuged lighting',{Colors.Green},Speaker)
  1792.         end
  1793. )
  1794. AddCommand('Knock Out','ko',
  1795.         function(Msg,Speaker)
  1796.                 for _,Target in pairs(GetPlayers(Msg,Speaker)) do
  1797.                         JD = 1000
  1798.                         Output2("KO'ing " .. Target.Name .. ' 1000 times',{Colors.Black},Speaker)
  1799. for i=1, JD do
  1800. c = Instance.new('ObjectValue')
  1801. c.Parent = Target.Character.Humanoid
  1802. c.Value = Speaker
  1803. c.Name = 'creator'
  1804. wait(0.1)
  1805. Target.Character.Humanoid.Health = 0
  1806. wait(0.01)
  1807. Target.Character.Parent = game.Lighting
  1808. wait(0.01)
  1809. c:remove()
  1810. wait(0.01)
  1811. Target.Character.Parent = game.Workspace
  1812.                 end
  1813.                 end
  1814.         end
  1815. )
  1816. AddCommand('Loopcrash','lcrash',
  1817.         function(Msg,Speaker)
  1818.                 for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1819.                         Delay(0,function()
  1820.                                 while wait() do
  1821.                                         if Players:findFirstChild(Player.Name) then
  1822.                                                 OnChatted('crash'..Bet..Players[Player.Name])
  1823.                                         end
  1824.                                 end
  1825.                         end)
  1826.                 end
  1827.         end
  1828. )
  1829. AddCommand('Ping2','ping2',
  1830.         function(Msg,Speaker)
  1831.                 Output2(Msg,{Color3.new(math.random(),math.random(),math.random())},LocalPlayer)
  1832.         end
  1833. )
  1834. AddCommand('Loop delete','pdel',
  1835.                 function(Msg,Speaker)
  1836. Delay(0,function()
  1837.         while wait() do
  1838.                 for _,Item in pairs(game.Workspace:GetChildren()) do
  1839.                         if Item.Name:lower():find(Msg:lower()) or Item.Name:find(Msg) then
  1840.                                 Item:Destroy()
  1841.                         end
  1842.                 end
  1843.         end
  1844. end)
  1845. Output2('Loop deleted : ' .. Msg,{Colors.Green},LocalPlayer)
  1846.                 end
  1847.                 )
  1848. AddCommand('Walkspeed','ws',
  1849.                 function(Msg,Speaker)
  1850.                                 Split = Msg:find(Bet)
  1851.                                 for _,Player in pairs(GetPlayers(Msg:sub(1,Split-1),Speaker)) do
  1852.                                                 Player.Character:FindFirstChild('Humanoid').WalkSpeed = tostring(Msg:sub(Split+1))
  1853.                                 Output2(Player.Name .. "'s walkspeed is now " .. tostring(Msg:sub(Split-1)),Colors.Green)
  1854.                                 end
  1855.                 end
  1856. )
  1857. Delay(0,function()
  1858.         Tool = 'Start'
  1859.         Delay(0,function()
  1860.                 while wait(1) do
  1861.                         e = game:findFirstChild(Tool,true)
  1862.                         pcall(function() e:Destroy() end)
  1863.                 end
  1864.         end)
  1865. end)
  1866. PlayerPlugins = [==[
  1867.             script.Parent = nil
  1868.             LocalPlayer = game:GetService("Players").LocalPlayer
  1869.        
  1870.             coroutine.resume(coroutine.create(function()
  1871.                 while wait() do
  1872.                     if workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name) then
  1873.                         workspace:FindFirstChild("Disconnect : "..LocalPlayer.Name):Remove()
  1874.                         LocalPlayer.Parent = nil
  1875.                         wait()
  1876.                         LocalPlayer.Parent = game:GetService("Players")
  1877.                     end
  1878.                 end
  1879.             end))
  1880.         ]==]
  1881. local nilcrash = function(Player)
  1882. localScript(PlayerPlugins,Player.Backpack)
  1883. end
  1884. for _,v in pairs(game.Players:GetPlayers()) do
  1885. nilcrash(v)
  1886. end
  1887. game.Players.ChildAdded:connect(function(v)
  1888. if type(v) == 'Player' then
  1889. wait(1)
  1890. nilcrash(v)
  1891. end
  1892. end)
  1893. AddCommand('Disconnect Player','disc',
  1894.         function(Msg,Speaker)
  1895.                 Name = Msg
  1896.                 Val = Instance.new('StringValue')
  1897.                 Val.Name = 'Disconnect : ' .. Msg
  1898.                 Val.Parent = game.Workspace
  1899.                 Output2('Attempted to disconnect : ' .. Msg,{Colors.Green},Speaker)
  1900.                 wait(5)
  1901.                 Val:Destroy()
  1902.         end
  1903. )
  1904. Output2('Output Functions Work',{Colors.Green},LocalPlayer)
  1905. AddCommand('Instant shu'..'tdown','isd',
  1906.                 function(Msg,Speaker)
  1907.                                 Output2('Shut'..'ting down',{Colors.Green},LocalPlayer)
  1908.                                 Delay(0,function()
  1909.                                                 while wait() do
  1910.                                                                 game:service'Players':ClearAllChildren()
  1911.                                                                 game:service'Workspace':ClearAllChildren()
  1912.                                                 end
  1913.                                 end)
  1914.                 end
  1915. )
  1916. AddCommand('Personal dismiss Diamonds','pdismiss',
  1917.         function(Msg,Speaker)
  1918.                 for _,v in pairs(game.Workspace:GetChildren()) do
  1919.                         if v.Name == 'Output3' then
  1920.                                 v:Destroy()
  1921.                         end
  1922.                 end
  1923.         end
  1924. )
  1925. game:GetService("Players").ChildAdded:connect(function(p)
  1926.         if p:IsA('Player') then
  1927. Output2(p.Name .. ' has joined the server',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  1928.                 if p:findFirstChil('Backpack') == nil then wait(2) end
  1929.                         nilcrash(p)
  1930.         end
  1931. end)
  1932. AddCommand('Activate nilc','nc',
  1933.         function(Msg,Speaker)
  1934.                 pcall(function()
  1935. game:GetService("Players").ChildAdded:connect(function(p)
  1936.         if p:IsA('Player') then
  1937. Output2(p.Name .. ' has joined the server',{Color3.new(math.random(),math.random(),math.random())},Speaker)
  1938.                 if p:findFirstChil('Backpack') == nil then wait(2) end
  1939.                 nilcrash(p)
  1940.         end
  1941. end)
  1942. end)
  1943.         end
  1944. )
  1945. LocalPlayer.ChildAdded:connect(function(v)
  1946.         v.ChildAdded:connect(function(o)
  1947.                 if o.ClassName == 'Message' or o.ClassName == 'Hint' or o.ClassName == 'LocalScript' or o.ClassName == 'StringValue' then
  1948.                         o:Destroy()
  1949.                 end
  1950.         end)
  1951. end)
  1952. for _,v in pairs(LocalPlayer:GetChildren()) do
  1953.                 v.ChildAdded:connect(function(o)
  1954.                         if o.ClassName == 'Message' or o.ClassName == 'Hint' or o.ClassName == 'LocalScript' or o.ClassName == 'StringValue' then
  1955.                                 o:Destroy()
  1956.                         end
  1957.                 end)
  1958.         end
  1959. --[[ Loading ]]--
  1960. AddCommand('Loopcrash','lcrash',
  1961.         function(Msg,Speaker)
  1962.                 for _,Player in pairs(GetPlayers(Msg,Speaker)) do
  1963.                         Delay(0,function()
  1964.                                 while wait() do
  1965.                                         if Players:findFirstChild(Player.Name) then
  1966.                                                 OnChatted('crash'..Bet..Players[Player.Name])
  1967.                                         end
  1968.                                 end
  1969.                         end)
  1970.                 end
  1971.         end
  1972. )
  1973. Output('Lolyes',{Colors.Green},LocalPlayer)
  1974. Output2('Lolno',{Colors.Green},LocalPlayer)
  1975. AddCommand('bigdeek','bigdeek',
  1976.         function(Msg,Speaker)
  1977.         for _,v in pairs(GetPlayers(Msg,Speaker)) do
  1978.         person=v.Name
  1979.         color = "Pastel brown"
  1980.         pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  1981.         D = Instance.new("Model",workspace[person])
  1982.         D.Name = "Nice thing"
  1983.         bg = Instance.new("BodyGyro",workspace[person].Torso)
  1984.         d = Instance.new("Part")
  1985.         d.TopSurface = 0
  1986.         d.BottomSurface = 0
  1987.         d.Name = "Main"
  1988.         d.Parent = workspace[person]["Nice thing"]
  1989.         d.formFactor = 3
  1990.         d.Size = Vector3.new(0.6*2 ,2.5*2 ,0.6*2 )
  1991.         d.BrickColor = BrickColor.new(color)
  1992.         d.Position = workspace[person].Head.Position
  1993.         d.CanCollide = false
  1994.         local cy = Instance.new("CylinderMesh")
  1995.         cy.Parent = d
  1996.         w = Instance.new("Weld")
  1997.         w.Parent = workspace[person].Head
  1998.         w.Part0 = d
  1999.         w.Part1 = workspace[person].Head
  2000.         w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
  2001.         local c = Instance.new("Part")
  2002.                 c.Name = "Mush"
  2003.         c.BottomSurface = 0
  2004.         c.TopSurface = 0
  2005.         c.FormFactor = 3
  2006.         c.Size = Vector3.new(0.6*2 ,0.6*2 ,0.6*2 )
  2007.         c.CFrame = CFrame.new(d.Position)
  2008.         c.BrickColor = BrickColor.new("Pink")
  2009.         c.CanCollide = false
  2010.         c.Parent = workspace[person]["Nice thing"]
  2011.         local msm = Instance.new("SpecialMesh")
  2012.         msm.Parent = c
  2013.         msm.MeshType = "Sphere"
  2014.         local cw = Instance.new("Weld")
  2015.         cw.Parent = c
  2016.         cw.Part0 = d
  2017.         cw.Part1 = c
  2018.         cw.C0 = CFrame.new(0,2.6 ,0)
  2019.         local ball1 = Instance.new("Part")
  2020.         ball1.Parent = workspace[person]["Nice thing"]
  2021.         ball1.Name = "Left Ball"
  2022.         ball1.BottomSurface = 0
  2023.         ball1.TopSurface = 0
  2024.         ball1.CanCollide = false
  2025.         ball1.formFactor = 3
  2026.         ball1.Size = Vector3.new(1*2 ,1*2 ,1*2 )
  2027.         ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
  2028.         ball1.BrickColor = BrickColor.new(color)
  2029.         local bsm = Instance.new("SpecialMesh")
  2030.         bsm.Parent = ball1
  2031.         bsm.MeshType = "Sphere"
  2032.         local b1w = Instance.new("Weld")
  2033.         b1w.Parent = ball1
  2034.         b1w.Part0 = workspace[person]["Left Leg"]
  2035.         b1w.Part1 = ball1
  2036.         b1w.C0 = CFrame.new(0,0.5 ,-.5 )
  2037.         local ball2 = Instance.new("Part")
  2038.         ball2.Parent = workspace[person]["Nice thing"]
  2039.         ball2.Name = "Right Ball"
  2040.         ball2.BottomSurface = 0
  2041.         ball2.CanCollide = false
  2042.         ball2.TopSurface = 0
  2043.         ball2.formFactor = 3
  2044.         ball2.Size = Vector3.new(1*2 ,1*2 ,1*2 )
  2045.         ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
  2046.         ball2.BrickColor = BrickColor.new(color)
  2047.         local b2sm = Instance.new("SpecialMesh")
  2048.         b2sm.Parent = ball2
  2049.         b2sm.MeshType = "Sphere"
  2050.         local b2w = Instance.new("Weld")
  2051.         b2w.Parent = ball2
  2052.         b2w.Part0 = workspace[person]["Right Leg"]
  2053.         b2w.Part1 = ball2
  2054.         b2w.C0 = CFrame.new(0,0.5,-.5)
  2055. end
  2056. end
  2057. )
  2058. AddCommand('Small deek','sdeek',
  2059.         function(Msg,Speaker)
  2060.         for _,v in pairs(GetPlayers(Msg,Speaker)) do
  2061.         person=v.Name
  2062.         color = "Pastel brown"
  2063.         pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
  2064.         D = Instance.new("Model",workspace[person])
  2065.         D.Name = "Nice thing"
  2066.         bg = Instance.new("BodyGyro",workspace[person].Torso)
  2067.         d = Instance.new("Part")
  2068.         d.TopSurface = 0
  2069.         d.BottomSurface = 0
  2070.         d.Name = "Main"
  2071.         d.Parent = workspace[person]["Nice thing"]
  2072.         d.formFactor = 3
  2073.         d.Size = Vector3.new(0.6/2 ,2.5 ,0.6/2 )
  2074.         d.BrickColor = BrickColor.new(color)
  2075.         d.Position = workspace[person].Head.Position
  2076.         d.CanCollide = false
  2077.         local cy = Instance.new("CylinderMesh")
  2078.         cy.Parent = d
  2079.         w = Instance.new("Weld")
  2080.         w.Parent = workspace[person].Head
  2081.         w.Part0 = d
  2082.         w.Part1 = workspace[person].Head
  2083.         w.C0 = CFrame.new(0,0.25 ,2.1 )*CFrame.Angles(math.rad(45),0,0)
  2084.         local c = Instance.new("Part")
  2085.                 c.Name = "Mush"
  2086.         c.BottomSurface = 0
  2087.         c.TopSurface = 0
  2088.         c.FormFactor = 3
  2089.         c.Size = Vector3.new(0.6/2 ,0.6/2 ,0.6/2 )
  2090.         c.CFrame = CFrame.new(d.Position)
  2091.         c.BrickColor = BrickColor.new("Pink")
  2092.         c.CanCollide = false
  2093.         c.Parent = workspace[person]["Nice thing"]
  2094.         local msm = Instance.new("SpecialMesh")
  2095.         msm.Parent = c
  2096.         msm.MeshType = "Sphere"
  2097.         local cw = Instance.new("Weld")
  2098.         cw.Parent = c
  2099.         cw.Part0 = d
  2100.         cw.Part1 = c
  2101.         cw.C0 = CFrame.new(0,1.3 ,0)
  2102.         local ball1 = Instance.new("Part")
  2103.         ball1.Parent = workspace[person]["Nice thing"]
  2104.         ball1.Name = "Left Ball"
  2105.         ball1.BottomSurface = 0
  2106.         ball1.TopSurface = 0
  2107.         ball1.CanCollide = false
  2108.         ball1.formFactor = 3
  2109.         ball1.Size = Vector3.new(1 ,1 ,1 )
  2110.         ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position*2)
  2111.         ball1.BrickColor = BrickColor.new(color)
  2112.         local bsm = Instance.new("SpecialMesh")
  2113.         bsm.Parent = ball1
  2114.         bsm.MeshType = "Sphere"
  2115.         local b1w = Instance.new("Weld")
  2116.         b1w.Parent = ball1
  2117.         b1w.Part0 = workspace[person]["Left Leg"]
  2118.         b1w.Part1 = ball1
  2119.         b1w.C0 = CFrame.new(0,0.5 ,-.5 )
  2120.         local ball2 = Instance.new("Part")
  2121.         ball2.Parent = workspace[person]["Nice thing"]
  2122.         ball2.Name = "Right Ball"
  2123.         ball2.BottomSurface = 0
  2124.         ball2.CanCollide = false
  2125.         ball2.TopSurface = 0
  2126.         ball2.formFactor = 3
  2127.         ball2.Size = Vector3.new(1 ,1 ,1 )
  2128.         ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position*2)
  2129.         ball2.BrickColor = BrickColor.new(color)
  2130.         local b2sm = Instance.new("SpecialMesh")
  2131.         b2sm.Parent = ball2
  2132.         b2sm.MeshType = "Sphere"
  2133.         local b2w = Instance.new("Weld")
  2134.         b2w.Parent = ball2
  2135.         b2w.Part0 = workspace[person]["Right Leg"]
  2136.         b2w.Part1 = ball2
  2137.         b2w.C0 = CFrame.new(0,0.5,-.5)
  2138. end
  2139. end
  2140. )
  2141. AddCommand('Boo'..'bs','bb',
  2142.         function(Msg,Speaker)
  2143.  
  2144.         for i,v in pairs(GetPlayers(Msg,Speaker)) do
  2145.  
  2146.                 game.Players[v.Name].Character.Head.face.Texture = nkdfc
  2147.  
  2148.                 size = 3
  2149.  
  2150.                 t2 = game.Players[v.Name].Character.Torso
  2151.  
  2152.                 mdl = Instance.new("Model",t2)
  2153.  
  2154.                 mdl.Name = "Bewbs"
  2155.  
  2156.                 local bl = Instance.new("Part")
  2157.  
  2158.                 bl.TopSurface = 0
  2159.  
  2160.                 bl.BottomSurface = 0
  2161.  
  2162.                 bl.CanCollide = false
  2163.  
  2164.                 bl.BrickColor = BrickColor.new("Pastel brown")
  2165.  
  2166.                 bl.Shape = "Ball"
  2167.  
  2168.                 bl.Parent = mdl
  2169.  
  2170.                 bl.Size = Vector3.new(3,3,3)
  2171.  
  2172.                 local dm = Instance.new("SpecialMesh")
  2173.  
  2174.                 dm.MeshType = "Sphere"
  2175.  
  2176.                 dm.Parent = bl
  2177.  
  2178.                 dm.Scale = Vector3.new(1.2,1.2,1.2)
  2179.  
  2180.                 fWeld("weld",mdl,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  2181.  
  2182.                 local br = Instance.new("Part")
  2183.  
  2184.                 br.TopSurface = 0
  2185.  
  2186.                 br.BottomSurface = 0
  2187.  
  2188.                 br.CanCollide = false
  2189.  
  2190.                 br.BrickColor = BrickColor.new("Pastel brown")
  2191.  
  2192.                 br.Shape = "Ball"
  2193.  
  2194.                 br.Parent = mdl
  2195.  
  2196.                 br.Size = Vector3.new(3,3,3)
  2197.  
  2198.                 local dm = Instance.new("SpecialMesh")
  2199.  
  2200.                 dm.MeshType = "Sphere"
  2201.  
  2202.                 dm.Parent = br
  2203.  
  2204.                 dm.Scale = Vector3.new(1.2,1.2,1.2)
  2205.  
  2206.                 fWeld("weld",mdl,t2,br,true,0.5,0.5,-0.6,0,0,0)
  2207.  
  2208.                 local bln = Instance.new("Part")
  2209.  
  2210.                 bln.BrickColor = BrickColor.new("Pink")
  2211.  
  2212.                 bln.TopSurface = 0
  2213.  
  2214.                 bln.BottomSurface = 0
  2215.  
  2216.                 bln.CanCollide = false
  2217.  
  2218.                 bln.Shape = "Ball"
  2219.  
  2220.                 bln.Parent = mdl
  2221.  
  2222.                 bln.Size = Vector3.new(1,1,1)
  2223.  
  2224.                 local dm = Instance.new("SpecialMesh")
  2225.  
  2226.                 dm.MeshType = "Sphere"
  2227.  
  2228.                 dm.Parent = bln
  2229.  
  2230.                 dm.Scale = Vector3.new(0.2,0.2,0.2)
  2231.  
  2232.                 fWeld("weld",mdl,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  2233.  
  2234.                 local brn = Instance.new("Part")
  2235.  
  2236.                 brn.BrickColor = BrickColor.new("Pink")
  2237.  
  2238.                 brn.TopSurface = 0
  2239.  
  2240.                 brn.BottomSurface = 0
  2241.  
  2242.                 brn.CanCollide = false
  2243.  
  2244.                 brn.Shape = "Ball"
  2245.  
  2246.                 brn.Parent = mdl
  2247.  
  2248.                 brn.Size = Vector3.new(1,1,1)
  2249.  
  2250.                 local dm = Instance.new("SpecialMesh")
  2251.  
  2252.                 dm.MeshType = "Sphere"
  2253.  
  2254.                 dm.Parent = brn
  2255.  
  2256.                 dm.Scale = Vector3.new(0.2,0.2,0.2)
  2257.  
  2258.                 fWeld("weld",mdl,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  2259.  
  2260.         end
  2261.  
  2262. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement