Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 18.89 KB | None | 0 0
  1.  
  2. mouse = game.Players.LocalPlayer:GetMouse()
  3. local plrhum = game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid")
  4. function sandbox(var,func)
  5.     local env = getfenv(func)
  6.     local newenv = setmetatable({},{
  7.         __index = function(self,k)
  8.             if k=="script" then
  9.                 return var
  10.             else
  11.                 return env[k]
  12.             end
  13.         end,
  14.     })
  15.     setfenv(func,newenv)
  16.     return func
  17. end
  18. cors = {}
  19. mas = Instance.new("Model",game:GetService("Lighting"))
  20. Part0 = Instance.new("Part")
  21. SpecialMesh2 = Instance.new("SpecialMesh")
  22. Part0.Name = "Handle"
  23. Part0.Parent = mas
  24. Part0.BrickColor = BrickColor.new("Black")
  25. Part0.Rotation = Vector3.new(0, 90, 0)
  26. Part0.FormFactor = Enum.FormFactor.Custom
  27. Part0.Size = Vector3.new(0.299999893, 0.568000019, 1.86800003)
  28. Part0.CFrame = CFrame.new(-3.23400283, 0.534000635, -1.95001817, 2.38418778e-07, -6.64252511e-08, 1.00000143, -1.71991275e-08, 1.00000215, 1.80917198e-07, -1.00000072, -1.04978994e-07, -2.98024148e-08)
  29. Part0.BottomSurface = Enum.SurfaceType.Smooth
  30. Part0.TopSurface = Enum.SurfaceType.Smooth
  31. Part0.Color = Color3.new(0.105882, 0.164706, 0.207843)
  32. Part0.Position = Vector3.new(-3.23400283, 0.534000635, -1.95001817)
  33. Part0.Orientation = Vector3.new(0, 90, 0)
  34. Part0.Color = Color3.new(0.105882, 0.164706, 0.207843)
  35. Part0.CanCollide = false
  36. SpecialMesh2.Parent = Part0
  37. SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=82337638"
  38. SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=82337709"
  39. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  40. for i,v in pairs(mas:GetChildren()) do
  41.     v.Parent = game:GetService("Players").LocalPlayer.Character
  42.     pcall(function() v:MakeJoints() end)
  43. end
  44. mas:Destroy()
  45. for i,v in pairs(cors) do
  46.     spawn(function()
  47.         pcall(v)
  48.     end)
  49. end
  50. Sound1 = Instance.new("Sound")
  51. Sound1.Parent = Part0
  52. Sound1.Pitch = 0.69999998807907
  53. Sound1.SoundId = "http://www.roblox.com/asset/?id=82273261"
  54. Sound1.Volume = 10
  55. Sound1.Looped = true
  56. Sound11 = Instance.new("Sound")
  57. Sound11.Parent = Part0
  58. Sound11.SoundId = "rbxassetid://157325701"
  59. Sound11.Volume = 10
  60. local weld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  61. weld.Part0 = game.Players.LocalPlayer.Character.Torso
  62. weld.Part1 = Part0
  63. weld.C0 = CFrame.new(0.78007102, -1.2894789, -0.0375933647, 1, 0, 0, 0, 0.258818984, 0.965925872, 0, -0.965925872, 0.258818984) * CFrame.new(0.3,0,0)
  64. equipped = false
  65. using = false
  66. local death = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  67. death.Volume = 10
  68. death.SoundId = "rbxassetid://1309384445"
  69. death.PlaybackSpeed = 12.1
  70. mothabloxuh = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  71. mothabloxuh.SoundId = "rbxassetid://143302576"
  72. mothabloxuh.Volume = 10
  73. mothabloxuh.PlaybackSpeed = 16
  74. begone = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  75. begone.SoundId = "rbxassetid://854345294"
  76. begone.Volume = 10
  77. begone.TimePosition = 2
  78. function equip(key)
  79.     if key == "x" then
  80.         if not equipped then
  81.             equipped = true
  82.             -- Objects
  83.  
  84.             local ScreenGui = Instance.new("ScreenGui")
  85.             local TextLabel = Instance.new("TextLabel")
  86.            
  87.             -- Properties
  88.            
  89.             ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  90.            
  91.             TextLabel.Parent = ScreenGui
  92.             TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  93.             TextLabel.Position = UDim2.new(0.257320642, 0, 0.769705057, 0)
  94.             TextLabel.Size = UDim2.new(0, 663, 0, 152)
  95.             TextLabel.Font = Enum.Font.SourceSans
  96.             TextLabel.FontSize = Enum.FontSize.Size14
  97.             TextLabel.Text = "Taser equipped"
  98.             TextLabel.TextScaled = true
  99.             TextLabel.TextSize = 14
  100.             TextLabel.TextWrapped = true
  101.             wait(2)
  102.             for i = 1,100 do
  103.                 TextLabel.BackgroundTransparency = TextLabel.BackgroundTransparency + 0.05
  104.                 TextLabel.TextTransparency = TextLabel.TextTransparency + 0.05
  105.                 wait()
  106.             end
  107.             ScreenGui:destroy()
  108.         else
  109.             equipped = false
  110.             -- Objects
  111.  
  112.             local ScreenGui = Instance.new("ScreenGui")
  113.             local TextLabel = Instance.new("TextLabel")
  114.            
  115.             -- Properties
  116.            
  117.             ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  118.            
  119.             TextLabel.Parent = ScreenGui
  120.             TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  121.             TextLabel.Position = UDim2.new(0.257320642, 0, 0.769705057, 0)
  122.             TextLabel.Size = UDim2.new(0, 663, 0, 152)
  123.             TextLabel.Font = Enum.Font.SourceSans
  124.             TextLabel.FontSize = Enum.FontSize.Size14
  125.             TextLabel.Text = "Taser unequipped"
  126.             TextLabel.TextScaled = true
  127.             TextLabel.TextSize = 14
  128.             TextLabel.TextWrapped = true
  129.             wait(2)
  130.             for i = 1,100 do
  131.                 TextLabel.BackgroundTransparency = TextLabel.BackgroundTransparency + 0.05
  132.                 TextLabel.TextTransparency = TextLabel.TextTransparency + 0.05
  133.                 wait()
  134.             end
  135.             ScreenGui:destroy()
  136.         end
  137.     end
  138. end
  139. mouse.KeyDown:connect(equip)
  140. function tase()
  141.     if equipped and not using then
  142.         local humanoid = mouse.Target.Parent:findFirstChildOfClass("Humanoid")
  143.         local torso = mouse.Target.Parent:findFirstChild("Torso")
  144.         if humanoid and mouse.Target.Parent.Name ~= "Rufus14" then
  145.             using = true
  146.             plrhum.WalkSpeed = 0
  147.             plrhum.JumpPower = 0
  148.             for i,v in pairs(humanoid.Parent:GetChildren()) do
  149.                 if v.ClassName == "LocalScript" or v.ClassName == "Script" then
  150.                     v.Disabled = true
  151.                 end
  152.             end
  153.             local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  154.             local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  155.             rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  156.             rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  157.             rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  158.             local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  159.             local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  160.             lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  161.             lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  162.             lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  163.             local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  164.             game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  165.             local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  166.             llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  167.             llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  168.             llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
  169.             local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  170.             game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  171.             local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  172.             rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  173.             rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  174.             rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
  175.             local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  176.             game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  177.             local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  178.             humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  179.             humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  180.             local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  181.             local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  182.             headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  183.             headweld.Part1 = game.Players.LocalPlayer.Character.Head
  184.             headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  185.             game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  186.             local chartorcf = torso.CFrame
  187.             humanoid.WalkSpeed = 0
  188.             humanoid.JumpPower = 0
  189.             torso.Anchored = true
  190.             for i = 0,1 , 0.03 do
  191.                 game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame:lerp(chartorcf * CFrame.new(0,0,4),i)
  192.                 weld.C0 = weld.C0:lerp(CFrame.new(0.05532372, 0.650138378, -2.2124567, 0.818939149, 0.056022197, 0.571139455, -0.00759600196, 0.99619478, -0.0868235677, -0.573830128, 0.066764839, 0.816248417),i)
  193.                 headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 0.573576868, 0, 0.819151819, 0, 1, 0, -0.819151819, 0, 0.573576868),i)
  194.                 humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.64278698, 0, 0.766044974, 0, 1, 0, -0.766044974, 0, 0.64278698):inverse(),i)
  195.                 llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.696961582, -1.9652704, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1),i)
  196.                 lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.95053422, 0.315465927, 0, 0.819151819, 0.573576868, 0, -0.573576868, 0.819151819, 0, 0, 0, 1),i)
  197.                 rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.01333892, 0.490593195, -1.01113009, 0.76604414, 0.642788053, 0, 0, 0, -1, -0.642788053, 0.76604414, 0),i)
  198.                 game:GetService("RunService").RenderStepped:wait()
  199.             end
  200.             torso.Anchored = false
  201.             for i = 0,1 , 0.03 do
  202.                 torso.CFrame = torso.CFrame:lerp(CFrame.new(torso.Position, game.Players.LocalPlayer.Character.Torso.Position),i)
  203.                 game:GetService("RunService").RenderStepped:wait()
  204.             end
  205.             local dedthmath = math.random(1,3)
  206.             if dedthmath == 2 then
  207.                 death:Play()
  208.                 wait(death.TimeLength / 12.1)
  209.             end
  210.             if dedthmath == 1 then
  211.                 mothabloxuh:Play()
  212.                 wait(mothabloxuh.TimeLength / 16)
  213.             end
  214.             if dedthmath == 3 then
  215.                 begone:Play()
  216.                 begone.TimePosition = 2
  217.                 wait(begone.TimeLength - 2.5)
  218.             end
  219.             Sound1:Play()
  220.             local foundhum = false
  221.             if humanoid.Parent:findFirstChild("HumanoidRootPart") then
  222.                 foundhum = true
  223.                 humclone = humanoid.Parent.HumanoidRootPart:Clone()
  224.                 humanoid.Parent.HumanoidRootPart:Remove()
  225.             end
  226.             for i = 0,0.7 , 0.08 do
  227.                 torso.CFrame = torso.CFrame:lerp(CFrame.new(torso.Position, game.Players.LocalPlayer.Character.Torso.Position),i)
  228.                 weld.C0 = weld.C0:lerp(CFrame.new(2.9636693, 0.650137901, -1.3644259, 0.643021107, -0.0616276413, -0.763365149, -0.00759599917, 0.99619478, -0.0868228301, 0.765811086, 0.061627429, 0.640106201),i)
  229.                 headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 0.573575795, 0, -0.819152772, 0, 1, 0, 0.819152772, 0, 0.573575795),i)
  230.                 humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.573576987, 0, 0.819151998, 0, 1, 0, -0.819151998, 0, 0.573576987),i)
  231.                 llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.696961582, -1.9652704, 0, 0.984807849, 0.173647985, 0, -0.173647985, 0.984807849, 0, 0, 0, 1),i)
  232.                 lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.09392834, 0.520254135, 0, 0.573575199, 0.819153309, 0, -0.81915313, 0.573575079, 0, 0, 0, 1.00000024),i)
  233.                 rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.85061085, 0.490592957, -0.371278524, 0.819152117, -0.573577046, 0, 0, 0, -1, 0.573577046, 0.819152117, 0),i)
  234.                 game:GetService("RunService").RenderStepped:wait()
  235.             end
  236.             Sound11:Play()
  237.             humanoid.PlatformStand = true
  238.                         local lshclone = humanoid.Parent.Torso["Left Shoulder"]:Clone()
  239.                         local rshclone = humanoid.Parent.Torso["Right Shoulder"]:Clone()
  240.                         local lhclone = humanoid.Parent.Torso["Left Hip"]:Clone()
  241.                         local rhclone = humanoid.Parent.Torso["Right Hip"]:Clone()
  242.                         local leftarm = humanoid.Parent["Left Arm"]
  243.                         local rightrm = humanoid.Parent["Right Arm"]
  244.                         local leftleg = humanoid.Parent["Left Leg"]
  245.                         local rightleg = humanoid.Parent["Right Leg"]
  246.                         humanoid.Parent.Torso["Left Hip"]:destroy()
  247.                         local head = humanoid.Parent.Head
  248.                         local glue = Instance.new("Glue", humanoid.Parent.Torso)
  249.                         glue.Part0 = humanoid.Parent.Torso
  250.                         glue.Part1 = leftleg
  251.                         glue.Name = "Left leg"
  252.                         local collider = Instance.new("Part", leftleg)
  253.                         collider.Position = Vector3.new(0,999,0)
  254.                         collider.Size = Vector3.new(1.5, 1, 1)
  255.                         collider.Shape = "Cylinder"
  256.                         local welad = Instance.new("Weld", collider)
  257.                         welad.Part0 = leftleg
  258.                         welad.Part1 = collider
  259.                         welad.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  260.                         collider.TopSurface = "Smooth"
  261.                         collider.BottomSurface = "Smooth"
  262.                         collider.formFactor = "Symmetric"
  263.                         glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  264.                         glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  265.                         collider.Transparency = 1
  266.                         ------------
  267.                         humanoid.Parent.Torso["Right Hip"]:destroy()
  268.                         local glue1 = Instance.new("Glue", humanoid.Parent.Torso)
  269.                         glue1.Part0 = humanoid.Parent.Torso
  270.                         glue1.Part1 = rightleg
  271.                         glue1.Name = "Right leg"
  272.                         local collider1 = Instance.new("Part", rightleg)
  273.                         collider1.Position = Vector3.new(0,9999,0)
  274.                         collider1.Size = Vector3.new(1.5, 1, 1)
  275.                         collider1.Shape = "Cylinder"
  276.                         local weld1 = Instance.new("Weld", collider1)
  277.                         weld1.Part0 = rightleg
  278.                         weld1.Part1 = collider1
  279.                         weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  280.                         collider1.TopSurface = "Smooth"
  281.                         collider1.BottomSurface = "Smooth"
  282.                         collider1.formFactor = "Symmetric"
  283.                         glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  284.                         glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  285.                         collider1.Transparency = 1
  286.                         ------------
  287.                         humanoid.Parent.Torso["Right Shoulder"]:destroy()
  288.                         local glue11 = Instance.new("Glue", humanoid.Parent.Torso)
  289.                         glue11.Part0 = humanoid.Parent.Torso
  290.                         glue11.Part1 = rightrm
  291.                         glue11.Name = "Right shoulder"
  292.                         local collider11 = Instance.new("Part", rightrm)
  293.                         collider11.Position = Vector3.new(0,9999,0)
  294.                         collider11.Size = Vector3.new(1.8,1,1)
  295.                         collider11.Shape = "Cylinder"
  296.                         local weld11 = Instance.new("Weld", collider11)
  297.                         weld11.Part0 = rightrm
  298.                         weld11.Part1 = collider11
  299.                         weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  300.                         collider11.TopSurface = "Smooth"
  301.                         collider11.BottomSurface = "Smooth"
  302.                         collider11.formFactor = "Symmetric"
  303.                         glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  304.                         glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  305.                         collider11.Transparency = 1
  306.                         ------------
  307.                         humanoid.Parent.Torso["Left Shoulder"]:destroy()
  308.                         local glue111 = Instance.new("Glue", humanoid.Parent.Torso)
  309.                         glue111.Part0 = humanoid.Parent.Torso
  310.                         glue111.Part1 = leftarm
  311.                         glue111.Name = "Left shoulder"
  312.                         local collider111 = Instance.new("Part", leftarm)
  313.                         collider111.Position = Vector3.new(0,9999,0)
  314.                         collider111.Size = Vector3.new(1.5, 1, 1)
  315.                         collider111.Shape = "Cylinder"
  316.                         local weld111 = Instance.new("Weld", collider111)
  317.                         weld111.Part0 = leftarm
  318.                         weld111.Part1 = collider111
  319.                         weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  320.                         collider111.TopSurface = "Smooth"
  321.                         collider111.BottomSurface = "Smooth"
  322.                         collider111.formFactor = "Symmetric"
  323.                         glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  324.                         glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  325.                         collider111.Transparency = 1
  326.                         -----------------
  327.                         wait(1)
  328.                         Sound1:Stop()
  329.                         for i = 0,1 , 0.03 do
  330.                             weld.C0 = weld.C0:lerp(CFrame.new(0.78007102, -1.2894789, -0.0375933647, 1, 0, 0, 0, 0.258818984, 0.965925872, 0, -0.965925872, 0.258818984) * CFrame.new(0.3,0,0),i)
  331.                             headweld.C0 = headweld.C0:lerp(CFrame.new(0,1.5,0),i)
  332.                             humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0):inverse(),i)
  333.                             llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0),i)
  334.                             lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
  335.                             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)
  336.                             game:GetService("RunService").RenderStepped:wait()
  337.                         end
  338.                         humanoid.Health = humanoid.Health - 12
  339.                         plrhum.WalkSpeed = 16
  340.                         plrhum.JumpPower = 50
  341.                         humanoidrootpart:destroy()
  342.                         rlegweld:destroy()
  343.                         llegweld:destroy()
  344.                         lhandweld:destroy()
  345.                         rhandweld:destroy()
  346.                         headweld:destroy()
  347.                         heed.Parent = game.Players.LocalPlayer.Character.Torso
  348.                         rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  349.                         lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  350.                         rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
  351.                         llegclone.Parent = game.Players.LocalPlayer.Character.Torso
  352.                         rlegclone.Parent = game.Players.LocalPlayer.Character.Torso
  353.                         using = false
  354.                         for i = 1,500 do
  355.                             for i,v in pairs(humanoid.Parent:GetChildren()) do
  356.                                 if v.ClassName == "LocalScript" or v.ClassName == "Script" then
  357.                                     v.Disabled = true
  358.                                 end
  359.                             end
  360.                             wait()
  361.                         end
  362.                         for i,v in pairs(humanoid.Parent:GetChildren()) do
  363.                             if v.ClassName == "LocalScript" or v.ClassName == "Script" then
  364.                                 v.Disabled = false
  365.                             end
  366.                         end
  367.                         lshclone.Parent = humanoid.Parent.Torso
  368.                         glue:destroy()
  369.                         rshclone.Parent = humanoid.Parent.Torso
  370.                         glue1:destroy()
  371.                         lhclone.Parent = humanoid.Parent.Torso
  372.                         glue11:destroy()
  373.                         rhclone.Parent = humanoid.Parent.Torso
  374.                         glue111:destroy()
  375.                         collider:destroy()
  376.                         collider1:destroy()
  377.                         collider11:destroy()
  378.                         collider111:destroy()
  379.                         humanoid.PlatformStand = false
  380.                         humanoid.WalkSpeed = 16
  381.                         humanoid.JumpPower = 50
  382.                         if foundhum then
  383.                             humclone.Parent = humanoid.Parent
  384.                         end
  385.         end
  386.     end
  387. end
  388. mouse.Button1Down:connect(tase)
  389. while true do
  390.     wait()
  391.     if Sound11.Parent == nil then
  392.         Sound11.Parent = Part0
  393.     end
  394.     if Sound1.Parent == nil then
  395.         Sound1.Parent = Part0
  396.     end
  397.     if mothabloxuh.Parent == nil then
  398.         mothabloxuh.Parent = game.Players.LocalPlayer.Character.Head
  399.     end
  400.     if begone.Parent == nil then
  401.         begone.Parent = game.Players.LocalPlayer.Character.Head
  402.     end
  403.     if death.Parent == nil then
  404.         death.Parent = game.Players.LocalPlayer.Character.Head
  405.     end
  406. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement