reset234567890

combo

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