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