SHOW:
|
|
- or go back to the newest paste.
1 | --https://github.com/Mokiros/roblox-FE-compatibility | |
2 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end | |
3 | local Player,game,owner = owner,game | |
4 | local RealPlayer = Player | |
5 | do print("FE Compatibility code V2 by Mokiros")local RealPlayer=RealPlayer;script.Parent=RealPlayer.Character;local a=function(b)b[1].f[b[2]]=nil end;local c={__index={disconnect=a,Disconnect=a}}local d={__index={Connect=function(b,e)local f=tostring(math.random(0,10000))while b.f[f]do f=tostring(math.random(0,10000))end;b.f[f]=e;return setmetatable({b,f},c)end}}d.__index.connect=d.__index.Connect;local function g()return setmetatable({f={}},d)end;local h={Hit=CFrame.new(),KeyUp=g(),KeyDown=g(),Button1Up=g(),Button1Down=g(),Button2Up=g(),Button2Down=g()}h.keyUp=h.KeyUp;h.keyDown=h.KeyDown;local i={InputBegan=g(),InputEnded=g()}local CAS={Actions={},BindAction=function(self,j,k,l,...)CAS.Actions[j]=k and{Name=j,Function=k,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function m(self,n,...)for o,e in pairs(self[n].f)do e(...)end end;h.T=m;i.T=m;local p=Instance.new("RemoteEvent")p.Name="UserInput_Event"p.OnServerEvent:Connect(function(q,r)if q~=RealPlayer then return end;h.Target=r.e;h.Hit=r.d;if not r.f then local s=r.c==Enum.UserInputState.Begin;if r.b==Enum.UserInputType.MouseButton1 then return h:T(s and"Button1Down"or"Button1Up")end;if r.b==Enum.UserInputType.MouseButton2 then return h:T(s and"Button2Down"or"Button2Up")end;for o,t in pairs(CAS.Actions)do for o,u in pairs(t.Keys)do if u==r.a then t.Function(t.Name,r.c,r)end end end;h:T(s and"KeyDown"or"KeyUp",r.a.Name:lower())i:T(s and"InputBegan"or"InputEnded",r,false)end end)p.Parent=NLS([==[local a=script:WaitForChild("UserInput_Event")local b=owner:GetMouse()local c=game:GetService("UserInputService")local d=function(e,f)if f then return end;a:FireServer({a=e.KeyCode,b=e.UserInputType,c=e.UserInputState,d=b.Hit,e=b.Target})end;c.InputBegan:Connect(d)c.InputEnded:Connect(d)local g,h;local i=game:GetService("RunService").Heartbeat;while true do if g~=b.Hit or h~=b.Target then g,h=b.Hit,b.Target;a:FireServer({f=1,Target=h,d=g})end;for j=1,2 do i:Wait()end end]==],script)local v=game;local w={__index=function(self,u)local x=rawget(self,"_RealService")if x then return typeof(x[u])=="function"and function(o,...)return x[u](x,...)end or x[u]end end,__newindex=function(self,u,y)local x=rawget(self,"_RealService")if x then x[u]=y end end}local function z(t,A)t._RealService=typeof(A)=="string"and v:GetService(A)or A;return setmetatable(t,w)end;local B={GetService=function(self,x)return rawget(self,x)or v:GetService(x)end,Players=z({LocalPlayer=z({GetMouse=function(self)return h end},Player)},"Players"),UserInputService=z(i,"UserInputService"),ContextActionService=z(CAS,"ContextActionService"),RunService=z({_btrs={},RenderStepped=v:GetService("RunService").Heartbeat,BindToRenderStep=function(self,j,o,k)self._btrs[j]=self.Heartbeat:Connect(k)end,UnbindFromRenderStep=function(self,j)self._btrs[j]:Disconnect()end},"RunService")}rawset(B.Players,"localPlayer",B.Players.LocalPlayer)B.service=B.GetService;z(B,game)game,owner=B,B.Players.LocalPlayer end | |
6 | ||
7 | ||
8 | --By Rufus14 | |
9 | mouse = game.Players.LocalPlayer:GetMouse() | |
10 | --Converted with ttyyuu12345's model to script plugin v4 | |
11 | function sandbox(var,func) | |
12 | local env = getfenv(func) | |
13 | local newenv = setmetatable({},{ | |
14 | __index = function(self,k) | |
15 | if k=="script" then | |
16 | return var | |
17 | else | |
18 | return env[k] | |
19 | end | |
20 | end, | |
21 | }) | |
22 | setfenv(func,newenv) | |
23 | return func | |
24 | end | |
25 | cors = {} | |
26 | mas = Instance.new("Model",game:GetService("Lighting")) | |
27 | Part0 = Instance.new("Part") | |
28 | SpecialMesh1 = Instance.new("SpecialMesh") | |
29 | Attachment2 = Instance.new("Attachment") | |
30 | Attachment3 = Instance.new("Attachment") | |
31 | Attachment4 = Instance.new("Attachment") | |
32 | Attachment5 = Instance.new("Attachment") | |
33 | Part0.Name = "Katana" | |
34 | Part0.Parent = mas | |
35 | Part0.BrickColor = BrickColor.new("Dark stone grey") | |
36 | Part0.Rotation = Vector3.new(-110.909996, -14.0299997, -57.5999985) | |
37 | Part0.FormFactor = Enum.FormFactor.Custom | |
38 | Part0.Size = Vector3.new(0.200000003, 0.100000851, 4.6999979) | |
39 | Part0.CFrame = CFrame.new(5.1301012, 4.3172431, -13.3496962, 0.51984179, 0.819148481, -0.242405802, 0.422617286, 3.61466164e-07, 0.906308353, 0.742401004, -0.573581874, -0.346186072) | |
40 | Part0.BottomSurface = Enum.SurfaceType.Smooth | |
41 | Part0.TopSurface = Enum.SurfaceType.Smooth | |
42 | Part0.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
43 | Part0.Position = Vector3.new(5.1301012, 4.3172431, -13.3496962) | |
44 | Part0.Orientation = Vector3.new(-65, -145, 90) | |
45 | Part0.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
46 | SpecialMesh1.Parent = Part0 | |
47 | SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=11442510" | |
48 | SpecialMesh1.Scale = Vector3.new(1.70000005, 1.70000005, 1.70000005) | |
49 | SpecialMesh1.TextureId = "http://www.roblox.com/asset/?id=11442524" | |
50 | SpecialMesh1.MeshType = Enum.MeshType.FileMesh | |
51 | SpecialMesh1.Scale = Vector3.new(1.70000005, 1.70000005, 1.70000005) | |
52 | Attachment5.Name = "Attachment" | |
53 | Attachment5.Parent = Part0 | |
54 | Attachment5.CFrame = CFrame.new(-5.569309e-07, -1.49011612e-07, 2.49999976, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
55 | Attachment5.Position = Vector3.new(-5.569309e-07, -1.49011612e-07, 2.49999976) | |
56 | Attachment4.Parent = Part0 | |
57 | Attachment4.CFrame = CFrame.new(-3.29315662e-06, 3.53716314e-06, -1.10000086, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
58 | Attachment4.Position = Vector3.new(-3.29315662e-06, 3.53716314e-06, -1.10000086) | |
59 | Attachment4.Parent = Part0 | |
60 | Attachment4.CFrame = CFrame.new(-3.29315662e-06, 3.53716314e-06, -1.10000086, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
61 | Attachment4.Position = Vector3.new(-3.29315662e-06, 3.53716314e-06, -1.10000086) | |
62 | Attachment5.Name = "Attachment1" | |
63 | Attachment5.Parent = Part0 | |
64 | Attachment5.CFrame = CFrame.new(-5.569309e-07, -1.49011612e-07, 2.49999976, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
65 | Attachment5.Position = Vector3.new(-5.569309e-07, -1.49011612e-07, 2.49999976) | |
66 | for i,v in pairs(mas:GetChildren()) do | |
67 | v.Parent = game:GetService("Players").LocalPlayer.Character | |
68 | pcall(function() v:MakeJoints() end) | |
69 | end | |
70 | mas:Destroy() | |
71 | for i,v in pairs(cors) do | |
72 | spawn(function() | |
73 | pcall(v) | |
74 | end) | |
75 | end | |
76 | Part0:BreakJoints() | |
77 | canwalk = true | |
78 | local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone() | |
79 | local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) | |
80 | rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
81 | rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"] | |
82 | rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1) | |
83 | local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone() | |
84 | local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) | |
85 | lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
86 | lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"] | |
87 | lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1) | |
88 | local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone() | |
89 | game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove() | |
90 | local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) | |
91 | llegweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
92 | llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"] | |
93 | llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0) | |
94 | local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone() | |
95 | game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove() | |
96 | local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) | |
97 | rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
98 | rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"] | |
99 | rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0) | |
100 | local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone() | |
101 | game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove() | |
102 | local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) | |
103 | humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart | |
104 | humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso | |
105 | local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone() | |
106 | local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso) | |
107 | headweld.Part0 = game.Players.LocalPlayer.Character.Torso | |
108 | headweld.Part1 = game.Players.LocalPlayer.Character.Head | |
109 | headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0) | |
110 | game.Players.LocalPlayer.Character.Torso.Neck:Remove() | |
111 | Part0.CanCollide = false | |
112 | using = false | |
113 | slashval = 0 | |
114 | local swoosh = Instance.new("Sound", Part0) | |
115 | swoosh.Volume = 10 | |
116 | swoosh.SoundId = "rbxassetid://1112042117" | |
117 | swoosh.PlaybackSpeed = 2 | |
118 | local hit1 = Instance.new("Sound", Part0) | |
119 | hit1.Volume = 10 | |
120 | hit1.SoundId = "rbxassetid://220834000" | |
121 | local hit11 = Instance.new("Sound", Part0) | |
122 | hit11.Volume = 10 | |
123 | hit11.SoundId = "rbxassetid://220833976" | |
124 | local hit111 = Instance.new("Sound", Part0) | |
125 | hit111.Volume = 10 | |
126 | hit111.SoundId = "rbxassetid://220834019" | |
127 | local hit1111 = Instance.new("Sound", Part0) | |
128 | hit1111.Volume = 10 | |
129 | hit1111.SoundId = "rbxassetid://220833967" | |
130 | local welded = Instance.new("Weld", game.Players.LocalPlayer.Character["Right Arm"]) | |
131 | welded.Part0 = game.Players.LocalPlayer.Character["Right Arm"] | |
132 | welded.Part1 = Part0 | |
133 | welded.C0 = CFrame.new(2.90870667e-05, -1.00003433, -1.76998043, 3.48827803e-06, 0.999993622, 1.11844793e-06, 0.999994636, -6.09856488e-06, -1.73907235e-08, 1.42558235e-06, -5.02059891e-07, -0.999994695) | |
134 | function block(key) | |
135 | key = key:lower() | |
136 | if key == "q" then | |
137 | canwalk = false | |
138 | using = true | |
139 | hp = game.Players.LocalPlayer.Character.Humanoid.Health | |
140 | maxhp = game.Players.LocalPlayer.Character.Humanoid.MaxHealth | |
141 | game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge | |
142 | game.Players.LocalPlayer.Character.Humanoid.Health = math.huge | |
143 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0 | |
144 | game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0 | |
145 | ff = Instance.new("ForceField", game.Players.LocalPlayer.Character) | |
146 | ff.Visible = false | |
147 | for i = 0,0.7 , 0.03 do | |
148 | welded.C0 = welded.C0:lerp(CFrame.new(0.284156799, 0.36516571, -1.94937825, -0.0683778524, -0.995965302, 0.0581266545, -0.762119114, 0.0897441804, 0.641186953, -0.643816173, -0.000456497073, -0.765180826),i) | |
149 | headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.50000024, 0, 0.906307876, 2.65673535e-22, -0.422617942, -1.08395635e-22, 1, 3.96182153e-22, 0.422617942, -3.13253081e-22, 0.906307876),i) | |
150 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0):inverse(),i) | |
151 | rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -2, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i) | |
152 | llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.790345192, -1.96068549, 0, 0.984807849, 0.173647985, -5.23747954e-22, -0.173647985, 0.984807849, 3.13253081e-22, 5.70186845e-22, -2.1754633e-22, 1),i) | |
153 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(0.815580368, 0.66998291, -0.560562134, 0.776800871, -0.602075934, -0.184622467, -0.623220742, -0.777068436, -0.0880940408, -0.0904249921, 0.183492064, -0.978853703),i) | |
154 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5073452, 0.701468706, -0.965937614, -0.0512250289, -0.409358144, 0.910934985, 0.0288530104, -0.912358105, -0.408375204, 0.998270571, 0.00536418287, 0.058546789),i) | |
155 | game:GetService("RunService").RenderStepped:wait() | |
156 | end | |
157 | end | |
158 | end | |
159 | function unblock(key) | |
160 | key = key:lower() | |
161 | if key == "q" then | |
162 | canwalk = true | |
163 | using = false | |
164 | ff:Remove() | |
165 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 | |
166 | game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 | |
167 | game.Players.LocalPlayer.Character.Humanoid.MaxHealth = maxhp | |
168 | game.Players.LocalPlayer.Character.Humanoid.Health = hp | |
169 | end | |
170 | end | |
171 | mouse.KeyDown:connect(block) | |
172 | mouse.KeyUp:connect(unblock) | |
173 | function slash() | |
174 | if not using then | |
175 | using = true | |
176 | canwalk = false | |
177 | if slashval > 3 then | |
178 | slashval = 0 | |
179 | end | |
180 | if slashval == 0 then | |
181 | slashval = slashval + 1 | |
182 | swoosh:Play() | |
183 | local trail = Instance.new("Trail", Part0) | |
184 | trail.Attachment0 = Attachment4 | |
185 | trail.Attachment1 = Attachment5 | |
186 | trail.Lifetime = 0.05 | |
187 | for i = 0,1 , 0.25 do | |
188 | welded.C0 = welded.C0:lerp(CFrame.new(-0.0285909176, -0.964775562, -1.62501633, 2.65673535e-22, 1, 5.23747954e-22, 1, -2.65673535e-22, -3.13253081e-22, -3.13253081e-22, 5.23747954e-22, -1),i) | |
189 | headweld.C0 = headweld.C0:lerp(CFrame.new(3.98510265e-22, 1.5, -4.69879583e-22, 0.866024196, 2.65673535e-22, -0.500002146, -7.34524923e-23, 1, 4.04122082e-22, 0.500002146, -3.13253081e-22, 0.866024196),i) | |
190 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.499998987, -4.04121804e-22, -0.866025984, 2.65673535e-22, 1, -3.13253081e-22, 0.866025984, -7.34539565e-23, 0.499998987):inverse(),i) | |
191 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.84204149, 0.124492884, -1.00376318e-21, 0.939692736, 0.342019886, -5.23747954e-22, -0.342019916, 0.939692736, 3.13253081e-22, 5.99300937e-22, -1.1522943e-22, 1),i) | |
192 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.00925922, 0.485242128, -1.20619643, 2.65673535e-22, 0.422617942, 0.906307876, 1, 1.71625336e-22, -3.73168367e-22, -3.13253081e-22, 0.906307876, -0.422617942),i) | |
193 | game:GetService("RunService").RenderStepped:wait() | |
194 | end | |
195 | local sensorpart = Instance.new("Part", Part0) | |
196 | sensorpart.Size = Vector3.new(0.5,4.5,0.3) | |
197 | sensorpart.Transparency = 1 | |
198 | sensorpart:BreakJoints() | |
199 | sensorpart.CanCollide = false | |
200 | local weld1 = Instance.new("Weld", sensorpart) | |
201 | weld1.Part0 = sensorpart | |
202 | weld1.Part1 = Part0 | |
203 | weld1.C0 = CFrame.fromEulerAnglesXYZ(math.pi/2,0,0) * CFrame.new(0,0,-2.5) | |
204 | local function dmg(part) | |
205 | local humanoid = part.Parent:findFirstChildOfClass("Humanoid") | |
206 | local torso = part.Parent:findFirstChild("Torso") | |
207 | local uppertorso = part.Parent:findFirstChild("UpperTorso") | |
208 | if humanoid then | |
209 | humanoid.Health = humanoid.Health - math.random(50,60) | |
210 | local hitvalrandom = math.random(1,4) | |
211 | if hitvalrandom == 1 then | |
212 | hit1:Play() | |
213 | end | |
214 | if hitvalrandom == 2 then | |
215 | hit11:Play() | |
216 | end | |
217 | if hitvalrandom == 3 then | |
218 | hit111:Play() | |
219 | end | |
220 | if hitvalrandom == 4 then | |
221 | hit1111:Play() | |
222 | end | |
223 | for i = 1,50 do | |
224 | if torso then | |
225 | torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 30 | |
226 | elseif uppertorso then | |
227 | uppertorso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 30 | |
228 | end | |
229 | end | |
230 | end | |
231 | end | |
232 | sensorpart.Touched:connect(dmg) | |
233 | for i = 0,1 , 0.25 do | |
234 | welded.C0 = welded.C0:lerp(CFrame.new(-0.0285909176, -2.71455145, -0.90740478, -2.73476154e-29, 1, -2.2947362e-29, 0.500000417, 2.5243549e-29, -0.866025686, -0.866025686, 2.5243549e-29, -0.500000417),i) | |
235 | headweld.C0 = headweld.C0:lerp(CFrame.new(3.98510265e-22, 1.5, -4.69879583e-22, 0.866028011, 2.65673535e-22, 0.499995977, -3.86706028e-22, 1, 1.38450289e-22, -0.499996006, -3.13253081e-22, 0.866028011),i) | |
236 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.707106352, 3.36441351e-23, 0.707107365, 2.65673535e-22, 1, -3.13253081e-22, -0.707107365, 4.09362971e-22, 0.707106352):inverse(),i) | |
237 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.95282686, 0.177967548, -5.57488633e-23, 0.499999106, 0.866026163, 0, -0.866025984, 0.499998987, 3.13253182e-22, 2.71285302e-22, -1.56626225e-22, 1.00000024),i) | |
238 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.91089821, 0.485242128, -0.752363503, 2.65673535e-22, -0.573576987, 0.819151998, 1, 4.08986135e-22, -3.79522244e-23, -3.13253081e-22, 0.819151998, 0.573576987),i) | |
239 | game:GetService("RunService").RenderStepped:wait() | |
240 | end | |
241 | sensorpart:destroy() | |
242 | trail:destroy() | |
243 | elseif slashval == 1 then | |
244 | slashval = slashval + 1 | |
245 | local trail = Instance.new("Trail", Part0) | |
246 | trail.Attachment0 = Attachment4 | |
247 | trail.Attachment1 = Attachment5 | |
248 | trail.Lifetime = 0.05 | |
249 | swoosh:Play() | |
250 | for i = 0,1 , 0.25 do | |
251 | welded.C0 = welded.C0:lerp(CFrame.new(3.81469727e-05, 0.251302719, -1.5781014, 7.39097595e-06, 1, 2.98023224e-08, 0.766043305, -5.7220459e-06, 0.642789245, 0.642789245, -4.70876694e-06, -0.766043127),i) | |
252 | headweld.C0 = headweld.C0:lerp(CFrame.new(3.98510265e-22, 1.5, -4.69879583e-22, 0.866024196, 2.65673535e-22, -0.500002146, -7.34524923e-23, 1, 4.04122082e-22, 0.500002146, -3.13253081e-22, 0.866024196),i) | |
253 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.866025388, -7.34534137e-23, 0.500000238, 2.65673535e-22, 1, -3.13253081e-22, -0.500000238, 4.04121956e-22, 0.866025388):inverse(),i) | |
254 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.07134676, 0.106449842, -1.03622437, 0.765215099, -0.627616405, -0.143330336, 0.396098047, 0.634510398, -0.663704038, 0.507496059, 0.451103479, 0.734134555),i) | |
255 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.00207996, 1.1934793, -0.36548233, 0.848145485, -0.505803585, 0.157518297, -0.16016309, -0.528244972, -0.833849609, 0.504972279, 0.68199718, -0.529039621),i) | |
256 | game:GetService("RunService").RenderStepped:wait() | |
257 | end | |
258 | local sensorpart = Instance.new("Part", Part0) | |
259 | sensorpart.Size = Vector3.new(0.5,4.5,0.3) | |
260 | sensorpart.Transparency = 1 | |
261 | sensorpart:BreakJoints() | |
262 | sensorpart.CanCollide = false | |
263 | local weld1 = Instance.new("Weld", sensorpart) | |
264 | weld1.Part0 = sensorpart | |
265 | weld1.Part1 = Part0 | |
266 | weld1.C0 = CFrame.fromEulerAnglesXYZ(math.pi/2,0,0) * CFrame.new(0,0,-2.5) | |
267 | local function dmg(part) | |
268 | local humanoid = part.Parent:findFirstChildOfClass("Humanoid") | |
269 | local torso = part.Parent:findFirstChild("Torso") | |
270 | local uppertorso = part.Parent:findFirstChild("UpperTorso") | |
271 | if humanoid then | |
272 | humanoid.Health = humanoid.Health - math.random(50,70) | |
273 | local hitvalrandom = math.random(1,4) | |
274 | if hitvalrandom == 1 then | |
275 | hit1:Play() | |
276 | end | |
277 | if hitvalrandom == 2 then | |
278 | hit11:Play() | |
279 | end | |
280 | if hitvalrandom == 3 then | |
281 | hit111:Play() | |
282 | end | |
283 | if hitvalrandom == 4 then | |
284 | hit1111:Play() | |
285 | end | |
286 | for i = 1,50 do | |
287 | if torso then | |
288 | torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 20 | |
289 | elseif uppertorso then | |
290 | uppertorso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 20 | |
291 | end | |
292 | end | |
293 | end | |
294 | end | |
295 | sensorpart.Touched:connect(dmg) | |
296 | for i = 0,1 , 0.25 do | |
297 | welded.C0 = welded.C0:lerp(CFrame.new(2.67028809e-05, -1.67102146, -1.64267159, 2.86474824e-06, 1.00000036, -5.78165054e-06, 0.866025925, -5.39422035e-06, -0.499999285, -0.499999166, -3.54647636e-06, -0.866026163),i) | |
298 | headweld.C0 = headweld.C0:lerp(CFrame.new(3.98510265e-22, 1.5, -4.69879583e-22, 0.866028011, 2.65673535e-22, 0.499995977, -3.86706028e-22, 1, 1.38450289e-22, -0.499996006, -3.13253081e-22, 0.866028011),i) | |
299 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.906308115, -3.73168493e-22, -0.422618032, 2.65673535e-22, 1, -3.13253081e-22, 0.422618032, 1.71625361e-22, 0.906308115):inverse(),i) | |
300 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.54232287, 0.0149004459, 0.548013687, 0.989612877, 0.143751666, -0.00144592952, -0.10442698, 0.725734234, 0.680003583, 0.0988010243, -0.672789276, 0.733207405),i) | |
301 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.04077673, -0.0431711674, -1.13153744, 0.814213216, 0.260836869, 0.518672585, 0.0643480048, 0.847341299, -0.527135789, -0.576989114, 0.462576419, 0.673132122),i) | |
302 | game:GetService("RunService").RenderStepped:wait() | |
303 | end | |
304 | sensorpart:destroy() | |
305 | trail:destroy() | |
306 | elseif slashval == 2 then | |
307 | slashval = slashval + 1 | |
308 | local trail = Instance.new("Trail", Part0) | |
309 | trail.Attachment0 = Attachment4 | |
310 | trail.Attachment1 = Attachment5 | |
311 | trail.Lifetime = 0.05 | |
312 | for i = 0,1 , 0.25 do | |
313 | welded.C0 = welded.C0:lerp(CFrame.new(2.67028809e-05, -1.67102146, -1.64267159, 2.86474824e-06, 1.00000036, -5.78165054e-06, 0.866025925, -5.39422035e-06, -0.499999285, -0.499999166, -3.54647636e-06, -0.866026163),i) | |
314 | headweld.C0 = headweld.C0:lerp(CFrame.new(3.98510265e-22, 1.5, -4.69879583e-22, 0.866028011, 2.65673535e-22, 0.499995977, -3.86706028e-22, 1, 1.38450289e-22, -0.499996006, -3.13253081e-22, 0.866028011),i) | |
315 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.422617167, -3.96182102e-22, -0.906308413, 2.65673535e-22, 1, -3.13253081e-22, 0.906308413, -1.08396026e-22, 0.422617167):inverse(),i) | |
316 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.90979791, 0.13038063, 0.440188408, 0.918686688, 0.394984841, -0.00144627027, -0.288702846, 0.673977613, 0.680003643, 0.26956588, -0.624292731, 0.733207405),i) | |
317 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.16461611, 0.0367743969, -1.00857544, -0.182387009, 0.36743924, 0.911988914, 0.80347389, 0.590319455, -0.0771536753, -0.566713989, 0.718687415, -0.402894437),i) | |
318 | game:GetService("RunService").RenderStepped:wait() | |
319 | end | |
320 | swoosh:Play() | |
321 | local sensorpart = Instance.new("Part", Part0) | |
322 | sensorpart.Size = Vector3.new(0.5,4.5,0.3) | |
323 | sensorpart.Transparency = 1 | |
324 | sensorpart:BreakJoints() | |
325 | sensorpart.CanCollide = false | |
326 | local weld1 = Instance.new("Weld", sensorpart) | |
327 | weld1.Part0 = sensorpart | |
328 | weld1.Part1 = Part0 | |
329 | weld1.C0 = CFrame.fromEulerAnglesXYZ(math.pi/2,0,0) * CFrame.new(0,0,-2.5) | |
330 | local function dmg(part) | |
331 | local humanoid = part.Parent:findFirstChildOfClass("Humanoid") | |
332 | local torso = part.Parent:findFirstChild("Torso") | |
333 | local uppertorso = part.Parent:findFirstChild("UpperTorso") | |
334 | if humanoid then | |
335 | humanoid.Health = humanoid.Health - math.random(50,70) | |
336 | local hitvalrandom = math.random(1,4) | |
337 | if hitvalrandom == 1 then | |
338 | hit1:Play() | |
339 | end | |
340 | if hitvalrandom == 2 then | |
341 | hit11:Play() | |
342 | end | |
343 | if hitvalrandom == 3 then | |
344 | hit111:Play() | |
345 | end | |
346 | if hitvalrandom == 4 then | |
347 | hit1111:Play() | |
348 | end | |
349 | for i = 1,50 do | |
350 | if torso then | |
351 | torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 20 | |
352 | elseif uppertorso then | |
353 | uppertorso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 20 | |
354 | end | |
355 | end | |
356 | end | |
357 | end | |
358 | sensorpart.Touched:connect(dmg) | |
359 | for i = 0,1 , 0.25 do | |
360 | welded.C0 = welded.C0:lerp(CFrame.new(2.76565552e-05, -2.33778858, -0.395505428, -1.06170774e-06, 1, -6.24358654e-06, 0.342021018, -5.51342964e-06, -0.939692378, -0.939692378, -3.14414501e-06, -0.34202092),i) | |
361 | headweld.C0 = headweld.C0:lerp(CFrame.new(3.98510265e-22, 1.5, -4.69879583e-22, 0.866028011, 2.65673535e-22, 0.499995977, -3.86706028e-22, 1, 1.38450289e-22, -0.499996006, -3.13253081e-22, 0.866028011),i) | |
362 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.573576868, 1.04217651e-22, 0.819151819, 2.65673535e-22, 1, -3.13253081e-22, -0.819151819, 3.97301704e-22, 0.573576868):inverse(),i) | |
363 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.97148991, -0.0472521782, -0.0644292831, 0.42140922, 0.877809823, -0.227737963, -0.870326281, 0.462037951, 0.170449868, 0.254846126, 0.126377195, 0.958687901),i) | |
364 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.04814959, 0.656130075, -0.237668037, -0.0882750377, -0.619352877, 0.780134559, 0.978524327, -0.200378701, -0.0483581237, 0.186273068, 0.759111822, 0.623740256),i) | |
365 | game:GetService("RunService").RenderStepped:wait() | |
366 | end | |
367 | sensorpart:destroy() | |
368 | trail:destroy() | |
369 | elseif slashval == 3 then | |
370 | slashval = slashval + 1 | |
371 | local trail = Instance.new("Trail", Part0) | |
372 | trail.Attachment0 = Attachment4 | |
373 | trail.Attachment1 = Attachment5 | |
374 | trail.Lifetime = 0.05 | |
375 | for i = 0,1 , 0.25 do | |
376 | welded.C0 = welded.C0:lerp(CFrame.new(-0.947553635, 0.563792229, 0.341335297, -5.99771738e-07, -0.906309485, -0.422615081, 0.342021227, -0.397128254, 0.851651847, -0.939692318, -0.144542873, 0.309977412),i) | |
377 | headweld.C0 = headweld.C0:lerp(CFrame.new(3.98510265e-22, 1.5, -4.69879583e-22, 0.866028011, 2.65673535e-22, 0.499995977, -3.86706028e-22, 1, 1.38450289e-22, -0.499996006, -3.13253081e-22, 0.866028011),i) | |
378 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.573576868, 1.04217651e-22, 0.819151819, 2.65673535e-22, 1, -3.13253081e-22, -0.819151819, 3.97301704e-22, 0.573576868):inverse(),i) | |
379 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.00824332, 0.0537319183, 0.0275039673, 0.293511003, 0.95308584, -0.0740200728, -0.95290488, 0.297877073, 0.05693518, 0.0763129964, 0.0538229868, 0.995630324),i) | |
380 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.94798851, 0.105755329, -0.10107708, 0.00450100191, -0.873353004, -0.487067252, 0.058618024, 0.486464947, -0.871731579, 0.998270452, -0.0246272516, 0.053383816),i) | |
381 | game:GetService("RunService").RenderStepped:wait() | |
382 | end | |
383 | swoosh:Play() | |
384 | local sensorpart = Instance.new("Part", Part0) | |
385 | sensorpart.Size = Vector3.new(0.5,4.5,0.3) | |
386 | sensorpart.Transparency = 1 | |
387 | sensorpart:BreakJoints() | |
388 | sensorpart.CanCollide = false | |
389 | local weld1 = Instance.new("Weld", sensorpart) | |
390 | weld1.Part0 = sensorpart | |
391 | weld1.Part1 = Part0 | |
392 | weld1.C0 = CFrame.fromEulerAnglesXYZ(math.pi/2,0,0) * CFrame.new(0,0,-2.5) | |
393 | local function dmg(part) | |
394 | local humanoid = part.Parent:findFirstChildOfClass("Humanoid") | |
395 | local torso = part.Parent:findFirstChild("Torso") | |
396 | local uppertorso = part.Parent:findFirstChild("UpperTorso") | |
397 | if humanoid then | |
398 | humanoid.Health = humanoid.Health - math.random(50,70) | |
399 | local hitvalrandom = math.random(1,4) | |
400 | if hitvalrandom == 1 then | |
401 | hit1:Play() | |
402 | end | |
403 | if hitvalrandom == 2 then | |
404 | hit11:Play() | |
405 | end | |
406 | if hitvalrandom == 3 then | |
407 | hit111:Play() | |
408 | end | |
409 | if hitvalrandom == 4 then | |
410 | hit1111:Play() | |
411 | end | |
412 | for i = 1,50 do | |
413 | if torso then | |
414 | torso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 20 | |
415 | elseif uppertorso then | |
416 | uppertorso.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * 20 | |
417 | end | |
418 | end | |
419 | end | |
420 | end | |
421 | sensorpart.Touched:connect(dmg) | |
422 | for i = 0,1 , 0.25 do | |
423 | welded.C0 = welded.C0:lerp(CFrame.new(-0.000267982483, -2.63003874, -0.259422779, -0.0301553756, 0.999542177, 0.00259565469, 0.176128089, 0.00786980428, -0.984336019, -0.983905315, -0.0292258263, -0.176284716),i) | |
424 | headweld.C0 = headweld.C0:lerp(CFrame.new(3.98510265e-22, 1.5, -4.69879583e-22, 0.866028011, 2.65673535e-22, 0.499995977, -3.86706028e-22, 1, 1.38450289e-22, -0.499996006, -3.13253081e-22, 0.866028011),i) | |
425 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.258819014, -3.71340683e-22, -0.965925992, 2.65673535e-22, 1, -3.13253081e-22, 0.965925992, -1.75545142e-22, 0.258819014):inverse(),i) | |
426 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.04530883, 0.350778341, 0.00776195526, 0.123550013, 0.989574015, -0.0740192309, -0.990153968, 0.12788114, 0.0569359511, 0.0658080056, 0.0662559941, 0.995630324),i) | |
427 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(2.03489971, 0.315366983, -0.101076126, -0.0158190075, -0.987064481, -0.159542501, 0.0566230193, 0.158422038, -0.985746562, 0.998270452, -0.024627313, 0.0533844829),i) | |
428 | game:GetService("RunService").RenderStepped:wait() | |
429 | end | |
430 | sensorpart:destroy() | |
431 | trail:destroy() | |
432 | end | |
433 | canwalk = true | |
434 | using = false | |
435 | end | |
436 | end | |
437 | mouse.Button1Down:connect(slash) | |
438 | while true do | |
439 | if canwalk then | |
440 | if game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 then | |
441 | for i = 0,0.4 , 0.03 do | |
442 | if canwalk and game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 then | |
443 | headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 1.00000024, 2.61637394e-22, -4.61336744e-23, -2.65673585e-22, 0.984807849, -0.173647985, 0, 0.17364803, 0.984808087),i) | |
444 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1.00000024, -2.65673585e-22, 0, 2.61637394e-22, 0.984807849, -0.17364803, 4.61336744e-23, 0.173647985, 0.984808087):inverse(),i) | |
445 | rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.86566889, 0.695530891, 1.00000024, 2.03517657e-22, 1.70771776e-22, -2.65673585e-22, 0.76604414, 0.642788053, 0, -0.642788231, 0.766044319),i) | |
446 | llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.530218601, -1.82889962, -0.714493513, 0.992945731, -0.0400093496, -0.111618601, -0.0400080197, 0.773099542, -0.633021653, 0.111619085, 0.633021772, 0.766045153),i) | |
447 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.64980125, 0.0399148464, 0.717731237, 0.984808087, 0.133022189, 0.111618683, -0.173647985, 0.754407108, 0.633021653, 5.43957649e-23, -0.642787218, 0.766045153),i) | |
448 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.59805202, 0.136151552, -0.559810162, 0.984808087, -0.173648104, -2.98209869e-07, 0.133021981, 0.754406869, -0.642787337, 0.111619018, 0.63302213, 0.766044855),i) | |
449 | game:GetService("RunService").RenderStepped:wait() | |
450 | end | |
451 | end | |
452 | for i = 0,0.4 , 0.03 do | |
453 | if canwalk and game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 then | |
454 | headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 1.00000024, 2.61637394e-22, -4.61336744e-23, -2.65673585e-22, 0.984807849, -0.173647985, 0, 0.17364803, 0.984808087),i) | |
455 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -0.0726344585, -2.38418579e-07, 1.00000024, -2.65673585e-22, 0, 2.6163742e-22, 0.984807968, -0.173648044, 4.61336838e-23, 0.173648, 0.984808207):inverse(),i) | |
456 | rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.86078393, -0.713530302, 1.00000024, 2.03517695e-22, -1.70771801e-22, -2.65673585e-22, 0.766044259, -0.642788112, 0, 0.642788291, 0.766044438),i) | |
457 | llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.70853138, -1.75833619, 0.89703536, 0.992945731, 0.102975316, -0.0587838776, -0.0400080234, 0.757652104, 0.651431441, 0.111619093, -0.644484162, 0.756427169),i) | |
458 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.66348219, 0.137681007, -0.535534859, 0.984808087, 0.133022189, -0.111618683, -0.173648, 0.754407227, -0.633021653, 0, 0.642787278, 0.766045332),i) | |
459 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.59805202, 0.118935108, 0.435078144, 0.984808207, -0.173647344, -9.4095941e-07, 0.111619018, 0.63302201, 0.766044796, -0.133021042, -0.754407227, 0.642787576),i) | |
460 | game:GetService("RunService").RenderStepped:wait() | |
461 | end | |
462 | end | |
463 | else | |
464 | if canwalk then | |
465 | for i = 0,0.7 , 0.03 do | |
466 | if canwalk then | |
467 | welded.C0 = welded.C0:lerp(CFrame.new(2.90870667e-05, -1.00003433, -1.76998043, 3.48827803e-06, 0.999993622, 1.11844793e-06, 0.999994636, -6.09856488e-06, -1.73907235e-08, 1.42558235e-06, -5.02059891e-07, -0.999994695),i) | |
468 | headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.50000024, 0, 0.906307876, 2.65673535e-22, -0.422617942, -1.08395635e-22, 1, 3.96182153e-22, 0.422617942, -3.13253081e-22, 0.906307876),i) | |
469 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.866025388, -3.86706633e-22, -0.500000238, 2.65673535e-22, 1, -3.13253081e-22, 0.500000238, 1.38448295e-22, 0.866025388):inverse(),i) | |
470 | rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -2, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i) | |
471 | llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.790345192, -1.96068549, 0, 0.984807849, 0.173647985, -5.23747954e-22, -0.173647985, 0.984807849, 3.13253081e-22, 5.70186845e-22, -2.1754633e-22, 1),i) | |
472 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-0.421217442, 0.0324847698, -1.29440498, 0.821394861, -0.422617882, -0.383020282, -0.126494989, 0.51983583, -0.844848931, 0.55615592, 0.742404759, 0.373531491),i) | |
473 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.0324564, 0.142137051, -1.00955009, 0.819151819, 0.496732086, 0.286788493, -3.97301679e-22, 0.500000119, -0.866025388, -0.573576868, 0.709406197, 0.409575999),i) | |
474 | game:GetService("RunService").RenderStepped:wait() | |
475 | end | |
476 | end | |
477 | end | |
478 | end | |
479 | end | |
480 | if swoosh.Parent == nil then | |
481 | swoosh.Parent = Part0 | |
482 | end | |
483 | if hit1.Parent == nil then | |
484 | hit1.Parent = Part0 | |
485 | end | |
486 | if hit11.Parent == nil then | |
487 | hit11.Parent = Part0 | |
488 | end | |
489 | if hit111.Parent == nil then | |
490 | hit111.Parent = Part0 | |
491 | end | |
492 | if hit1111.Parent == nil then | |
493 | hit1111.Parent = Part0 | |
494 | end | |
495 | game:GetService("RunService").RenderStepped:wait() | |
496 | end |