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