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