Advertisement
Cute_Sylveon

Untitled

May 12th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 123.89 KB | None | 0 0
  1. wait(1)
  2. --By Rufus14
  3. mouse = game.Players.LocalPlayer:GetMouse()
  4. local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  5. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  6. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  7. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  8. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  9. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  10. local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  11. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  12. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  13. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  14. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  15. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  16. local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  17. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  18. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  19. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  20. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  21. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  22. local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  23. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
  24. local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  25. rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  26. rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  27. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  28. local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  29. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
  30. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  31. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  32. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  33. local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
  34. local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  35. headweld.Part0 = game.Players.LocalPlayer.Character.Torso
  36. headweld.Part1 = game.Players.LocalPlayer.Character.Head
  37. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  38. game.Players.LocalPlayer.Character.Torso.Neck:Remove()
  39. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 25
  40. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
  41. game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  42. Sound0 = Instance.new("Sound")
  43. Sound0.Volume = 5
  44. Sound0.Parent = game.Players.LocalPlayer.Character.Head
  45. Sound0.SoundId = "rbxassetid://1103329236"
  46. Sound0.Looped = true
  47. Sound0:Play()
  48. canwalk = true
  49. howmuch = 0
  50. hittd = false
  51. function change(key)
  52. if key == "w" or key == "a" or key == "s" or key == "d" then
  53. howmuch = howmuch + 1
  54. end
  55. end
  56. function otherchange(key)
  57. if key == "w" or key == "a" or key == "s" or key == "d" then
  58. howmuch = howmuch - 1
  59. end
  60. end
  61. mouse.KeyDown:connect(change)
  62. mouse.KeyUp:connect(otherchange)
  63. --By Rufus14
  64. mouse = game.Players.LocalPlayer:GetMouse()
  65. using = false
  66. hittd = false
  67. --Converted with ttyyuu12345's model to script plugin v4
  68. m = game.Players.LocalPlayer
  69. char = m.Character
  70. local txt = Instance.new("BillboardGui", char)
  71. txt.Adornee = char .Head
  72. txt.Name = "_status"
  73. txt.Size = UDim2.new(2, 0, 1.2, 0)
  74. txt.StudsOffset = Vector3.new(-9, 8, 0)
  75. local text = Instance.new("TextLabel", txt)
  76. text.Size = UDim2.new(10, 0, 7, 0)
  77. text.FontSize = "Size24"
  78. text.TextScaled = true
  79. text.TextTransparency = 0
  80. text.BackgroundTransparency = 1
  81. text.TextTransparency = 0
  82. text.TextStrokeTransparency = 0
  83. text.Font = "Bodoni"
  84. text.TextStrokeColor3 = Color3.new(0,0,0)
  85.  
  86. v=Instance.new("Part")
  87. v.Name = "ColorBrick"
  88. v.Parent=m.Character
  89. v.FormFactor="Symmetric"
  90. v.Anchored=true
  91. v.CanCollide=false
  92. v.BottomSurface="Smooth"
  93. v.TopSurface="Smooth"
  94. v.Size=Vector3.new(10,5,3)
  95. v.Transparency=1
  96. v.CFrame=char.Torso.CFrame
  97. v.BrickColor=BrickColor.new("Really black")
  98. v.Transparency=1
  99. text.TextColor3 = Color3.new(255,0,255)
  100. v.Shape="Block"
  101. text.Text = "The Amazing Anti-Girl"
  102. spawn(function()
  103. TweenService = game:GetService("TweenService")
  104. Colours = {Color3.fromRGB(255,0,0),Color3.fromRGB(0, 255, 0),Color3.fromRGB(0,0,255)}
  105. Int = 0
  106. while wait(2) do
  107. if Int == #Colours then Int = 0 end
  108. Int = Int+1
  109. TweenService:Create(text,TweenInfo.new(1),{TextColor3 = Colours[Int]}):Play()
  110. end
  111. end)
  112. function sandbox(var,func)
  113. local env = getfenv(func)
  114. local newenv = setmetatable({},{
  115. __index = function(self,k)
  116. if k=="script" then
  117. return var
  118. else
  119. return env[k]
  120. end
  121. end,
  122. })
  123. setfenv(func,newenv)
  124. return func
  125. end
  126. cors = {}
  127. mas = Instance.new("Model",game:GetService("Lighting"))
  128. Model0 = Instance.new("Model")
  129. Part1 = Instance.new("Part")
  130. Weld2 = Instance.new("Weld")
  131. Part3 = Instance.new("Part")
  132. Decal4 = Instance.new("Decal")
  133. Decal5 = Instance.new("Decal")
  134. Model0.Name = "Flagloldiefurshits"
  135. Model0.Parent = mas
  136. Part1.Name = "Stick"
  137. Part1.Parent = Model0
  138. Part1.Material = Enum.Material.Wood
  139. Part1.BrickColor = BrickColor.new("Dark orange")
  140. Part1.Rotation = Vector3.new(0, 0, 126)
  141. Part1.Shape = Enum.PartType.Cylinder
  142. Part1.Size = Vector3.new(5.71999931, 0.319999993, 0.839999914)
  143. Part1.CFrame = CFrame.new(-11.7340431, 3.40531874, -51.7842827, -0.58777535, -0.809025586, 0, 0.809025586, -0.58777535, 0, 0, 0, 1)
  144. Part1.BottomSurface = Enum.SurfaceType.Smooth
  145. Part1.TopSurface = Enum.SurfaceType.Smooth
  146. Part1.Color = Color3.new(0.627451, 0.372549, 0.207843)
  147. Part1.Position = Vector3.new(-11.7340431, 3.40531874, -51.7842827)
  148. Part1.Orientation = Vector3.new(0, 0, 126)
  149. Part1.Color = Color3.new(0.627451, 0.372549, 0.207843)
  150. Weld2.Parent = Part1
  151. 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)
  152. Weld2.Part0 = Part1
  153. Weld2.Part1 = Part3
  154. Part3.Name = "Flag"
  155. Part3.Parent = Model0
  156. Part3.BrickColor = BrickColor.new("Really blue")
  157. Part3.Rotation = Vector3.new(0, 0, 36)
  158. Part3.Size = Vector3.new(3.32999945, 2.10000038, 0.0700000003)
  159. Part3.CFrame = CFrame.new(-14.124959, 3.81048417, -51.7742958, 0.809026122, -0.587772548, 0, 0.587772548, 0.809026122, 0, 0, 0, 1)
  160. Part3.BottomSurface = Enum.SurfaceType.Smooth
  161. Part3.Color = Color3.new(0, 0, 0)
  162. Part3.Position = Vector3.new(-14.124959, 3.81048417, -51.7742958)
  163. Part3.Orientation = Vector3.new(0, 0, 36)
  164. Part3.Color = Color3.new(0, 0, 0)
  165. Decal4.Parent = Part3
  166. Decal4.Texture = "rbxassetid://30178376"
  167. Decal5.Name = "Decal1"
  168. Decal5.Parent = Part3
  169. Decal5.Texture = "rbxassetid://30178376"
  170. Decal5.Face = Enum.NormalId.Back
  171. for i,v in pairs(mas:GetChildren()) do
  172. v.Parent = game:GetService("Players").LocalPlayer.Character
  173. pcall(function() v:MakeJoints() end)
  174. end
  175. mas:Destroy()
  176. for i,v in pairs(cors) do
  177. spawn(function()
  178. pcall(v)
  179. end)
  180. end
  181. weld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  182. weld.Part0 = game.Players.LocalPlayer.Character.Torso
  183. weld.Part1 = Part1
  184. 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)
  185. local punch = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"])
  186. punch.Volume = 3
  187. punch.SoundId = "rbxassetid://131237241"
  188. punch.TimePosition = 0
  189. local FILTHYPRANK = Instance.new("Sound", game.Players.LocalPlayer.Character["Head"])
  190. FILTHYPRANK.Volume = 10
  191. FILTHYPRANK.SoundId = "rbxassetid://676845644"
  192. FILTHYPRANK.TimePosition = 3.6
  193. local thunder = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"])
  194. thunder.Volume = 3
  195. thunder.SoundId = "rbxassetid://130818250"
  196. thunder.TimePosition = 0.4
  197. local meme = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"])
  198. meme.Volume = 3
  199. meme.SoundId = "rbxassetid://138677306"
  200. local gore = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"])
  201. gore.Volume = 4
  202. gore.SoundId = "rbxassetid://429400881"
  203. gore.TimePosition = 0
  204. canbefps = false
  205. function switchfps(key)
  206. key = key:lower()
  207. if key == "z" then
  208. if canbefps then
  209. canbefps = false
  210. else
  211. canbefps = true
  212. end
  213. end
  214. end
  215. mouse.KeyDown:connect(switchfps)
  216. function fps()
  217. if canbefps then
  218. workspace.CurrentCamera.CFrame = game.Players.LocalPlayer.Character.Head.CFrame * CFrame.new(0,0,-0.9)
  219. end
  220. end
  221. game:GetService("RunService").RenderStepped:connect(fps)
  222. function tentaclekick(key)
  223. if key == "f" and not using then
  224. using = true
  225. canwalk = false
  226. for i = 0,0.7 , 0.05 do
  227. 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)
  228. 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)
  229. 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)
  230. 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)
  231. 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)
  232. game:GetService("RunService").RenderStepped:wait()
  233. end
  234. FILTHYPRANK.TimePosition = 3.8
  235. FILTHYPRANK:Play()
  236. wait(0.6)
  237. local sensoryee = Instance.new("Part", game.Players.LocalPlayer.Character["Right Leg"])
  238. sensoryee.Size = Vector3.new(1,1,1)
  239. sensoryee.CanCollide = false
  240. sensoryee.Transparency = 0
  241. sensoryee:BreakJoints()
  242. local weldsensor = Instance.new("Weld", sensoryee)
  243. weldsensor.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  244. weldsensor.Part1 = sensoryee
  245. weldsensor.C0 = weldsensor.C0 * CFrame.new(0,-0.5,0)
  246. local function tentacleshot(part)
  247. sensoryee:destroy()
  248. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  249. if humanoid then
  250. local canscan = true
  251. for i,v in pairs(humanoid.Parent:GetChildren()) do
  252. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  253. if v:findFirstChild("Handle") then
  254. if v.Handle:findFirstChild("Mesh") then
  255. 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
  256. canscan = false
  257. hittd = true
  258. local furfaggrowl = Instance.new("Sound", humanoid.Parent.Head)
  259. furfaggrowl.SoundId = "rbxassetid://534269232"
  260. furfaggrowl.Volume = 7
  261. furfaggrowl:Play()
  262. punch:Play()
  263. local rhandclone = humanoid.Parent.Torso["Right Shoulder"]:Clone()
  264. local rhandweld = Instance.new("Weld", humanoid.Parent.Torso)
  265. rhandweld.Part0 = humanoid.Parent.Torso
  266. rhandweld.Part1 = humanoid.Parent["Right Arm"]
  267. rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  268. local lhandweld = Instance.new("Weld", humanoid.Parent.Torso)
  269. lhandweld.Part0 = humanoid.Parent.Torso
  270. lhandweld.Part1 = humanoid.Parent["Left Arm"]
  271. lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  272. local llegclone = humanoid.Parent.Torso["Left Hip"]:Clone()
  273. local llegweld = Instance.new("Weld", humanoid.Parent.Torso)
  274. llegweld.Part0 = humanoid.Parent.Torso
  275. llegweld.Part1 = humanoid.Parent["Left Leg"]
  276. llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  277. local rlegclone = humanoid.Parent.Torso["Right Hip"]:Clone()
  278. local rlegweld = Instance.new("Weld", humanoid.Parent.Torso)
  279. rlegweld.Part0 = humanoid.Parent.Torso
  280. rlegweld.Part1 = humanoid.Parent["Right Leg"]
  281. rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  282. local rootjointclone = humanoid.Parent.HumanoidRootPart.RootJoint:Clone()
  283. local humanoidrootpart = Instance.new("Weld", humanoid.Parent.Torso)
  284. humanoidrootpart.Part0 = humanoid.Parent.HumanoidRootPart
  285. humanoidrootpart.Part1 = humanoid.Parent.Torso
  286. local heed = humanoid.Parent.Torso["Neck"]:Clone()
  287. local headweld = Instance.new("Weld", humanoid.Parent.Torso)
  288. headweld.Part0 = humanoid.Parent.Torso
  289. headweld.Part1 = humanoid.Parent.Head
  290. headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  291. for i = 0,0.7 , 0.07 do
  292. 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)
  293. 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)
  294. 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)
  295. 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)
  296. 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)
  297. 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)
  298. game:GetService("RunService").RenderStepped:wait()
  299. end
  300. wait(6)
  301. humanoid.Parent:BreakJoints()
  302. end
  303. end
  304. end
  305. end
  306. end
  307. end
  308. end
  309. sensoryee.Touched:connect(tentacleshot)
  310. for i = 0,0.7 , 0.07 do
  311. 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)
  312. 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)
  313. 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)
  314. 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)
  315. 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)
  316. game:GetService("RunService").RenderStepped:wait()
  317. end
  318. wait(0.2)
  319. sensoryee:destroy()
  320. FILTHYPRANK:Stop()
  321. canwalk = true
  322. using = false
  323. end
  324. end
  325. mouse.KeyDown:connect(tentaclekick)
  326. function attacc(key)
  327. key = key:lower()
  328. if key == "r" and not using then
  329. using = true
  330. canwalk = false
  331. for i = 0,1 , 0.02 do
  332. 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)
  333. 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)
  334. 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)
  335. 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)
  336. 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)
  337. 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)
  338. game:GetService("RunService").RenderStepped:wait()
  339. end
  340. canwalk = false
  341. armcanattack = true
  342. for i = 0,1 , 0.1 do
  343. 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)
  344. 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)
  345. 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)
  346. 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)
  347. 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)
  348. 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)
  349. game:GetService("RunService").RenderStepped:wait()
  350. end
  351. local function touched(part)
  352. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  353. if humanoid and armcanattack then
  354. canwalk = false
  355. hittd = true
  356. punch:Play()
  357. armcanattack = false
  358. humanoid.WalkSpeed = 0
  359. humanoid.JumpPower = 0
  360. for i = 1,5 do
  361. canwalk = false
  362. local punchclone = punch:Clone()
  363. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  364. punchclone:Play()
  365.  
  366. for i = 0,1 , 0.2 do
  367. 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)
  368. 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)
  369. 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)
  370. 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)
  371. 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)
  372. 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)
  373. game:GetService("RunService").RenderStepped:wait()
  374. end
  375. local punchclone = punch:Clone()
  376. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  377. punchclone:Play()
  378.  
  379. for i = 0,1 , 0.2 do
  380. 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)
  381. 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)
  382. 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)
  383. 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)
  384. 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)
  385. 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)
  386. game:GetService("RunService").RenderStepped:wait()
  387. end
  388. local punchclone = punch:Clone()
  389. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  390. punchclone:Play()
  391.  
  392. end
  393. for i = 1,5 do
  394. canwalk = false
  395. local punchclone = punch:Clone()
  396. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  397. punchclone:Play()
  398.  
  399. for i = 0,1 , 0.35 do
  400. 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)
  401. 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)
  402. 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)
  403. 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)
  404. 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)
  405. 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)
  406. game:GetService("RunService").RenderStepped:wait()
  407. end
  408. local punchclone = punch:Clone()
  409. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  410. punchclone:Play()
  411.  
  412. for i = 0,1 , 0.35 do
  413. 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)
  414. 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)
  415. 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)
  416. 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)
  417. 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)
  418. 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)
  419. game:GetService("RunService").RenderStepped:wait()
  420. end
  421. local punchclone = punch:Clone()
  422. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  423. punchclone:Play()
  424.  
  425. end
  426. for i = 1,5 do
  427. local punchclone = punch:Clone()
  428. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  429. punchclone:Play()
  430.  
  431. for i = 0,1 , 0.4 do
  432. 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)
  433. 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)
  434. 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)
  435. 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)
  436. 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)
  437. 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)
  438. game:GetService("RunService").RenderStepped:wait()
  439. end
  440. local punchclone = punch:Clone()
  441. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  442. punchclone:Play()
  443.  
  444. for i = 0,1 , 0.4 do
  445. 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)
  446. 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)
  447. 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)
  448. 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)
  449. 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)
  450. 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)
  451. game:GetService("RunService").RenderStepped:wait()
  452. end
  453. local punchclone = punch:Clone()
  454. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  455. punchclone:Play()
  456.  
  457. end
  458. for i = 1,20 do
  459. local punchclone = punch:Clone()
  460. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  461. punchclone:Play()
  462.  
  463. for i = 0,1 , 0.4 do
  464. 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)
  465. 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)
  466. 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)
  467. 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)
  468. 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)
  469. 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)
  470. game:GetService("RunService").RenderStepped:wait()
  471. end
  472. local punchclone = punch:Clone()
  473. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  474. punchclone:Play()
  475.  
  476. for i = 0,1 , 0.4 do
  477. 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)
  478. 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)
  479. 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)
  480. 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)
  481. 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)
  482. 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)
  483. game:GetService("RunService").RenderStepped:wait()
  484. end
  485. local punchclone = punch:Clone()
  486. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  487. punchclone:Play()
  488.  
  489. end
  490. armcanattack = false
  491. canwalk = true
  492. using = false
  493. humanoid.Parent:BreakJoints()
  494. local boom = Instance.new("Explosion", workspace)
  495. boom.Position = humanoid.Parent.Torso.Position
  496. boom.BlastRadius = 0.5
  497. local hitoof = Instance.new("Sound", humanoid.Parent.Head)
  498. hitoof.SoundId = "rbxassetid://771324077"
  499. hitoof.Volume = 3
  500. hitoof.TimePosition = 5.1
  501. hitoof:Play()
  502. local explosion = Instance.new("Sound", humanoid.Parent.Head)
  503. explosion.SoundId = "rbxassetid://130803364"
  504. explosion.Volume = 10
  505. explosion:Play()
  506. wait(1.5)
  507. explosion:Stop()
  508. hitoof:Stop()
  509. end
  510. end
  511. game.Players.LocalPlayer.Character["Right Arm"].Touched:connect(touched)
  512. armcanattack = false
  513. canwalk = true
  514. using = false
  515. end
  516. end
  517. mouse.KeyDown:connect(attacc)
  518. function kickthefurfag(key)
  519. if key == "g" and not using then
  520. using = true
  521. canwalk = false
  522. hittd = false
  523. local sensoryee1 = Instance.new("Part", game.Players.LocalPlayer.Character["Right Leg"])
  524. sensoryee1.Size = Vector3.new(1,1,1)
  525. sensoryee1.CanCollide = false
  526. sensoryee1.Transparency = 0
  527. sensoryee1:BreakJoints()
  528. local weldsensor = Instance.new("Weld", sensoryee1)
  529. weldsensor.Part0 = game.Players.LocalPlayer.Character["Right Leg"]
  530. weldsensor.Part1 = sensoryee1
  531. weldsensor.C0 = weldsensor.C0 * CFrame.new(0,-0.5,0)
  532. local function kicked(part)
  533. sensoryee1:destroy()
  534. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  535. if humanoid then
  536. --canbefps = true
  537. hittd = true
  538. humanoid.WalkSpeed = 0
  539. humanoid.JumpPower = 0
  540. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  541. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  542. punch:Play()
  543. wait(0.5)
  544. for i = 0,1 , 0.05 do
  545. 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)
  546. 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)
  547. 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)
  548. 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)
  549. 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)
  550. 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)
  551. game:GetService("RunService").RenderStepped:wait()
  552. end
  553. humanoid.Parent.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,-3)
  554. humanoid.Parent.Torso.CFrame = CFrame.new(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Torso.Position)
  555. wait(0.3)
  556. for i = 0,1 , 0.07 do
  557. 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)
  558. 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)
  559. 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)
  560. 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)
  561. 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)
  562. 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)
  563. game:GetService("RunService").RenderStepped:wait()
  564. end
  565. humanoid.Parent.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,-4)
  566. humanoid.Parent.Torso.CFrame = CFrame.new(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Torso.Position)
  567. --local rhandclonefur = humanoid.Parent.Torso["Right Shoulder"]:Clone()
  568. local rhandweldfur = Instance.new("Weld", humanoid.Parent.Torso)
  569. rhandweldfur.Part0 = humanoid.Parent.Torso
  570. rhandweldfur.Part1 = humanoid.Parent["Right Arm"]
  571. rhandweldfur.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  572. local lhandweldfur = Instance.new("Weld", humanoid.Parent.Torso)
  573. lhandweldfur.Part0 = humanoid.Parent.Torso
  574. lhandweldfur.Part1 = humanoid.Parent["Left Arm"]
  575. lhandweldfur.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
  576. --local llegclone = humanoid.Parent.Torso["Left Hip"]:Clone()
  577. local llegweldfur = Instance.new("Weld", humanoid.Parent.Torso)
  578. llegweldfur.Part0 = humanoid.Parent.Torso
  579. llegweldfur.Part1 = humanoid.Parent["Left Leg"]
  580. llegweldfur.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  581. --local rlegclone = humanoid.Parent.Torso["Right Hip"]:Clone()
  582. local rlegweldfur = Instance.new("Weld", humanoid.Parent.Torso)
  583. rlegweldfur.Part0 = humanoid.Parent.Torso
  584. rlegweldfur.Part1 = humanoid.Parent["Right Leg"]
  585. rlegweldfur.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  586. --local rootjointclone = humanoid.Parent.HumanoidRootPart.RootJoint:Clone()
  587. local humanoidrootpartfur = Instance.new("Weld", humanoid.Parent.Torso)
  588. humanoidrootpartfur.Part0 = humanoid.Parent.HumanoidRootPart
  589. humanoidrootpartfur.Part1 = humanoid.Parent.Torso
  590. --local heed = humanoid.Parent.Torso["Neck"]:Clone()
  591. local headweldfur = Instance.new("Weld", humanoid.Parent.Torso)
  592. headweldfur.Part0 = humanoid.Parent.Torso
  593. headweldfur.Part1 = humanoid.Parent.Head
  594. headweldfur.C0 = headweld.C0 * CFrame.new(0,1.5,0)
  595. for i = 0,0.7 , 0.07 do
  596. 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)
  597. 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)
  598. 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)
  599. 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)
  600. 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)
  601. 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)
  602. game:GetService("RunService").RenderStepped:wait()
  603. end
  604. for i = 0,1 , 0.04 do
  605. 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)
  606. 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)
  607. 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)
  608. 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)
  609. 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)
  610. 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)
  611. game:GetService("RunService").RenderStepped:wait()
  612. end
  613. for i = 0,0.8 , 0.1 do
  614. 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)
  615. 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)
  616. 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)
  617. 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)
  618. 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)
  619. 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)
  620. game:GetService("RunService").RenderStepped:wait()
  621. end
  622. punch:Play()
  623. for i = 0,0.7 , 0.07 do
  624. 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)
  625. 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)
  626. 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)
  627. 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)
  628. 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)
  629. 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)
  630. game:GetService("RunService").RenderStepped:wait()
  631. end
  632. for i = 0,1 , 0.04 do
  633. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  634. 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)
  635. 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)
  636. 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)
  637. 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)
  638. 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)
  639. game:GetService("RunService").RenderStepped:wait()
  640. end
  641. --Converted with ttyyuu12345's model to script plugin v4
  642. function sandbox(var,func)
  643. local env = getfenv(func)
  644. local newenv = setmetatable({},{
  645. __index = function(self,k)
  646. if k=="script" then
  647. return var
  648. else
  649. return env[k]
  650. end
  651. end,
  652. })
  653. setfenv(func,newenv)
  654. return func
  655. end
  656. cors = {}
  657. mas = Instance.new("Model",game:GetService("Lighting"))
  658. Part0 = Instance.new("Part")
  659. SpecialMesh1 = Instance.new("SpecialMesh")
  660. Part0.Parent = mas
  661. Part0.Rotation = Vector3.new(0, -90, 0)
  662. Part0.Size = Vector3.new(1.77999985, 0.590000093, 0.520000041)
  663. 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)
  664. Part0.Position = Vector3.new(8.2007246, 1.93281543, 34.3707199)
  665. Part0.Orientation = Vector3.new(0, -90, 0)
  666. Part0.CanCollide = false
  667. SpecialMesh1.Parent = Part0
  668. SpecialMesh1.MeshId = "rbxassetid://442337985"
  669. SpecialMesh1.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  670. SpecialMesh1.TextureId = "rbxassetid://442337993"
  671. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  672. SpecialMesh1.Scale = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  673. for i,v in pairs(mas:GetChildren()) do
  674. v.Parent = game:GetService("Players").LocalPlayer.Character
  675. pcall(function() v:MakeJoints() end)
  676. end
  677. mas:Destroy()
  678. for i,v in pairs(cors) do
  679. spawn(function()
  680. pcall(v)
  681. end)
  682. end
  683. Part0:BreakJoints()
  684. local welddl = Instance.new("Weld", Part0)
  685. welddl.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  686. welddl.Part1 = Part0
  687. 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)
  688. for i = 0,1 , 0.02 do
  689. 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)
  690. 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)
  691. --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)
  692. 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)
  693. 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)
  694. 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)
  695. game:GetService("RunService").RenderStepped:wait()
  696. end
  697. for i = 0,0.8 , 0.1 do
  698. 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)
  699. 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)
  700. 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)
  701. 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)
  702. 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)
  703. 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)
  704. 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)
  705. game:GetService("RunService").RenderStepped:wait()
  706. end
  707. humanoid.PlatformStand = true
  708. humanoid.JumpPower = 0
  709. humanoid.WalkSpeed = 0
  710. for i,v in pairs(humanoid.Parent.Torso:GetChildren()) do
  711. if v.ClassName == "Weld" then
  712. v:destroy()
  713. end
  714. end
  715. canwalk = true
  716. canbefps = false
  717. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 25
  718. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  719. using = false
  720. Part0:Destroy()
  721. if humanoid.Parent:findFirstChild("Health") then
  722. humanoid.Parent.Health:Remove()
  723. humanoid.Health = 0.001
  724. for i,v in pairs(humanoid.Parent:GetChildren()) do
  725. if v.ClassName == "Part" then
  726. for q,w in pairs(v:GetChildren()) do
  727. if w.ClassName == "Part" then
  728. w:destroy()
  729. end
  730. end
  731. end
  732. end
  733. end
  734. if humanoid.Parent:findFirstChild("Torso") then
  735. humanoid.Parent.Torso.Velocity = mouse.Hit.lookVector * 35
  736. for i,v in pairs(humanoid.Parent.Torso:GetChildren()) do
  737. if v.ClassName == "Motor6D" then
  738. if v.Name == "Neck" then
  739.  
  740. else
  741. v:destroy()
  742. end
  743. end
  744. end
  745. end
  746. humanoid.WalkSpeed = 0
  747. humanoid.JumpPower = 0
  748. humanoid.Health = 0
  749. if humanoid.Parent:findFirstChild("Right Arm") then
  750. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  751. attachment.Position = Vector3.new(1, 1, 0)
  752. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  753. ball.Attachment0 = humanoid.Parent["Right Arm"].RightShoulderAttachment
  754. ball.Attachment1 = attachment
  755. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  756. collidepartofleftleg.Name = "Bone"
  757. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  758. collidepartofleftleg.Transparency = 1
  759. collidepartofleftleg:BreakJoints()
  760. local weeld = Instance.new("Weld", collidepartofleftleg)
  761. weeld.Part0 = humanoid.Parent["Right Arm"]
  762. weeld.Part1 = collidepartofleftleg
  763. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  764. end
  765. if humanoid.Parent:findFirstChild("Left Arm") then
  766. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  767. attachment.Position = Vector3.new(1, 1, 0)
  768. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  769. ball.Attachment0 = humanoid.Parent.Torso.LeftCollarAttachment
  770. ball.Attachment1 = humanoid.Parent["Left Arm"].LeftShoulderAttachment
  771. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  772. collidepartofleftleg.Name = "Bone"
  773. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  774. collidepartofleftleg.Transparency = 1
  775. collidepartofleftleg:BreakJoints()
  776. local weeld = Instance.new("Weld", collidepartofleftleg)
  777. weeld.Part0 = humanoid.Parent["Left Arm"]
  778. weeld.Part1 = collidepartofleftleg
  779. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  780. end
  781. if humanoid.Parent:findFirstChild("Right Leg") then
  782. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  783. attachment.Position = Vector3.new(0.5, -1, 0)
  784. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  785. ball.Attachment0 = humanoid.Parent["Right Leg"].RightFootAttachment
  786. ball.Attachment1 = attachment
  787. humanoid.Parent["Right Leg"].RightFootAttachment.Position = Vector3.new(0, 1, 0)
  788. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  789. collidepartofleftleg.Name = "Bone"
  790. collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
  791. collidepartofleftleg.Transparency = 1
  792. collidepartofleftleg:BreakJoints()
  793. local weeld = Instance.new("Weld", collidepartofleftleg)
  794. weeld.Part0 = humanoid.Parent["Right Leg"]
  795. weeld.Part1 = collidepartofleftleg
  796. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  797. end
  798. if humanoid.Parent:findFirstChild("Left Leg") then
  799. local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
  800. attachment.Position = Vector3.new(-0.5, -1, 0)
  801. local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
  802. ball.Attachment0 = humanoid.Parent["Left Leg"].LeftFootAttachment
  803. ball.Attachment1 = attachment
  804. humanoid.Parent["Left Leg"].LeftFootAttachment.Position = Vector3.new(0, 1, 0)
  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["Left Leg"]
  812. weeld.Part1 = collidepartofleftleg
  813. weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
  814. end
  815. if humanoid.Parent:findFirstChild("Head") then
  816. local attachment = Instance.new("Attachment", humanoid.Parent.Head)
  817. attachment.Position = Vector3.new(0, -0.5, 0)
  818. humanoid.Parent.Torso.NeckAttachment.Visible = false
  819. humanoid.Parent.Torso.NeckAttachment.Position = humanoid.Parent.Torso.NeckAttachment.Position + Vector3.new(0,0,0)
  820. local ball = Instance.new("HingeConstraint", humanoid.Parent)
  821. ball.Attachment0 = humanoid.Parent.Torso.NeckAttachment
  822. ball.Attachment1 = attachment
  823. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  824. collidepartofleftleg.Name = "Bone"
  825. collidepartofleftleg.Size = Vector3.new(0.5,0.3,0.5)
  826. collidepartofleftleg.Transparency = 1
  827. collidepartofleftleg:BreakJoints()
  828. local weeld = Instance.new("Weld", collidepartofleftleg)
  829. weeld.Part0 = collidepartofleftleg
  830. weeld.Part1 = humanoid.Parent["Head"]
  831. if humanoid.Parent.Torso:findFirstChild("Neck") then
  832. humanoid.Parent.Torso.Neck:destroy()
  833. end
  834. end
  835. end
  836. end
  837. sensoryee1.Touched:connect(kicked)
  838. for i = 0,1 , 0.08 do
  839. 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)
  840. 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)
  841. 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)
  842. 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)
  843. 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)
  844. 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)
  845. game:GetService("RunService").RenderStepped:wait()
  846. end
  847. wait(0.2)
  848. sensoryee1:destroy()
  849. if not hittd then
  850. using = false
  851. canwalk = true
  852. end
  853. end
  854. end
  855. mouse.KeyDown:connect(kickthefurfag)
  856. function begone(key)
  857. key = key:lower()
  858. if key == "y" and not using then
  859. using = true
  860. canwalk = false
  861. local fuckingnormies = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  862. fuckingnormies.SoundId = "rbxassetid://854345294"
  863. fuckingnormies.TimePosition = 2
  864. fuckingnormies.Volume = 10
  865. fuckingnormies:Play()
  866. for i = 0,1 , 0.02 do
  867. 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)
  868. 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)
  869. 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)
  870. 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)
  871. 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)
  872. 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)
  873. game:GetService("RunService").RenderStepped:wait()
  874. end
  875. wait(1)
  876. for i = 0,1 , 0.1 do
  877. 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)
  878. 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)
  879. 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)
  880. 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)
  881. 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)
  882. 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)
  883. game:GetService("RunService").RenderStepped:wait()
  884. end
  885. meme:Play()
  886. meme.Volume = 6
  887. thunder.TimePosition = 0.4
  888. thunder:Play()
  889. thunder.Volume = 6
  890. --Converted with ttyyuu12345's model to script plugin v4
  891. function sandbox(var,func)
  892. local env = getfenv(func)
  893. local newenv = setmetatable({},{
  894. __index = function(self,k)
  895. if k=="script" then
  896. return var
  897. else
  898. return env[k]
  899. end
  900. end,
  901. })
  902. setfenv(func,newenv)
  903. return func
  904. end
  905. cors = {}
  906. mas = Instance.new("Model",game:GetService("Lighting"))
  907. Model0 = Instance.new("Model")
  908. Part1 = Instance.new("Part")
  909. Part2 = Instance.new("Part")
  910. Model0.Name = "Beam"
  911. Model0.Parent = mas
  912. Part1.Name = "beemblue"
  913. Part1.Parent = Model0
  914. Part1.Material = Enum.Material.Neon
  915. Part1.BrickColor = BrickColor.new("Cyan")
  916. Part1.Transparency = 0
  917. Part1.Shape = Enum.PartType.Cylinder
  918. Part1.Size = Vector3.new(0.0500000007, 3.96000385, 3.96000171)
  919. Part1.CFrame = CFrame.new(40.7978516, 2.43296385, 64.2700119, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  920. Part1.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  921. Part1.Position = Vector3.new(40.7978516, 2.43296385, 64.2700119)
  922. Part1.Color = Color3.new(0.0156863, 0.686275, 0.92549)
  923. Part2.Name = "beem"
  924. Part2.Parent = Model0
  925. Part2.Material = Enum.Material.Neon
  926. Part2.BrickColor = BrickColor.new("Really purple")
  927. Part2.Transparency = 0
  928. Part2.Shape = Enum.PartType.Cylinder
  929. Part2.Size = Vector3.new(0.0500000007, 3.96000385, 3.96000171)
  930. Part2.CFrame = CFrame.new(40.7682838, 2.43296385, 64.2700119, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  931. Part2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  932. Part2.Position = Vector3.new(40.7682838, 2.43296385, 64.2700119)
  933. Part2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  934. for i,v in pairs(mas:GetChildren()) do
  935. v.Parent = game:GetService("Players").LocalPlayer.Character
  936. pcall(function() v:MakeJoints() end)
  937. end
  938. mas:Destroy()
  939. for i,v in pairs(cors) do
  940. spawn(function()
  941. pcall(v)
  942. end)
  943. end
  944. Part1.Anchored = true
  945. Part2.Anchored = true
  946. Part1.CanCollide = false
  947. Part2.CanCollide = false
  948. local canrag = true
  949. Part1.CFrame = game.Players.LocalPlayer.Character.Head.CFrame * CFrame.new(0,0,-5) * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
  950. local function ragdolldafurfag(part)
  951. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  952. local ragdolled = part.Parent:findFirstChild("ragdolled")
  953. if humanoid then
  954. if humanoid.Parent.Name == game.Players.LocalPlayer.Name then
  955. --nothing
  956. else
  957. if ragdolled then
  958. --nothing again
  959. else
  960. local raggd = Instance.new("BoolValue", humanoid.Parent)
  961. raggd.Name = "ragdolled"
  962. humanoid.Name = "memes"
  963. humanoid.PlatformStand = true
  964. humanoid.JumpPower = 0
  965. humanoid.WalkSpeed = 0
  966. local findlefthip = humanoid.Parent.Torso:findFirstChild("Left Hip")
  967. if findlefthip then
  968. findlefthip:Remove()
  969. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  970. glue.Part0 = humanoid.Parent.Torso
  971. glue.Part1 = humanoid.Parent["Left Leg"]
  972. glue.Name = "Left leg"
  973. local collider = Instance.new("Part", humanoid.Parent["Left Leg"])
  974. collider.Position = Vector3.new(0,999,0)
  975. collider.Size = Vector3.new(1.5, 1, 1)
  976. collider.Shape = "Cylinder"
  977. local weld = Instance.new("Weld", collider)
  978. weld.Part0 = humanoid.Parent["Left Leg"]
  979. weld.Part1 = collider
  980. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  981. collider.TopSurface = "Smooth"
  982. collider.BottomSurface = "Smooth"
  983. collider.formFactor = "Symmetric"
  984. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  985. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  986. collider.Transparency = 1
  987. end
  988. --
  989. local findrighthip = humanoid.Parent.Torso:findFirstChild("Right Hip")
  990. if findrighthip then
  991. findrighthip:Remove()
  992. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  993. glue.Part0 = humanoid.Parent.Torso
  994. glue.Part1 = humanoid.Parent["Right Leg"]
  995. glue.Name = "Right leg"
  996. local collider = Instance.new("Part", humanoid.Parent["Right Leg"])
  997. collider.Position = Vector3.new(0,999,0)
  998. collider.Size = Vector3.new(1.5, 1, 1)
  999. collider.Shape = "Cylinder"
  1000. local weld = Instance.new("Weld", collider)
  1001. weld.Part0 = humanoid.Parent["Right Leg"]
  1002. weld.Part1 = collider
  1003. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1004. collider.TopSurface = "Smooth"
  1005. collider.BottomSurface = "Smooth"
  1006. collider.formFactor = "Symmetric"
  1007. glue.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1008. glue.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1009. collider.Transparency = 1
  1010. end
  1011. --
  1012. local findrightshoulder = humanoid.Parent.Torso:findFirstChild("Right Shoulder")
  1013. if findrightshoulder then
  1014. findrightshoulder:Remove()
  1015. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  1016. glue.Part0 = humanoid.Parent.Torso
  1017. glue.Part1 = humanoid.Parent["Right Arm"]
  1018. glue.Name = "Right arm"
  1019. local collider = Instance.new("Part", humanoid.Parent["Right Arm"])
  1020. collider.Position = Vector3.new(0,999,0)
  1021. collider.Size = Vector3.new(1.5, 1, 1)
  1022. collider.Shape = "Cylinder"
  1023. local weld = Instance.new("Weld", collider)
  1024. weld.Part0 = humanoid.Parent["Right Arm"]
  1025. weld.Part1 = collider
  1026. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1027. collider.TopSurface = "Smooth"
  1028. collider.BottomSurface = "Smooth"
  1029. collider.formFactor = "Symmetric"
  1030. glue.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1031. glue.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1032. collider.Transparency = 1
  1033. end
  1034. --
  1035. local findleftshoulder = humanoid.Parent.Torso:findFirstChild("Left Shoulder")
  1036. if findleftshoulder then
  1037. findleftshoulder:Remove()
  1038. local glue = Instance.new("Glue", humanoid.Parent.Torso)
  1039. glue.Part0 = humanoid.Parent.Torso
  1040. glue.Part1 = humanoid.Parent["Left Arm"]
  1041. glue.Name = "Left arm"
  1042. local collider = Instance.new("Part", humanoid.Parent["Left Arm"])
  1043. collider.Position = Vector3.new(0,999,0)
  1044. collider.Size = Vector3.new(1.5, 1, 1)
  1045. collider.Shape = "Cylinder"
  1046. local weld = Instance.new("Weld", collider)
  1047. weld.Part0 = humanoid.Parent["Left Arm"]
  1048. weld.Part1 = collider
  1049. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1050. collider.TopSurface = "Smooth"
  1051. collider.BottomSurface = "Smooth"
  1052. collider.formFactor = "Symmetric"
  1053. glue.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1054. glue.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1055. collider.Transparency = 1
  1056. end
  1057. if humanoid.Parent:findFirstChild("Head") then
  1058. local attachment = Instance.new("Attachment", humanoid.Parent.Head)
  1059. attachment.Position = Vector3.new(0, -0.5, 0)
  1060. humanoid.Parent.Torso.NeckAttachment.Visible = false
  1061. humanoid.Parent.Torso.NeckAttachment.Position = humanoid.Parent.Torso.NeckAttachment.Position + Vector3.new(0,0,0)
  1062. local ball = Instance.new("HingeConstraint", humanoid.Parent)
  1063. ball.Attachment0 = humanoid.Parent.Torso.NeckAttachment
  1064. ball.Attachment1 = attachment
  1065. local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
  1066. collidepartofleftleg.Name = "Bone"
  1067. collidepartofleftleg.Size = Vector3.new(0.5,0.3,0.5)
  1068. collidepartofleftleg.Transparency = 1
  1069. collidepartofleftleg:BreakJoints()
  1070. local weeld = Instance.new("Weld", collidepartofleftleg)
  1071. weeld.Part0 = collidepartofleftleg
  1072. weeld.Part1 = humanoid.Parent["Head"]
  1073. if humanoid.Parent.Torso:findFirstChild("Neck") then
  1074. humanoid.Parent.Torso.Neck:destroy()
  1075. end
  1076. end
  1077. end
  1078. end
  1079. end
  1080. end
  1081. Part1.Touched:connect(ragdolldafurfag)
  1082. local function changeposandsize()
  1083. for i = 1,200 do
  1084. Part1.Size = Part1.Size + Vector3.new(0.9,0.2,0.1)
  1085. Part2.Size = Part2.Size + Vector3.new(0.9,0.2,0.1)
  1086. Part1.CFrame = Part1.CFrame * CFrame.new(0.7,0,0)
  1087. Part2.CFrame = Part1.CFrame * CFrame.new(0.7,0,0)
  1088. Part1.Transparency = Part1.Transparency + 0.007
  1089. Part2.Transparency = Part2.Transparency + 0.007
  1090. game:GetService("RunService").RenderStepped:wait()
  1091. end
  1092. Model0:destroy()
  1093. end
  1094. changeposandsize()
  1095. armcanattack = false
  1096. canwalk = true
  1097. using = false
  1098. end
  1099. end
  1100. mouse.KeyDown:connect(begone)
  1101. --Converted with ttyyuu12345's model to script plugin v4
  1102. function sandbox(var,func)
  1103. local env = getfenv(func)
  1104. local newenv = setmetatable({},{
  1105. __index = function(self,k)
  1106. if k=="script" then
  1107. return var
  1108. else
  1109. return env[k]
  1110. end
  1111. end,
  1112. })
  1113. setfenv(func,newenv)
  1114. return func
  1115. end
  1116. cors = {}
  1117. mas = Instance.new("Model",game:GetService("Lighting"))
  1118. Soundo0 = Instance.new("Sound")
  1119. Soundo0.Parent = mas
  1120. Soundo0.SoundId = "rbxassetid://1206917308"
  1121. Soundo0.Volume = 10
  1122. Soundo0.PlaybackSpeed = 1
  1123. Soundo0.Looped = true
  1124. for i,v in pairs(mas:GetChildren()) do
  1125. v.Parent = game:GetService("Players").LocalPlayer.Character.Torso
  1126. pcall(function() v:MakeJoints() end)
  1127. end
  1128. mas:Destroy()
  1129. for i,v in pairs(cors) do
  1130. spawn(function()
  1131. pcall(v)
  1132. end)
  1133. end
  1134. function kysfurshit(key)
  1135. key = key:lower()
  1136. if key == "q" and not using then
  1137. using = true
  1138. hittd = false
  1139. canwalk = false
  1140. local canscan = true
  1141. textfag.Text = "gIt oUt"
  1142. for i = 0,1 , 0.04 do
  1143. 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)
  1144. 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)
  1145. 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)
  1146. 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)
  1147. game:GetService("RunService").RenderStepped:wait()
  1148. end
  1149. local sensoryee = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
  1150. sensoryee.Size = Vector3.new(1,1,1)
  1151. sensoryee.CanCollide = false
  1152. sensoryee.Transparency = 0
  1153. sensoryee:BreakJoints()
  1154. local weldsensor = Instance.new("Weld", sensoryee)
  1155. weldsensor.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  1156. weldsensor.Part1 = sensoryee
  1157. weldsensor.C0 = weldsensor.C0 * CFrame.new(0,-0.5,0)
  1158. local function hagotem(part)
  1159. sensoryee:destroy()
  1160. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  1161. if humanoid then
  1162. local canscan = true
  1163. for i,v in pairs(humanoid.Parent:GetChildren()) do
  1164. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1165. if v:findFirstChild("Handle") then
  1166. if v.Handle:findFirstChild("Mesh") then
  1167. 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
  1168. canscan = false
  1169. hittd = true
  1170. --canbefps = true
  1171. local furfaggrowl = Instance.new("Sound", humanoid.Parent.Head)
  1172. furfaggrowl.SoundId = "rbxassetid://133322522"
  1173. furfaggrowl.Volume = 10
  1174. local rip = Instance.new("Sound", humanoid.Parent.Head)
  1175. rip.SoundId = "rbxassetid://132514715"
  1176. rip.Volume = 10
  1177. if humanoid.Parent:findFirstChild("HumanoidRootPart") then
  1178. humanoid.Parent.HumanoidRootPart:destroy()
  1179. humanoid.WalkSpeed = 0
  1180. humanoid.JumpPower = 0
  1181. else
  1182. humanoid.PlatformStand = true
  1183. humanoid.JumpPower = 0
  1184. humanoid.WalkSpeed = 0
  1185. end
  1186. textfag.Text = "die from cancer"
  1187. local headfurfagweld = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Arm"])
  1188. headfurfagweld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  1189. headfurfagweld.Part1 = humanoid.Parent.Head
  1190. 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)
  1191. furfaggrowl:Play()
  1192. furfaggrowl.TimePosition = 1
  1193. wait(1)
  1194. for i = 0,1 , 0.04 do
  1195. 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)
  1196. game:GetService("RunService").RenderStepped:wait()
  1197. end
  1198. wait(1.4)
  1199. for i = 1,6 do
  1200. wait(0.1)
  1201. for i = 0,1 , 0.15 do
  1202. 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)
  1203. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1204. 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)
  1205. 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)
  1206. 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)
  1207. 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)
  1208. game:GetService("RunService").RenderStepped:wait()
  1209. end
  1210. for i = 0,1 , 0.15 do
  1211. 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)
  1212. 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)
  1213. 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)
  1214. 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)
  1215. 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)
  1216. 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)
  1217. game:GetService("RunService").RenderStepped:wait()
  1218. end
  1219. local punchclone = punch:Clone()
  1220. punchclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1221. punchclone:Play()
  1222. end
  1223. local goreclone = gore:Clone()
  1224. goreclone.Parent = game.Players.LocalPlayer.Character["Right Arm"]
  1225. goreclone:Play()
  1226. for i,v in pairs(humanoid.Parent:GetChildren()) do
  1227. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1228. v:destroy()
  1229. end
  1230. if v.Name == "Head" then
  1231. v.Transparency = 1
  1232. end
  1233. end
  1234. if humanoid.Parent.Head:findFirstChild("face") then
  1235. humanoid.Parent.Head.face.Transparency = 1
  1236. end
  1237. for i = 1,math.random(10,15) do
  1238. --Converted with ttyyuu12345's model to script plugin v4
  1239. function sandbox(var,func)
  1240. local env = getfenv(func)
  1241. local newenv = setmetatable({},{
  1242. __index = function(self,k)
  1243. if k=="script" then
  1244. return var
  1245. else
  1246. return env[k]
  1247. end
  1248. end,
  1249. })
  1250. setfenv(func,newenv)
  1251. return func
  1252. end
  1253. cors = {}
  1254. mas = Instance.new("Model",game:GetService("Lighting"))
  1255. local Part0 = Instance.new("Part")
  1256. Part0.Name = "bl00d"
  1257. Part0.Parent = mas
  1258. Part0.Material = Enum.Material.SmoothPlastic
  1259. Part0.BrickColor = BrickColor.new("Maroon")
  1260. Part0.Size = Vector3.new(1.16000009, 0.0500000007, 1.12000048)
  1261. Part0.CFrame = CFrame.new(17.569994, 1.14527643, 34.9399986, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1262. Part0.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1263. Part0.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1264. Part0.Color = Color3.new(0.458824, 0, 0)
  1265. Part0.Position = Vector3.new(17.569994, 1.14527643, 34.9399986)
  1266. Part0.Color = Color3.new(0.458824, 0, 0)
  1267. Part0.CFrame = humanoid.Parent.Head.CFrame * CFrame.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  1268. Part0:BreakJoints()
  1269. for i,v in pairs(mas:GetChildren()) do
  1270. v.Parent = humanoid.Parent
  1271. pcall(function() v:MakeJoints() end)
  1272. end
  1273. mas:Destroy()
  1274. for i,v in pairs(cors) do
  1275. spawn(function()
  1276. pcall(v)
  1277. end)
  1278. end
  1279. end
  1280. wait(1)
  1281. for i = 0,1 , 0.05 do
  1282. 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)
  1283. 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)
  1284. 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)
  1285. 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)
  1286. 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)
  1287. 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)
  1288. game:GetService("RunService").RenderStepped:wait()
  1289. end
  1290. wait(0.2)
  1291. furfaggrowl:destroy()
  1292. headfurfagweld:destroy()
  1293. local vel = Instance.new("BodyVelocity", humanoid.Parent.Torso)
  1294. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1295. vel.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.rightVector * -math.random(400,469) + Vector3.new(0,2,0)
  1296. rip:Play()
  1297. for i = 0,1 , 0.06 do
  1298. 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)
  1299. 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)
  1300. 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)
  1301. 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)
  1302. game:GetService("RunService").RenderStepped:wait()
  1303. end
  1304. wait(1)
  1305. for i = 0,0.3 , 0.004 do
  1306. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1307. 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)
  1308. 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)
  1309. 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)
  1310. 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)
  1311. 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)
  1312. game:GetService("RunService").RenderStepped:wait()
  1313. end
  1314. using = false
  1315. canwalk = true
  1316. end
  1317. end
  1318. end
  1319. end
  1320. end
  1321. end
  1322. end
  1323. sensoryee.Touched:connect(hagotem)
  1324. for i = 0,1 , 0.04 do
  1325. 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)
  1326. 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)
  1327. 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)
  1328. 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)
  1329. game:GetService("RunService").RenderStepped:wait()
  1330. end
  1331. sensoryee:destroy()
  1332. if not hittd then
  1333. for i = 0,0.3 , 0.004 do
  1334. if canwalk and howmuch < 1 then
  1335. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1336. 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)
  1337. 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)
  1338. 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)
  1339. 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)
  1340. 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)
  1341. game:GetService("RunService").RenderStepped:wait()
  1342. end
  1343. end
  1344. using = false
  1345. canwalk = true
  1346. end
  1347. textfag.Text = "The Amazing Anti-Girl"
  1348. end
  1349. end
  1350. mouse.KeyDown:connect(kysfurshit)
  1351.  
  1352. dancing = false
  1353. function switch(key)
  1354. key = key:lower()
  1355. if key == "m" then
  1356. if not dancing then
  1357. dancing = true
  1358. canwalk = false
  1359. Sound0:Stop()
  1360. Soundo0:Play()
  1361. while dancing do
  1362. for i = 0.3,0.46 , 0.015 do
  1363. if dancing then
  1364. 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)
  1365. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.965696573, 0.259673119, 0, -0.259673119, 0.965696573),i)
  1366. 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)
  1367. 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)
  1368. 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)
  1369. 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)
  1370. game:GetService("RunService").RenderStepped:wait()
  1371. end
  1372. end
  1373. for i = 0.35,0.4 , 0.025 do
  1374. if dancing then
  1375. 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)
  1376. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.996428847, -0.0844366103, 0, 0.0844366103, 0.996428847),i)
  1377. 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)
  1378. 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)
  1379. 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)
  1380. 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)
  1381. game:GetService("RunService").RenderStepped:wait()
  1382. end
  1383. end
  1384. for i = 0.3,0.46 , 0.015 do
  1385. if dancing then
  1386. 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)
  1387. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.980066657, -0.198668674, 0, 0.198668674, 0.980066657),i)
  1388. 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)
  1389. 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)
  1390. 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)
  1391. 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)
  1392. game:GetService("RunService").RenderStepped:wait()
  1393. end
  1394. end
  1395. for i = 0.35,0.4 , 0.025 do
  1396. if dancing then
  1397. 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)
  1398. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.996428847, -0.0844366103, 0, 0.0844366103, 0.996428847),i)
  1399. 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)
  1400. 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)
  1401. 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)
  1402. 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)
  1403. game:GetService("RunService").RenderStepped:wait()
  1404. end
  1405. end
  1406. end
  1407. else
  1408. Soundo0:Stop()
  1409. Sound0:Play()
  1410. dancing = false
  1411. canwalk = true
  1412. end
  1413. end
  1414. end
  1415. mouse.KeyDown:connect(switch)
  1416. function dontremove()
  1417. if Soundo0.Parent == nil then
  1418. Soundo0.Parent = game.Players.LocalPlayer.Character.Torso
  1419. end
  1420. end
  1421. game:GetService("RunService").RenderStepped:connect(dontremove)
  1422. function cancerify()
  1423. local hum = mouse.Target.Parent:findFirstChild("Humanoid")
  1424. if hum then
  1425. if hum.Parent.Name == "Rufus14" then
  1426.  
  1427. else
  1428. textfag.Text = "get cancer"
  1429. --Converted with ttyyuu12345's model to script plugin v4
  1430. function sandbox(var,func)
  1431. local env = getfenv(func)
  1432. local newenv = setmetatable({},{
  1433. __index = function(self,k)
  1434. if k=="script" then
  1435. return var
  1436. else
  1437. return env[k]
  1438. end
  1439. end,
  1440. })
  1441. setfenv(func,newenv)
  1442. return func
  1443. end
  1444. cors = {}
  1445. mas = Instance.new("Model",game:GetService("Lighting"))
  1446. local Accessory0 = Instance.new("Accessory")
  1447. Part1 = Instance.new("Part")
  1448. local SpecialMesh2 = Instance.new("SpecialMesh")
  1449. Accessory0.Name = "Cancer"
  1450. Accessory0.Parent = mas
  1451. Part1.Name = "Handle"
  1452. Part1.Parent = Accessory0
  1453. Part1.Rotation = Vector3.new(0, 0, 0.0199999996)
  1454. Part1.FormFactor = Enum.FormFactor.Custom
  1455. Part1.Size = Vector3.new(1.25000024, 1.12999988, 1.1400001)
  1456. Part1.CFrame = CFrame.new(113.104767, 31.6558571, -259.307831, 1, -0.000407999993, 0, 0.000407999993, 1, 0, 0, 0, 1)
  1457. Part1.BottomSurface = Enum.SurfaceType.Smooth
  1458. Part1.TopSurface = Enum.SurfaceType.Smooth
  1459. Part1.Position = Vector3.new(113.104767, 31.6558571, -259.307831)
  1460. Part1.Orientation = Vector3.new(0, 0, 0.0199999996)
  1461. SpecialMesh2.Parent = Part1
  1462. SpecialMesh2.MeshId = "rbxassetid://361948302"
  1463. SpecialMesh2.Scale = Vector3.new(0.5, 0.5, 0.5)
  1464. SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=361948503 "
  1465. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  1466. SpecialMesh2.Scale = Vector3.new(0.5, 0.5, 0.5)
  1467. for i,v in pairs(mas:GetChildren()) do
  1468. v.Parent = hum.Parent
  1469. pcall(function() v:MakeJoints() end)
  1470. end
  1471. mas:Destroy()
  1472. for i,v in pairs(cors) do
  1473. spawn(function()
  1474. pcall(v)
  1475. end)
  1476. end
  1477. wait(1.5)
  1478. textfag.Text = "The Amazing Anti-Girl"
  1479. end
  1480. end
  1481. end
  1482. mouse.Button1Down:connect(cancerify)
  1483. function attackflag(key)
  1484. if key == "e" and not using then
  1485. using = true
  1486. canwalk = false
  1487. textfag.Text = "No girls allowed i said"
  1488. local sensoryee2 = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
  1489. sensoryee2.Size = Vector3.new(1, 1, 1)
  1490. sensoryee2.CanCollide = false
  1491. sensoryee2.Transparency = 0
  1492. sensoryee2:BreakJoints()
  1493. local weldsensor = Instance.new("Weld", sensoryee2)
  1494. weldsensor.Part0 = sensoryee2
  1495. weldsensor.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1496. weldsensor.C0 = CFrame.new(0,0.5,0)
  1497. local function hagotem1(part)
  1498. sensoryee2:destroy()
  1499. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  1500. if humanoid then
  1501. local canscan = true
  1502. for i,v in pairs(humanoid.Parent:GetChildren()) do
  1503. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1504. if v:findFirstChild("Handle") then
  1505. if v.Handle:findFirstChild("Mesh") then
  1506. 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
  1507. canscan = false
  1508. for i = 0,1 , 0.05 do
  1509. 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)
  1510. game:GetService("RunService").RenderStepped:wait()
  1511. end
  1512. humanoid.Parent.Torso.Anchored = true
  1513. for q,w in pairs(humanoid.Parent:GetChildren()) do
  1514. if w.ClassName == "Part" then
  1515. w.Anchored = true
  1516. end
  1517. end
  1518. end
  1519. end
  1520. end
  1521. end
  1522. end
  1523. end
  1524. end
  1525. sensoryee2.Touched:connect(hagotem1)
  1526. for i = 0,1 , 0.04 do
  1527. 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)
  1528. --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)
  1529. 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)
  1530. 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)
  1531. game:GetService("RunService").RenderStepped:wait()
  1532. end
  1533. for i = 1,5 do
  1534. for i = 0,1 , 0.05 do
  1535. 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)
  1536. 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)
  1537. 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)
  1538. 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)
  1539. 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)
  1540. game:GetService("RunService").RenderStepped:wait()
  1541. end
  1542. local sensoryee = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
  1543. sensoryee.Size = Vector3.new(1, 1, 1)
  1544. sensoryee.CanCollide = false
  1545. sensoryee.Transparency = 0
  1546. sensoryee:BreakJoints()
  1547. local weldsensor = Instance.new("Weld", sensoryee)
  1548. weldsensor.Part0 = sensoryee
  1549. weldsensor.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
  1550. weldsensor.C0 = CFrame.new(0,0.5,0)
  1551. local function hagotem(part)
  1552. sensoryee:destroy()
  1553. local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
  1554. if humanoid then
  1555. local canscan = true
  1556. for i,v in pairs(humanoid.Parent:GetChildren()) do
  1557. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1558. if v:findFirstChild("Handle") then
  1559. if v.Handle:findFirstChild("Mesh") then
  1560. 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
  1561. canscan = false
  1562. hittd = true
  1563. humanoid.Health = humanoid.Health - math.random(20,25)
  1564. local furfaggrowl = Instance.new("Sound", humanoid.Parent.Head)
  1565. furfaggrowl.SoundId = "rbxassetid://146163534"
  1566. furfaggrowl.Volume = 10
  1567. furfaggrowl:Play()
  1568. local rip = Instance.new("Sound", humanoid.Parent.Head)
  1569. rip.SoundId = "rbxassetid://132514715"
  1570. rip.Volume = 10
  1571. textfag.Text = "kaboom"
  1572. punch:Play()
  1573. for i = 1,math.random(2,3) do
  1574. --Converted with ttyyuu12345's model to script plugin v4
  1575. function sandbox(var,func)
  1576. local env = getfenv(func)
  1577. local newenv = setmetatable({},{
  1578. __index = function(self,k)
  1579. if k=="script" then
  1580. return var
  1581. else
  1582. return env[k]
  1583. end
  1584. end,
  1585. })
  1586. setfenv(func,newenv)
  1587. return func
  1588. end
  1589. cors = {}
  1590. mas = Instance.new("Model",game:GetService("Lighting"))
  1591. local Part0 = Instance.new("Part")
  1592. Part0.Name = "bl00d"
  1593. Part0.Parent = mas
  1594. Part0.Material = Enum.Material.SmoothPlastic
  1595. Part0.BrickColor = BrickColor.new("Maroon")
  1596. Part0.Size = Vector3.new(1.16000009, 0.0500000007, 1.12000048)
  1597. Part0.CFrame = CFrame.new(17.569994, 1.14527643, 34.9399986, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1598. Part0.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1599. Part0.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1600. Part0.Color = Color3.new(0.458824, 0, 0)
  1601. Part0.Position = Vector3.new(17.569994, 1.14527643, 34.9399986)
  1602. Part0.Color = Color3.new(0.458824, 0, 0)
  1603. Part0.CFrame = humanoid.Parent.Head.CFrame * CFrame.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  1604. Part0:BreakJoints()
  1605. for i,v in pairs(mas:GetChildren()) do
  1606. v.Parent = humanoid.Parent
  1607. pcall(function() v:MakeJoints() end)
  1608. end
  1609. mas:Destroy()
  1610. for i,v in pairs(cors) do
  1611. spawn(function()
  1612. pcall(v)
  1613. end)
  1614. end
  1615. end
  1616. end
  1617. end
  1618. end
  1619. end
  1620. end
  1621. end
  1622. end
  1623. sensoryee.Touched:connect(hagotem)
  1624. for i = 0,1 , 0.1 do
  1625. 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)
  1626. 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)
  1627. 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)
  1628. 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)
  1629. 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)
  1630. game:GetService("RunService").RenderStepped:wait()
  1631. end
  1632. sensoryee:destroy()
  1633. sensoryee2:destroy()
  1634. end
  1635. for i = 0,1 , 0.05 do
  1636. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1637. 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)
  1638. 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)
  1639. 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)
  1640. 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)
  1641. 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)
  1642. game:GetService("RunService").RenderStepped:wait()
  1643. end
  1644. textfag.Text = "The Amazing Anti-Girl"
  1645. canwalk = true
  1646. using = false
  1647. end
  1648. end
  1649. mouse.KeyDown:connect(attackflag)
  1650. function attackflag1(key)
  1651. if key == "t" and not using then
  1652. using = true
  1653. canwalk = false
  1654. textfag.Text = "lol rip"
  1655. local sensoryee2 = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
  1656. sensoryee2.Size = Vector3.new(1, 1, 1)
  1657. sensoryee2.CanCollide = false
  1658. sensoryee2.Transparency = 0
  1659. sensoryee2:BreakJoints()
  1660. local weldsensor = Instance.new("Weld", sensoryee2)
  1661. weldsensor.Part0 = sensoryee2
  1662. weldsensor.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1663. weldsensor.C0 = CFrame.new(0,0.5,0)
  1664. local function hagotem1(part)
  1665. sensoryee2:destroy()
  1666. humanoidfurshit = part.Parent:findFirstChild("Humanoid")
  1667. if humanoidfurshit then
  1668. local canscan = true
  1669. for i,v in pairs(humanoidfurshit.Parent:GetChildren()) do
  1670. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1671. if v:findFirstChild("Handle") then
  1672. if v.Handle:findFirstChild("Mesh") then
  1673. 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
  1674. canscan = false
  1675. for i = 0,1 , 0.05 do
  1676. 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)
  1677. game:GetService("RunService").RenderStepped:wait()
  1678. end
  1679. humanoidfurshit.Parent.Torso.Anchored = true
  1680. for q,w in pairs(humanoidfurshit.Parent:GetChildren()) do
  1681. if w.ClassName == "Part" then
  1682. w.Anchored = true
  1683. end
  1684. end
  1685. end
  1686. end
  1687. end
  1688. end
  1689. end
  1690. end
  1691. end
  1692. sensoryee2.Touched:connect(hagotem1)
  1693. for i = 0,1 , 0.04 do
  1694. 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)
  1695. --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)
  1696. 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)
  1697. 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)
  1698. game:GetService("RunService").RenderStepped:wait()
  1699. end
  1700. wait(0.3)
  1701. for i = 0,1 , 0.1 do
  1702. 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)
  1703. 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)
  1704. 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)
  1705. 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)
  1706. 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)
  1707. game:GetService("RunService").RenderStepped:wait()
  1708. end
  1709. local function hagotem(part)
  1710. if humanoidfurshit then
  1711. local canscan = true
  1712. for i,v in pairs(humanoidfurshit.Parent:GetChildren()) do
  1713. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1714. if v:findFirstChild("Handle") then
  1715. if v.Handle:findFirstChild("Mesh") then
  1716. 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
  1717. canscan = false
  1718. hittd = true
  1719. humanoidfurshit.Parent:BreakJoints()
  1720. textfag.Text = "kaboom"
  1721. gore:Play()
  1722. for i,v in pairs(humanoidfurshit.Parent:GetChildren()) do
  1723. if v.ClassName == "Hat" or v.ClassName == "Accessory" then
  1724. v:destroy()
  1725. end
  1726. if v.Name == "Head" then
  1727. v.Transparency = 1
  1728. end
  1729. end
  1730. if humanoidfurshit.Parent.Head:findFirstChild("face") then
  1731. humanoidfurshit.Parent.Head.face.Transparency = 1
  1732. end
  1733. for i = 1,math.random(15,20) do
  1734. --Converted with ttyyuu12345's model to script plugin v4
  1735. function sandbox(var,func)
  1736. local env = getfenv(func)
  1737. local newenv = setmetatable({},{
  1738. __index = function(self,k)
  1739. if k=="script" then
  1740. return var
  1741. else
  1742. return env[k]
  1743. end
  1744. end,
  1745. })
  1746. setfenv(func,newenv)
  1747. return func
  1748. end
  1749. cors = {}
  1750. mas = Instance.new("Model",game:GetService("Lighting"))
  1751. local Part0 = Instance.new("Part")
  1752. Part0.Name = "bl00d"
  1753. Part0.Parent = mas
  1754. Part0.Material = Enum.Material.SmoothPlastic
  1755. Part0.BrickColor = BrickColor.new("Maroon")
  1756. Part0.Size = Vector3.new(1.16000009, 0.0500000007, 1.12000048)
  1757. Part0.CFrame = CFrame.new(17.569994, 1.14527643, 34.9399986, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1758. Part0.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1759. Part0.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1760. Part0.Color = Color3.new(0.458824, 0, 0)
  1761. Part0.Position = Vector3.new(17.569994, 1.14527643, 34.9399986)
  1762. Part0.Color = Color3.new(0.458824, 0, 0)
  1763. Part0.CFrame = humanoidfurshit.Parent.Head.CFrame * CFrame.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
  1764. Part0:BreakJoints()
  1765. for i,v in pairs(mas:GetChildren()) do
  1766. v.Parent = humanoidfurshit.Parent
  1767. pcall(function() v:MakeJoints() end)
  1768. end
  1769. mas:Destroy()
  1770. for i,v in pairs(cors) do
  1771. spawn(function()
  1772. pcall(v)
  1773. end)
  1774. end
  1775. end
  1776. end
  1777. end
  1778. end
  1779. end
  1780. end
  1781. end
  1782. end
  1783. hagotem()
  1784. for i = 0,1 , 0.1 do
  1785. 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)
  1786. 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)
  1787. 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)
  1788. 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)
  1789. 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)
  1790. game:GetService("RunService").RenderStepped:wait()
  1791. end
  1792. sensoryee2:destroy()
  1793. for i = 0,1 , 0.05 do
  1794. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1795. 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)
  1796. 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)
  1797. 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)
  1798. 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)
  1799. 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)
  1800. game:GetService("RunService").RenderStepped:wait()
  1801. end
  1802. textfag.Text = "The Amazing Anti-Girl"
  1803. canwalk = true
  1804. using = false
  1805. end
  1806. end
  1807. mouse.KeyDown:connect(attackflag1)
  1808. while true do
  1809. if howmuch <= -1 then
  1810. howmuch = 0
  1811. end
  1812. if howmuch >= 4 then
  1813. howmuch = 0
  1814. end
  1815. if canwalk and howmuch < 1 then
  1816. for i = 0,1 , 0.01 do
  1817. if canwalk and howmuch < 1 then
  1818.  
  1819. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1820. 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)
  1821. 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)
  1822. 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)
  1823. 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)
  1824. 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)
  1825. game:GetService("RunService").RenderStepped:wait()
  1826. end
  1827. end
  1828. for i = 0,0.3 , 0.004 do
  1829. if canwalk and howmuch < 1 then
  1830. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  1831. 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)
  1832. 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)
  1833. 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)
  1834. 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)
  1835. 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)
  1836. game:GetService("RunService").RenderStepped:wait()
  1837. end
  1838. end
  1839. end
  1840. if canwalk and howmuch >= 1 then
  1841. if canwalk then
  1842. for i = 0,0.5 , 0.05 do
  1843. if canwalk and howmuch >= 1 then
  1844.  
  1845. 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)
  1846. 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)
  1847. 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)
  1848. 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)
  1849. 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)
  1850. 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)
  1851. game:GetService("RunService").RenderStepped:wait()
  1852. end
  1853. end
  1854. end
  1855. if canwalk then
  1856. for i = 0,0.5 , 0.05 do
  1857. if canwalk and howmuch >= 1 then
  1858.  
  1859. 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)
  1860. 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)
  1861. 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)
  1862. 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)
  1863. 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)
  1864. 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)
  1865. game:GetService("RunService").RenderStepped:wait()
  1866. end
  1867. end
  1868. end
  1869. end
  1870. game:GetService("RunService").RenderStepped:wait()
  1871. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement