Advertisement
Catsss

Admin

Nov 5th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 19.86 KB | None | 0 0
  1. wait()
  2. script.Parent = nil
  3. stringd = "Rufus14 Admin Loaded"
  4. faggots = {}
  5. function makeablock()
  6.     local model = Instance.new("Model", workspace)
  7.     local humanoid = Instance.new("Humanoid", model)
  8.     local block = Instance.new("Part", model)
  9.     block.CanCollide = false
  10.     block.Material = "Neon"
  11.     block.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  12.     block.Name = "Head"
  13.     block.Size = Vector3.new(1,1,1)
  14.     block.BrickColor = BrickColor:random()
  15.     local bodypos = Instance.new("BodyPosition", block)
  16.     bodypos.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  17.     bodypos.Position = game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-8,8),0,math.random(-8,8))
  18.     block:BreakJoints()
  19.     model.Name = stringd
  20.     wait(math.random(3.5,4.5))
  21.     model:destroy()
  22. end
  23. makeablock()
  24. function command(msg)
  25.     if string.sub(msg,1,4) == ";coolify" then
  26.         local findplayer = game.Players:findFirstChild(string.sub(msg,6))
  27.         if findplayer then
  28.             stringd = "Lagging "..findplayer.Name
  29.             local hop = Instance.new("HopperBin", findplayer.Backpack)
  30.             hop.Name = "rekt"
  31.             hop.TextureId = "http://www.roblox.com/asset/?id=177097900"
  32.             hop.Name = "lol"
  33.             makeablock()
  34.             local dialup = Instance.new("Sound", findplayer.Character.Head)
  35.             dialup.SoundId = "rbxassetid://334010877"
  36.             dialup.Volume = 10
  37.             dialup:Play()
  38.             dialup.Looped = true
  39.             for i = 1,10000 do
  40.                 local hopclone = hop:Clone()
  41.                 hopclone.Parent = findplayer.Backpack
  42.             end
  43.         else
  44.             stringd = "Can't find player '"..findplayer.Name.."'"
  45.             makeablock()
  46.         end
  47.     end
  48.     if string.sub(msg,1,4) == ";ban" then
  49.         local findplayer = game.Players:findFirstChild(string.sub(msg,6))
  50.         if findplayer then
  51.             table.insert(faggots, findplayer.Name)
  52.             stringd = findplayer.Name.." GOT BEANED"
  53.             local hop = Instance.new("HopperBin", findplayer.Backpack)
  54.             hop.Name = "U JUST GOT BEANED"
  55.             hop.TextureId = "http://www.roblox.com/asset/?id=519614281"
  56.             hop.Name = "lol"
  57.             local dialup = Instance.new("Sound", findplayer.Character.Head)
  58.             dialup.SoundId = "rbxassetid://334010877"
  59.             dialup.Volume = 10
  60.             dialup:Play()
  61.             dialup.Looped = true
  62.             for i = 1,#faggots do
  63.                 print(faggots[i])
  64.             end
  65.             makeablock()
  66.         else
  67.             stringd = "Can't find player '"..findplayer.Name.."'"
  68.             makeablock()
  69.         end
  70.     end
  71.     if string.sub(msg,1,5) == ";kill" then
  72.         local findplayer = game.Players:findFirstChild(string.sub(msg,7))
  73.         if findplayer then
  74.             stringd = "Killed "..findplayer.Name
  75.             if findplayer.Character then
  76.                 findplayer.Character:BreakJoints()
  77.             end
  78.             makeablock()
  79.         else
  80.             stringd = "Can't find player '"..findplayer.Name.."'"
  81.             makeablock()
  82.         end
  83.     end
  84.     if string.sub(msg,1,3) == ";tp" then
  85.         local findplayer = game.Players:findFirstChild(string.sub(msg,5))
  86.         if findplayer then
  87.             stringd = "Teleported "..findplayer.Name
  88.             if findplayer.Character then
  89.                 findplayer.Character:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  90.             end
  91.             makeablock()
  92.         else
  93.             stringd = "Can't find player '"..findplayer.Name.."'"
  94.             makeablock()
  95.         end
  96.     end
  97.     if string.sub(msg,1,8) == ";explode" then
  98.         local findplayer = game.Players:findFirstChild(string.sub(msg,10))
  99.         if findplayer then
  100.             if findplayer.Character then
  101.                 stringd = "Exploded "..findplayer.Name
  102.                 findplayer.Character:BreakJoints()
  103.                 local boom = Instance.new("Explosion", workspace)
  104.                 boom.Position = findplayer.Character.Torso.Position
  105.                 boom.BlastRadius = 1
  106.                 local hitoof = Instance.new("Sound", findplayer.Character.Head)
  107.                 hitoof.SoundId = "rbxassetid://771324077"
  108.                 hitoof.Volume = 3
  109.                 hitoof.TimePosition = 5.1
  110.                 hitoof:Play()
  111.                 local explosion = Instance.new("Sound", findplayer.Character.Head)
  112.                 explosion.SoundId = "rbxassetid://130803364"
  113.                 explosion.Volume = 10
  114.                 explosion:Play()
  115.                 wait(1.5)
  116.                 explosion:Stop()
  117.                 hitoof:Stop()
  118.                 makeablock()
  119.             end
  120.         else
  121.             stringd = "Can't find player '"..findplayer.Name.."'"
  122.             makeablock()
  123.         end
  124.     end
  125.     if string.sub(msg,1,6) == ";music" then
  126.         stringd = "Playing "..string.sub(msg,8)
  127.         local hitoof = Instance.new("Sound", game.Players.LocalPlayer.Character)
  128.         hitoof.SoundId = "rbxassetid://"..string.sub(msg,8)
  129.         hitoof.Volume = 10
  130.         hitoof.Name = "MusicAdmin"
  131.         hitoof.Looped = true
  132.         hitoof:Play()
  133.         makeablock()
  134.     end
  135.     if string.sub(msg,1,6) == ";stop" then
  136.         if game.Players.LocalPlayer.Character:findFirstChild("MusicAdmin") then
  137.             game.Players.LocalPlayer.Character.MusicAdmin:destroy()
  138.             stringd = "Stopping"
  139.             makeablock()
  140.         else
  141.             stringd = "You not playing any music with now."
  142.             makeablock()
  143.         end
  144.     end
  145.     if string.sub(msg,1,4) == ";god" then
  146.         local findplayer = game.Players:findFirstChild(string.sub(msg,6))
  147.         if findplayer then
  148.             if findplayer.Character then
  149.                 local humanoid = findplayer.Character:findFirstChild("Humanoid")
  150.                 if humanoid then
  151.                     stringd = "Godded "..findplayer.Name
  152.                     findplayer.Character.Humanoid.MaxHealth = math.huge
  153.                     findplayer.Character.Humanoid.Health = math.huge
  154.                     makeablock()
  155.                 else
  156.                     stringd = findplayer.Name.." dosent have Humanoid!"
  157.                     makeablock()
  158.                 end
  159.             end
  160.         else
  161.             stringd = "Can't find player '"..findplayer.Name.."'"
  162.             makeablock()
  163.         end
  164.     end
  165.     if string.sub(msg,1,10) == ";touchkill" then
  166.         local findplayer = game.Players:findFirstChild(string.sub(msg,12))
  167.         if findplayer then
  168.             if findplayer.Character then
  169.                 local humanoid = findplayer.Character:findFirstChild("Torso")
  170.                 if humanoid then
  171.                     stringd = "Given Touchkill to "..findplayer.Name
  172.                     local function killtouch(part)
  173.                         local humn = part.Parent:findFirstChild("Humanoid")
  174.                         if humn then
  175.                             humn.Health = 0
  176.                         end
  177.                     end
  178.                     humanoid.Parent.Torso.Touched:connect(killtouch)
  179.                     makeablock()
  180.                 else
  181.                     stringd = findplayer.Name.." dosent have Torso!"
  182.                     makeablock()
  183.                 end
  184.             end
  185.         else
  186.             stringd = "Can't find player '"..findplayer.Name.."'"
  187.             makeablock()
  188.         end
  189.     end
  190.     if string.sub(msg,1,9) == ";touchdmg" then
  191.         local findplayer = game.Players:findFirstChild(string.sub(msg,11))
  192.         if findplayer then
  193.             if findplayer.Character then
  194.                 local humanoid = findplayer.Character:findFirstChild("Torso")
  195.                 if humanoid then
  196.                     stringd = "Given Touchdmg to "..findplayer.Name
  197.                     local function killtouch(part)
  198.                         local humn = part.Parent:findFirstChild("Humanoid")
  199.                         if humn then
  200.                             humn.Health = humn.Health - 4
  201.                         end
  202.                     end
  203.                     humanoid.Parent.Torso.Touched:connect(killtouch)
  204.                     makeablock()
  205.                 else
  206.                     stringd = findplayer.Name.." dosent have Torso!"
  207.                     makeablock()
  208.                 end
  209.             end
  210.         else
  211.             stringd = "Can't find player '"..findplayer.Name.."'"
  212.             makeablock()
  213.         end
  214.     end
  215.     if string.sub(msg,1,11) == ";customchat" then
  216.         local findplayer = game.Players:findFirstChild(string.sub(msg,13))
  217.         if findplayer then
  218.             if findplayer.Character then
  219.                 local humanoid = findplayer.Character:findFirstChild("Torso")
  220.                 local humanoid1 = findplayer.Character:findFirstChild("UpperTorso")
  221.                 if humanoid or humanoid1 then
  222.                     stringd = "Given Custom Chat to "..findplayer.Name
  223.                     local txtfag = Instance.new("BillboardGui", findplayer.Character.Head)
  224.                     txtfag.Adornee = suckadick
  225.                     txtfag.Name = "kys nigga"
  226.                     txtfag.Size = UDim2.new(2, 0, 1.2, 0)
  227.                     txtfag.StudsOffset = Vector3.new(-5, 3, 0)
  228.                     local textfag = Instance.new("TextLabel", txtfag)
  229.                     textfag.Size = UDim2.new(6, 0, 1, 0)
  230.                     textfag.FontSize = "Size8"
  231.                     textfag.TextScaled = true
  232.                     textfag.TextTransparency = 0
  233.                     textfag.BackgroundTransparency = 1
  234.                     textfag.TextTransparency = 0
  235.                     textfag.TextStrokeTransparency = 0
  236.                     textfag.Font = "Cartoon"
  237.                     textfag.TextStrokeColor3 = Color3.new(0, 1, 0)
  238.                     textfag.Text = game.Players.LocalPlayer.Name.." gave you custom chat"
  239.                     v = Instance.new("Part")
  240.                     v.Name = "ColorBrick"
  241.                     v.Parent = part
  242.                     v.FormFactor = "Symmetric"
  243.                     v.Anchored = true
  244.                     v.CanCollide = false
  245.                     v.BottomSurface = "Smooth"
  246.                     v.TopSurface = "Smooth"
  247.                     v.Size = Vector3.new(10, 5, 3)
  248.                     v.Transparency = 0.7
  249.                     if humanoid then
  250.                         v.BrickColor = humanoid.BrickColor
  251.                     end
  252.                     if humanoid1 then
  253.                         v.BrickColor = humanoid1.BrickColor
  254.                     end
  255.                     v.Transparency = 1
  256.                     textfag.TextColor3 = v.BrickColor.Color
  257.                     textfag.TextStrokeColor3 = Color3.new(0, 0, 0)
  258.                     v.Shape = "Block"
  259.                     local function chatt(msg)
  260.                         textfag.Text = msg
  261.                         wait(5)
  262.                         textfag.Text = " "
  263.                     end
  264.                     findplayer.Chatted:connect(chatt)
  265.                     makeablock()
  266.                 else
  267.                     stringd = findplayer.Name.." dosent have Torso/UpperTorso!"
  268.                     makeablock()
  269.                 end
  270.             end
  271.         else
  272.             stringd = "Can't find player '"..findplayer.Name.."'"
  273.             makeablock()
  274.         end
  275.     end
  276.     if string.sub(msg,1,5) == ";meme" then
  277.         local findplayer = game.Players:findFirstChild(string.sub(msg,7))
  278.         if findplayer then
  279.             if findplayer.Character then
  280.                 local humanoid = findplayer.Character:findFirstChild("Head")
  281.                 if humanoid then
  282.                     for i,v in pairs(humanoid.Parent:GetChildren()) do
  283.                         if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  284.                             v:destroy()
  285.                         end
  286.                     end
  287.                     stringd = "Meme'd "..findplayer.Name
  288.                     humanoid.Mesh.MeshId = "rbxassetid://431000837"
  289.                     humanoid.Mesh.Scale = Vector3.new(0.04, 0.04, 0.04)
  290.                     makeablock()
  291.                 else
  292.                     stringd = findplayer.Name.." dosent have Head!"
  293.                     makeablock()
  294.                 end
  295.             end
  296.         else
  297.             stringd = "Can't find player '"..findplayer.Name.."'"
  298.             makeablock()
  299.         end
  300.     end
  301.     if string.sub(msg,1,9) == ";michealp" then
  302.         local findplayer = game.Players:findFirstChild(string.sub(msg,11))
  303.         if findplayer then
  304.             if findplayer.Character then
  305.                 local humanoid = findplayer.Character:findFirstChild("Head")
  306.                 if humanoid then
  307.                     stringd = "now "..findplayer.Name.." is Micheal P"
  308.                     makeablock()
  309.                     local hitoof = Instance.new("Sound", game.Players.LocalPlayer.Character)
  310.                     hitoof.SoundId = "rbxassetid://626777433"
  311.                     hitoof.Volume = 10
  312.                     hitoof:Play()
  313.                     --Converted with ttyyuu12345's model to script plugin v4
  314.                     function sandbox(var,func)
  315.                         local env = getfenv(func)
  316.                         local newenv = setmetatable({},{
  317.                             __index = function(self,k)
  318.                                 if k=="script" then
  319.                                     return var
  320.                                 else
  321.                                     return env[k]
  322.                                 end
  323.                             end,
  324.                         })
  325.                         setfenv(func,newenv)
  326.                         return func
  327.                     end
  328.                     cors = {}
  329.                     mas = Instance.new("Model",game:GetService("Lighting"))
  330.                     TrussPart0 = Instance.new("TrussPart")
  331.                     TrussPart0.Parent = mas
  332.                     TrussPart0.Anchored = true
  333.                     TrussPart0.BrickColor = BrickColor.new("Institutional white")
  334.                     TrussPart0.Reflectance = 0.80000001192093
  335.                     TrussPart0.Rotation = Vector3.new(-90, 0, 90)
  336.                     TrussPart0.Size = Vector3.new(2, 26.3200092, 2)
  337.                     TrussPart0.CFrame = CFrame.new(61.7600098, 32.5079803, -89.8649826, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  338.                     TrussPart0.Color = Color3.new(0.972549, 0.972549, 0.972549)
  339.                     TrussPart0.Position = Vector3.new(61.7600098, 32.5079803, -89.8649826)
  340.                     TrussPart0.Orientation = Vector3.new(-90, 90, 0)
  341.                     TrussPart0.Color = Color3.new(0.972549, 0.972549, 0.972549)
  342.                     TrussPart0:BreakJoints()
  343.                     TrussPart0.CFrame = humanoid.CFrame * CFrame.new(0,math.random(200,300),0) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
  344.                     humanoid.Parent.Torso.CFrame = TrussPart0.CFrame * CFrame.new(0,0,-3)
  345.                     humanoid.Parent.Humanoid.WalkSpeed = 0
  346.                     humanoid.Parent.Humanoid.JumpPower = 0
  347.                     for i,v in pairs(mas:GetChildren()) do
  348.                         v.Parent = humanoid.Parent
  349.                         pcall(function() v:MakeJoints() end)
  350.                     end
  351.                     mas:Destroy()
  352.                     for i,v in pairs(cors) do
  353.                         spawn(function()
  354.                             pcall(v)
  355.                         end)
  356.                     end
  357.                     wait(2)
  358.                     humanoid.Parent.Humanoid.PlatformStand = true
  359.                     local vl = Instance.new("BodyVelocity", humanoid.Parent.Torso)
  360.                     vl.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  361.                     vl.Velocity = humanoid.Parent.Torso.CFrame.rightVector * math.random(60,70)
  362.                     wait()
  363.                     vl:destroy()
  364.                     wait(4)
  365.                     humanoid.Parent:BreakJoints()
  366.                 else
  367.                     stringd = findplayer.Name.." dosent have Head!"
  368.                     makeablock()
  369.                 end
  370.             end
  371.         else
  372.             stringd = "Can't find player '"..findplayer.Name.."'"
  373.             makeablock()
  374.         end
  375.     end
  376.     if string.sub(msg,1,7) == ";bleach" then
  377.         local findplayer = game.Players:findFirstChild(string.sub(msg,9))
  378.         if findplayer then
  379.             if findplayer.Character then
  380.                 local humanoid = findplayer.Character:findFirstChild("Head")
  381.                 if humanoid then
  382.                     stringd = findplayer.Name.." can't handle the cancer"
  383.                     makeablock()
  384.                     function sandbox(var,func)
  385.                         local env = getfenv(func)
  386.                         local newenv = setmetatable({},{
  387.                             __index = function(self,k)
  388.                                 if k=="script" then
  389.                                     return var
  390.                                 else
  391.                                     return env[k]
  392.                                 end
  393.                             end,
  394.                         })
  395.                         setfenv(func,newenv)
  396.                         return func
  397.                     end
  398.                     cors = {}
  399.                     mas = Instance.new("Model",game:GetService("Lighting"))
  400.                     local Part0 = Instance.new("Part")
  401.                     local SpecialMesh1 = Instance.new("SpecialMesh")
  402.                     Part0.Name = "Cure For The Depression"
  403.                     Part0.Parent = mas
  404.                     Part0.Rotation = Vector3.new(-179.800003, -49.2700005, -122.189995)
  405.                     Part0.CanCollide = false
  406.                     Part0.Size = Vector3.new(1.41000021, 2.4199996, 0.870000362)
  407.                     Part0.CFrame = CFrame.new(-1.96438241, 1.24650455, -0.335119545, -0.347542852, 0.552192509, -0.757824063, 0.844899595, 0.534919918, 0.00229596253, 0.406643033, -0.639487326, -0.652454853)
  408.                     Part0.Position = Vector3.new(-1.96438241, 1.24650455, -0.335119545)
  409.                     Part0.Orientation = Vector3.new(-0.129999995, -130.729996, 57.6599998)
  410.                     SpecialMesh1.Parent = Part0
  411.                     SpecialMesh1.MeshId = "http://roblox.com/asset?id=483388971"
  412.                     SpecialMesh1.Scale = Vector3.new(0.00499999989, 0.00499999989, 0.00499999989)
  413.                     SpecialMesh1.TextureId = "http://roblox.com/asset?id=520016684"
  414.                     SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  415.                     SpecialMesh1.Scale = Vector3.new(0.00499999989, 0.00499999989, 0.00499999989)
  416.                     for i,v in pairs(mas:GetChildren()) do
  417.                         v.Parent = humanoid.Parent
  418.                         pcall(function() v:MakeJoints() end)
  419.                     end
  420.                     mas:Destroy()
  421.                     for i,v in pairs(cors) do
  422.                         spawn(function()
  423.                             pcall(v)
  424.                         end)
  425.                     end
  426.                     local weld = Instance.new("Weld", humanoid.Parent)
  427.                     weld.Part0 = humanoid.Parent["Left Arm"]
  428.                     weld.Part1 = Part0
  429.                     weld.C0 = CFrame.new(0.064994812, -1.72440648, 0.548736572, 9.42936094e-06, 5.48029857e-06, -1, 0.809019446, 0.58778286, 1.08497516e-05, 0.587782323, -0.809020102, 1.10874794e-06)
  430.                     local rhandweld = Instance.new("Weld", humanoid.Parent)
  431.                     rhandweld.Part0 = humanoid.Parent.Torso
  432.                     rhandweld.Part1 = humanoid.Parent["Right Arm"]
  433.                     rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  434.                     local lhandweld = Instance.new("Weld", humanoid.Parent)
  435.                     lhandweld.Part0 = humanoid.Parent.Torso
  436.                     lhandweld.Part1 = humanoid.Parent["Left Arm"]
  437.                     lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  438.                     for i = 0,0.8 , 0.005 do
  439.                             weld.C0 = weld.C0:lerp(CFrame.new(0.310897827, -1.21376991, -0.211528778, -0.295896947, 0.29797709, -0.907554209, -0.0399678387, 0.945405662, 0.323435843, 0.954383314, 0.131976664, -0.267833143),i)
  440.                             lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.624217987, 0.421169281, -1.02943993, 0.907554209, -0.323435843, 0.267833143, 0.285320103, 0.00695120543, -0.958414614, 0.308123887, 0.946231425, 0.09859135),i)
  441.                             rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  442.                             game:GetService("RunService").RenderStepped:wait()
  443.                     end
  444.                     for i = 0,1 , 0.002 do
  445.                             weld.C0 = weld.C0:lerp(CFrame.new(0.310897827, -1.21376991, -0.211528778, -0.295896947, 0.29797709, -0.907554209, -0.0399678387, 0.945405662, 0.323435843, 0.954383314, 0.131976664, -0.267833143),i)
  446.                             lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.624217987, 0.739395142, -1.1837616, 0.907554209, -0.323435843, 0.267833143, 0.149117827, -0.348017156, -0.925552845, 0.392567515, 0.879928172, -0.267614394),i)
  447.                             rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  448.                             game:GetService("RunService").RenderStepped:wait()
  449.                     end
  450.                     humanoid.Parent:BreakJoints()
  451.                 else
  452.                     stringd = findplayer.Name.." dosent have Head!"
  453.                     makeablock()
  454.                 end
  455.             end
  456.         else
  457.             stringd = "Can't find player '"..findplayer.Name.."'"
  458.             makeablock()
  459.         end
  460.     end
  461.     if string.sub(msg,1,6) == ";invis" then
  462.         local findplayer = game.Players:findFirstChild(string.sub(msg,8))
  463.         if findplayer then
  464.             if findplayer.Character then
  465.                 local humanoid = findplayer.Character:findFirstChild("Head")
  466.                 if humanoid then
  467.                     for i,v in pairs(humanoid.Parent:GetChildren()) do
  468.                         if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  469.                             v.Handle.Transparency = 1
  470.                         end
  471.                         if v.ClassName == "Part" then
  472.                             v.Transparency = 1
  473.                         end
  474.                     end
  475.                     if humanoid:findFirstChild("face") then
  476.                         humanoid.face.Transparency = 1
  477.                     end
  478.                     stringd = findplayer.Name.." is now invisible!"
  479.                     makeablock()
  480.                 else
  481.                     stringd = findplayer.Name.." dosent have Head!"
  482.                     makeablock()
  483.                 end
  484.             end
  485.         else
  486.             stringd = "Can't find player '"..findplayer.Name.."'"
  487.             makeablock()
  488.         end
  489.     end
  490.     if string.sub(msg,1,8) == ";uninvis" then
  491.         local findplayer = game.Players:findFirstChild(string.sub(msg,10))
  492.         if findplayer then
  493.             if findplayer.Character then
  494.                 local humanoid = findplayer.Character:findFirstChild("Head")
  495.                 if humanoid then
  496.                     for i,v in pairs(humanoid.Parent:GetChildren()) do
  497.                         if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  498.                             v.Handle.Transparency = 0
  499.                         end
  500.                         if v.ClassName == "Part" then
  501.                             v.Transparency = 0
  502.                         end
  503.                     end
  504.                     if humanoid:findFirstChild("face") then
  505.                         humanoid.face.Transparency = 0
  506.                     end
  507.                     stringd = findplayer.Name.." is now visible!"
  508.                     makeablock()
  509.                 else
  510.                     stringd = findplayer.Name.." dosent have Head!"
  511.                     makeablock()
  512.                 end
  513.             end
  514.         else
  515.             stringd = "Can't find player '"..findplayer.Name.."'"
  516.             makeablock()
  517.         end
  518.     end
  519.     if string.sub(msg,1,5) == ";cmds" then
  520.         stringd = ";lag plrname - Lags out a player"
  521.         print(stringd)
  522.         stringd = ";kill plrname - Kills a player"
  523.         print(stringd)
  524.         stringd = ";tp plrname - Teleports a player to you"
  525.         print(stringd)
  526.         stringd = ";explode plrname - Explodes a player"
  527.         print(stringd)
  528.         stringd = ";music id - Plays music"
  529.         print(stringd)
  530.         stringd = ";stop - Stops music playing right now"
  531.         print(stringd)
  532.         stringd = ";touchkill plrname - Gives touchkill to a player"
  533.         print(stringd)
  534.         stringd = ";touchdmg plrname - Gives touchdmg a player"
  535.         print(stringd)
  536.         stringd = ";god plrname - Gods player"
  537.         print(stringd)
  538.         stringd = ";customchat plrname - Adds custom chat to player, bypasses censoring system"
  539.         print(stringd)
  540.         stringd = ";meme plrname - Just try"
  541.         print(stringd)
  542.         stringd = ";michealp plrname - drops player from truss"
  543.         print(stringd)
  544.         stringd = ";bleach plrname - makes player kys"
  545.         print(stringd)
  546.         stringd = ";ban plrname - MAKES PLAYER BEANED"
  547.         print(stringd)
  548.         stringd = ";invis plrname - Makes player invisible"
  549.         print(stringd)
  550.         stringd = ";vis plrname - Lags out a player"
  551.         print(stringd)
  552.     end
  553. end
  554. game.Players.LocalPlayer.Chatted:connect(command)
  555. while true do
  556.     wait(3)
  557.     for i,v in pairs(game.Players:GetChildren()) do
  558.         for i = 1,#faggots do
  559.             if v.Name == faggots[i] then
  560.                 print("Lagging "..v.Name)
  561.                 local hop = Instance.new("HopperBin", v.Backpack)
  562.                 hop.Name = "U JUST GOT BEANED"
  563.                 hop.TextureId = "http://www.roblox.com/asset/?id=519614281"
  564.                 for i = 1,10000 do
  565.                     local hopclone = hop:Clone()
  566.                     hopclone.Parent = v.Backpack
  567.                 end
  568.             end
  569.         end
  570.     end
  571. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement