Advertisement
Dark_EccentricYT

Untitled

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