Advertisement
Xector666X

Untitled

Jan 10th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.09 KB | None | 0 0
  1. -----------//KRYSTAL DANCE V2\\-----------
  2. --[[Movelist
  3. Q = The Swoosher
  4. E = The nutty
  5. R = Spin me right round!
  6. T = Plum juice dance
  7. Y = Moonwalk
  8. U = Slav dance
  9. P = Barrel roll
  10. F = The Jerky
  11. G = The Shuffle
  12. H = The Spongebob
  13. J = Here comes the money!
  14. K = Runnin' in the 90's
  15. ---------]]
  16.  
  17. --Alright so before i start rambling on about absolute nonsense, please subscribe to Pewdiepie on youtube! Help him defeat T-Series!--
  18. --Also subscribe to Vengefulprogram--
  19. --Krystal dance! The old famous script that sadly has been broken(sorta), i've decided to rework this thing because... nostalgia.--
  20. --This is one of the first scripts i've ever ran on SB, seeing this back again really reminds me of how much of a noob i was.--
  21. --Credits to Krystalteam, they made the original krystal dance! Be sure to respect them or else...--
  22. --#makeoldscriptsgreatagain--
  23.  
  24. if game:GetService("RunService"):IsClient()then error("Please run as a server script. Use h/ instead of hl/.")end;print("FE Compatibility: by WaverlyCole");InternalData = {}
  25. do
  26. script.Parent = owner.Character
  27. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput"
  28. local function NewFakeEvent()
  29. local Bind = Instance.new("BindableEvent")
  30. local Fake;Fake = {Connections = {},
  31. fakeEvent=true;
  32. Connect=function(self,Func)
  33. Bind.Event:connect(Func)
  34. self.Connections[Bind] = true
  35. return setmetatable({Connected = true},{
  36. __index = function (self,Index)
  37. if Index:lower() == "disconnect" then
  38. return function() Fake.Connections[Bind] = false;self.Connected = false end
  39. end
  40. return Fake[Index]
  41. end;
  42. __tostring = function() return "Connection" end;
  43. })
  44. end}
  45. Fake.connect = Fake.Connect;return Fake;
  46. end
  47. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  48. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  49. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  50. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  51. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  52. local function TriggerEvent(self,Event,...)
  53. local Trigger = Mouse[Event]
  54. if Trigger and Trigger.fakeEvent and Trigger.Connections then
  55. for Connection,Active in pairs(Trigger.Connections) do if Active then Connection:Fire(...) end end
  56. end
  57. end
  58. Mouse.TrigEvent = TriggerEvent;UserInputService.TrigEvent = TriggerEvent
  59. Event.OnServerEvent:Connect(function(FiredBy,Input)
  60. if FiredBy.Name ~= owner.Name then return end
  61. if Input.MouseEvent then
  62. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  63. else
  64. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  65. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up") end
  66. for _,Action in pairs(ContextActionService.Actions) do
  67. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  68. end
  69. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  70. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  71. end
  72. end)
  73. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  74. Event.Parent = NLS([[
  75. local Player = owner;local Event = script:WaitForChild("UserInput");local UserInputService = game:GetService("UserInputService");local Mouse = Player:GetMouse()
  76. local Input = function(Input,gameProcessedEvent)
  77. if gameProcessedEvent then return end
  78. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  79. end
  80. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  81. local Hit,Target
  82. while wait(1/30) do
  83. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  84. Hit,Target = Mouse.Hit,Mouse.Target;Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  85. end
  86. end
  87. ]],owner.Character)
  88. end
  89. RealGame = game;game = setmetatable({},{
  90. __index = function (self,Index)
  91. local Sandbox = function (Thing)
  92. if Thing:IsA("Player") then
  93. local RealPlayer = Thing
  94. return setmetatable({},{
  95. __index = function (self,Index)
  96. local Type = type(RealPlayer[Index])
  97. if Type == "function" then
  98. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  99. return function (self)return InternalData["Mouse"] end
  100. end
  101. return function (self,...)return RealPlayer[Index](RealPlayer,...) end
  102. end
  103. return RealPlayer[Index]
  104. end;
  105. __tostring = function(self) return RealPlayer.Name end
  106. })
  107. end
  108. end
  109. if RealGame[Index] then
  110. local Type = type(RealGame[Index])
  111. if Type == "function" then
  112. if Index:lower() == "getservice" or Index:lower() == "service" then
  113. return function (self,Service)
  114. local FakeServices = {
  115. ["players"] = function()
  116. return setmetatable({},{
  117. __index = function (self2,Index2)
  118. local RealService = RealGame:GetService(Service)
  119. local Type2 = type(Index2)
  120. if Type2 == "function" then
  121. return function (self,...) return RealService[Index2](RealService,...)end
  122. else
  123. if Index2:lower() == "localplayer" then return Sandbox(owner) end
  124. return RealService[Index2]
  125. end
  126. end;
  127. __tostring = function(self) return RealGame:GetService(Service).Name end
  128. })
  129. end;
  130. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  131. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  132. ["runservice"] = function()
  133. return setmetatable({},{
  134. __index = function(self2,Index2)
  135. local RealService = RealGame:GetService(Service)
  136. local Type2 = type(Index2)
  137. if Type2 == "function" then
  138. return function (self,...) return RealService[Index2](RealService,...) end
  139. else
  140. local RunServices = {
  141. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  142. ["renderstepped"] = function() return RealService["Stepped"] end
  143. }
  144. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  145. return RealService[Index2]
  146. end
  147. end
  148. })
  149. end
  150. }
  151. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  152. return RealGame:GetService(Service)
  153. end
  154. end
  155. return function (self,...) return RealGame[Index](RealGame,...) end
  156. else
  157. if game:GetService(Index) then return game:GetService(Index) end
  158. return RealGame[Index]
  159. end
  160. end
  161. return nil
  162. end
  163. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete! Running...")
  164.  
  165. --By Rufus14
  166. mouse = game.Players.LocalPlayer:GetMouse()
  167. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  168. if v.ClassName == "Shirt" or v.ClassName == "Pants" or v.ClassName == "ShirtGraphic" or v.ClassName == "Accessory" then
  169. v:Remove()
  170. end
  171. end
  172. local txtfag = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  173. txtfag.Adornee = suckadick
  174. txtfag.Name = "kys nigga"
  175. txtfag.Size = UDim2.new(2, 0, 1.2, 0)
  176. txtfag.StudsOffset = Vector3.new(-5, 3, 0)
  177. local textfag = Instance.new("TextLabel", txtfag)
  178. textfag.Size = UDim2.new(6, 0, 1, 0)
  179. textfag.FontSize = "Size8"
  180. textfag.TextScaled = true
  181. textfag.TextTransparency = 0
  182. textfag.BackgroundTransparency = 1
  183. textfag.TextTransparency = 0
  184. textfag.TextStrokeTransparency = 0
  185. textfag.Font = "Cartoon"
  186. textfag.TextStrokeColor3 = Color3.new(0, 1, 0)
  187. textfag.Text = game.Players.LocalPlayer.Character.Name.." The Anti-Furry Shooter"
  188. v = Instance.new("Part")
  189. v.Name = "ColorBrick"
  190. v.Parent = part
  191. v.FormFactor = "Symmetric"
  192. v.Anchored = true
  193. v.CanCollide = false
  194. v.BottomSurface = "Smooth"
  195. v.TopSurface = "Smooth"
  196. v.Size = Vector3.new(10, 5, 3)
  197. v.Transparency = 0.7
  198. v.BrickColor = BrickColor.new("Really black")
  199. v.Transparency = 1
  200. textfag.TextColor3 = v.BrickColor.Color
  201. textfag.TextStrokeColor3 = Color3.new(0, 0, 0)
  202. v.Shape = "Block"
  203. shirt = Instance.new("Shirt", game.Players.LocalPlayer.Character)
  204. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=54698632"
  205. song = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  206. song.SoundId = "rbxassetid://165704299"
  207. song.Looped = true
  208. song.Volume = 10
  209. knife = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  210. knife.SoundId = "rbxassetid://186311262"
  211. knife.Looped = false
  212. knife.Volume = 10
  213. dog = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  214. dog.SoundId = "rbxassetid://132514715"
  215. dog.Looped = false
  216. dog.Volume = 10
  217. kick = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  218. kick.SoundId = "rbxassetid://621571142"
  219. kick.Looped = false
  220. kick.Volume = 10
  221. shoosh = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  222. shoosh.SoundId = "rbxassetid://145486992"
  223. shoosh.PlaybackSpeed = 2.1
  224. shoosh.Looped = false
  225. shoosh.Volume = 10
  226. nope = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  227. nope.SoundId = "rbxassetid://323901968"
  228. nope.Looped = false
  229. nope.Volume = 10
  230. canuse=true
  231. --Converted with ttyyuu12345's model to script plugin v4
  232. function sandbox(var,func)
  233. local env = getfenv(func)
  234. local newenv = setmetatable({},{
  235. __index = function(self,k)
  236. if k=="script" then
  237. return var
  238. else
  239. return env[k]
  240. end
  241. end,
  242. })
  243. setfenv(func,newenv)
  244. return func
  245. end
  246. cors = {}
  247. mas = Instance.new("Model",game:GetService("Lighting"))
  248. Part0 = Instance.new("Part")
  249. SpecialMesh1 = Instance.new("SpecialMesh")
  250. Part0.Name = "Baseball fanatic's cap"
  251. Part0.Parent = mas
  252. Part0.Anchored = false
  253. Part0.FormFactor = Enum.FormFactor.Symmetric
  254. Part0.Size = Vector3.new(1, 1, 2)
  255. Part0.CFrame = CFrame.new(76.1800003, 0.500001013, 26.2000008, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  256. Part0.BottomSurface = Enum.SurfaceType.Smooth
  257. Part0.TopSurface = Enum.SurfaceType.Smooth
  258. Part0.Position = Vector3.new(76.1800003, 0.500001013, 26.2000008)
  259. Part0:BreakJoints()
  260. SpecialMesh1.Parent = Part0
  261. SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=16190466"
  262. SpecialMesh1.TextureId = "http://www.roblox.com/asset/?id=31661094"
  263. SpecialMesh1.MeshType = Enum.MeshType.FileMesh
  264. SpecialMesh1.Scale = Vector3.new(1.1,1.1,1.1)
  265. weld = Instance.new("Weld", game.Players.LocalPlayer.Character.Head)
  266. weld.Part0 = game.Players.LocalPlayer.Character.Head
  267. weld.Part1 = Part0
  268. weld.C0 = weld.C0 * CFrame.new(0,0.3,0.04) * CFrame.fromEulerAnglesXYZ(0.5,math.pi/1,0)
  269. surface = Instance.new("SurfaceGui", game.Players.LocalPlayer.Character.Torso)
  270. text = Instance.new("TextLabel", surface)
  271. text.Text = "WRATH"
  272. text.Size = UDim2.new(1,1, 1,1)
  273. text.TextSize = 230
  274. text.Font = "Fantasy"
  275. text.TextColor3 = Color3.fromRGB(255,0,0)
  276. text.BackgroundTransparency = 1
  277. text.Position = UDim2.new(0, 0,0, -135)
  278. issoneplaying = false
  279. cankillafurfag = false
  280. usedononeperson = false
  281. for i,v in pairs(mas:GetChildren()) do
  282. v.Parent = game:GetService("Players").LocalPlayer.Character
  283. pcall(function() v:MakeJoints() end)
  284. end
  285. mas:Destroy()
  286. for i,v in pairs(cors) do
  287. spawn(function()
  288. pcall(v)
  289. end)
  290. end
  291. function woosh(key)
  292. key = key:lower()
  293. if key == "q" and canuse then
  294. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, mouse.Hit.p)
  295. cankillafurfag = true
  296. local velo = Instance.new("BodyVelocity", game.Players.LocalPlayer.Character.Torso)
  297. velo.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  298. velo.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 80
  299. wait(0.1)
  300. velo:destroy()
  301. wait(0.5)
  302. cankillafurfag = false
  303. end
  304. end
  305. grabbd = false
  306. mouse = game.Players.LocalPlayer:GetMouse()
  307. canuse = true
  308. function erichagrabvagina(key)
  309. key = key:lower()
  310. if key == "z" then
  311. if canuse then
  312. canuse = false
  313. grabbd = false
  314. local righthandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  315. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  316. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  317. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  318. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  319. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  320. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  321. local lefthandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  322. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  323. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  324. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  325. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  326. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  327. lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  328. local rootgrapclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  329. print(game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0)
  330. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:destroy()
  331. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  332. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  333. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  334. for i = 0,1 , 0.03 do
  335. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.57205963, 0.78012085, 0, 0.866025567, 0.499999315, 2.38418579e-07, -0.49999851, 0.86602515, -2.7365548e-08, 5.96046448e-08, 4.47034836e-08, 1.00000143),i)
  336. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.34461975, 0.538200378, 0.223114014, 0.866026521, -0.499998093, 2.95415521e-06, 0.0435718782, 0.0754677951, -0.996196151, 0.49809581, 0.862733483, 0.0871396363),i)
  337. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.258819938, 0, -0.965926111, 0, 1, 0, 0.965926111, 0, 0.258819938),i)
  338. game:GetService("RunService").RenderStepped:wait()
  339. end
  340. wait(1)
  341. local sensoryee = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
  342. sensoryee.Size = Vector3.new(1,1,1)
  343. sensoryee.CanCollide = false
  344. sensoryee.Transparency = 1
  345. sensoryee:BreakJoints()
  346. local weldsensor = Instance.new("Weld", sensoryee)
  347. weldsensor.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  348. weldsensor.Part1 = sensoryee
  349. weldsensor.C0 = weldsensor.C0 * CFrame.new(0,-0.5,0)
  350. local function gotgrabd(part)
  351. sensoryee:destroy()
  352. local humanoid = part.Parent:findFirstChild("Humanoid")
  353. if humanoid then
  354. for q,w in pairs(humanoid.Parent:GetChildren()) do
  355. if w.ClassName == "Accessory" or w.ClassName == "Hat" then
  356. local humanoidrootpart1 = humanoid.Parent:findFirstChild("HumanoidRootPart")
  357. local handd = w:findFirstChild("Handle")
  358. if handd then
  359. mesh = w.Handle.Mesh
  360. end
  361. if handd and mesh.MeshId == "rbxassetid://188699722" or mesh.MeshId == "http://www.roblox.com/asset/?id=188699722" or mesh.MeshId == "http://www.roblox.com/asset/?id=170939831" or mesh.MeshId == "rbxassetid://170939831" or mesh.MeshId == "http://www.roblox.com/asset/?id=135446047" or mesh.MeshId == "rbxassetid://135446047" or mesh.MeshId == "rbxassetid://335037790" or mesh.MeshId == "rbxassetid://361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=1374148" or mesh.MeshId == "rbxassetid://1374148" or mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or mesh.MeshId == "rbxassetid://112495973" or v.Name == "FoxTail" or v.Name == "Zootopia_FoxEars" or v.Name == "FurryCatTail" or mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Name == "ArcticFoxHead" then
  362. grabbd = true
  363. if humanoidrootpart1 then
  364. humanoidrootpart1:destroy()
  365. else
  366. humanoid.PlatformStand = true
  367. end
  368. local furfagweld = Instance.new("Weld", humanoid.Parent.Head)
  369. furfagweld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  370. furfagweld.Part1 = humanoid.Parent.Head
  371. furfagweld.C0 = furfagweld.C0 * CFrame.fromEulerAnglesXYZ(math.pi/2,0,math.pi/2) * CFrame.new(0,0.8,1)
  372. wait(0.4)
  373. for i = 0,1 , 0.03 do
  374. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),i)
  375. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.55997467, 0.699748993, -0.462905884, 0.973860145, -0.131164223, 0.185456812, 0.179209024, -0.0580353662, -0.982097864, 0.139579147, 0.989661396, -0.0330126062),i)
  376. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0),i)
  377. game:GetService("RunService").RenderStepped:wait()
  378. end
  379. local AAAAAAA = Instance.new("Sound", humanoid.Parent.Head)
  380. AAAAAAA.SoundId = "rbxassetid://906084456"
  381. AAAAAAA.Volume = 10
  382. AAAAAAA:Play()
  383. wait(1.6)
  384. nope:Play()
  385. for i = 0,1 , 0.05 do
  386. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.51885986, 0.417861938, 0.185928345, 0.973860025, -0.213819563, 0.0766805559, 0.179207832, 0.515773833, -0.837772012, 0.139582247, 0.829614341, 0.540609598),i)
  387. game:GetService("RunService").RenderStepped:wait()
  388. end
  389. furfagweld:destroy()
  390. local killyourselfXDDD = Instance.new("BodyVelocity", humanoid.Parent.Torso)
  391. killyourselfXDDD.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  392. killyourselfXDDD.Velocity = Vector3.new(0,250,0)
  393. for i = 0,1 , 0.1 do
  394. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.42082214, 1.13207245, -0.0470123291, 0.973861814, 0.129406601, 0.186686218, 0.179204732, -0.942722261, -0.28135857, 0.139584601, 0.307459116, -0.941270649),i)
  395. game:GetService("RunService").RenderStepped:wait()
  396. end
  397. killyourselfXDDD:destroy()
  398. wait(2)
  399. local boom = Instance.new("Explosion", humanoid.Parent.Torso)
  400. boom.Position = humanoid.Parent.Torso.Position
  401. humanoid.Health = 0
  402. AAAAAAA:destroy()
  403. for i = 0,1 , 0.05 do
  404. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),i)
  405. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),i)
  406. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0),i)
  407. game:GetService("RunService").RenderStepped:wait()
  408. end
  409. humanoidrootpart:destroy()
  410. lhandweld:destroy()
  411. rhandweld:destroy()
  412. lefthandclone.Parent = game.Players.LocalPlayer.Character.Torso
  413. righthandclone.Parent = game.Players.LocalPlayer.Character.Torso
  414. rootgrapclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  415. canuse = true
  416. end
  417. end
  418. end
  419. end
  420. end
  421. sensoryee.Touched:connect(gotgrabd)
  422. for i = 0,1 , 0.05 do
  423. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.922836304, 0.58115387, -0.514007568, 0.866021395, 0.482969463, 0.129411131, -0.0435746014, 0.330732942, -0.942718983, -0.498106986, 0.810773432, 0.307467461),i)
  424. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.42261228, 0, 0.906311631, 0, 1, 0, -0.906311631, 0, 0.42261228),i)
  425. game:GetService("RunService").RenderStepped:wait()
  426. end
  427. if not grabbd then
  428. sensoryee:destroy()
  429. for i = 0,1 , 0.05 do
  430. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),i)
  431. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),i)
  432. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0),i)
  433. game:GetService("RunService").RenderStepped:wait()
  434. end
  435. humanoidrootpart:destroy()
  436. lhandweld:destroy()
  437. rhandweld:destroy()
  438. lefthandclone.Parent = game.Players.LocalPlayer.Character.Torso
  439. righthandclone.Parent = game.Players.LocalPlayer.Character.Torso
  440. rootgrapclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  441. canuse = true
  442. end
  443. end
  444. end
  445. end
  446. mouse.KeyDown:connect(erichagrabvagina)
  447. SLAPPP = Instance.new("Sound", game.Players.LocalPlayer.Character["Right Arm"])
  448. SLAPPP.SoundId = "rbxassetid://1074184175"
  449. SLAPPP.TimePosition = 1.2
  450. function SLAPD(key)
  451. key = key:lower()
  452. if key == "x" then
  453. if canuse then
  454. canuse = false
  455. grabbd = false
  456. local righthandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  457. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  458. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  459. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  460. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  461. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  462. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  463. local lefthandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  464. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  465. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  466. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  467. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  468. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  469. lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  470. local rootgrapclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
  471. print(game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0)
  472. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:destroy()
  473. local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  474. humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  475. humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
  476. for i = 0,1 , 0.03 do
  477. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.57205963, 0.78012085, 0, 0.866025567, 0.499999315, 2.38418579e-07, -0.49999851, 0.86602515, -2.7365548e-08, 5.96046448e-08, 4.47034836e-08, 1.00000143),i)
  478. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.34461975, 0.538200378, 0.223114014, 0.866026521, -0.499998093, 2.95415521e-06, 0.0435718782, 0.0754677951, -0.996196151, 0.49809581, 0.862733483, 0.0871396363),i)
  479. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.258819938, 0, -0.965926111, 0, 1, 0, 0.965926111, 0, 0.258819938),i)
  480. game:GetService("RunService").RenderStepped:wait()
  481. end
  482. local sensoryee = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
  483. sensoryee.Size = Vector3.new(1,1,1)
  484. sensoryee.CanCollide = false
  485. sensoryee.Transparency = 1
  486. sensoryee:BreakJoints()
  487. local weldsensor = Instance.new("Weld", sensoryee)
  488. weldsensor.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  489. weldsensor.Part1 = sensoryee
  490. weldsensor.C0 = weldsensor.C0 * CFrame.new(0,-0.5,0)
  491. local function gotgrabd(part)
  492. sensoryee:destroy()
  493. local humanoid = part.Parent:findFirstChild("Humanoid")
  494. if humanoid then
  495. for q,w in pairs(humanoid.Parent:GetChildren()) do
  496. if w.ClassName == "Accessory" or w.ClassName == "Hat" then
  497. local humanoidrootpart1 = humanoid.Parent:findFirstChild("HumanoidRootPart")
  498. local handd = w:findFirstChild("Handle")
  499. if handd then
  500. mesh = w.Handle.Mesh
  501. end
  502. if handd and mesh.MeshId == "rbxassetid://188699722" or mesh.MeshId == "http://www.roblox.com/asset/?id=188699722" or mesh.MeshId == "http://www.roblox.com/asset/?id=170939831" or mesh.MeshId == "rbxassetid://170939831" or mesh.MeshId == "http://www.roblox.com/asset/?id=135446047" or mesh.MeshId == "rbxassetid://135446047" or mesh.MeshId == "rbxassetid://335037790" or mesh.MeshId == "rbxassetid://361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=1374148" or mesh.MeshId == "rbxassetid://1374148" or mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or mesh.MeshId == "rbxassetid://112495973" or v.Name == "FoxTail" or v.Name == "Zootopia_FoxEars" or v.Name == "FurryCatTail" or mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Name == "ArcticFoxHead" then
  503. local humanoid = part.Parent:findFirstChild("Humanoid")
  504. local kysniba = Instance.new("BodyVelocity", humanoid.Parent.Torso)
  505. kysniba.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  506. kysniba.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 35
  507. if humanoid then
  508. SLAPPP.TimePosition = 1.05
  509. SLAPPP:Play()
  510. SLAPPP.Volume = 10
  511. local dedsound = humanoid.Parent.Head:findFirstChild("Died")
  512. if dedsound then
  513. dedsound:Play()
  514. dedsound.Volume = 8
  515. end
  516. humanoid.Health = humanoid.Health - math.random(45,60)
  517. humanoid.PlatformStand = true
  518. local lshclone = humanoid.Parent.Torso["Left Shoulder"]:Clone()
  519. local rshclone = humanoid.Parent.Torso["Right Shoulder"]:Clone()
  520. local lhclone = humanoid.Parent.Torso["Left Hip"]:Clone()
  521. local rhclone = humanoid.Parent.Torso["Right Hip"]:Clone()
  522. local leftarm = humanoid.Parent["Left Arm"]
  523. local rightrm = humanoid.Parent["Right Arm"]
  524. local leftleg = humanoid.Parent["Left Leg"]
  525. local rightleg = humanoid.Parent["Right Leg"]
  526. humanoid.Parent.Torso["Left Hip"]:destroy()
  527. local head = humanoid.Parent.Head
  528. glue = Instance.new("Glue", humanoid.Parent.Torso)
  529. glue.Part0 = humanoid.Parent.Torso
  530. glue.Part1 = leftleg
  531. glue.Name = "Left leg"
  532. collider = Instance.new("Part", leftleg)
  533. collider.Position = Vector3.new(0,999,0)
  534. collider.Size = Vector3.new(1.5, 1, 1)
  535. collider.Shape = "Cylinder"
  536. local weld = Instance.new("Weld", collider)
  537. weld.Part0 = leftleg
  538. weld.Part1 = collider
  539. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  540. collider.TopSurface = "Smooth"
  541. collider.BottomSurface = "Smooth"
  542. collider.formFactor = "Symmetric"
  543. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  544. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  545. collider.Transparency = 1
  546. ------------
  547. humanoid.Parent.Torso["Right Hip"]:destroy()
  548. glue1 = Instance.new("Glue", humanoid.Parent.Torso)
  549. glue1.Part0 = humanoid.Parent.Torso
  550. glue1.Part1 = rightleg
  551. glue1.Name = "Right leg"
  552. collider1 = Instance.new("Part", rightleg)
  553. collider1.Position = Vector3.new(0,9999,0)
  554. collider1.Size = Vector3.new(1.5, 1, 1)
  555. collider1.Shape = "Cylinder"
  556. local weld1 = Instance.new("Weld", collider1)
  557. weld1.Part0 = rightleg
  558. weld1.Part1 = collider1
  559. weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  560. collider1.TopSurface = "Smooth"
  561. collider1.BottomSurface = "Smooth"
  562. collider1.formFactor = "Symmetric"
  563. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  564. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  565. collider1.Transparency = 1
  566. ------------
  567. humanoid.Parent.Torso["Right Shoulder"]:destroy()
  568. glue11 = Instance.new("Glue", humanoid.Parent.Torso)
  569. glue11.Part0 = humanoid.Parent.Torso
  570. glue11.Part1 = rightrm
  571. glue11.Name = "Right shoulder"
  572. collider11 = Instance.new("Part", rightrm)
  573. collider11.Position = Vector3.new(0,9999,0)
  574. collider11.Size = Vector3.new(1.8,1,1)
  575. collider11.Shape = "Cylinder"
  576. local weld11 = Instance.new("Weld", collider11)
  577. weld11.Part0 = rightrm
  578. weld11.Part1 = collider11
  579. weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  580. collider11.TopSurface = "Smooth"
  581. collider11.BottomSurface = "Smooth"
  582. collider11.formFactor = "Symmetric"
  583. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  584. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  585. collider11.Transparency = 1
  586. ------------
  587. humanoid.Parent.Torso["Left Shoulder"]:destroy()
  588. glue111 = Instance.new("Glue", humanoid.Parent.Torso)
  589. glue111.Part0 = humanoid.Parent.Torso
  590. glue111.Part1 = leftarm
  591. glue111.Name = "Left shoulder"
  592. collider111 = Instance.new("Part", leftarm)
  593. collider111.Position = Vector3.new(0,9999,0)
  594. collider111.Size = Vector3.new(1.5, 1, 1)
  595. collider111.Shape = "Cylinder"
  596. local weld111 = Instance.new("Weld", collider111)
  597. weld111.Part0 = leftarm
  598. weld111.Part1 = collider111
  599. weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  600. collider111.TopSurface = "Smooth"
  601. collider111.BottomSurface = "Smooth"
  602. collider111.formFactor = "Symmetric"
  603. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  604. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  605. collider111.Transparency = 1
  606. -----------------
  607. wait(0.1)
  608. kysniba:destroy()
  609. wait(3.5)
  610. lshclone.Parent = humanoid.Parent.Torso
  611. glue:destroy()
  612. rshclone.Parent = humanoid.Parent.Torso
  613. glue1:destroy()
  614. lhclone.Parent = humanoid.Parent.Torso
  615. glue11:destroy()
  616. rhclone.Parent = humanoid.Parent.Torso
  617. glue111:destroy()
  618. collider:destroy()
  619. collider1:destroy()
  620. collider11:destroy()
  621. collider111:destroy()
  622. humanoid.PlatformStand = false
  623. end
  624. canuse = true
  625. end
  626. end
  627. end
  628. end
  629. end
  630. sensoryee.Touched:connect(gotgrabd)
  631. for i = 0,1 , 0.05 do
  632. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(0.922836304, 0.58115387, -0.514007568, 0.866021395, 0.482969463, 0.129411131, -0.0435746014, 0.330732942, -0.942718983, -0.498106986, 0.810773432, 0.307467461),i)
  633. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.42261228, 0, 0.906311631, 0, 1, 0, -0.906311631, 0, 0.42261228),i)
  634. game:GetService("RunService").RenderStepped:wait()
  635. end
  636. if not grabbd then
  637. sensoryee:destroy()
  638. for i = 0,1 , 0.05 do
  639. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),i)
  640. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),i)
  641. humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0),i)
  642. game:GetService("RunService").RenderStepped:wait()
  643. end
  644. humanoidrootpart:destroy()
  645. lhandweld:destroy()
  646. rhandweld:destroy()
  647. lefthandclone.Parent = game.Players.LocalPlayer.Character.Torso
  648. righthandclone.Parent = game.Players.LocalPlayer.Character.Torso
  649. rootgrapclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  650. canuse = true
  651. end
  652. end
  653. end
  654. end
  655. mouse.KeyDown:connect(SLAPD)
  656. function killwithtec9(key)
  657. key = key:lower()
  658. if key == "e" then
  659. if canuse then
  660. usedononeperson = true
  661. canuse = false
  662. for i,v in pairs(workspace:GetChildren()) do
  663. if v.ClassName == "Model" then
  664. humanoid = v:findFirstChild("Humanoid")
  665. end
  666. if humanoid then
  667. for q,w in pairs(v:GetChildren()) do
  668. if w.ClassName == "Accessory" or w.ClassName == "Hat" then
  669. local humanoidrootpart = humanoid.Parent:findFirstChild("HumanoidRootPart")
  670. local handd = w:findFirstChild("Handle")
  671. if handd then
  672. mesh = w.Handle.Mesh
  673. end
  674. if humanoidrootpart then
  675. if handd and usedononeperson and mesh.MeshId == "rbxassetid://188699722" or mesh.MeshId == "http://www.roblox.com/asset/?id=188699722" or mesh.MeshId == "http://www.roblox.com/asset/?id=170939831" or mesh.MeshId == "rbxassetid://170939831" or mesh.MeshId == "http://www.roblox.com/asset/?id=135446047" or mesh.MeshId == "rbxassetid://135446047" or mesh.MeshId == "rbxassetid://335037790" or mesh.MeshId == "rbxassetid://361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=1374148" or mesh.MeshId == "rbxassetid://1374148" or mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or mesh.MeshId == "rbxassetid://112495973" or v.Name == "FoxTail" or v.Name == "Zootopia_FoxEars" or v.Name == "FurryCatTail" or mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Name == "ArcticFoxHead" then
  676. usedononeperson = false
  677. canuse = false
  678. if not issoneplaying then
  679. song:Play()
  680. issoneplaying = true
  681. end
  682. gun = Instance.new("Part", game.Players.LocalPlayer.Character)
  683. gun.Size = Vector3.new(0.5, 1, 2)
  684. gun.CanCollide = false
  685. gun.Name = "Gunn"
  686. gun:BreakJoints()
  687. weld = Instance.new("Weld", gun)
  688. weld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  689. weld.Part1 = gun
  690. weld.C0 = weld.C0 * CFrame.new(-0.2,-1.7,-0.25) * CFrame.fromEulerAnglesXYZ(math.pi/-2,0,0)
  691. local mesh = Instance.new("SpecialMesh", gun)
  692. mesh.MeshId = "rbxassetid://742046473"
  693. mesh.TextureId = "rbxassetid://742046691"
  694. mesh.Scale = Vector3.new(0.35,0.35,0.35)
  695. local righthandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  696. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  697. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  698. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  699. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  700. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  701. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  702. for i = 0,1 , 0.05 do
  703. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.2521863, 0.696266413, 0.0165557861, -2.93719313e-06, 0.173656181, 0.984807909, 0.984808981, -0.171007469, 0.0301576983, 0.173647076, 0.969846308, -0.171017706),i)
  704. game:GetService("RunService").RenderStepped:wait()
  705. end
  706. for i = 0,1 , 0.05 do
  707. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.426296234, 0, 0, 0, 0.999999702, 1.0000006, -3.74764204e-06, 0, 3.61353045e-06, 1, 0),i)
  708. game:GetService("RunService").RenderStepped:wait()
  709. end
  710. for i = 1,50 do
  711. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, v.Torso.Position)
  712. game:GetService("RunService").RenderStepped:wait()
  713. end
  714. for i = 0,1 , 0.3 do
  715. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, v.Torso.Position)
  716. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.2521863, 0.696266413, 0.0165557861, -2.93719313e-06, 0.173656181, 0.984807909, 0.984808981, -0.171007469, 0.0301576983, 0.173647076, 0.969846308, -0.171017706),i)
  717. game:GetService("RunService").RenderStepped:wait()
  718. end
  719. local shotsound = Instance.new("Sound", gun)
  720. shotsound.EmitterSize = 2
  721. shotsound.SoundId = "rbxassetid://745308042"
  722. shotsound.Volume = 10
  723. shotsound:Play()
  724. if humanoid then
  725. local humanoidrootpart = humanoid.Parent:findFirstChild("HumanoidRootPart")
  726. if humanoidrootpart then
  727. humanoidrootpart:destroy()
  728. else
  729. humanoid.PlatformStand = true
  730. end
  731. lshclone = humanoid.Parent.Torso["Left Shoulder"]:Clone()
  732. rshclone = humanoid.Parent.Torso["Right Shoulder"]:Clone()
  733. lhclone = humanoid.Parent.Torso["Left Hip"]:Clone()
  734. rhclone = humanoid.Parent.Torso["Right Hip"]:Clone()
  735. local leftarm = humanoid.Parent["Left Arm"]
  736. local rightrm = humanoid.Parent["Right Arm"]
  737. local leftleg = humanoid.Parent["Left Leg"]
  738. local rightleg = humanoid.Parent["Right Leg"]
  739. humanoid.Parent.Torso["Left Hip"]:destroy()
  740. local head = humanoid.Parent.Head
  741. glue = Instance.new("Glue", humanoid.Parent.Torso)
  742. glue.Part0 = humanoid.Parent.Torso
  743. glue.Part1 = leftleg
  744. glue.Name = "Left leg"
  745. collider = Instance.new("Part", leftleg)
  746. collider.Position = Vector3.new(0,999,0)
  747. collider.Size = Vector3.new(1.5, 1, 1)
  748. collider.Shape = "Cylinder"
  749. local weld = Instance.new("Weld", collider)
  750. weld.Part0 = leftleg
  751. weld.Part1 = collider
  752. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  753. collider.TopSurface = "Smooth"
  754. collider.BottomSurface = "Smooth"
  755. collider.formFactor = "Symmetric"
  756. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  757. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  758. collider.Transparency = 1
  759. ------------
  760. humanoid.Parent.Torso["Right Hip"]:destroy()
  761. glue1 = Instance.new("Glue", humanoid.Parent.Torso)
  762. glue1.Part0 = humanoid.Parent.Torso
  763. glue1.Part1 = rightleg
  764. glue1.Name = "Right leg"
  765. collider1 = Instance.new("Part", rightleg)
  766. collider1.Position = Vector3.new(0,9999,0)
  767. collider1.Size = Vector3.new(1.5, 1, 1)
  768. collider1.Shape = "Cylinder"
  769. local weld1 = Instance.new("Weld", collider1)
  770. weld1.Part0 = rightleg
  771. weld1.Part1 = collider1
  772. weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  773. collider1.TopSurface = "Smooth"
  774. collider1.BottomSurface = "Smooth"
  775. collider1.formFactor = "Symmetric"
  776. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  777. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  778. collider1.Transparency = 1
  779. ------------
  780. humanoid.Parent.Torso["Right Shoulder"]:destroy()
  781. glue11 = Instance.new("Glue", humanoid.Parent.Torso)
  782. glue11.Part0 = humanoid.Parent.Torso
  783. glue11.Part1 = rightrm
  784. glue11.Name = "Right shoulder"
  785. collider11 = Instance.new("Part", rightrm)
  786. collider11.Position = Vector3.new(0,9999,0)
  787. collider11.Size = Vector3.new(1.8,1,1)
  788. collider11.Shape = "Cylinder"
  789. local weld11 = Instance.new("Weld", collider11)
  790. weld11.Part0 = rightrm
  791. weld11.Part1 = collider11
  792. weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  793. collider11.TopSurface = "Smooth"
  794. collider11.BottomSurface = "Smooth"
  795. collider11.formFactor = "Symmetric"
  796. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  797. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  798. collider11.Transparency = 1
  799. ------------
  800. humanoid.Parent.Torso["Left Shoulder"]:destroy()
  801. glue111 = Instance.new("Glue", humanoid.Parent.Torso)
  802. glue111.Part0 = humanoid.Parent.Torso
  803. glue111.Part1 = leftarm
  804. glue111.Name = "Left shoulder"
  805. collider111 = Instance.new("Part", leftarm)
  806. collider111.Position = Vector3.new(0,9999,0)
  807. collider111.Size = Vector3.new(1.5, 1, 1)
  808. collider111.Shape = "Cylinder"
  809. local weld111 = Instance.new("Weld", collider111)
  810. weld111.Part0 = leftarm
  811. weld111.Part1 = collider111
  812. weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  813. collider111.TopSurface = "Smooth"
  814. collider111.BottomSurface = "Smooth"
  815. collider111.formFactor = "Symmetric"
  816. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  817. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  818. collider111.Transparency = 1
  819. end
  820. for i = 0,1 , 0.3 do
  821. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, v.Torso.Position)
  822. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.426296234, 0, 0, 0, 0.999999702, 1.0000006, -3.74764204e-06, 0, 3.61353045e-06, 1, 0),i)
  823. game:GetService("RunService").RenderStepped:wait()
  824. end
  825. wait(0.1)
  826. for i = 0,1 , 0.03 do
  827. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, v.Torso.Position)
  828. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),i)
  829. game:GetService("RunService").RenderStepped:wait()
  830. end
  831. gun:destroy()
  832. rhandweld:destroy()
  833. righthandclone.Parent = game.Players.LocalPlayer.Character.Torso
  834. canuse = true
  835. end
  836. end
  837. end
  838. end
  839. end
  840. end
  841. usedononeperson = false
  842. canuse = true
  843. end
  844. end
  845. end
  846. mouse.KeyDown:connect(killwithtec9)
  847. canlegkick = true
  848. function kicksomefagsxd(key)
  849. key = key:lower()
  850. if key == "f" then
  851. if canuse then
  852. canuse = false
  853. local legcl = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  854. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  855. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  856. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  857. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  858. llegweld.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  859. for i = 0,1 , 0.1 do
  860. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.499996662, -1.1485647, 0.598503113, 1.75394255e-26, -1.47170199e-26, 0.99999994, -0.766049445, 0.642781913, 0, -0.642781734, -0.766049743, 0),i)
  861. game:GetService("RunService").RenderStepped:wait()
  862. end
  863. shoosh:Play()
  864. local sensoryee = Instance.new("Part", game.Players.LocalPlayer.Character["Left Leg"])
  865. sensoryee.Size = Vector3.new(1,1,1)
  866. sensoryee.CanCollide = false
  867. sensoryee.Transparency = 1
  868. sensoryee:BreakJoints()
  869. local weldsensor = Instance.new("Weld", sensoryee)
  870. weldsensor.Part0 = game.Players.LocalPlayer.Character["Left Leg"]
  871. weldsensor.Part1 = sensoryee
  872. weldsensor.C0 = weldsensor.C0 * CFrame.new(0,-0.5,0)
  873. local function ragdollafurry(part)
  874. local humanoid = part.Parent:findFirstChild("Humanoid")
  875. if humanoid then
  876. sensoryee:destroy()
  877. kick:Play()
  878. local kysniba = Instance.new("BodyVelocity", humanoid.Parent.Torso)
  879. kysniba.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  880. kysniba.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 35
  881. local humanoid = part.Parent:findFirstChild("Humanoid")
  882. if humanoid then
  883. humanoid.Health = humanoid.Health - math.random(45,60)
  884. humanoid.PlatformStand = true
  885. local lshclone = humanoid.Parent.Torso["Left Shoulder"]:Clone()
  886. local rshclone = humanoid.Parent.Torso["Right Shoulder"]:Clone()
  887. local lhclone = humanoid.Parent.Torso["Left Hip"]:Clone()
  888. local rhclone = humanoid.Parent.Torso["Right Hip"]:Clone()
  889. local leftarm = humanoid.Parent["Left Arm"]
  890. local rightrm = humanoid.Parent["Right Arm"]
  891. local leftleg = humanoid.Parent["Left Leg"]
  892. local rightleg = humanoid.Parent["Right Leg"]
  893. humanoid.Parent.Torso["Left Hip"]:destroy()
  894. local head = humanoid.Parent.Head
  895. glue = Instance.new("Glue", humanoid.Parent.Torso)
  896. glue.Part0 = humanoid.Parent.Torso
  897. glue.Part1 = leftleg
  898. glue.Name = "Left leg"
  899. collider = Instance.new("Part", leftleg)
  900. collider.Position = Vector3.new(0,999,0)
  901. collider.Size = Vector3.new(1.5, 1, 1)
  902. collider.Shape = "Cylinder"
  903. local weld = Instance.new("Weld", collider)
  904. weld.Part0 = leftleg
  905. weld.Part1 = collider
  906. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  907. collider.TopSurface = "Smooth"
  908. collider.BottomSurface = "Smooth"
  909. collider.formFactor = "Symmetric"
  910. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  911. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  912. collider.Transparency = 1
  913. ------------
  914. humanoid.Parent.Torso["Right Hip"]:destroy()
  915. glue1 = Instance.new("Glue", humanoid.Parent.Torso)
  916. glue1.Part0 = humanoid.Parent.Torso
  917. glue1.Part1 = rightleg
  918. glue1.Name = "Right leg"
  919. collider1 = Instance.new("Part", rightleg)
  920. collider1.Position = Vector3.new(0,9999,0)
  921. collider1.Size = Vector3.new(1.5, 1, 1)
  922. collider1.Shape = "Cylinder"
  923. local weld1 = Instance.new("Weld", collider1)
  924. weld1.Part0 = rightleg
  925. weld1.Part1 = collider1
  926. weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  927. collider1.TopSurface = "Smooth"
  928. collider1.BottomSurface = "Smooth"
  929. collider1.formFactor = "Symmetric"
  930. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  931. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  932. collider1.Transparency = 1
  933. ------------
  934. humanoid.Parent.Torso["Right Shoulder"]:destroy()
  935. glue11 = Instance.new("Glue", humanoid.Parent.Torso)
  936. glue11.Part0 = humanoid.Parent.Torso
  937. glue11.Part1 = rightrm
  938. glue11.Name = "Right shoulder"
  939. collider11 = Instance.new("Part", rightrm)
  940. collider11.Position = Vector3.new(0,9999,0)
  941. collider11.Size = Vector3.new(1.8,1,1)
  942. collider11.Shape = "Cylinder"
  943. local weld11 = Instance.new("Weld", collider11)
  944. weld11.Part0 = rightrm
  945. weld11.Part1 = collider11
  946. weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  947. collider11.TopSurface = "Smooth"
  948. collider11.BottomSurface = "Smooth"
  949. collider11.formFactor = "Symmetric"
  950. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  951. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  952. collider11.Transparency = 1
  953. ------------
  954. humanoid.Parent.Torso["Left Shoulder"]:destroy()
  955. glue111 = Instance.new("Glue", humanoid.Parent.Torso)
  956. glue111.Part0 = humanoid.Parent.Torso
  957. glue111.Part1 = leftarm
  958. glue111.Name = "Left shoulder"
  959. collider111 = Instance.new("Part", leftarm)
  960. collider111.Position = Vector3.new(0,9999,0)
  961. collider111.Size = Vector3.new(1.5, 1, 1)
  962. collider111.Shape = "Cylinder"
  963. local weld111 = Instance.new("Weld", collider111)
  964. weld111.Part0 = leftarm
  965. weld111.Part1 = collider111
  966. weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  967. collider111.TopSurface = "Smooth"
  968. collider111.BottomSurface = "Smooth"
  969. collider111.formFactor = "Symmetric"
  970. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  971. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  972. collider111.Transparency = 1
  973. -----------------
  974. wait(0.1)
  975. kysniba:destroy()
  976. wait(3.5)
  977. lshclone.Parent = humanoid.Parent.Torso
  978. glue:destroy()
  979. rshclone.Parent = humanoid.Parent.Torso
  980. glue1:destroy()
  981. lhclone.Parent = humanoid.Parent.Torso
  982. glue11:destroy()
  983. rhclone.Parent = humanoid.Parent.Torso
  984. glue111:destroy()
  985. collider:destroy()
  986. collider1:destroy()
  987. collider11:destroy()
  988. collider111:destroy()
  989. humanoid.PlatformStand = false
  990. end
  991. end
  992. end
  993. sensoryee.Touched:connect(ragdollafurry)
  994. for i = 0,1 , 0.1 do
  995. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.499996662, -1.02914703, -0.742607117, -5.87247582e-25, -2.47702398e-25, 0.99999994, 0.984806955, 0.173654884, 5.98444181e-25, -0.173654839, 0.984806955, 1.41960611e-25),i)
  996. game:GetService("RunService").RenderStepped:wait()
  997. end
  998. sensoryee:destroy()
  999. canlegkick = false
  1000. llegweld:destroy()
  1001. legcl.Parent = game.Players.LocalPlayer.Character.Torso
  1002. canuse = true
  1003. end
  1004. end
  1005. end
  1006. mouse.KeyDown:connect(kicksomefagsxd)
  1007. function killsomeonesleepingXD(key)
  1008. key = key:lower()
  1009. if key == "t" then
  1010. if canuse then
  1011. print("Used: T")
  1012. local humanoid = mouse.Target.Parent:findFirstChild("Humanoid")
  1013. local humanoidroot = mouse.Target.Parent:findFirstChild("HumanoidRootPart")
  1014. local torso = mouse.Target.Parent:findFirstChild("Torso")
  1015. if humanoid then
  1016. print("Found Humanoid")
  1017. if humanoidroot then
  1018.  
  1019. else
  1020. if canuse then
  1021. local furfaghat = humanoid.Parent:findFirstChildOfClass("Accessory")
  1022. local handd = furfaghat:findFirstChild("Handle")
  1023. if handd then
  1024. mesh = furfaghat.Handle.Mesh
  1025. end
  1026. if canuse and handd and mesh.MeshId == "rbxassetid://188699722" or mesh.MeshId == "http://www.roblox.com/asset/?id=188699722" or mesh.MeshId == "http://www.roblox.com/asset/?id=170939831" or mesh.MeshId == "rbxassetid://170939831" or mesh.MeshId == "http://www.roblox.com/asset/?id=135446047" or mesh.MeshId == "rbxassetid://135446047" or mesh.MeshId == "rbxassetid://335037790" or mesh.MeshId == "rbxassetid://361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=1374148" or mesh.MeshId == "rbxassetid://1374148" or mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or mesh.MeshId == "rbxassetid://112495973" or v.Name == "FoxTail" or v.Name == "Zootopia_FoxEars" or v.Name == "FurryCatTail" or mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Name == "ArcticFoxHead" then
  1027. canuse = false
  1028. print("Someone fell down (no humanoidrootpart)")
  1029. textfag.Text = "begone thot"
  1030. if torso then
  1031. print("Found torso")
  1032. game.Players.LocalPlayer.Character.Humanoid.WalkToPoint = torso.Position
  1033. wait(3)
  1034. game.Players.LocalPlayer.Character.Humanoid.WalkToPoint = game.Players.LocalPlayer.Character.Torso.Position
  1035. end
  1036. if not issoneplaying then
  1037. song:Play()
  1038. issoneplaying = true
  1039. end
  1040. gun = Instance.new("Part", game.Players.LocalPlayer.Character)
  1041. gun.Size = Vector3.new(0.5, 1, 2)
  1042. gun.CanCollide = false
  1043. gun.Name = "Gunn"
  1044. gun:BreakJoints()
  1045. weld = Instance.new("Weld", gun)
  1046. weld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  1047. weld.Part1 = gun
  1048. weld.C0 = weld.C0 * CFrame.new(-0.2,-1.7,-0.25) * CFrame.fromEulerAnglesXYZ(math.pi/-2,0,0)
  1049. local mesh = Instance.new("SpecialMesh", gun)
  1050. mesh.MeshId = "rbxassetid://742046473"
  1051. mesh.TextureId = "rbxassetid://742046691"
  1052. mesh.Scale = Vector3.new(0.35,0.35,0.35)
  1053. local righthandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  1054. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  1055. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1056. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1057. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1058. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1059. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1060. for i = 0,1 , 0.05 do
  1061. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.391201019, 0.090927124, 0, 0, 0.999999583, 0.766052306, 0.642778099, 0, -0.64277786, 0.766052008, 0),i)
  1062. game:GetService("RunService").RenderStepped:wait()
  1063. end
  1064. textfag.Text = "boiy."
  1065. wait(1)
  1066. textfag.Text = "lol die XDD"
  1067. while humanoid.Health >= 0.01 do
  1068. local shotsound = Instance.new("Sound", gun)
  1069. shotsound.EmitterSize = 2
  1070. shotsound.SoundId = "rbxassetid://745308042"
  1071. shotsound.Volume = 10
  1072. shotsound:Play()
  1073. for i = 0,1 , 0.3 do
  1074. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.643392563, 0.391479492, 0, 0, 0.999999583, 0.939700782, 0.341998577, 0, -0.341998577, 0.939699948, 0),i)
  1075. game:GetService("RunService").RenderStepped:wait()
  1076. end
  1077. humanoid.Health = humanoid.Health - 5
  1078. for i = 0,1 , 0.3 do
  1079. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.391201019, 0.090927124, 0, 0, 0.999999583, 0.766052306, 0.642778099, 0, -0.64277786, 0.766052008, 0),i)
  1080. game:GetService("RunService").RenderStepped:wait()
  1081. end
  1082. end
  1083. textfag.Text = "no mercy"
  1084. wait(2)
  1085. rhandweld:destroy()
  1086. righthandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1087. gun:destroy()
  1088. textfag.Text = game.Players.LocalPlayer.Character.Name.." the Anti-Furry School Shooter"
  1089. canuse = true
  1090. else
  1091. if humanoid.PlatformStand == true then
  1092. canuse = false
  1093. print("Someone fell down (platformstand)")
  1094. end
  1095. end
  1096. end
  1097. end
  1098. end
  1099. end
  1100. end
  1101. end
  1102. mouse.KeyDown:connect(killsomeonesleepingXD)
  1103. function kyslol(key)
  1104. if key == "r" then
  1105. if canuse then
  1106. canuse = false
  1107. gun = Instance.new("Part", game.Players.LocalPlayer.Character)
  1108. gun.Size = Vector3.new(0.5, 1, 2)
  1109. gun.CanCollide = false
  1110. gun.Name = "Gunn"
  1111. gun:BreakJoints()
  1112. weld = Instance.new("Weld", gun)
  1113. weld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  1114. weld.Part1 = gun
  1115. weld.C0 = weld.C0 * CFrame.new(-0.2,-1.7,-0.25) * CFrame.fromEulerAnglesXYZ(math.pi/-2,0,0)
  1116. local mesh = Instance.new("SpecialMesh", gun)
  1117. mesh.MeshId = "rbxassetid://742046473"
  1118. mesh.TextureId = "rbxassetid://742046691"
  1119. mesh.Scale = Vector3.new(0.35,0.35,0.35)
  1120. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1121. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1122. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1123. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1124. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1125. for i = 0,1 , 0.03 do
  1126. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(3.32913208, 0.151973724, 0.160049438, 0.257815927, 0.962249994, 0.0871548727, 0.965930343, -0.258802414, 4.42634882e-06, 0.0225601513, 0.0841843933, -0.996189654),i)
  1127. game:GetService("RunService").RenderStepped:wait()
  1128. end
  1129. song:Stop()
  1130. wait(2)
  1131. function ragdoll()
  1132. game.Players.LocalPlayer.Character.Archivable = true
  1133. clone = game.Players.LocalPlayer.Character:Clone()
  1134. clone.Parent = workspace
  1135. for i,v in pairs(clone:GetChildren()) do
  1136. if v.ClassName == "Script" or v.ClassName == "LocalScript" then
  1137. v:destroy()
  1138. end
  1139. for i,p in pairs(v:GetChildren()) do
  1140. if p.ClassName == "Weld" or p.ClassName == "Motor6D" or p.ClassName == "BodyVelocity" then
  1141. p:destroy()
  1142. end
  1143. end
  1144. end
  1145. for i,t in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1146. if t.ClassName == "Accessory" or t.ClassName == "ForceField" then
  1147. t:destroy()
  1148. end
  1149. end
  1150. vel = Instance.new("BodyVelocity", clone.Torso)
  1151. vel.Velocity = clone.Torso.CFrame.lookVector * -5
  1152. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1153. clone.Head.face.Texture = "http://www.roblox.com/asset/?id=161061608"
  1154. using = false
  1155. hit = Instance.new("Sound", clone.Torso)
  1156. hit.SoundId = "rbxassetid://260430060"
  1157. hit.Volume = 5
  1158. hit1 = Instance.new("Sound", clone.Torso)
  1159. hit1.SoundId = "rbxassetid://138087186"
  1160. hit1.Volume = 5
  1161. hit2 = Instance.new("Sound", clone.Torso)
  1162. hit2.SoundId = "rbxassetid://131237241"
  1163. hit2.Volume = 5
  1164. hit3 = Instance.new("Sound", clone.Torso)
  1165. hit3.SoundId = "rbxassetid://278062209"
  1166. hit3.Volume = 5
  1167. hit3.TimePosition = 0.33
  1168. ded = Instance.new("Sound", clone.Torso)
  1169. ded.SoundId = "rbxassetid://418892870"
  1170. ded.Volume = 5
  1171. local leftarm = clone:findFirstChild("Left Arm")
  1172. local rightrm = clone:findFirstChild("Right Arm")
  1173. local leftleg = clone:findFirstChild("Left Leg")
  1174. local rightleg = clone:findFirstChild("Right Leg")
  1175. local head = clone:findFirstChild("Head")
  1176. for i, g in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1177. if g.ClassName == "Part" then
  1178. g:destroy()
  1179. end
  1180. end
  1181. for i, h in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1182. if h.ClassName == "Accesory" then
  1183. h:destroy()
  1184. end
  1185. end
  1186. game.Workspace.CurrentCamera.CameraSubject = head
  1187. if head ~= nil then
  1188. local glue13 = Instance.new("Glue", clone.Torso)
  1189. glue13.Part0 = clone.Torso
  1190. glue13.Part1 = head
  1191. glue13.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1192. glue13.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1193. local collider13 = Instance.new("Part", head)
  1194. collider13.Position = Vector3.new(0,999,0)
  1195. collider13.Size = Vector3.new(0.5, 0.9, 0.7)
  1196. collider13.Shape = "Cylinder"
  1197. collider13.Transparency = 1
  1198. local weld = Instance.new("Weld", collider13)
  1199. weld.Part0 = head
  1200. weld.Part1 = collider13
  1201. weld.C0 = CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1202. collider13.TopSurface = "Smooth"
  1203. collider13.BottomSurface = "Smooth"
  1204. collider13.formFactor = "Symmetric"
  1205. end
  1206. if leftleg ~= nil then
  1207. local glue = Instance.new("Glue", clone.Torso)
  1208. glue.Part0 = clone.Torso
  1209. glue.Part1 = leftleg
  1210. glue.Name = "Left leg"
  1211. local collider = Instance.new("Part", leftleg)
  1212. collider.Position = Vector3.new(0,999,0)
  1213. collider.Size = Vector3.new(1.5, 1, 1)
  1214. collider.Shape = "Cylinder"
  1215. local weld = Instance.new("Weld", collider)
  1216. weld.Part0 = leftleg
  1217. weld.Part1 = collider
  1218. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1219. collider.TopSurface = "Smooth"
  1220. collider.BottomSurface = "Smooth"
  1221. collider.formFactor = "Symmetric"
  1222. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1223. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1224. collider.Transparency = 1
  1225. end
  1226. ------------
  1227. if rightleg ~= nil then
  1228. local glue1 = Instance.new("Glue", clone.Torso)
  1229. glue1.Part0 = clone.Torso
  1230. glue1.Part1 = rightleg
  1231. glue1.Name = "Right leg"
  1232. local collider1 = Instance.new("Part", rightleg)
  1233. collider1.Position = Vector3.new(0,999,0)
  1234. collider1.Size = Vector3.new(1.5, 1, 1)
  1235. collider1.Shape = "Cylinder"
  1236. local weld1 = Instance.new("Weld", collider1)
  1237. weld1.Part0 = rightleg
  1238. weld1.Part1 = collider1
  1239. weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1240. collider1.TopSurface = "Smooth"
  1241. collider1.BottomSurface = "Smooth"
  1242. collider1.formFactor = "Symmetric"
  1243. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1244. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1245. collider1.Transparency = 1
  1246. end
  1247. ------------
  1248. if rightrm ~= nil then
  1249. local glue11 = Instance.new("Glue", clone.Torso)
  1250. glue11.Part0 = clone.Torso
  1251. glue11.Part1 = rightrm
  1252. glue11.Name = "Right shoulder"
  1253. local collider11 = Instance.new("Part", rightrm)
  1254. collider11.Position = Vector3.new(0,9999,0)
  1255. collider11.Size = Vector3.new(1.5,1,1)
  1256. collider11.Shape = "Cylinder"
  1257. local weld11 = Instance.new("Weld", collider11)
  1258. weld11.Part0 = rightrm
  1259. weld11.Part1 = collider11
  1260. weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1261. collider11.TopSurface = "Smooth"
  1262. collider11.BottomSurface = "Smooth"
  1263. collider11.formFactor = "Symmetric"
  1264. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1265. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1266. collider11.Transparency = 1
  1267. end
  1268. ------------
  1269. if leftarm ~= nil then
  1270. local glue111 = Instance.new("Glue", clone.Torso)
  1271. glue111.Part0 = clone.Torso
  1272. glue111.Part1 = leftarm
  1273. glue111.Name = "Left shoulder"
  1274. local collider111 = Instance.new("Part", leftarm)
  1275. collider111.Position = Vector3.new(0,9999,0)
  1276. collider111.Size = Vector3.new(1.5,1,1)
  1277. collider111.Shape = "Cylinder"
  1278. local weld111 = Instance.new("Weld", collider111)
  1279. weld111.Part0 = leftarm
  1280. weld111.Part1 = collider111
  1281. weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1282. collider111.TopSurface = "Smooth"
  1283. collider111.BottomSurface = "Smooth"
  1284. collider111.formFactor = "Symmetric"
  1285. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1286. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1287. collider111.Transparency = 1
  1288. ----------------
  1289. sensoring = Instance.new("Part", clone.Torso)
  1290. sensoring.Size = Vector3.new(1.2,1.1,0.8)
  1291. sensoring.CanCollide = false
  1292. sensoring.Position = clone.Torso.Position
  1293. local welder = Instance.new("Weld", sensoring)
  1294. welder.Part0 = clone.Torso
  1295. welder.Part1 = sensoring
  1296. welder.C0 = welder.C0 * CFrame.new(0,0,1.05)
  1297. sensoring.Transparency = 1
  1298. -----------------
  1299. sensoring1 = Instance.new("Part", clone.Torso)
  1300. sensoring1.Size = Vector3.new(1.2,1.1,0.8)
  1301. sensoring1.CanCollide = false
  1302. sensoring1.Position = clone.Torso.Position
  1303. local welder1 = Instance.new("Weld", sensoring)
  1304. welder1.Part0 = clone.Torso
  1305. welder1.Part1 = sensoring1
  1306. welder1.C0 = welder1.C0 * CFrame.new(0,0,-1.05)
  1307. sensoring1.Transparency = 1
  1308. end
  1309. clone.Name = game.Players.LocalPlayer.Character.Name.." (Committed suicide)"
  1310. ded:Stop()
  1311. vel:destroy()
  1312. wait(0.5)
  1313. local function touch()
  1314. if not using then
  1315. using = true
  1316. local Math = math.random(1,4)
  1317. if Math == 1 then
  1318. hit:Play()
  1319. end
  1320. if Math == 2 then
  1321. hit1:Play()
  1322. end
  1323. if Math == 3 then
  1324. hit2:Play()
  1325. end
  1326. if Math == 4 then
  1327. hit3:Play()
  1328. end
  1329. wait(0.1)
  1330. using = false
  1331. end
  1332. end
  1333. sensoring.Touched:connect(touch)
  1334. sensoring1.Touched:connect(touch)
  1335. while true do
  1336. if head ~= nil then
  1337. head.CanCollide = false
  1338. end
  1339. game:GetService("RunService").Stepped:wait()
  1340. end
  1341. end
  1342.  
  1343. game.Players.LocalPlayer.Character.Humanoid.Died:connect(ragdoll)
  1344. local shotsound = Instance.new("Sound", gun)
  1345. shotsound.EmitterSize = 2
  1346. shotsound.SoundId = "rbxassetid://745308042"
  1347. shotsound.Volume = 10
  1348. shotsound:Play()
  1349. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  1350. end
  1351. end
  1352. end
  1353. mouse.KeyDown:connect(kyslol)
  1354. function killtatfurfag(part)
  1355. local humanoid = part.Parent:findFirstChild("Humanoid")
  1356. if humanoid and canuse then
  1357. canuse = false
  1358. print("Has humanoid")
  1359. for i,v in pairs(humanoid.Parent:GetChildren()) do
  1360. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  1361. local mesh = v.Handle.Mesh
  1362. print("Found Hat")
  1363. print(v)
  1364. print(mesh)
  1365. if mesh.MeshId == "rbxassetid://188699722" or mesh.MeshId == "http://www.roblox.com/asset/?id=188699722" or mesh.MeshId == "http://www.roblox.com/asset/?id=170939831" or mesh.MeshId == "rbxassetid://170939831" or mesh.MeshId == "http://www.roblox.com/asset/?id=135446047" or mesh.MeshId == "rbxassetid://135446047" or mesh.MeshId == "rbxassetid://335037790" or mesh.MeshId == "rbxassetid://361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=361948302" or mesh.MeshId == "http://www.roblox.com/asset/?id=1374148" or mesh.MeshId == "rbxassetid://1374148" or mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or mesh.MeshId == "rbxassetid://112495973" or v.Name == "FoxTail" or v.Name == "Zootopia_FoxEars" or v.Name == "FurryCatTail" or mesh.MeshId == "http://www.roblox.com/asset/?id=112495973" or v.Name == "ArcticFoxHead" then
  1366. print("Furfaggot")
  1367. if cankillafurfag then
  1368. cankillafurfag = false
  1369. canuse = false
  1370. humanoid.WalkSpeed = 0
  1371. humanoid.JumpPower = 0
  1372. local textfagmath = math.random(1,4)
  1373. if textfagmath == 1 then
  1374. textfag.Text = "yiff in hell furfag"
  1375. end
  1376. if textfagmath == 2 then
  1377. textfag.Text = "die fox wannabe"
  1378. end
  1379. if textfagmath == 3 then
  1380. textfag.Text = "be a dog somewhere else"
  1381. end
  1382. if textfagmath == 4 then
  1383. textfag.Text = "kill yourself lol"
  1384. end
  1385. workspace.CurrentCamera.CameraSubject = humanoid.Parent.Head
  1386. local humanoidrootpart = humanoid.Parent:findFirstChild("HumanoidRootPart")
  1387. if humanoidrootpart then
  1388. humanoidrootpart:destroy()
  1389. else
  1390. humanoid.PlatformStand = true
  1391. end
  1392. if not issoneplaying then
  1393. song:Play()
  1394. issoneplaying = true
  1395. end
  1396. local furfagweld = Instance.new("Weld", humanoid.Parent.Head)
  1397. furfagweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1398. furfagweld.Part1 = humanoid.Parent.Head
  1399. furfagweld.C0 = CFrame.new(-0.20883131, 1.52094078, -1.24165344, 0.999628544, 1.30674697e-19, -0.027248919, -7.10571086e-08, 1.00000024, -2.60673528e-06, 0.0272489246, 2.65240669e-06, 0.999628782)
  1400. local lefthandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  1401. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  1402. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1403. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1404. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  1405. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1406. lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1407. for i = 0,1 , 0.03 do
  1408. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.39632034, 0.689879417, -0.597869873, -6.35552908e-07, -0.500005543, 0.86602211, 0.984808922, -0.150379077, -0.0868219659, 0.173643142, 0.852866292, 0.492410004),i)
  1409. game:GetService("RunService").RenderStepped:wait()
  1410. end
  1411. print(mesh.MeshId)
  1412. wait(1)
  1413. local righthandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  1414. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  1415. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1416. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1417. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  1418. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1419. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1420. for i = 0,1 , 0.03 do
  1421. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.27873755, 0.423975229, 0.121429443, -0.150391072, 0.417206496, 0.896284282, -0.34430778, 0.827733159, -0.443071097, -0.926733494, -0.375231266, 0.0191633161),i)
  1422. game:GetService("RunService").RenderStepped:wait()
  1423. end
  1424. wait(0.5)
  1425. --Converted with ttyyuu12345's model to script plugin v4
  1426. function sandbox(var,func)
  1427. local env = getfenv(func)
  1428. local newenv = setmetatable({},{
  1429. __index = function(self,k)
  1430. if k=="script" then
  1431. return var
  1432. else
  1433. return env[k]
  1434. end
  1435. end,
  1436. })
  1437. setfenv(func,newenv)
  1438. return func
  1439. end
  1440. cors = {}
  1441. mas = Instance.new("Model",game:GetService("Lighting"))
  1442. local Model0 = Instance.new("Model")
  1443. local Part1 = Instance.new("Part")
  1444. local Part2 = Instance.new("Part")
  1445. local Part3 = Instance.new("Part")
  1446. local Weld4 = Instance.new("Weld")
  1447. local Weld5 = Instance.new("Weld")
  1448. local Weld6 = Instance.new("Weld")
  1449. local Part7 = Instance.new("Part")
  1450. Model0.Name = "lolrip"
  1451. Model0.Parent = mas
  1452. Part1.Name = "die1"
  1453. Part1.Parent = Model0
  1454. Part1.Rotation = Vector3.new(90, -60, 20)
  1455. Part1.Size = Vector3.new(1.31000066, 0.129999995, 0.0600000024)
  1456. Part1.CFrame = CFrame.new(80.7363205, 2.06008005, 5.45916986, 0.469849259, -0.171007127, -0.866025925, -0.813799143, 0.29619959, -0.500001609, 0.342019051, 0.939697623, 1.28149986e-06)
  1457. Part1.Position = Vector3.new(80.7363205, 2.06008005, 5.45916986)
  1458. Part1.Orientation = Vector3.new(30, -90, -70)
  1459. Part2.Name = "die111"
  1460. Part2.Parent = Model0
  1461. Part2.Rotation = Vector3.new(90, -60, 20)
  1462. Part2.Size = Vector3.new(0.220000789, 0.249999985, 0.0500000007)
  1463. Part2.CFrame = CFrame.new(81.0578461, 1.51319027, 5.57297802, 0.469852835, -0.171006486, -0.866029203, -0.81380409, 0.296205878, -0.500004292, 0.342021137, 0.939711392, -2.41157886e-06)
  1464. Part2.Position = Vector3.new(81.0578461, 1.51319027, 5.57297802)
  1465. Part2.Orientation = Vector3.new(30, -90, -70)
  1466. Part3.Name = "die11"
  1467. Part3.Parent = Model0
  1468. Part3.Rotation = Vector3.new(90, -60, 20)
  1469. Part3.Size = Vector3.new(1.31000066, 0.140000001, 0.0600000024)
  1470. Part3.CFrame = CFrame.new(80.7730865, 1.99637699, 5.25709486, 0.469850421, -0.171006933, -0.866027057, -0.813800752, 0.296201736, -0.500002503, 0.342019767, 0.939702213, 5.17442231e-08)
  1471. Part3.Position = Vector3.new(80.7730865, 1.99637699, 5.25709486)
  1472. Part3.Orientation = Vector3.new(30, -90, -70)
  1473. Weld4.Parent = Part3
  1474. Weld4.C0 = CFrame.new(-3.81469727e-06, 0.215043068, -7.62939453e-06, 1.00000215, -2.98023224e-08, -1.87552331e-07, -5.96046448e-08, 1.00000489, -1.22467213e-06, -1.97065447e-07, -1.23694826e-06, 1.00000143)
  1475. Weld4.Part0 = Part3
  1476. Weld4.Part1 = Part1
  1477. Weld5.Parent = Part3
  1478. Weld5.C0 = CFrame.new(-0.674819946, 0.105020523, -0.00501251221, 1.00000429, -2.98023224e-08, -4.05679941e-07, -8.94069672e-08, 1.00000978, -2.47373328e-06, -3.99535054e-07, -2.45477145e-06, 1.00000274)
  1479. Weld5.Part0 = Part3
  1480. Weld5.Part1 = Part7
  1481. Weld6.Parent = Part3
  1482. Weld6.C0 = CFrame.new(0.635044098, 0.105017662, -0.00501251221, 1.00000429, -2.98023224e-08, -4.05679941e-07, -8.94069672e-08, 1.00000978, -2.47373328e-06, -3.99535054e-07, -2.45477145e-06, 1.00000274)
  1483. Weld6.Part0 = Part3
  1484. Weld6.Part1 = Part2
  1485. Part7.Name = "die"
  1486. Part7.Parent = Model0
  1487. Part7.Rotation = Vector3.new(90, -60, 20)
  1488. Part7.Size = Vector3.new(0.220000789, 0.249999985, 0.0500000007)
  1489. Part7.CFrame = CFrame.new(80.4424057, 2.5791595, 5.12498093, 0.469852835, -0.171006486, -0.866029203, -0.81380409, 0.296205878, -0.500004292, 0.342021137, 0.939711392, -2.41157886e-06)
  1490. Part7.Position = Vector3.new(80.4424057, 2.5791595, 5.12498093)
  1491. Part7.Orientation = Vector3.new(30, -90, -70)
  1492. for i,v in pairs(mas:GetChildren()) do
  1493. v.Parent = game:GetService("Players").LocalPlayer.Character
  1494. pcall(function() v:MakeJoints() end)
  1495. end
  1496. mas:Destroy()
  1497. for i,v in pairs(cors) do
  1498. spawn(function()
  1499. pcall(v)
  1500. end)
  1501. end
  1502. local razorweld = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Arm"])
  1503. razorweld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  1504. razorweld.Part1 = Part1
  1505. razorweld.C0 = CFrame.new(-0.437942505, -1.83271027, -0.0659909248, -0.103788331, 0.197815806, 0.974729717, -0.992601395, -0.0827061236, -0.0889062211, 0.0630289018, -0.97674638, 0.204936787)
  1506. for i,v in pairs(mas:GetChildren()) do
  1507. v.Parent = game:GetService("Players").LocalPlayer.Character
  1508. pcall(function() v:MakeJoints() end)
  1509. end
  1510. mas:Destroy()
  1511. for i,v in pairs(cors) do
  1512. spawn(function()
  1513. pcall(v)
  1514. end)
  1515. end
  1516. for i = 0,1 , 0.03 do
  1517. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.2521863, 0.696266413, 0.0165557861, -2.93719313e-06, 0.173656181, 0.984807909, 0.984808981, -0.171007469, 0.0301576983, 0.173647076, 0.969846308, -0.171017706),i)
  1518. game:GetService("RunService").RenderStepped:wait()
  1519. end
  1520. wait(0.5)
  1521. for i = 0,1 , 0.03 do
  1522. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.75894547, 1.35891843, -0.64024353, -0.619637072, 0.748064518, 0.237589911, 0.356261671, -0.00166783645, 0.934385598, 0.699377179, 0.663624287, -0.265473157),i)
  1523. game:GetService("RunService").RenderStepped:wait()
  1524. end
  1525. wait(2)
  1526. for i = 0,1 , 0.05 do
  1527. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.10069132, 1.36038756, -1.22418213, -0.619636714, 0.74806416, 0.237589821, 0.356262296, -0.00166774949, 0.934387028, 0.699378252, 0.66362536, -0.265473425),i)
  1528. game:GetService("RunService").RenderStepped:wait()
  1529. end
  1530. knife:Play()
  1531. for i = 0,1 , 0.1 do
  1532. local bl000d = Instance.new("Part", humanoid.Parent.Head)
  1533. bl000d.Size = Vector3.new(0.2,0.2,0.2)
  1534. bl000d.BrickColor = BrickColor.new("Maroon")
  1535. bl000d.CFrame = humanoid.Parent.Head.CFrame * CFrame.new(0,-0.5,-1)
  1536. bl000d:BreakJoints()
  1537. bl000d.Velocity = humanoid.Parent.Head.CFrame.lookVector * 20
  1538. humanoid.Health = humanoid.Health - 0.2
  1539. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.05257821, 1.35826468, -0.379745483, -0.619636834, 0.74806428, 0.237589851, 0.356262088, -0.00166777847, 0.934386551, 0.699377894, 0.663625002, -0.265473336),i)
  1540. game:GetService("RunService").RenderStepped:wait()
  1541. end
  1542. for i = 0,1 , 0.05 do
  1543. local bl000d = Instance.new("Part", humanoid.Parent.Head)
  1544. bl000d.Size = Vector3.new(0.2,0.2,0.2)
  1545. bl000d.BrickColor = BrickColor.new("Maroon")
  1546. bl000d.CFrame = humanoid.Parent.Head.CFrame * CFrame.new(0,-0.5,-1)
  1547. bl000d:BreakJoints()
  1548. bl000d.Velocity = humanoid.Parent.Head.CFrame.lookVector * 20
  1549. humanoid.Health = humanoid.Health - 0.2
  1550. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.75894547, 1.35891843, -0.64024353, -0.619637072, 0.748064518, 0.237589911, 0.356261671, -0.00166783645, 0.934385598, 0.699377179, 0.663624287, -0.265473157),i)
  1551. game:GetService("RunService").RenderStepped:wait()
  1552. end
  1553. knife:Play()
  1554. for i = 0,1 , 0.05 do
  1555. local bl000d = Instance.new("Part", humanoid.Parent.Head)
  1556. bl000d.Size = Vector3.new(0.2,0.2,0.2)
  1557. bl000d.BrickColor = BrickColor.new("Maroon")
  1558. bl000d.CFrame = humanoid.Parent.Head.CFrame * CFrame.new(0,-0.5,-1)
  1559. bl000d:BreakJoints()
  1560. bl000d.Velocity = humanoid.Parent.Head.CFrame.lookVector * 20
  1561. humanoid.Health = humanoid.Health - 0.2
  1562. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.10069132, 1.36038756, -1.22418213, -0.619636714, 0.74806416, 0.237589821, 0.356262296, -0.00166774949, 0.934387028, 0.699378252, 0.66362536, -0.265473425),i)
  1563. game:GetService("RunService").RenderStepped:wait()
  1564. end
  1565. for i = 0,1 , 0.05 do
  1566. local bl000d = Instance.new("Part", humanoid.Parent.Head)
  1567. bl000d.Size = Vector3.new(0.2,0.2,0.2)
  1568. bl000d.BrickColor = BrickColor.new("Maroon")
  1569. bl000d.CFrame = humanoid.Parent.Head.CFrame * CFrame.new(0,-0.5,-1)
  1570. bl000d:BreakJoints()
  1571. bl000d.Velocity = humanoid.Parent.Head.CFrame.lookVector * 20
  1572. humanoid.Health = humanoid.Health - 0.2
  1573. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.75894547, 1.35891843, -0.64024353, -0.619637072, 0.748064518, 0.237589911, 0.356261671, -0.00166783645, 0.934385598, 0.699377179, 0.663624287, -0.265473157),i)
  1574. game:GetService("RunService").RenderStepped:wait()
  1575. end
  1576. knife:Play()
  1577. for i = 0,1 , 0.05 do
  1578. local bl000d = Instance.new("Part", humanoid.Parent.Head)
  1579. bl000d.Size = Vector3.new(0.2,0.2,0.2)
  1580. bl000d.BrickColor = BrickColor.new("Maroon")
  1581. bl000d.CFrame = humanoid.Parent.Head.CFrame * CFrame.new(0,-0.5,-1)
  1582. bl000d:BreakJoints()
  1583. bl000d.Velocity = humanoid.Parent.Head.CFrame.lookVector * 20
  1584. humanoid.Health = humanoid.Health - 0.2
  1585. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.10069132, 1.36038756, -1.22418213, -0.619636714, 0.74806416, 0.237589821, 0.356262296, -0.00166774949, 0.934387028, 0.699378252, 0.66362536, -0.265473425),i)
  1586. game:GetService("RunService").RenderStepped:wait()
  1587. end
  1588. wait(1)
  1589. local legcl = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  1590. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
  1591. local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  1592. llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
  1593. llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
  1594. for i = 0,1 , 0.1 do
  1595. local bl000d = Instance.new("Part", humanoid.Parent.Head)
  1596. bl000d.Size = Vector3.new(0.2,0.2,0.2)
  1597. bl000d.BrickColor = BrickColor.new("Maroon")
  1598. bl000d.CFrame = humanoid.Parent.Head.CFrame * CFrame.new(0,-0.5,-1)
  1599. bl000d:BreakJoints()
  1600. bl000d.Velocity = humanoid.Parent.Head.CFrame.lookVector * 20
  1601. humanoid.Health = humanoid.Health - 0.2
  1602. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.499996662, -1.1485647, 0.598503113, 1.75394255e-26, -1.47170199e-26, 0.99999994, -0.766049445, 0.642781913, 0, -0.642781734, -0.766049743, 0),i)
  1603. game:GetService("RunService").RenderStepped:wait()
  1604. end
  1605. dog:Play()
  1606. kick:Play()
  1607. furfagweld:destroy()
  1608. local kysniba = Instance.new("BodyVelocity", humanoid.Parent.Torso)
  1609. kysniba.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  1610. kysniba.Velocity = game.Players.LocalPlayer.Character["Left Leg"].CFrame.rightVector * 35 + Vector3.new(0,15,0)
  1611. for i = 0,1 , 0.1 do
  1612. local bl000d = Instance.new("Part", humanoid.Parent.Head)
  1613. bl000d.Size = Vector3.new(0.2,0.2,0.2)
  1614. bl000d.BrickColor = BrickColor.new("Maroon")
  1615. bl000d.CFrame = humanoid.Parent.Head.CFrame * CFrame.new(0,-0.5,-1)
  1616. bl000d:BreakJoints()
  1617. bl000d.Velocity = humanoid.Parent.Head.CFrame.lookVector * 20
  1618. humanoid.Health = humanoid.Health - 0.2
  1619. llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.499996662, -1.02914703, -0.742607117, -5.87247582e-25, -2.47702398e-25, 0.99999994, 0.984806955, 0.173654884, 5.98444181e-25, -0.173654839, 0.984806955, 1.41960611e-25),i)
  1620. game:GetService("RunService").RenderStepped:wait()
  1621. end
  1622. lshclone = humanoid.Parent.Torso["Left Shoulder"]:Clone()
  1623. rshclone = humanoid.Parent.Torso["Right Shoulder"]:Clone()
  1624. lhclone = humanoid.Parent.Torso["Left Hip"]:Clone()
  1625. rhclone = humanoid.Parent.Torso["Right Hip"]:Clone()
  1626. local leftarm = humanoid.Parent["Left Arm"]
  1627. local rightrm = humanoid.Parent["Right Arm"]
  1628. local leftleg = humanoid.Parent["Left Leg"]
  1629. local rightleg = humanoid.Parent["Right Leg"]
  1630. humanoid.Parent.Torso["Left Hip"]:destroy()
  1631. local head = humanoid.Parent.Head
  1632. glue = Instance.new("Glue", humanoid.Parent.Torso)
  1633. glue.Part0 = humanoid.Parent.Torso
  1634. glue.Part1 = leftleg
  1635. glue.Name = "Left leg"
  1636. collider = Instance.new("Part", leftleg)
  1637. collider.Position = Vector3.new(0,999,0)
  1638. collider.Size = Vector3.new(1.5, 1, 1)
  1639. collider.Shape = "Cylinder"
  1640. local weld = Instance.new("Weld", collider)
  1641. weld.Part0 = leftleg
  1642. weld.Part1 = collider
  1643. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1644. collider.TopSurface = "Smooth"
  1645. collider.BottomSurface = "Smooth"
  1646. collider.formFactor = "Symmetric"
  1647. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1648. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1649. collider.Transparency = 1
  1650. ------------
  1651. humanoid.Parent.Torso["Right Hip"]:destroy()
  1652. glue1 = Instance.new("Glue", humanoid.Parent.Torso)
  1653. glue1.Part0 = humanoid.Parent.Torso
  1654. glue1.Part1 = rightleg
  1655. glue1.Name = "Right leg"
  1656. collider1 = Instance.new("Part", rightleg)
  1657. collider1.Position = Vector3.new(0,9999,0)
  1658. collider1.Size = Vector3.new(1.5, 1, 1)
  1659. collider1.Shape = "Cylinder"
  1660. local weld1 = Instance.new("Weld", collider1)
  1661. weld1.Part0 = rightleg
  1662. weld1.Part1 = collider1
  1663. weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1664. collider1.TopSurface = "Smooth"
  1665. collider1.BottomSurface = "Smooth"
  1666. collider1.formFactor = "Symmetric"
  1667. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1668. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1669. collider1.Transparency = 1
  1670. ------------
  1671. humanoid.Parent.Torso["Right Shoulder"]:destroy()
  1672. glue11 = Instance.new("Glue", humanoid.Parent.Torso)
  1673. glue11.Part0 = humanoid.Parent.Torso
  1674. glue11.Part1 = rightrm
  1675. glue11.Name = "Right shoulder"
  1676. collider11 = Instance.new("Part", rightrm)
  1677. collider11.Position = Vector3.new(0,9999,0)
  1678. collider11.Size = Vector3.new(1.8,1,1)
  1679. collider11.Shape = "Cylinder"
  1680. local weld11 = Instance.new("Weld", collider11)
  1681. weld11.Part0 = rightrm
  1682. weld11.Part1 = collider11
  1683. weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1684. collider11.TopSurface = "Smooth"
  1685. collider11.BottomSurface = "Smooth"
  1686. collider11.formFactor = "Symmetric"
  1687. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1688. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1689. collider11.Transparency = 1
  1690. ------------
  1691. humanoid.Parent.Torso["Left Shoulder"]:destroy()
  1692. glue111 = Instance.new("Glue", humanoid.Parent.Torso)
  1693. glue111.Part0 = humanoid.Parent.Torso
  1694. glue111.Part1 = leftarm
  1695. glue111.Name = "Left shoulder"
  1696. collider111 = Instance.new("Part", leftarm)
  1697. collider111.Position = Vector3.new(0,9999,0)
  1698. collider111.Size = Vector3.new(1.5, 1, 1)
  1699. collider111.Shape = "Cylinder"
  1700. local weld111 = Instance.new("Weld", collider111)
  1701. weld111.Part0 = leftarm
  1702. weld111.Part1 = collider111
  1703. weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  1704. collider111.TopSurface = "Smooth"
  1705. collider111.BottomSurface = "Smooth"
  1706. collider111.formFactor = "Symmetric"
  1707. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1708. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1709. collider111.Transparency = 1
  1710. kysniba:destroy()
  1711. wait(2)
  1712. workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  1713. for i = 0,1 , 0.02 do
  1714. lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),i)
  1715. rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),i)
  1716. game:GetService("RunService").RenderStepped:wait()
  1717. end
  1718. llegweld:destroy()
  1719. legcl.Parent = game.Players.LocalPlayer.Character.Torso
  1720. lhandweld:destroy()
  1721. lefthandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1722. rhandweld:destroy()
  1723. righthandclone.Parent = game.Players.LocalPlayer.Character.Torso
  1724. game:GetService("RunService").RenderStepped:wait()
  1725. Model0:destroy()
  1726. textfag.Text = game.Players.LocalPlayer.Character.Name.." the Anti-Furry School Shooter"
  1727. cankillafurfag = false
  1728. canuse = true
  1729. while humanoid.Health > 0.0001 do
  1730. local bl000d = Instance.new("Part", humanoid.Parent.Head)
  1731. bl000d.Size = Vector3.new(0.2,0.2,0.2)
  1732. bl000d.BrickColor = BrickColor.new("Maroon")
  1733. bl000d.CFrame = humanoid.Parent.Head.CFrame * CFrame.new(0,-0.5,-1)
  1734. bl000d:BreakJoints()
  1735. bl000d.Velocity = humanoid.Parent.Head.CFrame.lookVector * 20
  1736. humanoid.Health = humanoid.Health - 2
  1737. wait()
  1738. end
  1739. end
  1740. end
  1741. end
  1742. end
  1743. canuse = true
  1744. end
  1745. end
  1746. game.Players.LocalPlayer.Character.Torso.Touched:connect(killtatfurfag)
  1747. mouse.KeyDown:connect(woosh)
  1748. function cancerify()
  1749. local hum = mouse.Target.Parent:findFirstChild("Humanoid")
  1750. if hum then
  1751. if hum.Parent.Name == "Rufus14" then
  1752.  
  1753. else
  1754. --Converted with ttyyuu12345's model to script plugin v4
  1755. function sandbox(var,func)
  1756. local env = getfenv(func)
  1757. local newenv = setmetatable({},{
  1758. __index = function(self,k)
  1759. if k=="script" then
  1760. return var
  1761. else
  1762. return env[k]
  1763. end
  1764. end,
  1765. })
  1766. setfenv(func,newenv)
  1767. return func
  1768. end
  1769. cors = {}
  1770. mas = Instance.new("Model",game:GetService("Lighting"))
  1771. Accessory0 = Instance.new("Accessory")
  1772. Part1 = Instance.new("Part")
  1773. SpecialMesh2 = Instance.new("SpecialMesh")
  1774. Accessory0.Name = "Cancer"
  1775. Accessory0.Parent = mas
  1776. Part1.Name = "Handle"
  1777. Part1.Parent = Accessory0
  1778. Part1.Rotation = Vector3.new(0, 0, 0.0199999996)
  1779. Part1.FormFactor = Enum.FormFactor.Custom
  1780. Part1.Size = Vector3.new(1.25000024, 1.12999988, 1.1400001)
  1781. Part1.CFrame = CFrame.new(113.104767, 31.6558571, -259.307831, 1, -0.000407999993, 0, 0.000407999993, 1, 0, 0, 0, 1)
  1782. Part1.BottomSurface = Enum.SurfaceType.Smooth
  1783. Part1.TopSurface = Enum.SurfaceType.Smooth
  1784. Part1.Position = Vector3.new(113.104767, 31.6558571, -259.307831)
  1785. Part1.Orientation = Vector3.new(0, 0, 0.0199999996)
  1786. SpecialMesh2.Parent = Part1
  1787. SpecialMesh2.MeshId = "rbxassetid://361948302"
  1788. SpecialMesh2.Scale = Vector3.new(0.5, 0.5, 0.5)
  1789. SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=361948503 "
  1790. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  1791. SpecialMesh2.Scale = Vector3.new(0.5, 0.5, 0.5)
  1792. for i,v in pairs(mas:GetChildren()) do
  1793. v.Parent = hum.Parent
  1794. pcall(function() v:MakeJoints() end)
  1795. end
  1796. mas:Destroy()
  1797. for i,v in pairs(cors) do
  1798. spawn(function()
  1799. pcall(v)
  1800. end)
  1801. end
  1802. end
  1803. end
  1804. end
  1805. mouse.Button1Down:connect(cancerify)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement