Advertisement
num6456

Untitled

May 18th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. wait(1)
  2. --noob--
  3. local Player = game:GetService("Players").localPlayer
  4. local Character = Player.Character
  5. local Humanoid = Character:FindFirstChildOfClass("Humanoid")
  6. local Mouse = Player:GetMouse()
  7. local LeftArm = Character["Left Arm"]
  8. local RightArm = Character["Right Arm"]
  9. local LeftLeg = Character["Left Leg"]
  10. local RightLeg = Character["Right Leg"]
  11. local Head = Character.Head
  12. local Torso = Character.Torso
  13. local Camera = workspace.CurrentCamera
  14. local RootPart = Character.HumanoidRootPart
  15. local RootJoint = RootPart.RootJoint
  16. local attack = false
  17. local Anim = 'Idle'
  18. local attacktype = 1
  19. local delays = false
  20. local play = true
  21. local targetted = nil
  22. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  23. local velocity = RootPart.Velocity.y
  24. local sine = 0
  25. local change = 1
  26. local doe = 0
  27. local Create = LoadLibrary("RbxUtility").Create
  28. for i,v in pairs(Character:children()) do
  29. if v:IsA("Hat") then
  30. v:Destroy()
  31. end
  32. end
  33. for i,v in pairs(Character:children()) do
  34. if v:IsA("Accessory") then
  35. v:Destroy()
  36. end
  37. end
  38. for i,v in pairs(Character:children()) do
  39. if v:IsA("Clothing") then
  40. v:Destroy()
  41. end
  42. end
  43. for i,v in pairs(Character:children()) do
  44. if v:IsA("Accoutrement") then
  45. v:Destroy()
  46. end
  47. end
  48. Head.face.Texture = "rbxassetid://459924806"
  49. spawn(function()
  50. while wait() do
  51. Head.BrickColor = BrickColor.new("Bright yellow")
  52. RightArm.BrickColor = BrickColor.new("Bright yellow")
  53. LeftArm.BrickColor = BrickColor.new("Bright yellow")
  54. Torso.BrickColor = BrickColor.new("Bright blue")
  55. RightLeg.BrickColor = BrickColor.new("Br. yellowish green")
  56. LeftLeg.BrickColor = BrickColor.new("Br. yellowish green")
  57. end
  58. end)
  59. --noob--
  60.  
  61. --By Rufus14
  62. mouse = game.Players.LocalPlayer:GetMouse()
  63. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  64. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  65. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  66. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  67. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  68. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  69. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  70. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  71. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  72. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  73. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  74. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  75. local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  76. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  77. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  78. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  79. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  80. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  81. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  82. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  83. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  84. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  85. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  86. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  87. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  88. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  89. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  90. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  91. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  92. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  93. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  94. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  95. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  96. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  97. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  98. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  99. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
  100. game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  101. Sound0 = Instance.new("Sound")
  102. Sound0.Volume = 5
  103. Sound0.Parent = game.Players.LocalPlayer.Character.Head
  104. Sound0.SoundId = "rbxassetid://426729010"
  105. Sound0.Looped = true
  106. Sound0:Play()
  107. canwalk = true
  108. howmuch = 0
  109. hittd = false
  110. function change(key)
  111. if key == "w" or key == "a" or key == "s" or key == "d" then
  112. howmuch = howmuch + 1
  113. end
  114. end
  115. function otherchange(key)
  116. if key == "w" or key == "a" or key == "s" or key == "d" then
  117. howmuch = howmuch - 1
  118. end
  119. end
  120. mouse.KeyDown:connect(change)
  121. mouse.KeyUp:connect(otherchange)
  122. --By Rufus14
  123. mouse = game.Players.LocalPlayer:GetMouse()
  124. using = false
  125. hittd = false
  126. --Converted with ttyyuu12345's model to script plugin v4
  127. local txtfag = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  128. txtfag.Adornee = suckadick
  129. txtfag.Name = "kys nigga"
  130. txtfag.Size = UDim2.new(2, 0, 1.2, 0)
  131. txtfag.StudsOffset = Vector3.new(-5, 3, 0)
  132. local textfag = Instance.new("TextLabel", txtfag)
  133. textfag.Size = UDim2.new(6, 0, 1, 0)
  134. textfag.FontSize = "Size8"
  135. textfag.TextScaled = true
  136. textfag.TextTransparency = 0
  137. textfag.BackgroundTransparency = 1
  138. textfag.TextTransparency = 0
  139. textfag.TextStrokeTransparency = 0
  140. textfag.Font = "Cartoon"
  141. textfag.TextStrokeColor3 = Color3.new(5, 1, 0)
  142. v = Instance.new("Part")
  143. v.Name = "ColorBrick"
  144. v.Parent = part
  145. v.FormFactor = "Symmetric"
  146. v.Anchored = true
  147. v.CanCollide = false
  148. v.BottomSurface = "Smooth"
  149. v.TopSurface = "Smooth"
  150. v.Size = Vector3.new(10, 5, 3)
  151. v.Transparency = 0.7
  152. v.BrickColor = game.Players.LocalPlayer.Character.Torso.BrickColor
  153. v.Transparency = 1
  154. textfag.TextColor3 = v.BrickColor.Color
  155. textfag.TextStrokeColor3 = Color3.new(0, 0, 0)
  156. v.Shape = "Block"
  157. textfag.Text = "Script By Rufus14"
  158. wait(2)
  159. textfag.Text = "GiVe Me coOkiD"
  160. wait(0.3)
  161. textfag.Text = game.Players.LocalPlayer.Character.Name.." The Brutal Anti-Pro"
  162. function sandbox(var,func)
  163. local env = getfenv(func)
  164. local newenv = setmetatable({},{
  165. __index = function(self,k)
  166. if k=="script" then
  167. return var
  168. else
  169. return env[k]
  170. end
  171. end,
  172. })
  173. setfenv(func,newenv)
  174. return func
  175. end
  176. cors = {}
  177. mas = Instance.new("Model",game:GetService("Lighting"))
  178. Model0 = Instance.new("Model")
  179. Part1 = Instance.new("Part")
  180. Weld2 = Instance.new("Weld")
  181. Part3 = Instance.new("Part")
  182. Decal4 = Instance.new("Decal")
  183. Decal5 = Instance.new("Decal")
  184. Model0.Name = "Flagloldiefurshits"
  185. Model0.Parent = mas
  186. Part1.Name = "Stick"
  187. Part1.Parent = Model0
  188. Part1.Material = Enum.Material.Wood
  189. Part1.BrickColor = BrickColor.new("Dark orange")
  190. Part1.Rotation = Vector3.new(0, 0, 126)
  191. Part1.Shape = Enum.PartType.Cylinder
  192. Part1.Size = Vector3.new(5.71999931, 0.319999993, 0.839999914)
  193. Part1.CFrame = CFrame.new(-11.7340431, 3.40531874, -51.7842827, -0.58777535, -0.809025586, 0, 0.809025586, -0.58777535, 0, 0, 0, 1)
  194. Part1.BottomSurface = Enum.SurfaceType.Smooth
  195. Part1.TopSurface = Enum.SurfaceType.Smooth
  196. Part1.Color = Color3.new(0.627451, 0.372549, 0.207843)
  197. Part1.Position = Vector3.new(-11.7340431, 3.40531874, -51.7842827)
  198. Part1.Orientation = Vector3.new(0, 0, 126)
  199. Part1.Color = Color3.new(0.627451, 0.372549, 0.207843)
  200. Weld2.Parent = Part1
  201. Weld2.C0 = CFrame.new(1.73310661, 1.69616222, 0.00998687744, -2.56299973e-06, 1.00000119, 0, -1.00000119, -2.56299973e-06, 0, 0, 0, 1)
  202. Weld2.Part0 = Part1
  203. Weld2.Part1 = Part3
  204. Part3.Name = "Flag"
  205. Part3.Parent = Model0
  206. Part3.BrickColor = BrickColor.new("Really black")
  207. Part3.Rotation = Vector3.new(0, 0, 36)
  208. Part3.Size = Vector3.new(3.32999945, 2.10000038, 0.0700000003)
  209. Part3.CFrame = CFrame.new(-14.124959, 3.81048417, -51.7742958, 0.809026122, -0.587772548, 0, 0.587772548, 0.809026122, 0, 0, 0, 1)
  210. Part3.BottomSurface = Enum.SurfaceType.Smooth
  211. Part3.Color = Color3.new(0, 0, 0)
  212. Part3.Position = Vector3.new(-14.124959, 3.81048417, -51.7742958)
  213. Part3.Orientation = Vector3.new(0, 0, 36)
  214. Part3.Color = Color3.new(0, 0, 0)
  215. Decal4.Parent = Part3
  216. Decal4.Texture = "rbxassetid://1459924806"
  217. Decal5.Name = "Decal1"
  218. Decal5.Parent = Part3
  219. Decal5.Texture = "rbxassetid://459924806"
  220. Decal5.Face = Enum.NormalId.Back
  221. for i,v in pairs(mas:GetChildren()) do
  222. v.Parent = game:GetService("Players").LocalPlayer.Character
  223. pcall(function() v:MakeJoints() end)
  224. end
  225. mas:Destroy()
  226. for i,v in pairs(cors) do
  227. spawn(function()
  228. pcall(v)
  229. end)
  230. end
  231. weld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  232. weld.Part0 = game.Players.LocalPlayer.Character.Torso
  233. weld.Part1 = Part1
  234. weld.C0 = CFrame.new(-0.244045258, 0.405305624, 0.555713654, -0.58777535, -0.809025586, -5.23747954e-22, 0.809025586, -0.58777535, 3.13253081e-22, -5.61275872e-22, -2.39603033e-22, 1)
  235. local punch = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"])
  236. punch.Volume = 3
  237. punch.SoundId = "rbxassetid://131237241"
  238. punch.TimePosition = 0
  239. local FILTHYPRANK = Instance.new("Sound", game.Players.LocalPlayer.Character["Head"])
  240. FILTHYPRANK.Volume = 10
  241. FILTHYPRANK.SoundId = "rbxassetid://676845644"
  242. FILTHYPRANK.TimePosition = 3.6
  243. local thunder = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"])
  244. thunder.Volume = 3
  245. thunder.SoundId = "rbxassetid://130818250"
  246. thunder.TimePosition = 0.4
  247. local meme = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"])
  248. meme.Volume = 3
  249. meme.SoundId = "rbxassetid://138677306"
  250. local gore = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"])
  251. gore.Volume = 4
  252. gore.SoundId = "rbxassetid://429400881"
  253. gore.TimePosition = 0
  254. canbefps = false
  255. function switchfps(key)
  256. key = key:lower()
  257. if key == "z" then
  258. if canbefps then
  259. canbefps = false
  260. else
  261. canbefps = true
  262. end
  263. end
  264. end
  265. mouse.KeyDown:connect(switchfps)
  266. function fps()
  267. if canbefps then
  268. workspace.CurrentCamera.CFrame = game.Players.LocalPlayer.Character.Head.CFrame * CFrame.new(0,0,-0.9)
  269. end
  270. end
  271. game:GetService("RunService").RenderStepped:connect(fps)
  272. function tentaclekick(key)
  273. if key == "f" and not using then
  274. using = true
  275. canwalk = false
  276. for i = 0,0.7 , 0.05 do
  277. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.97511852, -0.684444427, 1, 7.09343726e-27, -1.96394811e-26, -1.65597681e-26, 0.829041839, -0.55919075, 1.19149551e-26, 0.55919075, 0.829041839),i)
  278. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.69545364, 1.02498245, 1, 8.33037116e-27, -8.30512761e-27, 1.84277907e-27, 0.587786973, 0.809019029, 1.17634938e-26, -0.809019029, 0.587786973),i)
  279. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.50000048, 0.150976658, -0.603237152, 1, -3.70407732e-22, -4.55732897e-22, -2.65674116e-22, 0.406738937, -0.913547099, 5.23749266e-22, 0.913547099, 0.406738907),i)
  280. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.150976658, -0.603237152, 1, -3.70407732e-22, -4.55732897e-22, -2.65674116e-22, 0.406738937, -0.913547099, 5.23749266e-22, 0.913547099, 0.406738907),i)
  281. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 1.80491375e-26, -5.65455497e-27, -1.84277907e-26, 0.866028428, -0.499996245, -4.08945493e-27, 0.499996245, 0.866028428):inverse(),i)
  282. game:GetService("RunService").RenderStepped:wait()
  283. end
  284. FILTHYPRANK.TimePosition = 3.8
  285. FILTHYPRANK:Play()
  286. wait(0.6)
  287. local sensoryee = Instance.new("Part", game.Players.LocalPlayer.Character["Right Leg"])
  288. sensoryee.Size = Vector3.new(1,1,1)
  289. sensoryee.CanCollide = false
  290. sensoryee.Transparency = 0
  291. sensoryee:BreakJoints()
  292. local weldsensor = Instance.new("Weld", sensoryee)
  293. weldsensor.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  294. weldsensor.Part1 = sensoryee
  295. weldsensor.C0 = weldsensor.C0 * CFrame.new(0,-0.5,0)
  296. local function tentacleshot(part)
  297. sensoryee:destroy()
  298. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  299. if humanoid then
  300. local canscan = true
  301. for i,v in pairs(humanoid.Parent:GetChildren()) do
  302. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  303. if v:findFirstChild("Handle") then
  304. if v.Handle:findFirstChild("Mesh") then
  305. if canscan and v.Handle.Mesh.MeshId == "rbxassetid://188699722" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=188699722" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=170939831" or v.Handle.Mesh.MeshId == "rbxassetid://170939831" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=135446047" or v.Handle.Mesh.MeshId == "rbxassetid://135446047" or v.Handle.Mesh.MeshId == "rbxassetid://335037790" or v.Handle.Mesh.MeshId == "rbxassetid://361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=1374148" or v.Handle.Mesh.MeshId == "rbxassetid://1374148" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Handle.Mesh.MeshId == "rbxassetid://112495973" or v.Name == "FoxTail" or v.Name == "Zootopia_FoxEars" or v.Name == "FurryCatTail" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Name == "ArcticFoxHead" then
  306. canscan = false
  307. hittd = true
  308. local furfaggrowl = Instance.new("Sound", humanoid.Parent.Head)
  309. furfaggrowl.SoundId = "rbxassetid://534269232"
  310. furfaggrowl.Volume = 7
  311. furfaggrowl:Play()
  312. punch:Play()
  313. local rhandclone = humanoid.Parent.Torso["Right Shoulder"]:Clone()
  314. local rhandweld = Instance.new("Weld", humanoid.Parent.Torso)
  315. rhandweld.Part0 = humanoid.Parent.Torso
  316. rhandweld.Part1 = humanoid.Parent["Right Arm"]
  317. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  318. local lhandweld = Instance.new("Weld", humanoid.Parent.Torso)
  319. lhandweld.Part0 = humanoid.Parent.Torso
  320. lhandweld.Part1 = humanoid.Parent["Left Arm"]
  321. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  322. local llegclone = humanoid.Parent.Torso["Left Hip"]:Clone()
  323. local llegweld = Instance.new("Weld", humanoid.Parent.Torso)
  324. llegweld.Part0 = humanoid.Parent.Torso
  325. llegweld.Part1 = humanoid.Parent["Left Leg"]
  326. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  327. local rlegclone = humanoid.Parent.Torso["Right Hip"]:Clone()
  328. local rlegweld = Instance.new("Weld", humanoid.Parent.Torso)
  329. rlegweld.Part0 = humanoid.Parent.Torso
  330. rlegweld.Part1 = humanoid.Parent["Right Leg"]
  331. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  332. local rootjointclone = humanoid.Parent.HumanoidRootPart.RootJoint:Clone()
  333. local humanoidrootpart = Instance.new("Weld", humanoid.Parent.Torso)
  334. humanoidrootpart.Part0 = humanoid.Parent.HumanoidRootPart
  335. humanoidrootpart.Part1 = humanoid.Parent.Torso
  336. local heed = humanoid.Parent.Torso["Neck"]:Clone()
  337. local headweld = Instance.new("Weld", humanoid.Parent.Torso)
  338. headweld.Part0 = humanoid.Parent.Torso
  339. headweld.Part1 = humanoid.Parent.Head
  340. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  341. for i = 0,0.7 , 0.07 do
  342. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.44868422, -0.453197479, 1, -1.21169035e-27, -1.77209714e-26, 9.14779977e-27, 0.898803353, 0.438370585, 1.58529488e-26, -0.438370407, 0.898803115),i)
  343. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.74549341, -0.405010223, 1, 9.08231085e-23, -5.80211714e-22, -2.65675327e-22, 0.951063275, -0.309020281, 5.23751791e-22, 0.309020311, 0.951063037),i)
  344. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -2.04146266, 0.317977905, 1, 2.83790199e-22, -5.14157122e-22, -2.65675327e-22, 0.999398291, 0.0348992832, 5.23751791e-22, -0.0348991863, 0.999398053),i)
  345. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.610451698, -0.249120951, -0.451892853, 0.743151546, -0.374165177, -0.554731011, 2.00528552e-06, 0.82904911, -0.559189737, 0.669127941, 0.415561259, 0.616110206),i)
  346. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.849339485, -0.124854803, -0.655277252, 0.559177101, 0.337202102, 0.757374227, 0.0866425484, 0.884781837, -0.457896292, -0.824514329, 0.321665913, 0.465533555),i)
  347. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -1.90734863e-06, 0, 1, 3.5038046e-26, -5.8766982e-26, -1.03372333e-26, 0.927190065, 0.374597758, 6.76022241e-26, -0.374597758, 0.927190006),i)
  348. game:GetService("RunService").RenderStepped:wait()
  349. end
  350. wait(6)
  351. humanoid.Parent:BreakJoints()
  352. end
  353. end
  354. end
  355. end
  356. end
  357. end
  358. end
  359. sensoryee.Touched:connect(tentacleshot)
  360. for i = 0,0.7 , 0.07 do
  361. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.84595358, 0.746810913, 1, -6.61380983e-27, 1.04154883e-25, -4.31315925e-26, 0.882951677, 0.469469398, -9.49662312e-26, -0.469469309, 0.882951558),i)
  362. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.43540072, -1.26526642, 1, 2.01948392e-28, -3.07592644e-26, -2.91971503e-26, 0.309028178, -0.951055586, 9.39060022e-27, 0.951055467, 0.309028089),i)
  363. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.50000048, 0.15097785, 0.536071777, 1, 5.85133651e-22, 5.01299648e-23, -2.65674166e-22, 0.374605715, 0.927186906, 5.23749266e-22, -0.927186787, 0.374605745),i)
  364. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.15097785, 0.536071777, 1, 5.85133651e-22, 5.01299648e-23, -2.65674166e-22, 0.374605715, 0.927186906, 5.23749266e-22, -0.927186787, 0.374605745),i)
  365. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -1.90734863e-06, 0, 1, 3.5038046e-26, -5.8766982e-26, -1.03372333e-26, 0.927190065, 0.374597758, 6.76022241e-26, -0.374597758, 0.927190006):inverse(),i)
  366. game:GetService("RunService").RenderStepped:wait()
  367. end
  368. wait(0.2)
  369. sensoryee:destroy()
  370. FILTHYPRANK:Stop()
  371. canwalk = true
  372. using = false
  373. end
  374. end
  375. mouse.KeyDown:connect(tentaclekick)
  376. function attacc(key)
  377. key = key:lower()
  378. if key == "r" and not using then
  379. using = true
  380. canwalk = false
  381. for i = 0,1 , 0.02 do
  382. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  383. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  384. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.72260725, 0.385421276, 0, 0.865490794, 0.500013113, 0.0302087422, 0.499708682, -0.866017878, 0.0174446627, 0.0348838717, -2.62477647e-06, -0.999391317),i)
  385. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.34390306, 0.174765587, -0.502760172, 0.953806698, 0.298583031, 0.0331806801, -0.0622573979, 0.304501295, -0.950475156, -0.293899328, 0.904503822, 0.309024394),i)
  386. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.139189512, 1.09557003e-26, -0.990273237, -1.2369339e-27, 1, 1.11828922e-26, 0.990273237, 9.87653853e-28, 0.139189512),i)
  387. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.469474792, 3.65180045e-27, 0.882945895, -1.41359339e-27, 1, -3.38430072e-27, -0.882945895, 3.40717422e-28, 0.469474792),i)
  388. game:GetService("RunService").RenderStepped:wait()
  389. end
  390. canwalk = false
  391. armcanattack = true
  392. for i = 0,1 , 0.1 do
  393. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  394. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  395. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.14573121, 0.310893774, -0.014090538, -0.173835039, 0.984309137, 0.0302081201, 0.984702349, 0.173369259, 0.0174435899, 0.0119327214, 0.0327783301, -0.999389052),i)
  396. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.96523237, 0.455781698, -0.50786829, 0.481259376, -0.872816563, -0.0810915679, -0.0850538537, 0.0455768034, -0.995333314, 0.872439504, 0.485910654, -0.0523021407),i)
  397. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.309020996, -9.73868278e-27, 0.951055288, -1.41867004e-26, 1, 1.48494745e-26, -0.951055288, -1.80811326e-26, 0.309020996),i)
  398. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.207920238, 1.15615454e-26, -0.978142679, -1.08547261e-27, 1, 9.90178208e-27, 0.978142679, -2.77679039e-27, 0.207920238),i)
  399. game:GetService("RunService").RenderStepped:wait()
  400. end
  401. local function touched(part)
  402. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  403. if humanoid and armcanattack then
  404. canwalk = false
  405. hittd = true
  406. punch:Play()
  407. armcanattack = false
  408. humanoid.WalkSpeed = 0
  409. humanoid.JumpPower = 0
  410. for i = 1,5 do
  411. canwalk = false
  412. local punchclone = punch:Clone()
  413. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  414. punchclone:Play()
  415.  
  416. for i = 0,1 , 0.2 do
  417. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  418. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  419. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.14573121, 0.310893774, -0.014090538, -0.173835039, 0.984309137, 0.0302081201, 0.984702349, 0.173369259, 0.0174435899, 0.0119327214, 0.0327783301, -0.999389052),i)
  420. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.96523237, 0.455781698, -0.50786829, 0.481259376, -0.872816563, -0.0810915679, -0.0850538537, 0.0455768034, -0.995333314, 0.872439504, 0.485910654, -0.0523021407),i)
  421. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.309020996, -9.73868278e-27, 0.951055288, -1.41867004e-26, 1, 1.48494745e-26, -0.951055288, -1.80811326e-26, 0.309020996),i)
  422. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.207920238, 1.15615454e-26, -0.978142679, -1.08547261e-27, 1, 9.90178208e-27, 0.978142679, -2.77679039e-27, 0.207920238),i)
  423. game:GetService("RunService").RenderStepped:wait()
  424. end
  425. local punchclone = punch:Clone()
  426. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  427. punchclone:Play()
  428.  
  429. for i = 0,1 , 0.2 do
  430. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  431. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  432. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.17093325, 0.566676855, -0.588714123, 0.326090425, 0.945334494, 0.00191744766, 0.0820002183, -0.0262649618, -0.996286333, -0.941772997, 0.325036645, -0.0860823616),i)
  433. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.03311968, 0.461995363, -0.38648963, 0.618004739, -0.781325519, -0.0871556699, 0.618887961, 0.551870644, -0.558942437, 0.484814674, 0.291489393, 0.824611425),i)
  434. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.139189512, 1.09557003e-26, -0.990273237, -1.2369339e-27, 1, 1.11828922e-26, 0.990273237, 9.87653853e-28, 0.139189512),i)
  435. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.469474792, 3.65180045e-27, 0.882945895, -1.41359339e-27, 1, -3.38430072e-27, -0.882945895, 3.40717422e-28, 0.469474792),i)
  436. game:GetService("RunService").RenderStepped:wait()
  437. end
  438. local punchclone = punch:Clone()
  439. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  440. punchclone:Play()
  441.  
  442. end
  443. for i = 1,5 do
  444. canwalk = false
  445. local punchclone = punch:Clone()
  446. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  447. punchclone:Play()
  448.  
  449. for i = 0,1 , 0.35 do
  450. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  451. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  452. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.14573121, 0.310893774, -0.014090538, -0.173835039, 0.984309137, 0.0302081201, 0.984702349, 0.173369259, 0.0174435899, 0.0119327214, 0.0327783301, -0.999389052),i)
  453. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.96523237, 0.455781698, -0.50786829, 0.481259376, -0.872816563, -0.0810915679, -0.0850538537, 0.0455768034, -0.995333314, 0.872439504, 0.485910654, -0.0523021407),i)
  454. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.309020996, -9.73868278e-27, 0.951055288, -1.41867004e-26, 1, 1.48494745e-26, -0.951055288, -1.80811326e-26, 0.309020996),i)
  455. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.207920238, 1.15615454e-26, -0.978142679, -1.08547261e-27, 1, 9.90178208e-27, 0.978142679, -2.77679039e-27, 0.207920238),i)
  456. game:GetService("RunService").RenderStepped:wait()
  457. end
  458. local punchclone = punch:Clone()
  459. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  460. punchclone:Play()
  461.  
  462. for i = 0,1 , 0.35 do
  463. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  464. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  465. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.17093325, 0.566676855, -0.588714123, 0.326090425, 0.945334494, 0.00191744766, 0.0820002183, -0.0262649618, -0.996286333, -0.941772997, 0.325036645, -0.0860823616),i)
  466. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.03311968, 0.461995363, -0.38648963, 0.618004739, -0.781325519, -0.0871556699, 0.618887961, 0.551870644, -0.558942437, 0.484814674, 0.291489393, 0.824611425),i)
  467. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.139189512, 1.09557003e-26, -0.990273237, -1.2369339e-27, 1, 1.11828922e-26, 0.990273237, 9.87653853e-28, 0.139189512),i)
  468. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.469474792, 3.65180045e-27, 0.882945895, -1.41359339e-27, 1, -3.38430072e-27, -0.882945895, 3.40717422e-28, 0.469474792),i)
  469. game:GetService("RunService").RenderStepped:wait()
  470. end
  471. local punchclone = punch:Clone()
  472. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  473. punchclone:Play()
  474.  
  475. end
  476. for i = 1,5 do
  477. local punchclone = punch:Clone()
  478. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  479. punchclone:Play()
  480.  
  481. for i = 0,1 , 0.4 do
  482. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  483. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  484. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.14573121, 0.310893774, -0.014090538, -0.173835039, 0.984309137, 0.0302081201, 0.984702349, 0.173369259, 0.0174435899, 0.0119327214, 0.0327783301, -0.999389052),i)
  485. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.96523237, 0.455781698, -0.50786829, 0.481259376, -0.872816563, -0.0810915679, -0.0850538537, 0.0455768034, -0.995333314, 0.872439504, 0.485910654, -0.0523021407),i)
  486. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.309020996, -9.73868278e-27, 0.951055288, -1.41867004e-26, 1, 1.48494745e-26, -0.951055288, -1.80811326e-26, 0.309020996),i)
  487. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.207920238, 1.15615454e-26, -0.978142679, -1.08547261e-27, 1, 9.90178208e-27, 0.978142679, -2.77679039e-27, 0.207920238),i)
  488. game:GetService("RunService").RenderStepped:wait()
  489. end
  490. local punchclone = punch:Clone()
  491. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  492. punchclone:Play()
  493.  
  494. for i = 0,1 , 0.4 do
  495. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  496. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  497. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.17093325, 0.566676855, -0.588714123, 0.326090425, 0.945334494, 0.00191744766, 0.0820002183, -0.0262649618, -0.996286333, -0.941772997, 0.325036645, -0.0860823616),i)
  498. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.03311968, 0.461995363, -0.38648963, 0.618004739, -0.781325519, -0.0871556699, 0.618887961, 0.551870644, -0.558942437, 0.484814674, 0.291489393, 0.824611425),i)
  499. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.139189512, 1.09557003e-26, -0.990273237, -1.2369339e-27, 1, 1.11828922e-26, 0.990273237, 9.87653853e-28, 0.139189512),i)
  500. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.469474792, 3.65180045e-27, 0.882945895, -1.41359339e-27, 1, -3.38430072e-27, -0.882945895, 3.40717422e-28, 0.469474792),i)
  501. game:GetService("RunService").RenderStepped:wait()
  502. end
  503. local punchclone = punch:Clone()
  504. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  505. punchclone:Play()
  506.  
  507. end
  508. for i = 1,20 do
  509. local punchclone = punch:Clone()
  510. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  511. punchclone:Play()
  512.  
  513. for i = 0,1 , 0.4 do
  514. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  515. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  516. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.14573121, 0.310893774, -0.014090538, -0.173835039, 0.984309137, 0.0302081201, 0.984702349, 0.173369259, 0.0174435899, 0.0119327214, 0.0327783301, -0.999389052),i)
  517. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.96523237, 0.455781698, -0.50786829, 0.481259376, -0.872816563, -0.0810915679, -0.0850538537, 0.0455768034, -0.995333314, 0.872439504, 0.485910654, -0.0523021407),i)
  518. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.309020996, -9.73868278e-27, 0.951055288, -1.41867004e-26, 1, 1.48494745e-26, -0.951055288, -1.80811326e-26, 0.309020996),i)
  519. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.207920238, 1.15615454e-26, -0.978142679, -1.08547261e-27, 1, 9.90178208e-27, 0.978142679, -2.77679039e-27, 0.207920238),i)
  520. game:GetService("RunService").RenderStepped:wait()
  521. end
  522. local punchclone = punch:Clone()
  523. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  524. punchclone:Play()
  525.  
  526. for i = 0,1 , 0.4 do
  527. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  528. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  529. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.17093325, 0.566676855, -0.588714123, 0.326090425, 0.945334494, 0.00191744766, 0.0820002183, -0.0262649618, -0.996286333, -0.941772997, 0.325036645, -0.0860823616),i)
  530. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.03311968, 0.461995363, -0.38648963, 0.618004739, -0.781325519, -0.0871556699, 0.618887961, 0.551870644, -0.558942437, 0.484814674, 0.291489393, 0.824611425),i)
  531. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.139189512, 1.09557003e-26, -0.990273237, -1.2369339e-27, 1, 1.11828922e-26, 0.990273237, 9.87653853e-28, 0.139189512),i)
  532. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.469474792, 3.65180045e-27, 0.882945895, -1.41359339e-27, 1, -3.38430072e-27, -0.882945895, 3.40717422e-28, 0.469474792),i)
  533. game:GetService("RunService").RenderStepped:wait()
  534. end
  535. local punchclone = punch:Clone()
  536. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  537. punchclone:Play()
  538.  
  539. end
  540. armcanattack = false
  541. canwalk = true
  542. using = false
  543. humanoid.Parent:BreakJoints()
  544. local boom = Instance.new("Explosion", workspace)
  545. boom.Position = humanoid.Parent.Torso.Position
  546. boom.BlastRadius = 0.5
  547. local hitoof = Instance.new("Sound", humanoid.Parent.Head)
  548. hitoof.SoundId = "rbxassetid://771324077"
  549. hitoof.Volume = 3
  550. hitoof.TimePosition = 5.1
  551. hitoof:Play()
  552. local explosion = Instance.new("Sound", humanoid.Parent.Head)
  553. explosion.SoundId = "rbxassetid://130803364"
  554. explosion.Volume = 10
  555. explosion:Play()
  556. wait(1.5)
  557. explosion:Stop()
  558. hitoof:Stop()
  559. end
  560. end
  561. game.Players.LocalPlayer.Character["Right Arm"].Touched:connect(touched)
  562. armcanattack = false
  563. canwalk = true
  564. using = false
  565. end
  566. end
  567. mouse.KeyDown:connect(attacc)
  568. function kickthefurfag(key)
  569. if key == "g" and not using then
  570. using = true
  571. canwalk = false
  572. hittd = false
  573. local sensoryee1 = Instance.new("Part", game.Players.LocalPlayer.Character["Right Leg"])
  574. sensoryee1.Size = Vector3.new(1,1,1)
  575. sensoryee1.CanCollide = false
  576. sensoryee1.Transparency = 0
  577. sensoryee1:BreakJoints()
  578. local weldsensor = Instance.new("Weld", sensoryee1)
  579. weldsensor.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  580. weldsensor.Part1 = sensoryee1
  581. weldsensor.C0 = weldsensor.C0 * CFrame.new(0,-0.5,0)
  582. local function kicked(part)
  583. sensoryee1:destroy()
  584. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  585. if humanoid then
  586. --canbefps = true
  587. hittd = true
  588. humanoid.WalkSpeed = 0
  589. humanoid.JumpPower = 0
  590. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  591. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  592. punch:Play()
  593. wait(0.5)
  594. for i = 0,1 , 0.05 do
  595. headweld.C0 = headweld.C0:lerp(CFrame.new(0.0192918777, 1.54277778, -0.552471161, 0.999394238, 0.0267358776, -0.0224312302, -2.599965e-06, 0.642803192, 0.766039133, 0.0348992571, -0.765574396, 0.642409086),i)
  596. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.97511852, -0.684444427, 1, 7.09343726e-27, -1.96394811e-26, -1.65597681e-26, 0.829041839, -0.55919075, 1.19149551e-26, 0.55919075, 0.829041839),i)
  597. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.69545364, 1.02498245, 1, 8.33037116e-27, -8.30512761e-27, 1.84277907e-27, 0.587786973, 0.809019029, 1.17634938e-26, -0.809019029, 0.587786973),i)
  598. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.50000048, 0.150976658, -0.603237152, 1, -3.70407732e-22, -4.55732897e-22, -2.65674116e-22, 0.406738937, -0.913547099, 5.23749266e-22, 0.913547099, 0.406738907),i)
  599. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.150976658, -0.603237152, 1, -3.70407732e-22, -4.55732897e-22, -2.65674116e-22, 0.406738937, -0.913547099, 5.23749266e-22, 0.913547099, 0.406738907),i)
  600. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 1.80491375e-26, -5.65455497e-27, -1.84277907e-26, 0.866028428, -0.499996245, -4.08945493e-27, 0.499996245, 0.866028428):inverse(),i)
  601. game:GetService("RunService").RenderStepped:wait()
  602. end
  603. humanoid.Parent.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,-3)
  604. humanoid.Parent.Torso.CFrame = CFrame.new(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Torso.Position)
  605. wait(0.3)
  606. for i = 0,1 , 0.07 do
  607. headweld.C0 = headweld.C0:lerp(CFrame.new(0.0192918777, 1.54277778, -0.552471161, 0.999394238, 0.0267358776, -0.0224312302, -2.599965e-06, 0.642803192, 0.766039133, 0.0348992571, -0.765574396, 0.642409086),i)
  608. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.84595358, 0.746810913, 1, -6.61380983e-27, 1.04154883e-25, -4.31315925e-26, 0.882951677, 0.469469398, -9.49662312e-26, -0.469469309, 0.882951558),i)
  609. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.43540072, -1.26526642, 1, 2.01948392e-28, -3.07592644e-26, -2.91971503e-26, 0.309028178, -0.951055586, 9.39060022e-27, 0.951055467, 0.309028089),i)
  610. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.50000048, 0.15097785, 0.536071777, 1, 5.85133651e-22, 5.01299648e-23, -2.65674166e-22, 0.374605715, 0.927186906, 5.23749266e-22, -0.927186787, 0.374605745),i)
  611. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.15097785, 0.536071777, 1, 5.85133651e-22, 5.01299648e-23, -2.65674166e-22, 0.374605715, 0.927186906, 5.23749266e-22, -0.927186787, 0.374605745),i)
  612. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -1.90734863e-06, 0, 1, 3.5038046e-26, -5.8766982e-26, -1.03372333e-26, 0.927190065, 0.374597758, 6.76022241e-26, -0.374597758, 0.927190006):inverse(),i)
  613. game:GetService("RunService").RenderStepped:wait()
  614. end
  615. humanoid.Parent.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,-4)
  616. humanoid.Parent.Torso.CFrame = CFrame.new(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Torso.Position)
  617. --local rhandclonefur = humanoid.Parent.Torso["Right Shoulder"]:Clone()
  618. local rhandweldfur = Instance.new("Weld", humanoid.Parent.Torso)
  619. rhandweldfur.Part0 = humanoid.Parent.Torso
  620. rhandweldfur.Part1 = humanoid.Parent["Right Arm"]
  621. rhandweldfur.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  622. local lhandweldfur = Instance.new("Weld", humanoid.Parent.Torso)
  623. lhandweldfur.Part0 = humanoid.Parent.Torso
  624. lhandweldfur.Part1 = humanoid.Parent["Left Arm"]
  625. lhandweldfur.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  626. --local llegclone = humanoid.Parent.Torso["Left Hip"]:Clone()
  627. local llegweldfur = Instance.new("Weld", humanoid.Parent.Torso)
  628. llegweldfur.Part0 = humanoid.Parent.Torso
  629. llegweldfur.Part1 = humanoid.Parent["Left Leg"]
  630. llegweldfur.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  631. --local rlegclone = humanoid.Parent.Torso["Right Hip"]:Clone()
  632. local rlegweldfur = Instance.new("Weld", humanoid.Parent.Torso)
  633. rlegweldfur.Part0 = humanoid.Parent.Torso
  634. rlegweldfur.Part1 = humanoid.Parent["Right Leg"]
  635. rlegweldfur.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  636. --local rootjointclone = humanoid.Parent.HumanoidRootPart.RootJoint:Clone()
  637. local humanoidrootpartfur = Instance.new("Weld", humanoid.Parent.Torso)
  638. humanoidrootpartfur.Part0 = humanoid.Parent.HumanoidRootPart
  639. humanoidrootpartfur.Part1 = humanoid.Parent.Torso
  640. --local heed = humanoid.Parent.Torso["Neck"]:Clone()
  641. local headweldfur = Instance.new("Weld", humanoid.Parent.Torso)
  642. headweldfur.Part0 = humanoid.Parent.Torso
  643. headweldfur.Part1 = humanoid.Parent.Head
  644. headweldfur.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  645. for i = 0,0.7 , 0.07 do
  646. headweldfur.C0 = headweldfur.C0:lerp(CFrame.new(0, 1.44868422, -0.453197479, 1, -1.21169035e-27, -1.77209714e-26, 9.14779977e-27, 0.898803353, 0.438370585, 1.58529488e-26, -0.438370407, 0.898803115),i)
  647. llegweldfur.C0 = llegweldfur.C0:lerp(CFrame.new(-0.5, -1.74549341, -0.405010223, 1, 9.08231085e-23, -5.80211714e-22, -2.65675327e-22, 0.951063275, -0.309020281, 5.23751791e-22, 0.309020311, 0.951063037),i)
  648. rlegweldfur.C0 = rlegweldfur.C0:lerp(CFrame.new(0.5, -2.04146266, 0.317977905, 1, 2.83790199e-22, -5.14157122e-22, -2.65675327e-22, 0.999398291, 0.0348992832, 5.23751791e-22, -0.0348991863, 0.999398053),i)
  649. lhandweldfur.C0 = lhandweldfur.C0:lerp(CFrame.new(-0.610451698, -0.249120951, -0.451892853, 0.743151546, -0.374165177, -0.554731011, 2.00528552e-06, 0.82904911, -0.559189737, 0.669127941, 0.415561259, 0.616110206),i)
  650. rhandweldfur.C0 = rhandweldfur.C0:lerp(CFrame.new(0.849339485, -0.124854803, -0.655277252, 0.559177101, 0.337202102, 0.757374227, 0.0866425484, 0.884781837, -0.457896292, -0.824514329, 0.321665913, 0.465533555),i)
  651. humanoidrootpartfur.C0 = humanoidrootpartfur.C0:lerp(CFrame.new(0, -1.90734863e-06, 0, 1, 3.5038046e-26, -5.8766982e-26, -1.03372333e-26, 0.927190065, 0.374597758, 6.76022241e-26, -0.374597758, 0.927190006),i)
  652. game:GetService("RunService").RenderStepped:wait()
  653. end
  654. for i = 0,1 , 0.04 do
  655. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  656. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  657. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.72260725, 0.385421276, 0, 0.865490794, 0.500013113, 0.0302087422, 0.499708682, -0.866017878, 0.0174446627, 0.0348838717, -2.62477647e-06, -0.999391317),i)
  658. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.34390306, 0.174765587, -0.502760172, 0.953806698, 0.298583031, 0.0331806801, -0.0622573979, 0.304501295, -0.950475156, -0.293899328, 0.904503822, 0.309024394),i)
  659. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.139189512, 1.09557003e-26, -0.990273237, -1.2369339e-27, 1, 1.11828922e-26, 0.990273237, 9.87653853e-28, 0.139189512),i)
  660. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.469474792, 3.65180045e-27, 0.882945895, -1.41359339e-27, 1, -3.38430072e-27, -0.882945895, 3.40717422e-28, 0.469474792),i)
  661. game:GetService("RunService").RenderStepped:wait()
  662. end
  663. for i = 0,0.8 , 0.1 do
  664. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  665. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  666. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.14573121, 0.310893774, -0.014090538, -0.173835039, 0.984309137, 0.0302081201, 0.984702349, 0.173369259, 0.0174435899, 0.0119327214, 0.0327783301, -0.999389052),i)
  667. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.96523237, 0.455781698, -0.50786829, 0.481259376, -0.872816563, -0.0810915679, -0.0850538537, 0.0455768034, -0.995333314, 0.872439504, 0.485910654, -0.0523021407),i)
  668. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.309020996, -9.73868278e-27, 0.951055288, -1.41867004e-26, 1, 1.48494745e-26, -0.951055288, -1.80811326e-26, 0.309020996),i)
  669. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.207920238, 1.15615454e-26, -0.978142679, -1.08547261e-27, 1, 9.90178208e-27, 0.978142679, -2.77679039e-27, 0.207920238),i)
  670. game:GetService("RunService").RenderStepped:wait()
  671. end
  672. punch:Play()
  673. for i = 0,0.7 , 0.07 do
  674. headweldfur.C0 = headweldfur.C0:lerp(CFrame.new(0, 1.50000215, 0, 0.766045749, -1.161559e-06, -0.642787516, 0.219843611, 0.939695835, 0.261998117, 0.60402292, -0.342014879, 0.719850183),i)
  675. llegweldfur.C0 = llegweldfur.C0:lerp(CFrame.new(-0.5, -1.74549341, -0.405010223, 1, 9.08231085e-23, -5.80211714e-22, -2.65675327e-22, 0.951063275, -0.309020281, 5.23751791e-22, 0.309020311, 0.951063037),i)
  676. rlegweldfur.C0 = rlegweldfur.C0:lerp(CFrame.new(0.5, -2.04146266, 0.317977905, 1, 2.83790199e-22, -5.14157122e-22, -2.65675327e-22, 0.999398291, 0.0348992832, 5.23751791e-22, -0.0348991863, 0.999398053),i)
  677. lhandweldfur.C0 = lhandweldfur.C0:lerp(CFrame.new(-0.610451698, -0.249120951, -0.451892853, 0.743151546, -0.374165177, -0.554731011, 2.00528552e-06, 0.82904911, -0.559189737, 0.669127941, 0.415561259, 0.616110206),i)
  678. rhandweldfur.C0 = rhandweldfur.C0:lerp(CFrame.new(0.849339485, -0.124854803, -0.655277252, 0.559177101, 0.337202102, 0.757374227, 0.0866425484, 0.884781837, -0.457896292, -0.824514329, 0.321665913, 0.465533555),i)
  679. humanoidrootpartfur.C0 = humanoidrootpartfur.C0:lerp(CFrame.new(0, 0, 0, 0.829042554, -2.76325771e-08, 0.559185505, 0.116260171, 0.978148758, -0.172366142, -0.546966553, 0.207909778, 0.810926855):inverse(),i)
  680. game:GetService("RunService").RenderStepped:wait()
  681. end
  682. for i = 0,1 , 0.04 do
  683. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  684. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.48563504, -0.102214813, 1, 6.31088724e-30, -1.00974196e-28, -2.5243549e-29, 0.990270674, 0.139171436, -5.04870979e-29, -0.139171436, 0.990270674),i)
  685. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.606146812, -2.0409379, 0.23392868, 0.994522691, 0.104527831, 4.48272353e-09, -0.10395515, 0.989075184, 0.104526937, 0.0109259691, -0.103954434, 0.994521797),i)
  686. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.56223869, 0.00435209274, 0, 0.997564316, 0.0697554871, 0, -0.0697554871, 0.997564316, 0, 0, 2.5243549e-29, 1),i)
  687. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.589343071, -2.06024575, -0.139556885, 0.997564077, -0.0693742931, 0.0072911568, 0.0697562397, 0.992102206, -0.104268931, 1.75914945e-08, 0.104523741, 0.994524658),i)
  688. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.61233902, 0.0157878399, 0, 0.990270674, -0.139171436, 5.04870979e-29, 0.139171436, 0.990270674, 2.01948392e-28, 1.00974196e-28, 2.27191941e-28, 1),i)
  689. game:GetService("RunService").RenderStepped:wait()
  690. end
  691. --Converted with ttyyuu12345's model to script plugin v4
  692. function sandbox(var,func)
  693. local env = getfenv(func)
  694. local newenv = setmetatable({},{
  695. __index = function(self,k)
  696. if k=="script" then
  697. return var
  698. else
  699. return env[k]
  700. end
  701. end,
  702. })
  703. setfenv(func,newenv)
  704. return func
  705. end
  706. cors = {}
  707. mas = Instance.new("Model",game:GetService("Lighting"))
  708. Part0 = Instance.new("Part")
  709. SpecialMesh1 = Instance.new("SpecialMesh")
  710. Part0.Parent = mas
  711. Part0.Rotation = Vector3.new(0, -90, 0)
  712. Part0.Size = Vector3.new(1.77999985, 0.590000093, 0.520000041)
  713. Part0.CFrame = CFrame.new(8.2007246, 1.93281543, 34.3707199, -5.06630215e-07, -4.61939294e-07, -1.00000072, -2.38420171e-07, 1.00000286, -5.51347796e-07, 1.00000191, -2.38416533e-07, 1.99676788e-06)
  714. Part0.Position = Vector3.new(8.2007246, 1.93281543, 34.3707199)
  715. Part0.Orientation = Vector3.new(0, -90, 0)
  716. Part0.CanCollide = false
  717. SpecialMesh1.Parent = Part0
  718. SpecialMesh1.MeshId = "rbxassetid://442337985"
  719. SpecialMesh1.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  720. SpecialMesh1.TextureId = "rbxassetid://442337993"
  721. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  722. SpecialMesh1.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  723. for i,v in pairs(mas:GetChildren()) do
  724. v.Parent = game:GetService("Players").LocalPlayer.Character
  725. pcall(function() v:MakeJoints() end)
  726. end
  727. mas:Destroy()
  728. for i,v in pairs(cors) do
  729. spawn(function()
  730. pcall(v)
  731. end)
  732. end
  733. Part0:BreakJoints()
  734. local welddl = Instance.new("Weld", Part0)
  735. welddl.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  736. welddl.Part1 = Part0
  737. welddl.C0 = CFrame.new(-0.039276123, -1.06721604, -1.0592804, 1.19219067e-07, -4.84290979e-07, -1.00000036, -1.19210583e-07, 1.00000143, -5.28995145e-07, 1.00000095, -1.19207265e-07, 1.3709174e-06)
  738. for i = 0,1 , 0.02 do
  739. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  740. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  741. --lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.72260725, 0.385421276, 0, 0.865490794, 0.500013113, 0.0302087422, 0.499708682, -0.866017878, 0.0174446627, 0.0348838717, -2.62477647e-06, -0.999391317),i)
  742. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.34390306, 0.174765587, -0.502760172, 0.953806698, 0.298583031, 0.0331806801, -0.0622573979, 0.304501295, -0.950475156, -0.293899328, 0.904503822, 0.309024394),i)
  743. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.139189512, 1.09557003e-26, -0.990273237, -1.2369339e-27, 1, 1.11828922e-26, 0.990273237, 9.87653853e-28, 0.139189512),i)
  744. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.469474792, 3.65180045e-27, 0.882945895, -1.41359339e-27, 1, -3.38430072e-27, -0.882945895, 3.40717422e-28, 0.469474792),i)
  745. game:GetService("RunService").RenderStepped:wait()
  746. end
  747. for i = 0,0.8 , 0.1 do
  748. welddl.C0 = welddl.C0:lerp(CFrame.new(0.149496078, -1.75397778, -0.0924315453, -0.0348965228, -0.999374568, -0.00571133196, 0.99939096, -0.0348971486, 3.4943223e-06, -0.000202797353, -0.00570772588, 0.999983847),i)
  749. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  750. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  751. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.14573121, 0.310893774, -0.014090538, -0.173835039, 0.984309137, 0.0302081201, 0.984702349, 0.173369259, 0.0174435899, 0.0119327214, 0.0327783301, -0.999389052),i)
  752. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.00869942, 0.777726173, -0.51766777, 0.524389982, -0.809043169, 0.265451282, 0.020352006, -0.299755126, -0.953799188, 0.851234913, 0.505565226, -0.14072293),i)
  753. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.309020996, -9.73868278e-27, 0.951055288, -1.41867004e-26, 1, 1.48494745e-26, -0.951055288, -1.80811326e-26, 0.309020996),i)
  754. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.207920238, 1.15615454e-26, -0.978142679, -1.08547261e-27, 1, 9.90178208e-27, 0.978142679, -2.77679039e-27, 0.207920238),i)
  755. game:GetService("RunService").RenderStepped:wait()
  756. end
  757. humanoid.PlatformStand = true
  758. humanoid.JumpPower = 0
  759. humanoid.WalkSpeed = 0
  760. for i,v in pairs(humanoid.Parent.Torso:GetChildren()) do
  761. if v.ClassName == "Weld" then
  762. v:destroy()
  763. end
  764. end
  765. canwalk = true
  766. canbefps = false
  767. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 25
  768. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  769. using = false
  770. Part0:Destroy()
  771. if humanoid.Parent:findFirstChild("Health") then
  772. humanoid.Parent.Health:Remove()
  773. humanoid.Health = 0.001
  774. for i,v in pairs(humanoid.Parent:GetChildren()) do
  775. if v.ClassName == "Part" then
  776. for q,w in pairs(v:GetChildren()) do
  777. if w.ClassName == "Part" then
  778. w:destroy()
  779. end
  780. end
  781. end
  782. end
  783. end
  784. if humanoid.Parent:findFirstChild("Torso") then
  785. humanoid.Parent.Torso.Velocity = mouse.Hit.lookVector * 35
  786. for i,v in pairs(humanoid.Parent.Torso:GetChildren()) do
  787. if v.ClassName == "Motor6D" then
  788. if v.Name == "Neck" then
  789.  
  790. else
  791. v:destroy()
  792. end
  793. end
  794. end
  795. end
  796. humanoid.WalkSpeed = 0
  797. humanoid.JumpPower = 0
  798. humanoid.Health = 0
  799. if humanoid.Parent:findFirstChild("Right Arm") then
  800. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  801. attachment.Position = Vector3.new(1, 1, 0)
  802. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  803. ball.Attachment0 = humanoid.Parent["Right Arm"].RightShoulderAttachment
  804. ball.Attachment1 = attachment
  805. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  806. collidepartofleftleg.Name = "Bone"
  807. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  808. collidepartofleftleg.Transparency = 1
  809. collidepartofleftleg:BreakJoints()
  810. local weeld = Instance.new("Weld", collidepartofleftleg)
  811. weeld.Part0 = humanoid.Parent["Right Arm"]
  812. weeld.Part1 = collidepartofleftleg
  813. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  814. end
  815. if humanoid.Parent:findFirstChild("Left Arm") then
  816. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  817. attachment.Position = Vector3.new(1, 1, 0)
  818. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  819. ball.Attachment0 = humanoid.Parent.Torso.LeftCollarAttachment
  820. ball.Attachment1 = humanoid.Parent["Left Arm"].LeftShoulderAttachment
  821. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  822. collidepartofleftleg.Name = "Bone"
  823. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  824. collidepartofleftleg.Transparency = 1
  825. collidepartofleftleg:BreakJoints()
  826. local weeld = Instance.new("Weld", collidepartofleftleg)
  827. weeld.Part0 = humanoid.Parent["Left Arm"]
  828. weeld.Part1 = collidepartofleftleg
  829. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  830. end
  831. if humanoid.Parent:findFirstChild("Right Leg") then
  832. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  833. attachment.Position = Vector3.new(0.5, -1, 0)
  834. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  835. ball.Attachment0 = humanoid.Parent["Right Leg"].RightFootAttachment
  836. ball.Attachment1 = attachment
  837. humanoid.Parent["Right Leg"].RightFootAttachment.Position = Vector3.new(0, 1, 0)
  838. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  839. collidepartofleftleg.Name = "Bone"
  840. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  841. collidepartofleftleg.Transparency = 1
  842. collidepartofleftleg:BreakJoints()
  843. local weeld = Instance.new("Weld", collidepartofleftleg)
  844. weeld.Part0 = humanoid.Parent["Right Leg"]
  845. weeld.Part1 = collidepartofleftleg
  846. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  847. end
  848. if humanoid.Parent:findFirstChild("Left Leg") then
  849. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  850. attachment.Position = Vector3.new(-0.5, -1, 0)
  851. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  852. ball.Attachment0 = humanoid.Parent["Left Leg"].LeftFootAttachment
  853. ball.Attachment1 = attachment
  854. humanoid.Parent["Left Leg"].LeftFootAttachment.Position = Vector3.new(0, 1, 0)
  855. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  856. collidepartofleftleg.Name = "Bone"
  857. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  858. collidepartofleftleg.Transparency = 1
  859. collidepartofleftleg:BreakJoints()
  860. local weeld = Instance.new("Weld", collidepartofleftleg)
  861. weeld.Part0 = humanoid.Parent["Left Leg"]
  862. weeld.Part1 = collidepartofleftleg
  863. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  864. end
  865. if humanoid.Parent:findFirstChild("Head") then
  866. local attachment = Instance.new("Attachment", humanoid.Parent.Head)
  867. attachment.Position = Vector3.new(0, -0.5, 0)
  868. humanoid.Parent.Torso.NeckAttachment.Visible = false
  869. humanoid.Parent.Torso.NeckAttachment.Position = humanoid.Parent.Torso.NeckAttachment.Position + Vector3.new(0,0,0)
  870. local ball = Instance.new("HingeConstraint", humanoid.Parent)
  871. ball.Attachment0 = humanoid.Parent.Torso.NeckAttachment
  872. ball.Attachment1 = attachment
  873. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  874. collidepartofleftleg.Name = "Bone"
  875. collidepartofleftleg.Size = Vector3.new(0.5,0.3,0.5)
  876. collidepartofleftleg.Transparency = 1
  877. collidepartofleftleg:BreakJoints()
  878. local weeld = Instance.new("Weld", collidepartofleftleg)
  879. weeld.Part0 = collidepartofleftleg
  880. weeld.Part1 = humanoid.Parent["Head"]
  881. if humanoid.Parent.Torso:findFirstChild("Neck") then
  882. humanoid.Parent.Torso.Neck:destroy()
  883. end
  884. end
  885. end
  886. end
  887. sensoryee1.Touched:connect(kicked)
  888. for i = 0,1 , 0.08 do
  889. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.906621933, -1.96817839, 3.81469727e-06, 0.939697921, 0.342017353, -1.15483999e-07, -0.342018157, 0.939700484, -1.54780309e-06, 4.20854008e-07, -1.4939601e-06, 1.00000584),i)
  890. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(2.04675007, -0.901816607, 3.81469727e-06, -0.241916299, -0.970304012, -1.15483999e-07, 0.970306754, -0.241916746, -1.54780309e-06, -1.47389744e-06, 4.86491388e-07, 1.00000584),i)
  891. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.78488255, 0.126835346, 0, 0.913546026, 0.406735331, 1.15483552e-07, -0.406735331, 0.913546026, 1.54779377e-06, 5.24042946e-07, -1.46095226e-06, 1),i)
  892. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.92161179, 0.407135487, 0, -0.694653988, -0.719348252, -1.15483999e-07, 0.719350696, -0.694655538, -1.54780309e-06, -1.03318553e-06, 1.1582564e-06, 1.00000584),i)
  893. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.0323647447, 0.374601871, -0.926624477, -0.013075971, 0.927188933, 0.374372125, 0.999392211, 5.49364394e-08, 0.0349063426):inverse(),i)
  894. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.50000882, 0, 0.0349099413, 5.30404058e-08, -0.999393761, -1.5450081e-06, 1.00000596, -1.07041799e-07, 0.999396384, -1.54780309e-06, 0.0349102654),i)
  895. game:GetService("RunService").RenderStepped:wait()
  896. end
  897. wait(0.2)
  898. sensoryee1:destroy()
  899. if not hittd then
  900. using = false
  901. canwalk = true
  902. end
  903. end
  904. end
  905. mouse.KeyDown:connect(kickthefurfag)
  906. function begone(key)
  907. key = key:lower()
  908. if key == "y" and not using then
  909. using = true
  910. canwalk = false
  911. local fuckingnormies = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  912. fuckingnormies.SoundId = "rbxassetid://854345294"
  913. fuckingnormies.TimePosition = 2
  914. fuckingnormies.Volume = 10
  915. fuckingnormies:Play()
  916. for i = 0,1 , 0.02 do
  917. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  918. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  919. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.72260725, 0.385421276, 0, 0.865490794, 0.500013113, 0.0302087422, 0.499708682, -0.866017878, 0.0174446627, 0.0348838717, -2.62477647e-06, -0.999391317),i)
  920. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.34390306, 0.174765587, -0.502760172, 0.953806698, 0.298583031, 0.0331806801, -0.0622573979, 0.304501295, -0.950475156, -0.293899328, 0.904503822, 0.309024394),i)
  921. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.139189512, 1.09557003e-26, -0.990273237, -1.2369339e-27, 1, 1.11828922e-26, 0.990273237, 9.87653853e-28, 0.139189512),i)
  922. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.469474792, 3.65180045e-27, 0.882945895, -1.41359339e-27, 1, -3.38430072e-27, -0.882945895, 3.40717422e-28, 0.469474792),i)
  923. game:GetService("RunService").RenderStepped:wait()
  924. end
  925. wait(1)
  926. for i = 0,1 , 0.1 do
  927. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
  928. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
  929. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.14573121, 0.310893774, -0.014090538, -0.173835039, 0.984309137, 0.0302081201, 0.984702349, 0.173369259, 0.0174435899, 0.0119327214, 0.0327783301, -0.999389052),i)
  930. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.96523237, 0.455781698, -0.50786829, 0.481259376, -0.872816563, -0.0810915679, -0.0850538537, 0.0455768034, -0.995333314, 0.872439504, 0.485910654, -0.0523021407),i)
  931. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.309020996, -9.73868278e-27, 0.951055288, -1.41867004e-26, 1, 1.48494745e-26, -0.951055288, -1.80811326e-26, 0.309020996),i)
  932. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.207920238, 1.15615454e-26, -0.978142679, -1.08547261e-27, 1, 9.90178208e-27, 0.978142679, -2.77679039e-27, 0.207920238),i)
  933. game:GetService("RunService").RenderStepped:wait()
  934. end
  935. meme:Play()
  936. meme.Volume = 6
  937. thunder.TimePosition = 0.4
  938. thunder:Play()
  939. thunder.Volume = 6
  940. --Converted with ttyyuu12345's model to script plugin v4
  941. function sandbox(var,func)
  942. local env = getfenv(func)
  943. local newenv = setmetatable({},{
  944. __index = function(self,k)
  945. if k=="script" then
  946. return var
  947. else
  948. return env[k]
  949. end
  950. end,
  951. })
  952. setfenv(func,newenv)
  953. return func
  954. end
  955. cors = {}
  956. mas = Instance.new("Model",game:GetService("Lighting"))
  957. Model0 = Instance.new("Model")
  958. Part1 = Instance.new("Part")
  959. Part2 = Instance.new("Part")
  960. Model0.Name = "Beam"
  961. Model0.Parent = mas
  962. Part1.Name = "beemblue"
  963. Part1.Parent = Model0
  964. Part1.Material = Enum.Material.Neon
  965. Part1.BrickColor = BrickColor.new("Cyan")
  966. Part1.Transparency = 0
  967. Part1.Shape = Enum.PartType.Cylinder
  968. Part1.Size = Vector3.new(0.0500000007, 3.96000385, 3.96000171)
  969. Part1.CFrame = CFrame.new(40.7978516, 2.43296385, 64.2700119, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  970. Part1.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  971. Part1.Position = Vector3.new(40.7978516, 2.43296385, 64.2700119)
  972. Part1.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  973. Part2.Name = "beem"
  974. Part2.Parent = Model0
  975. Part2.Material = Enum.Material.Neon
  976. Part2.BrickColor = BrickColor.new("Institutional white")
  977. Part2.Transparency = 0
  978. Part2.Shape = Enum.PartType.Cylinder
  979. Part2.Size = Vector3.new(0.0500000007, 3.96000385, 3.96000171)
  980. Part2.CFrame = CFrame.new(40.7682838, 2.43296385, 64.2700119, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  981. Part2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  982. Part2.Position = Vector3.new(40.7682838, 2.43296385, 64.2700119)
  983. Part2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  984. for i,v in pairs(mas:GetChildren()) do
  985. v.Parent = game:GetService("Players").LocalPlayer.Character
  986. pcall(function() v:MakeJoints() end)
  987. end
  988. mas:Destroy()
  989. for i,v in pairs(cors) do
  990. spawn(function()
  991. pcall(v)
  992. end)
  993. end
  994. Part1.Anchored = true
  995. Part2.Anchored = true
  996. Part1.CanCollide = false
  997. Part2.CanCollide = false
  998. local canrag = true
  999. Part1.CFrame = game.Players.LocalPlayer.Character.Head.CFrame * CFrame.new(0,0,-5) * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  1000. local function ragdolldafurfag(part)
  1001. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  1002. local ragdolled = part.Parent:findFirstChild("ragdolled")
  1003. if humanoid then
  1004. if humanoid.Parent.Name == game.Players.LocalPlayer.Name then
  1005. --nothing
  1006. else
  1007. if ragdolled then
  1008. --nothing again
  1009. else
  1010. local raggd = Instance.new("BoolValue", humanoid.Parent)
  1011. raggd.Name = "ragdolled"
  1012. humanoid.Name = "memes"
  1013. humanoid.PlatformStand = true
  1014. humanoid.JumpPower = 0
  1015. humanoid.WalkSpeed = 0
  1016. local findlefthip = humanoid.Parent.Torso:findFirstChild("Left Hip")
  1017. if findlefthip then
  1018. findlefthip:Remove()
  1019. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  1020. glue.Part0 = humanoid.Parent.Torso
  1021. glue.Part1 = humanoid.Parent["Left Leg"]
  1022. glue.Name = "Left leg"
  1023. local collider = Instance.new("Part", humanoid.Parent["Left Leg"])
  1024. collider.Position = Vector3.new(0,999,0)
  1025. collider.Size = Vector3.new(1.5, 1, 1)
  1026. collider.Shape = "Cylinder"
  1027. local weld = Instance.new("Weld", collider)
  1028. weld.Part0 = humanoid.Parent["Left Leg"]
  1029. weld.Part1 = collider
  1030. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1031. collider.TopSurface = "Smooth"
  1032. collider.BottomSurface = "Smooth"
  1033. collider.formFactor = "Symmetric"
  1034. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1035. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1036. collider.Transparency = 1
  1037. end
  1038. --
  1039. local findrighthip = humanoid.Parent.Torso:findFirstChild("Right Hip")
  1040. if findrighthip then
  1041. findrighthip:Remove()
  1042. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  1043. glue.Part0 = humanoid.Parent.Torso
  1044. glue.Part1 = humanoid.Parent["Right Leg"]
  1045. glue.Name = "Right leg"
  1046. local collider = Instance.new("Part", humanoid.Parent["Right Leg"])
  1047. collider.Position = Vector3.new(0,999,0)
  1048. collider.Size = Vector3.new(1.5, 1, 1)
  1049. collider.Shape = "Cylinder"
  1050. local weld = Instance.new("Weld", collider)
  1051. weld.Part0 = humanoid.Parent["Right Leg"]
  1052. weld.Part1 = collider
  1053. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1054. collider.TopSurface = "Smooth"
  1055. collider.BottomSurface = "Smooth"
  1056. collider.formFactor = "Symmetric"
  1057. glue.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1058. glue.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1059. collider.Transparency = 1
  1060. end
  1061. --
  1062. local findrightshoulder = humanoid.Parent.Torso:findFirstChild("Right Shoulder")
  1063. if findrightshoulder then
  1064. findrightshoulder:Remove()
  1065. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  1066. glue.Part0 = humanoid.Parent.Torso
  1067. glue.Part1 = humanoid.Parent["Right Arm"]
  1068. glue.Name = "Right arm"
  1069. local collider = Instance.new("Part", humanoid.Parent["Right Arm"])
  1070. collider.Position = Vector3.new(0,999,0)
  1071. collider.Size = Vector3.new(1.5, 1, 1)
  1072. collider.Shape = "Cylinder"
  1073. local weld = Instance.new("Weld", collider)
  1074. weld.Part0 = humanoid.Parent["Right Arm"]
  1075. weld.Part1 = collider
  1076. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1077. collider.TopSurface = "Smooth"
  1078. collider.BottomSurface = "Smooth"
  1079. collider.formFactor = "Symmetric"
  1080. glue.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1081. glue.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1082. collider.Transparency = 1
  1083. end
  1084. --
  1085. local findleftshoulder = humanoid.Parent.Torso:findFirstChild("Left Shoulder")
  1086. if findleftshoulder then
  1087. findleftshoulder:Remove()
  1088. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  1089. glue.Part0 = humanoid.Parent.Torso
  1090. glue.Part1 = humanoid.Parent["Left Arm"]
  1091. glue.Name = "Left arm"
  1092. local collider = Instance.new("Part", humanoid.Parent["Left Arm"])
  1093. collider.Position = Vector3.new(0,999,0)
  1094. collider.Size = Vector3.new(1.5, 1, 1)
  1095. collider.Shape = "Cylinder"
  1096. local weld = Instance.new("Weld", collider)
  1097. weld.Part0 = humanoid.Parent["Left Arm"]
  1098. weld.Part1 = collider
  1099. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1100. collider.TopSurface = "Smooth"
  1101. collider.BottomSurface = "Smooth"
  1102. collider.formFactor = "Symmetric"
  1103. glue.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1104. glue.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1105. collider.Transparency = 1
  1106. end
  1107. if humanoid.Parent:findFirstChild("Head") then
  1108. local attachment = Instance.new("Attachment", humanoid.Parent.Head)
  1109. attachment.Position = Vector3.new(0, -0.5, 0)
  1110. humanoid.Parent.Torso.NeckAttachment.Visible = false
  1111. humanoid.Parent.Torso.NeckAttachment.Position = humanoid.Parent.Torso.NeckAttachment.Position + Vector3.new(0,0,0)
  1112. local ball = Instance.new("HingeConstraint", humanoid.Parent)
  1113. ball.Attachment0 = humanoid.Parent.Torso.NeckAttachment
  1114. ball.Attachment1 = attachment
  1115. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  1116. collidepartofleftleg.Name = "Bone"
  1117. collidepartofleftleg.Size = Vector3.new(0.5,0.3,0.5)
  1118. collidepartofleftleg.Transparency = 1
  1119. collidepartofleftleg:BreakJoints()
  1120. local weeld = Instance.new("Weld", collidepartofleftleg)
  1121. weeld.Part0 = collidepartofleftleg
  1122. weeld.Part1 = humanoid.Parent["Head"]
  1123. if humanoid.Parent.Torso:findFirstChild("Neck") then
  1124. humanoid.Parent.Torso.Neck:destroy()
  1125. end
  1126. end
  1127. end
  1128. end
  1129. end
  1130. end
  1131. Part1.Touched:connect(ragdolldafurfag)
  1132. local function changeposandsize()
  1133. for i = 1,200 do
  1134. Part1.Size = Part1.Size + Vector3.new(0.9,0.2,0.1)
  1135. Part2.Size = Part2.Size + Vector3.new(0.9,0.2,0.1)
  1136. Part1.CFrame = Part1.CFrame * CFrame.new(0.7,0,0)
  1137. Part2.CFrame = Part1.CFrame * CFrame.new(0.7,0,0)
  1138. Part1.Transparency = Part1.Transparency + 0.007
  1139. Part2.Transparency = Part2.Transparency + 0.007
  1140. game:GetService("RunService").RenderStepped:wait()
  1141. end
  1142. Model0:destroy()
  1143. end
  1144. changeposandsize()
  1145. armcanattack = false
  1146. canwalk = true
  1147. using = false
  1148. end
  1149. end
  1150. mouse.KeyDown:connect(begone)
  1151. --Converted with ttyyuu12345's model to script plugin v4
  1152. function sandbox(var,func)
  1153. local env = getfenv(func)
  1154. local newenv = setmetatable({},{
  1155. __index = function(self,k)
  1156. if k=="script" then
  1157. return var
  1158. else
  1159. return env[k]
  1160. end
  1161. end,
  1162. })
  1163. setfenv(func,newenv)
  1164. return func
  1165. end
  1166. cors = {}
  1167. mas = Instance.new("Model",game:GetService("Lighting"))
  1168. Soundo0 = Instance.new("Sound")
  1169. Soundo0.Parent = mas
  1170. Soundo0.SoundId = "rbxassetid://1206917308"
  1171. Soundo0.Volume = 10
  1172. Soundo0.PlaybackSpeed = 1
  1173. Soundo0.Looped = true
  1174. for i,v in pairs(mas:GetChildren()) do
  1175. v.Parent = game:GetService("Players").LocalPlayer.Character.Torso
  1176. pcall(function() v:MakeJoints() end)
  1177. end
  1178. mas:Destroy()
  1179. for i,v in pairs(cors) do
  1180. spawn(function()
  1181. pcall(v)
  1182. end)
  1183. end
  1184. function kysfurshit(key)
  1185. key = key:lower()
  1186. if key == "q" and not using then
  1187. using = true
  1188. hittd = false
  1189. canwalk = false
  1190. local canscan = true
  1191. textfag.Text = "fox faggotz"
  1192. for i = 0,1 , 0.04 do
  1193. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.241932347, -1.21926342e-26, -0.970292151, 6.1341824e-27, 1, -2.5243549e-27, 0.970292151, -3.11126741e-27, 0.241932347),i)
  1194. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5222218, -0.102214813, 0.0349053368, -8.60723958e-07, 0.999392927, -0.139084309, 0.990273297, 0.00485882163, -0.989666522, -0.139170289, 0.0345666632),i)
  1195. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.00984383, 0.0977787971, 0, 0.500008941, 0.866028607, -2.82727748e-27, -0.866028607, 0.500008941, -2.3224065e-27, -2.57484199e-27, 2.3224065e-27, 1),i)
  1196. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.0187254, 0.622524977, -0.477272034, 0.499353766, -0.855162203, 0.139084026, 0.0396689773, -0.137795925, -0.989666998, 0.865489781, 0.499711245, -0.0348855592),i)
  1197. game:GetService("RunService").RenderStepped:wait()
  1198. end
  1199. local sensoryee = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
  1200. sensoryee.Size = Vector3.new(1,1,1)
  1201. sensoryee.CanCollide = false
  1202. sensoryee.Transparency = 0
  1203. sensoryee:BreakJoints()
  1204. local weldsensor = Instance.new("Weld", sensoryee)
  1205. weldsensor.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  1206. weldsensor.Part1 = sensoryee
  1207. weldsensor.C0 = weldsensor.C0 * CFrame.new(0,-0.5,0)
  1208. local function hagotem(part)
  1209. sensoryee:destroy()
  1210. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  1211. if humanoid then
  1212. local canscan = true
  1213. for i,v in pairs(humanoid.Parent:GetChildren()) do
  1214. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1215. if v:findFirstChild("Handle") then
  1216. if v.Handle:findFirstChild("Mesh") then
  1217. if canscan and v.Handle.Mesh.MeshId == "rbxassetid://188699722" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=188699722" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=170939831" or v.Handle.Mesh.MeshId == "rbxassetid://170939831" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=135446047" or v.Handle.Mesh.MeshId == "rbxassetid://135446047" or v.Handle.Mesh.MeshId == "rbxassetid://335037790" or v.Handle.Mesh.MeshId == "rbxassetid://361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=1374148" or v.Handle.Mesh.MeshId == "rbxassetid://1374148" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Handle.Mesh.MeshId == "rbxassetid://112495973" or v.Name == "FoxTail" or v.Name == "Zootopia_FoxEars" or v.Name == "FurryCatTail" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Name == "ArcticFoxHead" then
  1218. canscan = false
  1219. hittd = true
  1220. --canbefps = true
  1221. local furfaggrowl = Instance.new("Sound", humanoid.Parent.Head)
  1222. furfaggrowl.SoundId = "rbxassetid://133322522"
  1223. furfaggrowl.Volume = 10
  1224. local rip = Instance.new("Sound", humanoid.Parent.Head)
  1225. rip.SoundId = "rbxassetid://132514715"
  1226. rip.Volume = 10
  1227. if humanoid.Parent:findFirstChild("HumanoidRootPart") then
  1228. humanoid.Parent.HumanoidRootPart:destroy()
  1229. humanoid.WalkSpeed = 0
  1230. humanoid.JumpPower = 0
  1231. else
  1232. humanoid.PlatformStand = true
  1233. humanoid.JumpPower = 0
  1234. humanoid.WalkSpeed = 0
  1235. end
  1236. textfag.Text = "die from cancer"
  1237. local headfurfagweld = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Arm"])
  1238. headfurfagweld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  1239. headfurfagweld.Part1 = humanoid.Parent.Head
  1240. headfurfagweld.C0 = CFrame.new(0.00057220459, -1.29444742, -0.873190403, -0.996955156, -0.0485438928, 0.0610030033, -0.0641870201, 0.0669786036, -0.995689929, 0.0442487523, -0.996576011, -0.0698903799)
  1241. furfaggrowl:Play()
  1242. furfaggrowl.TimePosition = 1
  1243. wait(1)
  1244. for i = 0,1 , 0.04 do
  1245. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.09488106, 0.667919636, 0.0639152527, 0.0739268959, -0.95855093, 0.275169909, -0.02475233, -0.277602971, -0.960379243, 0.996955395, 0.0641870052, -0.044248756),i)
  1246. game:GetService("RunService").RenderStepped:wait()
  1247. end
  1248. wait(1.4)
  1249. for i = 1,6 do
  1250. wait(0.1)
  1251. for i = 0,1 , 0.15 do
  1252. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.589343071, -2.06024575, -0.139556885, 0.997564077, -0.0693742931, 0.0072911568, 0.0697562397, 0.992102206, -0.104268931, 1.75914945e-08, 0.104523741, 0.994524658),i)
  1253. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1254. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.4344244, 0.102565765, 1.00000012, -1.10566744e-26, 3.04815854e-27, 1.14353277e-26, 0.970295191, -0.241921842, -2.61223027e-28, 0.241921738, 0.970297754),i)
  1255. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.606146812, -2.0409379, 0.23392868, 0.994522691, 0.104527831, 4.48272353e-09, -0.10395515, 0.989075184, 0.104526937, 0.0109259691, -0.103954434, 0.994521797),i)
  1256. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.50013542, -0.0218527317, 0.298622131, 1, 2.38743288e-22, 1.16448315e-22, -2.65628601e-22, 0.898784995, 0.438389838, 6.26162773e-28, -0.438389868, 0.898784935),i)
  1257. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.541605, 1.54031897, -0.202716827, 0.99939096, -0.0331876501, -0.0107830577, -0.0348742045, -0.960688651, -0.275429219, -0.00121831207, 0.275637507, -0.961260855),i)
  1258. game:GetService("RunService").RenderStepped:wait()
  1259. end
  1260. for i = 0,1 , 0.15 do
  1261. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -1.90734863e-06, 1.00069809, 0.999390602, 6.40860435e-07, -0.0349101759, -0.0242511462, 0.71933949, -0.694235682, 0.0251118187, 0.694659173, 0.718900979):inverse(),i)
  1262. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.18236089, -0.21427536, 1.00000012, 1.51461294e-27, 4.19042913e-27, -4.41762107e-27, 0.499996245, 0.866027534, -7.79938216e-28, -0.866027653, 0.499996305),i)
  1263. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.18106127, -0.0497360229, 1.00000012, 1.98161859e-27, -5.80601626e-27, -9.08767763e-27, 0.500005603, 0.866032362, -3.82406602e-27, -0.866032481, 0.500005662),i)
  1264. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.53122997, -0.198875427, 1.00000012, -1.209166e-26, -3.76759968e-27, 1.21169035e-26, 0.927188694, 0.374603868, -1.64222563e-27, -0.374603897, 0.927188814),i)
  1265. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.50013542, -0.0218527317, 0.298622131, 1, 2.38743288e-22, 1.16448315e-22, -2.65628601e-22, 0.898784995, 0.438389838, 6.26162773e-28, -0.438389868, 0.898784935),i)
  1266. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.4887104, 0.0502290726, -0.938224792, 0.999392748, 0.0233488977, -0.025931986, -0.0348734297, 0.642351151, -0.765616715, -0.00121889159, 0.766055882, 0.642774582),i)
  1267. game:GetService("RunService").RenderStepped:wait()
  1268. end
  1269. local punchclone = punch:Clone()
  1270. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1271. punchclone:Play()
  1272. end
  1273. local goreclone = gore:Clone()
  1274. goreclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1275. goreclone:Play()
  1276. for i,v in pairs(humanoid.Parent:GetChildren()) do
  1277. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1278. v:destroy()
  1279. end
  1280. if v.Name == "Head" then
  1281. v.Transparency = 1
  1282. end
  1283. end
  1284. if humanoid.Parent.Head:findFirstChild("face") then
  1285. humanoid.Parent.Head.face.Transparency = 1
  1286. end
  1287. for i = 1,math.random(10,15) do
  1288. --Converted with ttyyuu12345's model to script plugin v4
  1289. function sandbox(var,func)
  1290. local env = getfenv(func)
  1291. local newenv = setmetatable({},{
  1292. __index = function(self,k)
  1293. if k=="script" then
  1294. return var
  1295. else
  1296. return env[k]
  1297. end
  1298. end,
  1299. })
  1300. setfenv(func,newenv)
  1301. return func
  1302. end
  1303. cors = {}
  1304. mas = Instance.new("Model",game:GetService("Lighting"))
  1305. local Part0 = Instance.new("Part")
  1306. Part0.Name = "bl00d"
  1307. Part0.Parent = mas
  1308. Part0.Material = Enum.Material.SmoothPlastic
  1309. Part0.BrickColor = BrickColor.new("Maroon")
  1310. Part0.Size = Vector3.new(1.16000009, 0.0500000007, 1.12000048)
  1311. Part0.CFrame = CFrame.new(17.569994, 1.14527643, 34.9399986, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1312. Part0.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. Part0.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1314. Part0.Color = Color3.new(0.458824, 0, 0)
  1315. Part0.Position = Vector3.new(17.569994, 1.14527643, 34.9399986)
  1316. Part0.Color = Color3.new(0.458824, 0, 0)
  1317. Part0.CFrame = humanoid.Parent.Head.CFrame * CFrame.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  1318. Part0:BreakJoints()
  1319. for i,v in pairs(mas:GetChildren()) do
  1320. v.Parent = humanoid.Parent
  1321. pcall(function() v:MakeJoints() end)
  1322. end
  1323. mas:Destroy()
  1324. for i,v in pairs(cors) do
  1325. spawn(function()
  1326. pcall(v)
  1327. end)
  1328. end
  1329. end
  1330. wait(1)
  1331. for i = 0,1 , 0.05 do
  1332. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.606146812, -2.0409379, 0.23392868, 0.994522691, 0.104527831, 4.48272353e-09, -0.10395515, 0.989075184, 0.104526937, 0.0109259691, -0.103954434, 0.994521797),i)
  1333. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.50013542, -0.0218527317, 0.298622131, 1, 2.38743288e-22, 1.16448315e-22, -2.65628601e-22, 0.898784995, 0.438389838, 6.26162773e-28, -0.438389868, 0.898784935),i)
  1334. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.241932347, -1.21926342e-26, -0.970292151, 6.1341824e-27, 1, -2.5243549e-27, 0.970292151, -3.11126741e-27, 0.241932347),i)
  1335. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5222218, -0.102214813, 0.0349053368, -8.60723958e-07, 0.999392927, -0.139084309, 0.990273297, 0.00485882163, -0.989666522, -0.139170289, 0.0345666632),i)
  1336. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.00984383, 0.0977787971, 0, 0.500008941, 0.866028607, -2.82727748e-27, -0.866028607, 0.500008941, -2.3224065e-27, -2.57484199e-27, 2.3224065e-27, 1),i)
  1337. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.0187254, 0.622524977, -0.477272034, 0.499353766, -0.855162203, 0.139084026, 0.0396689773, -0.137795925, -0.989666998, 0.865489781, 0.499711245, -0.0348855592),i)
  1338. game:GetService("RunService").RenderStepped:wait()
  1339. end
  1340. wait(0.2)
  1341. furfaggrowl:destroy()
  1342. headfurfagweld:destroy()
  1343. local vel = Instance.new("BodyVelocity", humanoid.Parent.Torso)
  1344. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1345. vel.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.rightVector * -math.random(400,469) + Vector3.new(0,2,0)
  1346. rip:Play()
  1347. for i = 0,1 , 0.06 do
  1348. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.469489127, 5.58134868e-26, 0.882937074, 6.51283563e-26, 1, -8.06026519e-26, -0.882937074, 1.03650012e-25, 0.469489127),i)
  1349. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5222218, -0.102214813, 0.469437033, 6.2015107e-07, -0.882963717, 0.122883834, 0.99026978, 0.0653332844, 0.874373734, -0.139172658, 0.464868218),i)
  1350. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.04339027, 0.288009644, 0, 0.17366755, 0.984804034, 6.07514039e-13, -0.984804392, 0.173667595, 1.61679779e-13, 5.32907052e-14, -6.27053964e-13, 0.999999762),i)
  1351. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.66837502, 0.581873178, -0.720844269, 0.932209134, -0.33412677, 0.139085978, 0.118962891, -0.080060333, -0.989665747, 0.341809034, 0.939121604, -0.0348842852),i)
  1352. game:GetService("RunService").RenderStepped:wait()
  1353. end
  1354. wait(1)
  1355. for i = 0,0.3 , 0.004 do
  1356. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1357. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.48563504, -0.102214813, 1, 6.31088724e-30, -1.00974196e-28, -2.5243549e-29, 0.990270674, 0.139171436, -5.04870979e-29, -0.139171436, 0.990270674),i)
  1358. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.606146812, -2.0409379, 0.23392868, 0.994522691, 0.104527831, 4.48272353e-09, -0.10395515, 0.989075184, 0.104526937, 0.0109259691, -0.103954434, 0.994521797),i)
  1359. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.56223869, 0.00435209274, 0, 0.997564316, 0.0697554871, 0, -0.0697554871, 0.997564316, 0, 0, 2.5243549e-29, 1),i)
  1360. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.589343071, -2.06024575, -0.139556885, 0.997564077, -0.0693742931, 0.0072911568, 0.0697562397, 0.992102206, -0.104268931, 1.75914945e-08, 0.104523741, 0.994524658),i)
  1361. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.61233902, 0.0157878399, 0, 0.990270674, -0.139171436, 5.04870979e-29, 0.139171436, 0.990270674, 2.01948392e-28, 1.00974196e-28, 2.27191941e-28, 1),i)
  1362. game:GetService("RunService").RenderStepped:wait()
  1363. end
  1364. using = false
  1365. canwalk = true
  1366. end
  1367. end
  1368. end
  1369. end
  1370. end
  1371. end
  1372. end
  1373. sensoryee.Touched:connect(hagotem)
  1374. for i = 0,1 , 0.04 do
  1375. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.469489127, 5.58134868e-26, 0.882937074, 6.51283563e-26, 1, -8.06026519e-26, -0.882937074, 1.03650012e-25, 0.469489127),i)
  1376. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5222218, -0.102214813, 0.469437033, 6.2015107e-07, -0.882963717, 0.122883834, 0.99026978, 0.0653332844, 0.874373734, -0.139172658, 0.464868218),i)
  1377. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.04339027, 0.288009644, 0, 0.17366755, 0.984804034, 6.07514039e-13, -0.984804392, 0.173667595, 1.61679779e-13, 5.32907052e-14, -6.27053964e-13, 0.999999762),i)
  1378. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.66837502, 0.581873178, -0.720844269, 0.932209134, -0.33412677, 0.139085978, 0.118962891, -0.080060333, -0.989665747, 0.341809034, 0.939121604, -0.0348842852),i)
  1379. game:GetService("RunService").RenderStepped:wait()
  1380. end
  1381. sensoryee:destroy()
  1382. if not hittd then
  1383. for i = 0,0.3 , 0.004 do
  1384. if canwalk and howmuch < 1 then
  1385. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1386. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.48563504, -0.102214813, 1, 6.31088724e-30, -1.00974196e-28, -2.5243549e-29, 0.990270674, 0.139171436, -5.04870979e-29, -0.139171436, 0.990270674),i)
  1387. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.606146812, -2.0409379, 0.23392868, 0.994522691, 0.104527831, 4.48272353e-09, -0.10395515, 0.989075184, 0.104526937, 0.0109259691, -0.103954434, 0.994521797),i)
  1388. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.56223869, 0.00435209274, 0, 0.997564316, 0.0697554871, 0, -0.0697554871, 0.997564316, 0, 0, 2.5243549e-29, 1),i)
  1389. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.589343071, -2.06024575, -0.139556885, 0.997564077, -0.0693742931, 0.0072911568, 0.0697562397, 0.992102206, -0.104268931, 1.75914945e-08, 0.104523741, 0.994524658),i)
  1390. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.61233902, 0.0157878399, 0, 0.990270674, -0.139171436, 5.04870979e-29, 0.139171436, 0.990270674, 2.01948392e-28, 1.00974196e-28, 2.27191941e-28, 1),i)
  1391. game:GetService("RunService").RenderStepped:wait()
  1392. end
  1393. end
  1394. using = false
  1395. canwalk = true
  1396. end
  1397. textfag.Text = game.Players.LocalPlayer.Character.Name.." The Brutal Anti-Furry"
  1398. end
  1399. end
  1400. mouse.KeyDown:connect(kysfurshit)
  1401.  
  1402. dancing = false
  1403. function switch(key)
  1404. key = key:lower()
  1405. if key == "m" then
  1406. if not dancing then
  1407. dancing = true
  1408. canwalk = false
  1409. Sound0:Stop()
  1410. Soundo0:Play()
  1411. while dancing do
  1412. for i = 0.3,0.46 , 0.015 do
  1413. if dancing then
  1414. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.48587704, 0.117996216, 1, 0, 0, 0, 0.971754849, -0.235992551, 0, 0.235992551, 0.971754849),i)
  1415. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.965696573, 0.259673119, 0, -0.259673119, 0.965696573),i)
  1416. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.95006418, -0.312054634, 1, 0, 0, 0, 0.950064242, -0.312054634, 0, 0.312054634, 0.950064301),i)
  1417. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.96244073, -0.271492958, 1, 0, 0, 0, 0.962440372, -0.271492869, 0, 0.271492898, 0.962440431),i)
  1418. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.905787945, -0.292123914, 1, 0, 0, 0, -0.811575294, -0.584247589, 0, 0.584247708, -0.811575413),i)
  1419. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.902326107, -0.296873212, 1, 0, 0, 0, -0.804652274, -0.593746305, 0, 0.593746424, -0.804652333),i)
  1420. game:GetService("RunService").RenderStepped:wait()
  1421. end
  1422. end
  1423. for i = 0.35,0.4 , 0.025 do
  1424. if dancing then
  1425. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49878788, -0.0347967446, 1, 0, 0, 0, 0.997575462, 0.0695933998, 0, -0.0695933998, 0.997575462),i)
  1426. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.996428847, -0.0844366103, 0, 0.0844366103, 0.996428847),i)
  1427. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.9939127, 0.110167503, 1, 0, 0, 0, 0.993912935, 0.110167526, 0, -0.110167533, 0.993912995),i)
  1428. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.99822259, 0.0595921576, 1, 0, 0, 0, 0.998222768, 0.0595921502, 0, -0.0595921502, 0.998222828),i)
  1429. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.276759148, -0.447396159, 1, 0, 0, 0, 0.44648236, -0.894792259, 0, 0.894792318, 0.44648239),i)
  1430. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.278767586, -0.448392987, 1, 0, 0, 0, 0.442464471, -0.896785915, 0, 0.896785975, 0.44246453),i)
  1431. game:GetService("RunService").RenderStepped:wait()
  1432. end
  1433. end
  1434. for i = 0.3,0.46 , 0.015 do
  1435. if dancing then
  1436. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49145174, -0.0920622349, 1, 0, 0, 0, 0.982902825, 0.18412438, 0, -0.18412438, 0.982902825),i)
  1437. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.980066657, -0.198668674, 0, 0.198668674, 0.980066657),i)
  1438. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.97351623, 0.228617132, 1, 0, 0, 0, 0.973516226, 0.228617072, 0, -0.228617072, 0.973516285),i)
  1439. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.97264862, 0.232279897, 1, 0, 0, 0, 0.972648799, 0.232279852, 0, -0.232279852, 0.972648919),i)
  1440. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.0977592468, 0.296988964, 1, 0, 0, 0, 0.804481149, 0.593977869, 0, -0.593977928, 0.804481208),i)
  1441. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.0882134438, 0.283605695, 1, 0, 0, 0, 0.823572338, 0.567211032, 0, -0.567211092, 0.823572397),i)
  1442. game:GetService("RunService").RenderStepped:wait()
  1443. end
  1444. end
  1445. for i = 0.35,0.4 , 0.025 do
  1446. if dancing then
  1447. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49878788, -0.0347967446, 1, 0, 0, 0, 0.997575462, 0.0695933998, 0, -0.0695933998, 0.997575462),i)
  1448. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.996428847, -0.0844366103, 0, 0.0844366103, 0.996428847),i)
  1449. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.9939127, 0.110167503, 1, 0, 0, 0, 0.993912935, 0.110167526, 0, -0.110167533, 0.993912995),i)
  1450. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.99822259, 0.0595921576, 1, 0, 0, 0, 0.998222768, 0.0595921502, 0, -0.0595921502, 0.998222828),i)
  1451. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.276759148, -0.447396159, 1, 0, 0, 0, 0.44648236, -0.894792259, 0, 0.894792318, 0.44648239),i)
  1452. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.278767586, -0.448392987, 1, 0, 0, 0, 0.442464471, -0.896785915, 0, 0.896785975, 0.44246453),i)
  1453. game:GetService("RunService").RenderStepped:wait()
  1454. end
  1455. end
  1456. end
  1457. else
  1458. Soundo0:Stop()
  1459. Sound0:Play()
  1460. dancing = false
  1461. canwalk = true
  1462. end
  1463. end
  1464. end
  1465. mouse.KeyDown:connect(switch)
  1466. function dontremove()
  1467. if Soundo0.Parent == nil then
  1468. Soundo0.Parent = game.Players.LocalPlayer.Character.Torso
  1469. end
  1470. end
  1471. game:GetService("RunService").RenderStepped:connect(dontremove)
  1472. function cancerify()
  1473. local hum = mouse.Target.Parent:findFirstChild("Humanoid")
  1474. if hum then
  1475. if hum.Parent.Name == "Rufus14" then
  1476.  
  1477. else
  1478. textfag.Text = "get cancer"
  1479. --Converted with ttyyuu12345's model to script plugin v4
  1480. function sandbox(var,func)
  1481. local env = getfenv(func)
  1482. local newenv = setmetatable({},{
  1483. __index = function(self,k)
  1484. if k=="script" then
  1485. return var
  1486. else
  1487. return env[k]
  1488. end
  1489. end,
  1490. })
  1491. setfenv(func,newenv)
  1492. return func
  1493. end
  1494. cors = {}
  1495. mas = Instance.new("Model",game:GetService("Lighting"))
  1496. local Accessory0 = Instance.new("Accessory")
  1497. Part1 = Instance.new("Part")
  1498. local SpecialMesh2 = Instance.new("SpecialMesh")
  1499. Accessory0.Name = "Cancer"
  1500. Accessory0.Parent = mas
  1501. Part1.Name = "Handle"
  1502. Part1.Parent = Accessory0
  1503. Part1.Rotation = Vector3.new(0, 0, 0.0199999996)
  1504. Part1.FormFactor = Enum.FormFactor.Custom
  1505. Part1.Size = Vector3.new(1.25000024, 1.12999988, 1.1400001)
  1506. Part1.CFrame = CFrame.new(113.104767, 31.6558571, -259.307831, 1, -0.000407999993, 0, 0.000407999993, 1, 0, 0, 0, 1)
  1507. Part1.BottomSurface = Enum.SurfaceType.Smooth
  1508. Part1.TopSurface = Enum.SurfaceType.Smooth
  1509. Part1.Position = Vector3.new(113.104767, 31.6558571, -259.307831)
  1510. Part1.Orientation = Vector3.new(0, 0, 0.0199999996)
  1511. SpecialMesh2.Parent = Part1
  1512. SpecialMesh2.MeshId = "rbxassetid://361948302"
  1513. SpecialMesh2.Scale = Vector3.new(0.5, 0.5, 0.5)
  1514. SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=361948503 "
  1515. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  1516. SpecialMesh2.Scale = Vector3.new(0.5, 0.5, 0.5)
  1517. for i,v in pairs(mas:GetChildren()) do
  1518. v.Parent = hum.Parent
  1519. pcall(function() v:MakeJoints() end)
  1520. end
  1521. mas:Destroy()
  1522. for i,v in pairs(cors) do
  1523. spawn(function()
  1524. pcall(v)
  1525. end)
  1526. end
  1527. wait(1.5)
  1528. textfag.Text = game.Players.LocalPlayer.Character.Name.." The Brutal Anti-Furry"
  1529. end
  1530. end
  1531. end
  1532. mouse.Button1Down:connect(cancerify)
  1533. function attackflag(key)
  1534. if key == "e" and not using then
  1535. using = true
  1536. canwalk = false
  1537. textfag.Text = "go back to forest"
  1538. local sensoryee2 = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
  1539. sensoryee2.Size = Vector3.new(1, 1, 1)
  1540. sensoryee2.CanCollide = false
  1541. sensoryee2.Transparency = 0
  1542. sensoryee2:BreakJoints()
  1543. local weldsensor = Instance.new("Weld", sensoryee2)
  1544. weldsensor.Part0 = sensoryee2
  1545. weldsensor.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1546. weldsensor.C0 = CFrame.new(0,0.5,0)
  1547. local function hagotem1(part)
  1548. sensoryee2:destroy()
  1549. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  1550. if humanoid then
  1551. local canscan = true
  1552. for i,v in pairs(humanoid.Parent:GetChildren()) do
  1553. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1554. if v:findFirstChild("Handle") then
  1555. if v.Handle:findFirstChild("Mesh") then
  1556. if canscan and v.Handle.Mesh.MeshId == "rbxassetid://188699722" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=188699722" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=170939831" or v.Handle.Mesh.MeshId == "rbxassetid://170939831" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=135446047" or v.Handle.Mesh.MeshId == "rbxassetid://135446047" or v.Handle.Mesh.MeshId == "rbxassetid://335037790" or v.Handle.Mesh.MeshId == "rbxassetid://361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=1374148" or v.Handle.Mesh.MeshId == "rbxassetid://1374148" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Handle.Mesh.MeshId == "rbxassetid://112495973" or v.Name == "FoxTail" or v.Name == "Zootopia_FoxEars" or v.Name == "FurryCatTail" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Name == "ArcticFoxHead" then
  1557. canscan = false
  1558. for i = 0,1 , 0.05 do
  1559. humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(CFrame.new(game.Players.LocalPlayer.Character.Torso.CFrame.x + 1,0,game.Players.LocalPlayer.Character.Torso.CFrame.z + 1) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0),i)
  1560. game:GetService("RunService").RenderStepped:wait()
  1561. end
  1562. humanoid.Parent.Torso.Anchored = true
  1563. for q,w in pairs(humanoid.Parent:GetChildren()) do
  1564. if w.ClassName == "Part" then
  1565. w.Anchored = true
  1566. end
  1567. end
  1568. end
  1569. end
  1570. end
  1571. end
  1572. end
  1573. end
  1574. end
  1575. sensoryee2.Touched:connect(hagotem1)
  1576. for i = 0,1 , 0.04 do
  1577. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.469489127, 5.58134868e-26, 0.882937074, 6.51283563e-26, 1, -8.06026519e-26, -0.882937074, 1.03650012e-25, 0.469489127),i)
  1578. --headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5222218, -0.102214813, 0.469437033, 6.2015107e-07, -0.882963717, 0.122883834, 0.99026978, 0.0653332844, 0.874373734, -0.139172658, 0.464868218),i)
  1579. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.04339027, 0.288009644, 0, 0.17366755, 0.984804034, 6.07514039e-13, -0.984804392, 0.173667595, 1.61679779e-13, 5.32907052e-14, -6.27053964e-13, 0.999999762),i)
  1580. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.66837502, 0.581873178, -0.720844269, 0.932209134, -0.33412677, 0.139085978, 0.118962891, -0.080060333, -0.989665747, 0.341809034, 0.939121604, -0.0348842852),i)
  1581. game:GetService("RunService").RenderStepped:wait()
  1582. end
  1583. for i = 1,5 do
  1584. for i = 0,1 , 0.05 do
  1585. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, -1.48936939e-27, 1.31266455e-27, 1.1359597e-27, 0.9702968, 0.241918504, -1.61558713e-27, -0.241918504, 0.9702968):inverse(),i)
  1586. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -2, 0, 1, 1.26217745e-29, 8.58280665e-28, -1.76704843e-28, 0.961263537, 0.275633663, -5.04870979e-28, -0.275633663, 0.961263537),i)
  1587. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.50000048, 0, 0.298294067, 1, 4.14517148e-22, -4.16016716e-22, -2.65673535e-22, 0.951056898, 0.30901596, 5.23747954e-22, -0.30901596, 0.951056898),i)
  1588. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -0.7634058, -0.96099472, 1, 1.14858148e-27, -1.71656133e-27, -1.38839519e-27, 0.951060057, -0.309013367, 1.31266455e-27, 0.309013367, 0.951060057),i)
  1589. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0.298294067, 1, 4.14517148e-22, -4.16016716e-22, -2.65673535e-22, 0.951056898, 0.30901596, 5.23747954e-22, -0.30901596, 0.951056898),i)
  1590. game:GetService("RunService").RenderStepped:wait()
  1591. end
  1592. local sensoryee = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
  1593. sensoryee.Size = Vector3.new(1, 1, 1)
  1594. sensoryee.CanCollide = false
  1595. sensoryee.Transparency = 0
  1596. sensoryee:BreakJoints()
  1597. local weldsensor = Instance.new("Weld", sensoryee)
  1598. weldsensor.Part0 = sensoryee
  1599. weldsensor.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  1600. weldsensor.C0 = CFrame.new(0,0.5,0)
  1601. local function hagotem(part)
  1602. sensoryee:destroy()
  1603. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  1604. if humanoid then
  1605. local canscan = true
  1606. for i,v in pairs(humanoid.Parent:GetChildren()) do
  1607. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1608. if v:findFirstChild("Handle") then
  1609. if v.Handle:findFirstChild("Mesh") then
  1610. if canscan and v.Handle.Mesh.MeshId == "rbxassetid://188699722" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=188699722" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=170939831" or v.Handle.Mesh.MeshId == "rbxassetid://170939831" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=135446047" or v.Handle.Mesh.MeshId == "rbxassetid://135446047" or v.Handle.Mesh.MeshId == "rbxassetid://335037790" or v.Handle.Mesh.MeshId == "rbxassetid://361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=1374148" or v.Handle.Mesh.MeshId == "rbxassetid://1374148" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Handle.Mesh.MeshId == "rbxassetid://112495973" or v.Name == "FoxTail" or v.Name == "Zootopia_FoxEars" or v.Name == "FurryCatTail" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Name == "ArcticFoxHead" then
  1611. canscan = false
  1612. hittd = true
  1613. humanoid.Health = humanoid.Health - math.random(20,25)
  1614. local furfaggrowl = Instance.new("Sound", humanoid.Parent.Head)
  1615. furfaggrowl.SoundId = "rbxassetid://146163534"
  1616. furfaggrowl.Volume = 10
  1617. furfaggrowl:Play()
  1618. local rip = Instance.new("Sound", humanoid.Parent.Head)
  1619. rip.SoundId = "rbxassetid://132514715"
  1620. rip.Volume = 10
  1621. textfag.Text = "kaboom"
  1622. punch:Play()
  1623. for i = 1,math.random(2,3) do
  1624. --Converted with ttyyuu12345's model to script plugin v4
  1625. function sandbox(var,func)
  1626. local env = getfenv(func)
  1627. local newenv = setmetatable({},{
  1628. __index = function(self,k)
  1629. if k=="script" then
  1630. return var
  1631. else
  1632. return env[k]
  1633. end
  1634. end,
  1635. })
  1636. setfenv(func,newenv)
  1637. return func
  1638. end
  1639. cors = {}
  1640. mas = Instance.new("Model",game:GetService("Lighting"))
  1641. local Part0 = Instance.new("Part")
  1642. Part0.Name = "bl00d"
  1643. Part0.Parent = mas
  1644. Part0.Material = Enum.Material.SmoothPlastic
  1645. Part0.BrickColor = BrickColor.new("Maroon")
  1646. Part0.Size = Vector3.new(1.16000009, 0.0500000007, 1.12000048)
  1647. Part0.CFrame = CFrame.new(17.569994, 1.14527643, 34.9399986, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1648. Part0.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1649. Part0.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1650. Part0.Color = Color3.new(0.458824, 0, 0)
  1651. Part0.Position = Vector3.new(17.569994, 1.14527643, 34.9399986)
  1652. Part0.Color = Color3.new(0.458824, 0, 0)
  1653. Part0.CFrame = humanoid.Parent.Head.CFrame * CFrame.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  1654. Part0:BreakJoints()
  1655. for i,v in pairs(mas:GetChildren()) do
  1656. v.Parent = humanoid.Parent
  1657. pcall(function() v:MakeJoints() end)
  1658. end
  1659. mas:Destroy()
  1660. for i,v in pairs(cors) do
  1661. spawn(function()
  1662. pcall(v)
  1663. end)
  1664. end
  1665. end
  1666. end
  1667. end
  1668. end
  1669. end
  1670. end
  1671. end
  1672. end
  1673. sensoryee.Touched:connect(hagotem)
  1674. for i = 0,1 , 0.1 do
  1675. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 1.80491375e-26, -5.65455497e-27, -1.84277907e-26, 0.866028428, -0.499996245, -4.08945493e-27, 0.499996245, 0.866028428):inverse(),i)
  1676. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -2, 0, 1, 1.26217745e-29, 8.58280665e-28, -1.76704843e-28, 0.961263537, 0.275633663, -5.04870979e-28, -0.275633663, 0.961263537),i)
  1677. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.50000048, 0, 0.298294067, 1, 4.14517148e-22, -4.16016716e-22, -2.65673535e-22, 0.951056898, 0.30901596, 5.23747954e-22, -0.30901596, 0.951056898),i)
  1678. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.82702696, -0.937412262, 1, -8.83524214e-28, 3.00398233e-27, 2.27191941e-27, 0.788023472, -0.615659177, -2.27191941e-27, 0.615659177, 0.788023472),i)
  1679. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0.298294067, 1, 4.14517148e-22, -4.16016716e-22, -2.65673535e-22, 0.951056898, 0.30901596, 5.23747954e-22, -0.30901596, 0.951056898),i)
  1680. game:GetService("RunService").RenderStepped:wait()
  1681. end
  1682. sensoryee:destroy()
  1683. sensoryee2:destroy()
  1684. end
  1685. for i = 0,1 , 0.05 do
  1686. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1687. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.48563504, -0.102214813, 1, 6.31088724e-30, -1.00974196e-28, -2.5243549e-29, 0.990270674, 0.139171436, -5.04870979e-29, -0.139171436, 0.990270674),i)
  1688. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.606146812, -2.0409379, 0.23392868, 0.994522691, 0.104527831, 4.48272353e-09, -0.10395515, 0.989075184, 0.104526937, 0.0109259691, -0.103954434, 0.994521797),i)
  1689. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.56223869, 0.00435209274, 0, 0.997564316, 0.0697554871, 0, -0.0697554871, 0.997564316, 0, 0, 2.5243549e-29, 1),i)
  1690. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.589343071, -2.06024575, -0.139556885, 0.997564077, -0.0693742931, 0.0072911568, 0.0697562397, 0.992102206, -0.104268931, 1.75914945e-08, 0.104523741, 0.994524658),i)
  1691. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.61233902, 0.0157878399, 0, 0.990270674, -0.139171436, 5.04870979e-29, 0.139171436, 0.990270674, 2.01948392e-28, 1.00974196e-28, 2.27191941e-28, 1),i)
  1692. game:GetService("RunService").RenderStepped:wait()
  1693. end
  1694. textfag.Text = game.Players.LocalPlayer.Character.Name.." The Brutal Anti-Furry"
  1695. canwalk = true
  1696. using = false
  1697. end
  1698. end
  1699. mouse.KeyDown:connect(attackflag)
  1700. function attackflag1(key)
  1701. if key == "t" and not using then
  1702. using = true
  1703. canwalk = false
  1704. textfag.Text = "lol rip"
  1705. local sensoryee2 = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
  1706. sensoryee2.Size = Vector3.new(1, 1, 1)
  1707. sensoryee2.CanCollide = false
  1708. sensoryee2.Transparency = 0
  1709. sensoryee2:BreakJoints()
  1710. local weldsensor = Instance.new("Weld", sensoryee2)
  1711. weldsensor.Part0 = sensoryee2
  1712. weldsensor.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1713. weldsensor.C0 = CFrame.new(0,0.5,0)
  1714. local function hagotem1(part)
  1715. sensoryee2:destroy()
  1716. humanoidfurshit = part.Parent:findFirstChild("Humanoid")
  1717. if humanoidfurshit then
  1718. local canscan = true
  1719. for i,v in pairs(humanoidfurshit.Parent:GetChildren()) do
  1720. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1721. if v:findFirstChild("Handle") then
  1722. if v.Handle:findFirstChild("Mesh") then
  1723. if canscan and v.Handle.Mesh.MeshId == "rbxassetid://188699722" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=188699722" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=170939831" or v.Handle.Mesh.MeshId == "rbxassetid://170939831" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=135446047" or v.Handle.Mesh.MeshId == "rbxassetid://135446047" or v.Handle.Mesh.MeshId == "rbxassetid://335037790" or v.Handle.Mesh.MeshId == "rbxassetid://361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=1374148" or v.Handle.Mesh.MeshId == "rbxassetid://1374148" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Handle.Mesh.MeshId == "rbxassetid://112495973" or v.Name == "FoxTail" or v.Name == "Zootopia_FoxEars" or v.Name == "FurryCatTail" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Name == "ArcticFoxHead" then
  1724. canscan = false
  1725. for i = 0,1 , 0.05 do
  1726. humanoidfurshit.Parent.Torso.CFrame = humanoidfurshit.Parent.Torso.CFrame:lerp(CFrame.new(game.Players.LocalPlayer.Character.Torso.CFrame.x + 1,0,game.Players.LocalPlayer.Character.Torso.CFrame.z + -1) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0),i)
  1727. game:GetService("RunService").RenderStepped:wait()
  1728. end
  1729. humanoidfurshit.Parent.Torso.Anchored = true
  1730. for q,w in pairs(humanoidfurshit.Parent:GetChildren()) do
  1731. if w.ClassName == "Part" then
  1732. w.Anchored = true
  1733. end
  1734. end
  1735. end
  1736. end
  1737. end
  1738. end
  1739. end
  1740. end
  1741. end
  1742. sensoryee2.Touched:connect(hagotem1)
  1743. for i = 0,1 , 0.04 do
  1744. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.469489127, 5.58134868e-26, 0.882937074, 6.51283563e-26, 1, -8.06026519e-26, -0.882937074, 1.03650012e-25, 0.469489127),i)
  1745. --headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5222218, -0.102214813, 0.469437033, 6.2015107e-07, -0.882963717, 0.122883834, 0.99026978, 0.0653332844, 0.874373734, -0.139172658, 0.464868218),i)
  1746. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.04339027, 0.288009644, 0, 0.17366755, 0.984804034, 6.07514039e-13, -0.984804392, 0.173667595, 1.61679779e-13, 5.32907052e-14, -6.27053964e-13, 0.999999762),i)
  1747. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.66837502, 0.581873178, -0.720844269, 0.932209134, -0.33412677, 0.139085978, 0.118962891, -0.080060333, -0.989665747, 0.341809034, 0.939121604, -0.0348842852),i)
  1748. game:GetService("RunService").RenderStepped:wait()
  1749. end
  1750. wait(0.3)
  1751. for i = 0,1 , 0.1 do
  1752. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, -1.48936939e-27, 1.31266455e-27, 1.1359597e-27, 0.9702968, 0.241918504, -1.61558713e-27, -0.241918504, 0.9702968):inverse(),i)
  1753. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -2, 0, 1, 1.26217745e-29, 8.58280665e-28, -1.76704843e-28, 0.961263537, 0.275633663, -5.04870979e-28, -0.275633663, 0.961263537),i)
  1754. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.50000048, 0, 0.298294067, 1, 4.14517148e-22, -4.16016716e-22, -2.65673535e-22, 0.951056898, 0.30901596, 5.23747954e-22, -0.30901596, 0.951056898),i)
  1755. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -0.7634058, -0.96099472, 1, 1.14858148e-27, -1.71656133e-27, -1.38839519e-27, 0.951060057, -0.309013367, 1.31266455e-27, 0.309013367, 0.951060057),i)
  1756. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0.298294067, 1, 4.14517148e-22, -4.16016716e-22, -2.65673535e-22, 0.951056898, 0.30901596, 5.23747954e-22, -0.30901596, 0.951056898),i)
  1757. game:GetService("RunService").RenderStepped:wait()
  1758. end
  1759. local function hagotem(part)
  1760. if humanoidfurshit then
  1761. local canscan = true
  1762. for i,v in pairs(humanoidfurshit.Parent:GetChildren()) do
  1763. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1764. if v:findFirstChild("Handle") then
  1765. if v.Handle:findFirstChild("Mesh") then
  1766. if canscan and v.Handle.Mesh.MeshId == "rbxassetid://188699722" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=188699722" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=170939831" or v.Handle.Mesh.MeshId == "rbxassetid://170939831" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=135446047" or v.Handle.Mesh.MeshId == "rbxassetid://135446047" or v.Handle.Mesh.MeshId == "rbxassetid://335037790" or v.Handle.Mesh.MeshId == "rbxassetid://361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=1374148" or v.Handle.Mesh.MeshId == "rbxassetid://1374148" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Handle.Mesh.MeshId == "rbxassetid://112495973" or v.Name == "FoxTail" or v.Name == "Zootopia_FoxEars" or v.Name == "FurryCatTail" or v.Handle.Mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Name == "ArcticFoxHead" then
  1767. canscan = false
  1768. hittd = true
  1769. humanoidfurshit.Parent:BreakJoints()
  1770. textfag.Text = "kaboom"
  1771. gore:Play()
  1772. for i,v in pairs(humanoidfurshit.Parent:GetChildren()) do
  1773. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1774. v:destroy()
  1775. end
  1776. if v.Name == "Head" then
  1777. v.Transparency = 1
  1778. end
  1779. end
  1780. if humanoidfurshit.Parent.Head:findFirstChild("face") then
  1781. humanoidfurshit.Parent.Head.face.Transparency = 1
  1782. end
  1783. for i = 1,math.random(15,20) do
  1784. --Converted with ttyyuu12345's model to script plugin v4
  1785. function sandbox(var,func)
  1786. local env = getfenv(func)
  1787. local newenv = setmetatable({},{
  1788. __index = function(self,k)
  1789. if k=="script" then
  1790. return var
  1791. else
  1792. return env[k]
  1793. end
  1794. end,
  1795. })
  1796. setfenv(func,newenv)
  1797. return func
  1798. end
  1799. cors = {}
  1800. mas = Instance.new("Model",game:GetService("Lighting"))
  1801. local Part0 = Instance.new("Part")
  1802. Part0.Name = "bl00d"
  1803. Part0.Parent = mas
  1804. Part0.Material = Enum.Material.SmoothPlastic
  1805. Part0.BrickColor = BrickColor.new("Maroon")
  1806. Part0.Size = Vector3.new(1.16000009, 0.0500000007, 1.12000048)
  1807. Part0.CFrame = CFrame.new(17.569994, 1.14527643, 34.9399986, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1808. Part0.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1809. Part0.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1810. Part0.Color = Color3.new(0.458824, 0, 0)
  1811. Part0.Position = Vector3.new(17.569994, 1.14527643, 34.9399986)
  1812. Part0.Color = Color3.new(0.458824, 0, 0)
  1813. Part0.CFrame = humanoidfurshit.Parent.Head.CFrame * CFrame.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  1814. Part0:BreakJoints()
  1815. for i,v in pairs(mas:GetChildren()) do
  1816. v.Parent = humanoidfurshit.Parent
  1817. pcall(function() v:MakeJoints() end)
  1818. end
  1819. mas:Destroy()
  1820. for i,v in pairs(cors) do
  1821. spawn(function()
  1822. pcall(v)
  1823. end)
  1824. end
  1825. end
  1826. end
  1827. end
  1828. end
  1829. end
  1830. end
  1831. end
  1832. end
  1833. hagotem()
  1834. for i = 0,1 , 0.1 do
  1835. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 1.80491375e-26, -5.65455497e-27, -1.84277907e-26, 0.866028428, -0.499996245, -4.08945493e-27, 0.499996245, 0.866028428):inverse(),i)
  1836. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -2, 0, 1, 1.26217745e-29, 8.58280665e-28, -1.76704843e-28, 0.961263537, 0.275633663, -5.04870979e-28, -0.275633663, 0.961263537),i)
  1837. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.50000048, 0, 0.298294067, 1, 4.14517148e-22, -4.16016716e-22, -2.65673535e-22, 0.951056898, 0.30901596, 5.23747954e-22, -0.30901596, 0.951056898),i)
  1838. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.82702696, -0.937412262, 1, -8.83524214e-28, 3.00398233e-27, 2.27191941e-27, 0.788023472, -0.615659177, -2.27191941e-27, 0.615659177, 0.788023472),i)
  1839. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0.298294067, 1, 4.14517148e-22, -4.16016716e-22, -2.65673535e-22, 0.951056898, 0.30901596, 5.23747954e-22, -0.30901596, 0.951056898),i)
  1840. game:GetService("RunService").RenderStepped:wait()
  1841. end
  1842. sensoryee2:destroy()
  1843. for i = 0,1 , 0.05 do
  1844. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1845. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.48563504, -0.102214813, 1, 6.31088724e-30, -1.00974196e-28, -2.5243549e-29, 0.990270674, 0.139171436, -5.04870979e-29, -0.139171436, 0.990270674),i)
  1846. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.606146812, -2.0409379, 0.23392868, 0.994522691, 0.104527831, 4.48272353e-09, -0.10395515, 0.989075184, 0.104526937, 0.0109259691, -0.103954434, 0.994521797),i)
  1847. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.56223869, 0.00435209274, 0, 0.997564316, 0.0697554871, 0, -0.0697554871, 0.997564316, 0, 0, 2.5243549e-29, 1),i)
  1848. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.589343071, -2.06024575, -0.139556885, 0.997564077, -0.0693742931, 0.0072911568, 0.0697562397, 0.992102206, -0.104268931, 1.75914945e-08, 0.104523741, 0.994524658),i)
  1849. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.61233902, 0.0157878399, 0, 0.990270674, -0.139171436, 5.04870979e-29, 0.139171436, 0.990270674, 2.01948392e-28, 1.00974196e-28, 2.27191941e-28, 1),i)
  1850. game:GetService("RunService").RenderStepped:wait()
  1851. end
  1852. textfag.Text = game.Players.LocalPlayer.Character.Name.." The Brutal Anti-Furry"
  1853. canwalk = true
  1854. using = false
  1855. end
  1856. end
  1857. mouse.KeyDown:connect(attackflag1)
  1858. while true do
  1859. if howmuch <= -1 then
  1860. howmuch = 0
  1861. end
  1862. if howmuch >= 4 then
  1863. howmuch = 0
  1864. end
  1865. if canwalk and howmuch < 1 then
  1866. for i = 0,1 , 0.01 do
  1867. if canwalk and howmuch < 1 then
  1868.  
  1869. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1870. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.48563504, -0.102214813, 1, 6.31088724e-30, -1.00974196e-28, -2.5243549e-29, 0.990270674, 0.139171436, -5.04870979e-29, -0.139171436, 0.990270674),i)
  1871. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.606146812, -2.0409379, 0.23392868, 0.994522691, 0.104527831, 4.48272353e-09, -0.10395515, 0.989075184, 0.104526937, 0.0109259691, -0.103954434, 0.994521797),i)
  1872. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.56223869, 0.00435209274, 0, 0.997564316, 0.0697554871, 0, -0.0697554871, 0.997564316, 0, 0, 2.5243549e-29, 1),i)
  1873. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.589343071, -2.06024575, -0.139556885, 0.997564077, -0.0693742931, 0.0072911568, 0.0697562397, 0.992102206, -0.104268931, 1.75914945e-08, 0.104523741, 0.994524658),i)
  1874. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.61233902, 0.0157878399, 0, 0.990270674, -0.139171436, 5.04870979e-29, 0.139171436, 0.990270674, 2.01948392e-28, 1.00974196e-28, 2.27191941e-28, 1),i)
  1875. game:GetService("RunService").RenderStepped:wait()
  1876. end
  1877. end
  1878. for i = 0,0.3 , 0.004 do
  1879. if canwalk and howmuch < 1 then
  1880. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1881. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5222218, -0.102214813, 1, 6.31088724e-30, -1.00974196e-28, -2.5243549e-29, 0.990270674, 0.139171436, -5.04870979e-29, -0.139171436, 0.990270674),i)
  1882. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.606146812, -2.0409379, 0.23392868, 0.994522691, 0.104527831, 4.48272353e-09, -0.10395515, 0.989075184, 0.104526937, 0.0109259691, -0.103954434, 0.994521797),i)
  1883. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.56223869, 0.0409388542, 0, 0.997564316, 0.0697554871, 0, -0.0697554871, 0.997564316, 0, 0, 2.5243549e-29, 1),i)
  1884. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.589343071, -2.06024575, -0.139556885, 0.997564077, -0.0693742931, 0.0072911568, 0.0697562397, 0.992102206, -0.104268931, 1.75914945e-08, 0.104523741, 0.994524658),i)
  1885. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.61233902, 0.0523746014, 0, 0.990270674, -0.139171436, 5.04870979e-29, 0.139171436, 0.990270674, 2.01948392e-28, 1.00974196e-28, 2.27191941e-28, 1),i)
  1886. game:GetService("RunService").RenderStepped:wait()
  1887. end
  1888. end
  1889. end
  1890. if canwalk and howmuch >= 1 then
  1891. if canwalk then
  1892. for i = 0,0.5 , 0.05 do
  1893. if canwalk and howmuch >= 1 then
  1894.  
  1895. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 1, -4.22829445e-28, 5.04870979e-28, -4.7962743e-28, 0.98481518, -0.173646927, 4.54383881e-28, 0.173646927, 0.98481518),i)
  1896. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -0.0218505859, -0.207862854, 1, -2.65673535e-22, 5.23747954e-22, 1.5097504e-22, 0.978147745, 0.207910955, -5.67539301e-22, -0.207910955, 0.978147745),i)
  1897. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.35635376, 0.984832764, 1, -1.46412584e-27, -1.17303617e-26, 1.15615454e-26, -0.0348859876, 0.999391198, -1.61558713e-27, -0.999391198, -0.0348859876),i)
  1898. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.50004387, 0.396968603, -0.897594452, 1, -2.59686077e-27, 2.57052452e-26, 2.58237777e-26, 0.0697625875, -0.99756366, 7.97269708e-28, 0.99756366, 0.069762595),i)
  1899. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.81869507, -0.922622681, 1, -1.72713825e-22, -5.61306619e-22, -2.65673535e-22, 0.719345152, -0.694654465, 5.23747954e-22, 0.694656253, 0.719344676),i)
  1900. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.49791718, 0.365714312, 0.961071014, 0.9993909, -0.00121776958, -0.0348753184, 0.0348965712, 0.0348958485, 0.998781562, 7.18205513e-07, -0.999390185, 0.0349170938),i)
  1901. game:GetService("RunService").RenderStepped:wait()
  1902. end
  1903. end
  1904. end
  1905. if canwalk then
  1906. for i = 0,0.5 , 0.05 do
  1907. if canwalk and howmuch >= 1 then
  1908.  
  1909. headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 1, -4.22829445e-28, 5.04870979e-28, -4.7962743e-28, 0.98481518, -0.173646927, 4.54383881e-28, 0.173646927, 0.98481518),i)
  1910. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -0.0218505859, -0.00492095947, 1, -2.65673535e-22, 5.23747954e-22, 1.5097504e-22, 0.978147686, 0.20791094, -5.67539301e-22, -0.20791094, 0.978147686),i)
  1911. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.86941528, -0.882217407, 1, -6.4421537e-26, 9.04728795e-26, 1.09784194e-25, 0.694650829, -0.71934706, -1.64587939e-26, 0.71934706, 0.694650829),i)
  1912. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.50009155, 0.335239649, 1.03072357, 1, 3.69729388e-23, 2.6307918e-22, -2.65664548e-22, 0.139171526, 0.99026835, 0, -0.99026829, 0.139171541),i)
  1913. rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.35365295, 1.16508484, 1, 5.03939593e-22, 3.01560673e-22, -2.65673358e-22, -0.0697558299, 0.997564077, 5.237476e-22, -0.997564077, -0.0697558299),i)
  1914. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.49795914, 0.313182116, -0.842372894, 0.9993909, 0.00364707294, -0.034706641, -0.0348764732, 0.0696690381, -0.996960342, -0.00121800881, 0.997563541, 0.0697537959),i)
  1915. game:GetService("RunService").RenderStepped:wait()
  1916. end
  1917. end
  1918. end
  1919. end
  1920. game:GetService("RunService").RenderStepped:wait()
  1921. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement