Advertisement
Bendy928443534

Untitled

Sep 9th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 77.41 KB | None | 0 0
  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,Mouse,mouse,UserInputService,ContextActionService = owner
  4. local RealPlayer = Player
  5. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  6.  
  7.  
  8. local lovecounter = true
  9. local love = 9999999999999
  10. local sprint = true
  11. local done = true
  12. local canheal = true
  13. local deathchat1 = true
  14. local once = true
  15. local breakjoints = true
  16. local dead = true
  17. local candie = true
  18. local deathchat = true
  19. local canattack = true
  20. local colorred = 0
  21. local lala = true
  22. local idleon = true
  23. local walking = true
  24. local idle1 = true
  25. local canchange = true
  26. local idle = true
  27. local p = game.Players.LocalPlayer
  28. local char = p.Character
  29. local mouse = p:GetMouse()
  30. local larm = char["Left Arm"]
  31. local rarm = char["Right Arm"]
  32. local lleg = char["Left Leg"]
  33. local rleg = char["Right Leg"]
  34. local hed = char.Head
  35. local torso = char.Torso
  36. local hum = char.Humanoid
  37.  
  38. um = Instance.new("Part",char)
  39. um.Name = "Immune"
  40. um.CanCollide = true
  41. um.Anchored = true
  42. um.Transparency = 1
  43. dead = true
  44. local cam = game.Workspace.CurrentCamera
  45. local root = char.HumanoidRootPart
  46. local deb = true
  47. local shot = 0
  48. local debris=game:service"Debris"
  49. local l = game:GetService("Lighting")
  50. local rs = game:GetService("RunService").RenderStepped
  51. local Create = LoadLibrary("RbxUtility").Create
  52. ff = Instance.new("ForceField",char)
  53. ff.Visible = true
  54. ArtificialHB = Create("BindableEvent", script){
  55. Parent = script,
  56. Name = "Heartbeat",
  57. }
  58. CFuncs = {
  59.  
  60.  
  61. ["Sound"] = {
  62. Create = function(id, par, vol, pit)
  63. coroutine.resume(coroutine.create(function()
  64. local S = Create("Sound"){
  65. Volume = vol,
  66. Pitch = pit or 1,
  67. SoundId = id,
  68. Parent = par or workspace,
  69. }
  70. wait()
  71. S:play()
  72. game:GetService("Debris"):AddItem(S, 6)
  73. end))
  74. end;
  75. };
  76.  
  77.  
  78.  
  79. CreateTemplate = {
  80.  
  81. };
  82. }
  83. function swait(num)
  84. if num == 0 or num == nil then
  85. ArtificialHB.Event:wait()
  86. else
  87. for i = 0, num do
  88. ArtificialHB.Event:wait()
  89. end
  90. end
  91. end
  92. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  93. function lerp(a, b, t) -- Linear interpolation
  94. return a + (b - a)*t
  95. end
  96.  
  97. function slerp(a, b, t) --Spherical interpolation
  98. dot = a:Dot(b)
  99. if dot > 1 or dot < -1 then
  100. return t <= 0.5 and a or b
  101. else
  102. r = math.acos(dot)
  103. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  104. end
  105. end
  106. function matrixInterpolate(a, b, t)
  107. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  108. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  109. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  110. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  111. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  112. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  113. local t = v1:Dot(v2)
  114. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  115. return CFrame.new()
  116. end
  117. return CFrame.new(
  118. v0.x, v0.y, v0.z,
  119. v1.x, v1.y, v1.z,
  120. v2.x, v2.y, v2.z,
  121. v3.x, v3.y, v3.z)
  122. end
  123. ----------------------------------------------------
  124. function genWeld(a,b)
  125. local w = Instance.new("Weld",a)
  126. w.Part0 = a
  127. w.Part1 = b
  128. return w
  129. end
  130. function weld(a, b)
  131. local weld = Instance.new("Weld")
  132. weld.Name = "W"
  133. weld.Part0 = a
  134. weld.Part1 = b
  135. weld.C0 = a.CFrame:inverse() * b.CFrame
  136. weld.Parent = a
  137. return weld;
  138. end
  139. ----------------------------------------------------
  140. function Lerp(c1,c2,al)
  141. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  142. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  143. for i,v in pairs(com1) do
  144. com1[i] = v+(com2[i]-v)*al
  145. end
  146. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  147. end
  148. ----------------------------------------------------
  149. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  150. local wld = Instance.new("Weld", wp1)
  151. wld.Part0 = wp0
  152. wld.Part1 = wp1
  153.  
  154. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  155. end
  156. ----------------------------------------------------
  157. function weld5(part0, part1, c0, c1)
  158. weeld=Instance.new("Weld", part0)
  159. weeld.Part0=part0
  160. weeld.Part1=part1
  161. weeld.C0=c0
  162. weeld.C1=c1
  163. return weeld
  164. end
  165. ----------------------------------------------------
  166. function HasntTouched(plrname)
  167. local ret = true
  168. for _, v in pairs(Touche) do
  169. if v == plrname then
  170. ret = false
  171. end
  172. end
  173. return ret
  174. end
  175. newWeld(torso, larm, -1.5, 0.5, 0)
  176. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  177. newWeld(torso, rarm, 1.5, 0.5, 0)
  178. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  179. newWeld(torso, hed, 0, 1.5, 0)
  180. newWeld(torso, lleg, -0.5, -1, 0)
  181. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  182. newWeld(torso, rleg, 0.5, -1, 0)
  183. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  184. newWeld(root, torso, 0, -1, 0)
  185. torso.Weld.C1 = CFrame.new(0, -1, 0)
  186.  
  187. function chatfunc(text)
  188. local chat = coroutine.wrap(function()
  189. if char:FindFirstChild("TalkingBillBoard")~= nil then
  190. char:FindFirstChild("TalkingBillBoard"):destroy()
  191. end
  192. local naeeym2 = Instance.new("BillboardGui",char)
  193. naeeym2.Size = UDim2.new(0,100,0,40)
  194. naeeym2.StudsOffset = Vector3.new(0,3,0)
  195. naeeym2.Adornee = hed
  196. naeeym2.Name = "TalkingBillBoard"
  197. local tecks2 = Instance.new("TextLabel",naeeym2)
  198. tecks2.BackgroundTransparency = 1
  199. tecks2.BorderSizePixel = 0
  200. tecks2.Text = ""
  201. tecks2.Font = "Arcade"
  202. tecks2.TextSize = 30
  203. tecks2.TextStrokeTransparency = 0
  204. tecks2.TextColor3 = Color3.new(255,0,0)
  205. tecks2.TextStrokeColor3 = Color3.new(255,0,0)
  206. tecks2.Size = UDim2.new(1,0,0.5,0)
  207.  
  208. for i = 1,string.len(text),1 do
  209. CFuncs["Sound"].Create("http://www.roblox.com/asset/?id=565939471", hed, 6, .8)
  210. tecks2.Text = string.sub(text,1,i)
  211.  
  212. wait(0.01)
  213. end
  214. wait(2)
  215. for i = 1, 50 do
  216. swait()
  217. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  218. tecks2.Rotation = tecks2.Rotation - .8
  219. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  220. tecks2.TextTransparency = tecks2.TextTransparency + .04
  221.  
  222. end
  223. naeeym2:Destroy()
  224. end)
  225. chat()
  226. end
  227. function onChatted(msg)
  228. chatfunc(msg)
  229. end
  230. p.Chatted:connect(onChatted)
  231. hed.face.Texture = "http://www.roblox.com/asset/?id=381193106"
  232. ypcall(function()
  233. shirt = Instance.new("Shirt", char)
  234. shirt.Name = "Shirt"
  235. pants = Instance.new("Pants", char)
  236. pants.Name = "Pants"
  237. char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=451644755"
  238. char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=358183960"
  239. end)
  240. char["Body Colors"].HeadColor = BrickColor.new("Really black")
  241. char["Body Colors"].TorsoColor = BrickColor.new("Really black")
  242. char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
  243. char["Body Colors"].RightArmColor = BrickColor.new("Really black")
  244.  
  245. MegaloStrikesBack = Instance.new("Sound",torso)
  246. MegaloStrikesBack.Looped = true
  247. MegaloStrikesBack.SoundId = "http://www.roblox.com/asset?id=3052907076"
  248. MegaloStrikesBack.Volume = 50
  249. MegaloStrikesBack:Play()
  250. for _, v in pairs(char:GetChildren()) do
  251. if v.ClassName == "Accessory" then
  252. v:remove()
  253. end
  254. end
  255. local Hat = char:FindFirstChild("Hat_F") or Instance.new("Hat")
  256. Hat.AttachmentPos = Vector3.new(0, 0.33, 0)
  257. Hat.Name = "Hat_F"
  258. local Handle = Hat:FindFirstChild("Handle") or Instance.new("Part", Hat)
  259. if Handle.Name ~= "Handle" then
  260. Handle.Size = Vector3.new(1, 1, 1)
  261. end
  262. Handle.BottomSurface = 0
  263. Handle.Name = "Handle"
  264. Handle.TopSurface = 0
  265. Handle.Locked = 1
  266. local Mesh = Hat:FindFirstChild("Mesh") or Instance.new("SpecialMesh", Handle)
  267. Mesh.TextureId = "http://www.roblox.com/asset/?id=75975464"
  268. Mesh.MeshId = "http://www.roblox.com/asset/?id=250264520 "
  269. Mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
  270. Hat.Parent = char
  271.  
  272. handle = Instance.new("Part", char)
  273. handle.TopSurface = "Smooth"
  274. handle.BottomSurface = "Smooth"
  275. handle.Material = "Neon"
  276.  
  277. handle.Size = Vector3.new(0.2, 0.5, 0.5)
  278. handle.CanCollide = false
  279.  
  280. handle.FormFactor = "Custom"
  281. local Weldb = Instance.new("Weld", char)
  282. Weldb.Part0 = char["Right Arm"]
  283. Weldb.Part1 = handle
  284. Weldb.C1 = CFrame.new(0, -1.6, 0.8) * CFrame.fromEulerAnglesXYZ(-4.2, 0, 0)
  285. local KnifeMesh = Instance.new("SpecialMesh", handle)
  286. KnifeMesh.MeshType = "FileMesh"
  287. KnifeMesh.MeshId = "http://www.roblox.com/asset/?id=121944778"
  288. KnifeMesh.TextureId = "http://www.roblox.com/asset/?id=121944805"
  289.  
  290. blackhand = Instance.new("Part",char)
  291. blackhand.Material = "Neon"
  292. blackhand.Transparency = 1
  293. blackhand.BrickColor = BrickColor.new("Really black")
  294. blackhand.Position = Vector3.new(999,999,999)
  295. blackhand.Size = Vector3.new(1.01,1.01,1.01)
  296. blackweld = Instance.new("Weld",blackhand)
  297. blackweld.Part0 = rarm
  298. blackweld.Part1 = blackhand
  299. blackweld.C0 = CFrame.new(0,-0.5,0)
  300.  
  301.  
  302. CV="Really red"
  303.  
  304. local txt = Instance.new("BillboardGui", char)
  305. txt.Adornee = hed
  306. txt.Name = "_status"
  307. txt.Size = UDim2.new(2, 0, 1.2, 0)
  308. txt.StudsOffset = Vector3.new(-9, 11, 0)
  309. local text = Instance.new("TextLabel", txt)
  310. text.Size = UDim2.new(10, 0, 7, 0)
  311. text.FontSize = "Size24"
  312. text.TextScaled = true
  313. text.TextTransparency = 0
  314. text.BackgroundTransparency = 1
  315. text.TextTransparency = 0
  316. text.TextStrokeTransparency = 0
  317. text.Font = "Arcade"
  318. text.TextStrokeColor3 = Color3.new(255,0,0)
  319.  
  320. v=Instance.new("Part")
  321. v.Name = "ColorBrick"
  322. v.Parent=char
  323. v.FormFactor="Symmetric"
  324. v.Anchored=true
  325. v.CanCollide=false
  326. v.BottomSurface="Smooth"
  327. v.TopSurface="Smooth"
  328. v.Size=Vector3.new(10,5,3)
  329. v.Transparency=1
  330. v.CFrame=torso.CFrame
  331. v.BrickColor=BrickColor.new(CV)
  332. v.Transparency=1
  333. text.TextColor3 = Color3.new(0,0,0)
  334. v.Shape="Block"
  335. text.Text = ""
  336.  
  337. refused = Instance.new("Sound",larm)
  338. refused.Volume = 100
  339. refused.SoundId = "http://www.roblox.com/asset/?id=400905079"
  340.  
  341. game:GetService("RunService").RenderStepped:connect(function()
  342.  
  343. if lala == true then
  344. if canchange == true then
  345. canchange = false
  346.  
  347. handle.BrickColor = BrickColor.new("Really red")
  348. wait(0.01)
  349. handle.BrickColor = BrickColor.new("Really blue")
  350. wait(0.01)
  351. handle.BrickColor = BrickColor.new("Bright green")
  352. wait(0.01)
  353. handle.BrickColor = BrickColor.new("Toothpaste")
  354. wait(0.01)
  355. handle.BrickColor = BrickColor.new("New Yeller")
  356. wait(0.01)
  357. handle.BrickColor = BrickColor.new("Magenta")
  358. wait(0.01)
  359. handle.BrickColor = BrickColor.new("Deep orange")
  360. wait(0.01)
  361. canchange = true
  362. end
  363. end
  364. if hum.MoveDirection.x == 0 then
  365. if idle == true then
  366. if idleon == true then
  367. idleon = false
  368. for i = 1,10 do
  369. wait()
  370. if hum.MoveDirection.x == 0 then
  371. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.3, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.1)
  372. end
  373. if hum.MoveDirection.x == 0 then
  374. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(20)), 0.1)
  375. end
  376. if hum.MoveDirection.x == 0 then
  377. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-20)), 0.1)
  378. end
  379. if hum.MoveDirection.x == 0 then
  380. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.7, -0.3) * CFrame.Angles(math.rad(5), 0, math.rad(-2)), 0.1)
  381. end
  382. if hum.MoveDirection.x == 0 then
  383. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(2)), 0.1)
  384. end
  385. end
  386.  
  387.  
  388.  
  389.  
  390. for i = 1,10 do
  391. wait()
  392. if hum.MoveDirection.x == 0 then
  393. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-5), math.rad(0), math.rad(0)), 0.1)
  394. end
  395. if hum.MoveDirection.x == 0 then
  396. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-5),math.rad(0),math.rad(20)), 0.1)
  397. end
  398. if hum.MoveDirection.x == 0 then
  399. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-5),math.rad(0),math.rad(-20)), 0.1)
  400. end
  401. if hum.MoveDirection.x == 0 then
  402. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.2) * CFrame.Angles(math.rad(5), 0, math.rad(-2)), 0.1)
  403. end
  404. if hum.MoveDirection.x == 0 then
  405. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(2)), 0.1)
  406. end
  407. end
  408. idleon = true
  409. end
  410.  
  411.  
  412.  
  413. end
  414. end
  415. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  416. if walking == true then
  417. if sprint == false then
  418. if idle1 == true then
  419. idle1 = false
  420.  
  421. idle = false
  422. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  423. for i = 1,10 do
  424. wait()
  425. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  426. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(20)), 0.1)
  427. end
  428. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  429. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-20)), 0.1)
  430. end
  431. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  432. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.1)
  433. end
  434. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  435. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(90), 0, math.rad(-2)), 0.1)
  436. end
  437. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  438. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, math.rad(2)), 0.1)
  439. end
  440.  
  441. end
  442. end
  443. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  444. for i = 1,10 do
  445. wait()
  446. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  447. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.1)
  448. end
  449. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  450. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-20)), 0.1)
  451. end
  452. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  453. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(0)), 0.1)
  454. end
  455. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  456. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, math.rad(-2)), 0.1)
  457. end
  458. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  459. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(90), 0, math.rad(2)), 0.1)
  460. end
  461. end
  462. end
  463. if hum.MoveDirection.x == 0 then
  464. idle = true
  465. end
  466. idle1 = true
  467. end
  468. end
  469. end
  470.  
  471. end
  472. ----------------------------------------------------------------------------------
  473.  
  474. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  475. if walking == true then
  476. if sprint == true then
  477. if idle1 == true then
  478. idle1 = false
  479.  
  480. idle = false
  481. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  482. for i = 1,8 do
  483. wait()
  484. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  485. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-60),math.rad(0),math.rad(20)), 0.1)
  486. end
  487. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  488. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(-20)), 0.1)
  489. end
  490. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  491. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.1)
  492. end
  493. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  494. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(90), 0, math.rad(-2)), 0.1)
  495. end
  496. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  497. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-120), 0, math.rad(2)), 0.1)
  498. end
  499.  
  500. end
  501. end
  502. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  503. for i = 1,8 do
  504. wait()
  505. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  506. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(20)), 0.1)
  507. end
  508. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  509. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-60),math.rad(0),math.rad(-20)), 0.1)
  510. end
  511. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  512. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(0)), 0.1)
  513. end
  514. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  515. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-120), 0, math.rad(-2)), 0.1)
  516. end
  517. if hum.MoveDirection.x < 0 or hum.MoveDirection.x > 0 then
  518. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(90), 0, math.rad(2)), 0.1)
  519. end
  520.  
  521. end
  522. end
  523. if hum.MoveDirection.x == 0 then
  524. idle = true
  525. end
  526. idle1 = true
  527. end
  528. end
  529. end
  530. end
  531.  
  532. if deathchat1 == true then
  533. char.Parent = workspace.Camera
  534. char.Archivable = true
  535. local c = p.Character:Clone()
  536. c:MakeJoints()
  537. for y,t in pairs(c:GetChildren()) do
  538. if t:IsA("Part") then
  539. t.CanCollide = false
  540. t.Anchored = true
  541. t.BrickColor = BrickColor.new("Black")
  542. t.Transparency = 1
  543.  
  544. t.TopSurface = "Smooth"
  545. t.BottomSurface = "Smooth"
  546. t.RightSurface = "Smooth"
  547. t.LeftSurface = "Smooth"
  548. t.FrontSurface = "Smooth"
  549. t.BackSurface = "Smooth"
  550.  
  551.  
  552. else
  553. t:Remove()
  554. end
  555. end
  556. c.Parent = workspace
  557. game.Debris:AddItem(c,.05)
  558. end
  559.  
  560. hum:SetStateEnabled("Dead",false)
  561. hum:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
  562. if hum.Health < 5 and candie == true then
  563. hum.Name = "NOMOREDAMAGE"
  564. canheal = true
  565. done = false
  566.  
  567. done = true
  568. candie = false
  569. dead = true
  570. MegaloStrikesBack.Volume = 0
  571. refused:Play()
  572.  
  573. deathchat = true
  574. end
  575. if deathchat == true then
  576. deathchat = false
  577. idle = false
  578.  
  579. hed.face.Texture = "0"
  580. if char:FindFirstChild("TalkingBillBoard")~= nil then
  581. char:FindFirstChild("TalkingBillBoard"):destroy()
  582. end
  583. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.1)
  584. idle1 = false
  585. canattack = false
  586. gothitdecal2 = Instance.new("Decal",torso)
  587. gothitdecal2.Texture = "http://www.roblox.com/asset/?id=318427241"
  588. gothitdecal2.Face = "Back"
  589. gothitdecal1 = Instance.new("Decal",torso)
  590. gothitdecal1.Texture = "http://www.roblox.com/asset/?id=318427241"
  591. hed.Transparency = 1
  592. torso.Transparency = 1
  593. larm.Transparency = 1
  594. rarm.Transparency = 1
  595. lovecounter = false
  596. text.Text = ""
  597.  
  598. lleg.Transparency = 1
  599. rleg.Transparency = 1
  600. handle.Transparency = 1
  601. Handle.Transparency = 1
  602. blackhand.Transparency = 1
  603. wait(1)
  604. refused:Stop()
  605. wait(2)
  606.  
  607. chatfunc("But It Refused")
  608. wait(1.5)
  609. candie = true
  610. idle = true
  611. idle1 = true
  612. hed.face.Texture = "http://www.roblox.com/asset/?id=946610608"
  613. canattack = true
  614. lleg.Anchored = false
  615. rleg.Anchored = false
  616. larm.Anchored = false
  617. rarm.Anchored = false
  618. hed.Anchored = false
  619. torso.Anchored = false
  620. gothitdecal2:Destroy()
  621. gothitdecal1:Destroy()
  622. for i = 1,10 do
  623. wait()
  624. hed.Transparency = hed.Transparency - 0.1
  625. torso.Transparency = torso.Transparency - 0.1
  626. larm.Transparency = larm.Transparency - 0.1
  627. rarm.Transparency = rarm.Transparency - 0.1
  628. lleg.Transparency = lleg.Transparency - 0.1
  629. rleg.Transparency = rleg.Transparency - 0.1
  630. handle.Transparency = handle.Transparency - 0.1
  631. Handle.Transparency = Handle.Transparency - 0.1
  632. blackhand.Transparency = blackhand.Transparency - 0.1
  633. end
  634. lovecounter = true
  635. dead = false
  636. deathchat1 = false
  637. canheal = false
  638. hum.Health = 100
  639.  
  640. MegaloStrikesBack.Volume = 50
  641. wait(1)
  642. hum.Name = "Humanoid"
  643. end
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650. if canheal == true then
  651.  
  652. hum.Health = math.huge
  653.  
  654. end
  655.  
  656. if lovecounter == true then
  657. text.Text = "HATE CHARA LV "..love
  658. end
  659. end)
  660.  
  661. game.Players.CharacterAutoLoads = True
  662.  
  663.  
  664.  
  665.  
  666. hed.Transparency = 0
  667. torso.Transparency = 0
  668. larm.Transparency = 0
  669. rarm.Transparency = 0
  670. lleg.Transparency = 0
  671. rleg.Transparency = 0
  672. handle.Transparency = 0
  673. Handle.Transparency = 0
  674.  
  675.  
  676. idle = false
  677. walking = false
  678. soul1 = Instance.new("Part",char)
  679. soul1.Shape = "Ball"
  680. soul1.Material = "Neon"
  681. soul1.BrickColor = BrickColor.new("Really blue")
  682. soul1.Size = Vector3.new(1,1,1)
  683. soul1.Transparency = 0.5
  684. soul1weld = Instance.new("Weld",soul1)
  685. soul1weld.Part0 = torso
  686. soul1weld.Part1 = soul1
  687. soul1weld.C0 = CFrame.new(4,2,0)
  688. soul2 = Instance.new("Part",char)
  689. soul2.Shape = "Ball"
  690. soul2.Material = "Neon"
  691. soul2.Transparency = 0.5
  692. soul2.BrickColor = BrickColor.new("Bright green")
  693. soul2.Size = Vector3.new(1,1,1)
  694. soul2weld = Instance.new("Weld",soul2)
  695. soul2weld.Part0 = torso
  696. soul2weld.Part1 = soul2
  697. soul2weld.C0 = CFrame.new(5,2,0)
  698. soul3 = Instance.new("Part",char)
  699. soul3.Shape = "Ball"
  700. soul3.Transparency = 0.5
  701. soul3.Material = "Neon"
  702. soul3.BrickColor = BrickColor.new("Toothpaste")
  703. soul3.Size = Vector3.new(1,1,1)
  704. soul3weld = Instance.new("Weld",soul3)
  705. soul3weld.Part0 = torso
  706. soul3weld.Part1 = soul3
  707. soul3weld.C0 = CFrame.new(6,2,0)
  708. soul4 = Instance.new("Part",char)
  709. soul4.Shape = "Ball"
  710. soul4.Transparency = 0.5
  711. soul4.Material = "Neon"
  712. soul4.BrickColor = BrickColor.new("New Yeller")
  713. soul4.Size = Vector3.new(1,1,1)
  714. soul4weld = Instance.new("Weld",soul4)
  715. soul4weld.Part0 = torso
  716. soul4weld.Part1 = soul4
  717. soul4weld.C0 = CFrame.new(4,-1,0)
  718. soul5 = Instance.new("Part",char)
  719. soul5.Shape = "Ball"
  720. soul5.Material = "Neon"
  721. soul5.Transparency = 0.5
  722. soul5.BrickColor = BrickColor.new("Magenta")
  723. soul5.Size = Vector3.new(1,1,1)
  724. soul5weld = Instance.new("Weld",soul5)
  725. soul5weld.Part0 = torso
  726. soul5weld.Part1 = soul5
  727. soul5weld.C0 = CFrame.new(5,-1,0)
  728. soul6 = Instance.new("Part",char)
  729. soul6.Shape = "Ball"
  730. soul6.Transparency = 0.5
  731. soul6.Material = "Neon"
  732. soul6.BrickColor = BrickColor.new("Deep orange")
  733. soul6.Size = Vector3.new(1,1,1)
  734. soul6weld = Instance.new("Weld",soul6)
  735. soul6weld.Part0 = torso
  736. soul6weld.Part1 = soul6
  737. soul6weld.C0 = CFrame.new(6,-1,0)
  738. soul1s = Instance.new("Part",char)
  739. soul1s.Shape = "Ball"
  740. soul1s.Material = "Neon"
  741. soul1s.BrickColor = BrickColor.new("White")
  742. soul1s.Size = Vector3.new(0.9,0.9,0.9)
  743. soul1s.Transparency = 0.2
  744. soul1sweld = Instance.new("Weld",soul1s)
  745. soul1sweld.Part0 = torso
  746. soul1sweld.Part1 = soul1s
  747. soul1sweld.C0 = CFrame.new(4,2,0)
  748. soul2s = Instance.new("Part",char)
  749. soul2s.Shape = "Ball"
  750. soul2s.Material = "Neon"
  751. soul2s.Transparency = 0.2
  752. soul2s.BrickColor = BrickColor.new("White")
  753. soul2s.Size = Vector3.new(0.9,0.9,0.9)
  754. soul2sweld = Instance.new("Weld",soul2s)
  755. soul2sweld.Part0 = torso
  756. soul2sweld.Part1 = soul2s
  757. soul2sweld.C0 = CFrame.new(5,2,0)
  758. soul3s = Instance.new("Part",char)
  759. soul3s.Shape = "Ball"
  760. soul3s.Material = "Neon"
  761. soul3s.Transparency = 0.2
  762. soul3s.BrickColor = BrickColor.new("White")
  763. soul3s.Size = Vector3.new(0.9,0.9,0.9)
  764. soul3sweld = Instance.new("Weld",soul3s)
  765. soul3sweld.Part0 = torso
  766. soul3sweld.Part1 = soul3s
  767. soul3sweld.C0 = CFrame.new(6,2,0)
  768. soul4s = Instance.new("Part",char)
  769. soul4s.Shape = "Ball"
  770. soul4s.Material = "Neon"
  771. soul4s.Transparency = 0.2
  772. soul4s.BrickColor = BrickColor.new("White")
  773. soul4s.Material = "Neon"
  774. soul4s.Size = Vector3.new(0.9,0.9,0.9)
  775. soul4sweld = Instance.new("Weld",soul4s)
  776. soul4sweld.Part0 = torso
  777. soul4sweld.Part1 = soul4s
  778. soul4sweld.C0 = CFrame.new(4,-1,0)
  779. soul5s = Instance.new("Part",char)
  780. soul5s.Shape = "Ball"
  781. soul5s.Transparency = 0.2
  782. soul5s.BrickColor = BrickColor.new("White")
  783. soul5s.Size = Vector3.new(0.9,0.9,0.9)
  784. soul5s.Material = "Neon"
  785. soul5sweld = Instance.new("Weld",soul5s)
  786. soul5sweld.Part0 = torso
  787. soul5sweld.Part1 = soul5s
  788. soul5sweld.C0 = CFrame.new(5,-1,0)
  789. soul6s = Instance.new("Part",char)
  790. soul6s.Shape = "Ball"
  791. soul6s.Material = "Neon"
  792. soul6s.Transparency = 0.2
  793. soul6s.BrickColor = BrickColor.new("White")
  794. soul6s.Size = Vector3.new(0.9,0.9,0.9)
  795. soul6sweld = Instance.new("Weld",soul6s)
  796. soul6sweld.Part0 = torso
  797. soul6sweld.Part1 = soul6s
  798. soul6sweld.C0 = CFrame.new(6,-1,0)
  799.  
  800. chatfunc("These Are The Determinations")
  801. wait(2)
  802. chatfunc("I Never Got To Extract")
  803. wait(2)
  804.  
  805. chatfunc("In The Past Genocides")
  806. Weldb.C1 = CFrame.new(0, -2, 0) * CFrame.fromEulerAnglesXYZ(-3, 0, 0)
  807. for i = 1,100 do
  808. wait()
  809. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.01)
  810. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-180),math.rad(0),math.rad(-200)), 0.01)
  811. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.01)
  812. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-4)), 0.01)
  813. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(4)), 0.01)
  814.  
  815. end
  816. chatfunc("Lets See How Long You Survive")
  817.  
  818. for i = 1,10 do
  819. wait(0.04)
  820. soul1weld.C0 = soul1weld.C0 - Vector3.new(0.45,0.14,0)
  821. soul2weld.C0 = soul2weld.C0 - Vector3.new(0.5,0.14,0)
  822. soul3weld.C0 = soul3weld.C0 - Vector3.new(0.6,0.14,0)
  823. soul4weld.C0 = soul4weld.C0 - Vector3.new(0.45,-0.1,0)
  824. soul5weld.C0 = soul5weld.C0 - Vector3.new(0.5,-0.1,0)
  825. soul6weld.C0 = soul6weld.C0 - Vector3.new(0.6,-0.1,0)
  826. soul1sweld.C0 = soul1sweld.C0 - Vector3.new(0.45,0.14,0)
  827. soul2sweld.C0 = soul2sweld.C0 - Vector3.new(0.5,0.14,0)
  828. soul3sweld.C0 = soul3sweld.C0 - Vector3.new(0.6,0.14,0)
  829. soul4sweld.C0 = soul4sweld.C0 - Vector3.new(0.45,-0.1,0)
  830. soul5sweld.C0 = soul5sweld.C0 - Vector3.new(0.5,-0.1,0)
  831. soul6sweld.C0 = soul6sweld.C0 - Vector3.new(0.6,-0.1,0)
  832. end
  833.  
  834.  
  835. soul1d = Instance.new("Part",char)
  836. soul1d.Shape = "Ball"
  837. soul1d.Material = "Neon"
  838. soul1d.BrickColor = BrickColor.new("Really blue")
  839. soul1d.Size = Vector3.new(1,1,1)
  840. soul1d.Transparency = 0.5
  841. soul1dweld = Instance.new("Weld",soul1d)
  842. soul1dweld.Part0 = torso
  843. soul1dweld.Part1 = soul1d
  844. soul1dweld.C0 = CFrame.new(0,0,0)
  845. soul2d = Instance.new("Part",char)
  846. soul2d.Shape = "Ball"
  847. soul2d.Material = "Neon"
  848. soul2d.Transparency = 0.5
  849. soul2d.BrickColor = BrickColor.new("Bright green")
  850. soul2d.Size = Vector3.new(1,1,1)
  851. soul2dweld = Instance.new("Weld",soul2d)
  852. soul2dweld.Part0 = torso
  853. soul2dweld.Part1 = soul2d
  854. soul2dweld.C0 = CFrame.new(0,0,0)
  855. soul3d = Instance.new("Part",char)
  856. soul3d.Shape = "Ball"
  857. soul3d.Transparency = 0.5
  858. soul3d.Material = "Neon"
  859. soul3d.BrickColor = BrickColor.new("Toothpaste")
  860. soul3d.Size = Vector3.new(1,1,1)
  861. soul3dweld = Instance.new("Weld",soul3d)
  862. soul3dweld.Part0 = torso
  863. soul3dweld.Part1 = soul3d
  864. soul3dweld.C0 = CFrame.new(0,0,0)
  865. soul4d = Instance.new("Part",char)
  866. soul4d.Shape = "Ball"
  867. soul4d.Transparency = 0.5
  868. soul4d.Material = "Neon"
  869. soul4d.BrickColor = BrickColor.new("New Yeller")
  870. soul4d.Size = Vector3.new(1,1,1)
  871. soul4dweld = Instance.new("Weld",soul4d)
  872. soul4dweld.Part0 = torso
  873. soul4dweld.Part1 = soul4d
  874. soul4dweld.C0 = CFrame.new(0,0,0)
  875. soul5d = Instance.new("Part",char)
  876. soul5d.Shape = "Ball"
  877. soul5d.Material = "Neon"
  878. soul5d.Transparency = 0.5
  879. soul5d.BrickColor = BrickColor.new("Magenta")
  880. soul5d.Size = Vector3.new(1,1,1)
  881. soul5dweld = Instance.new("Weld",soul5d)
  882. soul5dweld.Part0 = torso
  883. soul5dweld.Part1 = soul5d
  884. soul5dweld.C0 = CFrame.new(0,0,0)
  885. soul6d = Instance.new("Part",char)
  886. soul6d.Shape = "Ball"
  887. soul6d.Transparency = 0.5
  888. soul6d.Material = "Neon"
  889. soul6d.BrickColor = BrickColor.new("Deep orange")
  890. soul6d.Size = Vector3.new(1,1,1)
  891. soul6dweld = Instance.new("Weld",soul6d)
  892. soul6dweld.Part0 = torso
  893. soul6dweld.Part1 = soul6d
  894. soul6dweld.C0 = CFrame.new(0,0,0)
  895. soul1sd = Instance.new("Part",char)
  896. soul1sd.Shape = "Ball"
  897. soul1sd.Material = "Neon"
  898. soul1sd.BrickColor = BrickColor.new("White")
  899. soul1sd.Size = Vector3.new(0.9,0.9,0.9)
  900. soul1sd.Transparency = 0.2
  901. soul1sdweld = Instance.new("Weld",soul1sd)
  902. soul1sdweld.Part0 = torso
  903. soul1sdweld.Part1 = soul1sd
  904. soul1sdweld.C0 = CFrame.new(0,0,0)
  905. soul2sd = Instance.new("Part",char)
  906. soul2sd.Shape = "Ball"
  907. soul2sd.Material = "Neon"
  908. soul2sd.Transparency = 0.2
  909. soul2sd.BrickColor = BrickColor.new("White")
  910. soul2sd.Size = Vector3.new(0.9,0.9,0.9)
  911. soul2sdweld = Instance.new("Weld",soul2sd)
  912. soul2sdweld.Part0 = torso
  913. soul2sdweld.Part1 = soul2sd
  914. soul2sdweld.C0 = CFrame.new(0,0,0)
  915. soul3sd = Instance.new("Part",char)
  916. soul3sd.Shape = "Ball"
  917. soul3sd.Material = "Neon"
  918. soul3sd.Transparency = 0.2
  919. soul3sd.BrickColor = BrickColor.new("White")
  920. soul3sd.Size = Vector3.new(0.9,0.9,0.9)
  921. soul3sdweld = Instance.new("Weld",soul3sd)
  922. soul3sdweld.Part0 = torso
  923. soul3sdweld.Part1 = soul3sd
  924. soul3sdweld.C0 = CFrame.new(0,0,0)
  925. soul4sd = Instance.new("Part",char)
  926. soul4sd.Shape = "Ball"
  927. soul4sd.Material = "Neon"
  928. soul4sd.Transparency = 0.2
  929. soul4sd.BrickColor = BrickColor.new("White")
  930. soul4sd.Material = "Neon"
  931. soul4sd.Size = Vector3.new(0.9,0.9,0.9)
  932. soul4dsweld = Instance.new("Weld",soul4sd)
  933. soul4dsweld.Part0 = torso
  934. soul4dsweld.Part1 = soul4sd
  935. soul4dsweld.C0 = CFrame.new(0,0,0)
  936. soul5sd = Instance.new("Part",char)
  937. soul5sd.Shape = "Ball"
  938. soul5sd.Transparency = 0.2
  939. soul5sd.BrickColor = BrickColor.new("White")
  940. soul5sd.Size = Vector3.new(0.9,0.9,0.9)
  941. soul5sd.Material = "Neon"
  942. soul5sdweld = Instance.new("Weld",soul5sd)
  943. soul5sdweld.Part0 = torso
  944. soul5sdweld.Part1 = soul5sd
  945. soul5sdweld.C0 = CFrame.new(0,0,0)
  946. soul6sd = Instance.new("Part",char)
  947. soul6sd.Shape = "Ball"
  948. soul6sd.Material = "Neon"
  949. soul6sd.Transparency = 0.2
  950. soul6sd.BrickColor = BrickColor.new("White")
  951. soul6sd.Size = Vector3.new(0.9,0.9,0.9)
  952. soul6sdweld = Instance.new("Weld",soul6sd)
  953. soul6sdweld.Part0 = torso
  954. soul6sdweld.Part1 = soul6sd
  955. soul6sdweld.C0 = CFrame.new(0,0,0)
  956.  
  957.  
  958. soul1mesh = Instance.new("SpecialMesh",soul1d)
  959. soul2mesh = Instance.new("SpecialMesh",soul2d)
  960. soul3mesh = Instance.new("SpecialMesh",soul3d)
  961. soul4mesh = Instance.new("SpecialMesh",soul4d)
  962. soul5mesh = Instance.new("SpecialMesh",soul5d)
  963. soul6mesh = Instance.new("SpecialMesh",soul6d)
  964. soul1smesh = Instance.new("SpecialMesh",soul1sd)
  965. soul2smesh = Instance.new("SpecialMesh",soul2sd)
  966. soul3smesh = Instance.new("SpecialMesh",soul3sd)
  967. soul4smesh = Instance.new("SpecialMesh",soul4sd)
  968. soul5smesh = Instance.new("SpecialMesh",soul5sd)
  969. soul6smesh = Instance.new("SpecialMesh",soul6sd)
  970. soul1mesh.MeshType = "Sphere"
  971. soul2mesh.MeshType = "Sphere"
  972. soul3mesh.MeshType = "Sphere"
  973. soul4mesh.MeshType = "Sphere"
  974. soul5mesh.MeshType = "Sphere"
  975. soul6mesh.MeshType = "Sphere"
  976. soul1smesh.MeshType = "Sphere"
  977. soul2smesh.MeshType = "Sphere"
  978. soul3smesh.MeshType = "Sphere"
  979. soul4smesh.MeshType = "Sphere"
  980. soul5smesh.MeshType = "Sphere"
  981. soul6smesh.MeshType = "Sphere"
  982. KnifeMesh.TextureId = ""
  983. canchange = true
  984. for i = 1,20 do
  985. soul1mesh.Scale = soul1mesh.Scale + Vector3.new(0.5,0.5,0.5)
  986. soul1smesh.Scale = soul1smesh.Scale + Vector3.new(0.5,0.5,0.5)
  987. soul1d.Transparency = soul1d.Transparency + 0.025
  988. soul1sd.Transparency = soul1sd.Transparency + 0.05
  989. blackhand.Transparency = blackhand.Transparency - 0.04
  990. wait()
  991. end
  992. for i = 1,20 do
  993. soul2mesh.Scale = soul2mesh.Scale + Vector3.new(0.5,0.5,0.5)
  994. soul2smesh.Scale = soul2smesh.Scale + Vector3.new(0.5,0.5,0.5)
  995. soul2d.Transparency = soul2d.Transparency + 0.025
  996. soul2sd.Transparency = soul2sd.Transparency + 0.05
  997. wait()
  998. end
  999. for i = 1,20 do
  1000. soul3mesh.Scale = soul3mesh.Scale + Vector3.new(0.5,0.5,0.5)
  1001. soul3smesh.Scale = soul3smesh.Scale + Vector3.new(0.5,0.5,0.5)
  1002. soul3d.Transparency = soul3d.Transparency + 0.025
  1003. soul3sd.Transparency = soul3sd.Transparency + 0.05
  1004. wait()
  1005. end
  1006. for i = 1,20 do
  1007. soul4mesh.Scale = soul4mesh.Scale + Vector3.new(0.5,0.5,0.5)
  1008. soul4smesh.Scale = soul4smesh.Scale + Vector3.new(0.5,0.5,0.5)
  1009. soul4d.Transparency = soul4d.Transparency + 0.025
  1010. soul4sd.Transparency = soul4sd.Transparency + 0.05
  1011. wait()
  1012. end
  1013. for i = 1,20 do
  1014. soul5mesh.Scale = soul5mesh.Scale + Vector3.new(0.5,0.5,0.5)
  1015. soul5smesh.Scale = soul5smesh.Scale + Vector3.new(0.5,0.5,0.5)
  1016. soul5d.Transparency = soul5d.Transparency + 0.025
  1017. soul5sd.Transparency = soul5sd.Transparency + 0.05
  1018. wait()
  1019. end
  1020. for i = 1,20 do
  1021. soul6mesh.Scale = soul6mesh.Scale + Vector3.new(0.5,0.5,0.5)
  1022. soul6smesh.Scale = soul6smesh.Scale + Vector3.new(0.5,0.5,0.5)
  1023. soul6d.Transparency = soul6d.Transparency + 0.025
  1024. soul6sd.Transparency = soul6sd.Transparency + 0.05
  1025. soul1.Transparency = soul1.Transparency + 0.08
  1026. soul2.Transparency = soul2.Transparency + 0.08
  1027. soul3.Transparency = soul3.Transparency + 0.08
  1028. soul4.Transparency = soul4.Transparency + 0.08
  1029. soul5.Transparency = soul5.Transparency + 0.08
  1030. soul6.Transparency = soul6.Transparency + 0.1
  1031. soul1s.Transparency = soul1.Transparency + 0.1
  1032. soul2s.Transparency = soul2s.Transparency + 0.1
  1033. soul3s.Transparency = soul3s.Transparency + 0.1
  1034. soul4s.Transparency = soul4s.Transparency + 0.1
  1035. soul5s.Transparency = soul5s.Transparency + 0.1
  1036. soul6s.Transparency = soul6s.Transparency + 0.1
  1037. wait()
  1038. end
  1039.  
  1040.  
  1041. wait(1)
  1042.  
  1043.  
  1044.  
  1045. lala = false
  1046. wait(1)
  1047. soul1:Destroy()
  1048. soul2:Destroy()
  1049. soul3:Destroy()
  1050. soul4:Destroy()
  1051. soul5:Destroy()
  1052. soul6:Destroy()
  1053. soul1s:Destroy()
  1054. soul2s:Destroy()
  1055. soul3s:Destroy()
  1056. soul4s:Destroy()
  1057. soul5s:Destroy()
  1058. soul6s:Destroy()
  1059. soul1d:Destroy()
  1060. soul2d:Destroy()
  1061. soul3d:Destroy()
  1062. soul4d:Destroy()
  1063. soul5d:Destroy()
  1064. soul6d:Destroy()
  1065. soul1sd:Destroy()
  1066. soul2sd:Destroy()
  1067. soul3sd:Destroy()
  1068. soul4sd:Destroy()
  1069. soul5sd:Destroy()
  1070. soul6sd:Destroy()
  1071. idle = true
  1072. chatfunc("Come =)")
  1073. hed.face.Texture = "http://www.roblox.com/asset/?id=946610608"
  1074. lovecounter = true
  1075. walking = true
  1076. Weldb.C1 = CFrame.new(0, -1.6, 0.8) * CFrame.fromEulerAnglesXYZ(-4.2, 0, 0)
  1077. KnifeMesh.TextureId = "http://www.roblox.com/asset/?id=121944805"
  1078. mouse.KeyDown:connect(function(key)
  1079. if key == "z" then
  1080. if canattack == true then
  1081. canattack = false
  1082.  
  1083. idle = false
  1084. walking = false
  1085. wait(1)
  1086.  
  1087. kill = Instance.new("Part",char)
  1088. kill.Position = torso.Position - Vector3.new(0,2,0)
  1089. kill.Size = Vector3.new(200,0.1,200)
  1090. kill.Name = "Immune"
  1091. kill.CanCollide = false
  1092. kill.Transparency = 1
  1093. kill.Anchored = true
  1094. kill.Material = "Neon"
  1095. kill.BrickColor = BrickColor.new("Really red")
  1096. killmesh = Instance.new("SpecialMesh",kill)
  1097. killmesh.MeshType = "FileMesh"
  1098. killmesh.MeshId = "rbxassetid://465435723"
  1099. killmesh.Scale = Vector3.new(5.2,0.01,5.2)
  1100. Weldb.C1 = CFrame.new(0, -1, -1) * CFrame.fromEulerAnglesXYZ(-2, 0, 0)
  1101. for i = 1, 20 do
  1102. wait()
  1103. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(0)), 0.2)
  1104. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.2)
  1105. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  1106. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(6), math.rad(0), 0), 0.2)
  1107. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.2)
  1108. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.2)
  1109.  
  1110. end
  1111. for i = 1, 20 do
  1112. wait()
  1113. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,-0.3)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(0)), 0.2)
  1114. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.2)
  1115. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.2)
  1116. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles( math.rad(-50), math.rad(0), 0), 0.2)
  1117. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.6, -0.8) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-2)), 0.2)
  1118. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, 0, -0.8) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(2)), 0.2)
  1119.  
  1120. end
  1121. hitsound:Play()
  1122. part = Instance.new("Part",char)
  1123. part.Size = Vector3.new(0.1,0.1,0.1)
  1124. part.Position = handle.Position
  1125. part1 = Instance.new("Part",char)
  1126. part1.Size = Vector3.new(0.1,0.1,0.1)
  1127. part1.Position = handle.Position
  1128. part2 = Instance.new("Part",char)
  1129. part2.Size = Vector3.new(0.1,0.1,0.1)
  1130. part2.Position = handle.Position
  1131. part3 = Instance.new("Part",char)
  1132. part3.Size = Vector3.new(0.1,0.1,0.1)
  1133. part3.Position = handle.Position
  1134. part4 = Instance.new("Part",char)
  1135. part4.Size = Vector3.new(0.1,0.1,0.1)
  1136. part4.Position = handle.Position
  1137. part5 = Instance.new("Part",char)
  1138. part5.Size = Vector3.new(0.1,0.1,0.1)
  1139. part5.Position = handle.Position
  1140. part6 = Instance.new("Part",char)
  1141. part6.Size = Vector3.new(0.1,0.1,0.1)
  1142. part6.Position = handle.Position
  1143. part7 = Instance.new("Part",char)
  1144. part7.Size = Vector3.new(0.1,0.1,0.1)
  1145. part7.Position = handle.Position
  1146. part8 = Instance.new("Part",char)
  1147. part8.Size = Vector3.new(0.1,0.1,0.1)
  1148. part8.Position = handle.Position
  1149. part9 = Instance.new("Part",char)
  1150. part9.Size = Vector3.new(0.1,0.1,0.1)
  1151. part9.Position = handle.Position
  1152. part10 = Instance.new("Part",char)
  1153. part10.Size = Vector3.new(0.1,0.1,0.1)
  1154. part10.Position = handle.Position
  1155. KnifeMesh.TextureId = ""
  1156. for i = 1,100 do
  1157. wait()
  1158. colorred = colorred + 0.006
  1159. handle.Color = Color3.new(colorred,0,0)
  1160. end
  1161. chatfunc("Welcome To My Special Hell")
  1162. for i = 1,120 do
  1163. wait()
  1164. kill.Transparency = kill.Transparency - 0.005
  1165. end
  1166.  
  1167. function onTouched(hit)
  1168. if hit.Parent:FindFirstChild("Immune") == nil then
  1169. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  1170. hit.Parent:FindFirstChild("Head").Anchored = true
  1171. hitsound:Play()
  1172.  
  1173.  
  1174.  
  1175. hit.Parent:BreakJoints()
  1176. hit.Parent:FindFirstChild("Humanoid").Health = -1
  1177. end
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183. end
  1184. end
  1185. kill.Touched:connect(onTouched)
  1186.  
  1187.  
  1188. kill1 = Instance.new("Part",char)
  1189. kill1.Position = torso.Position - Vector3.new(0,2,0)
  1190. kill1.Size = Vector3.new(200,300,200)
  1191. kill1.Name = "Immune"
  1192. kill1.CanCollide = false
  1193. kill1.Transparency = 1
  1194. kill1.Anchored = false
  1195. kill1.Material = "Neon"
  1196. kill1.BrickColor = BrickColor.new("Really red")
  1197.  
  1198. function onTouched(hit)
  1199. if hit.Parent:FindFirstChild("Immune") == nil then
  1200. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  1201. hit.Parent:FindFirstChild("Head").Anchored = true
  1202. hitsound:Play()
  1203.  
  1204.  
  1205.  
  1206. hit.Parent:FindFirstChild("Humanoid").Health = -1
  1207. hit.Parent:BreakJoints()
  1208. end
  1209.  
  1210.  
  1211.  
  1212. end
  1213.  
  1214. end
  1215. kill1.Touched:connect(onTouched)
  1216. for i = 1,50 do
  1217. wait()
  1218. killmesh.Scale = killmesh.Scale + Vector3.new(0,0.2,0)
  1219. end
  1220. wait(2)
  1221. kill.Anchored = false
  1222. canattack = true
  1223. idle = true
  1224. walking = true
  1225. if char:FindFirstChild("TalkingBillBoard")~= nil then
  1226. char:FindFirstChild("TalkingBillBoard"):destroy()
  1227. end
  1228. KnifeMesh.TextureId = "http://www.roblox.com/asset/?id=121944805"
  1229. colorred = 0
  1230. Weldb.C1 = CFrame.new(0, -1.6, 0.8) * CFrame.fromEulerAnglesXYZ(-4.2, 0, 0)
  1231. end
  1232. end
  1233. end)
  1234. slashsound = Instance.new("Sound",torso)
  1235. slashsound.SoundId = "http://www.roblox.com/asset/?id=357417055"
  1236. slashsound.Volume = 10
  1237. hitsound = Instance.new("Sound",torso)
  1238. hitsound.SoundId = "http://www.roblox.com/asset/?id=623904185"
  1239. hitsound.Volume = 10
  1240. mouse.KeyDown:connect(function(key)
  1241. if key == "q" then
  1242. if canattack == true then
  1243. canattack = false
  1244. idle = false
  1245. walking = false
  1246. wait(0.5)
  1247. slash = Instance.new("Part",char)
  1248. slash.CanCollide = false
  1249. slash.Transparency = 1
  1250. slash.Size = Vector3.new(5,5,1)
  1251. slashweld = Instance.new("Weld",slash)
  1252. slashweld.Part0 = torso
  1253. slashweld.Part1 = slash
  1254. slashweld.C0 = CFrame.new(0,0,-2)
  1255. slashdecal = Instance.new("Decal",slash)
  1256. slashdecal.Texture = "http://www.roblox.com/asset/?id=941494931"
  1257.  
  1258. slashdecal1 = Instance.new("Decal",slash)
  1259. slashdecal1.Face = "Back"
  1260. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942252949"
  1261. slashsound:Play()
  1262. function onTouched(hit)
  1263. if hit.Parent:FindFirstChild("Immune") == nil then
  1264. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  1265. hit.Parent:FindFirstChild("Head").Anchored = true
  1266. slash.TouchInterest:Destroy()
  1267. wait(1)
  1268. hitsound:Play()
  1269.  
  1270. gothit = Instance.new("Part",hit)
  1271. gothit.CanCollide = false
  1272. gothit.Transparency = 1
  1273. gothit.Size = Vector3.new(10,10,1)
  1274. gothitweld1 = Instance.new("Weld",gothit)
  1275. gothitweld1.Part0 = hit.Parent:FindFirstChild("Torso")
  1276. gothitweld1.Part1 = gothit
  1277.  
  1278. gothitweld1.C0 = CFrame.new(0,4,0)
  1279. gothitdecal = Instance.new("Decal",gothit)
  1280. gothitdecal.Texture = "http://www.roblox.com/asset/?id=941619213"
  1281. love = love + 1
  1282. gothit = Instance.new("Part",hit)
  1283. gothit.CanCollide = false
  1284. gothit.Transparency = 1
  1285. gothit.Size = Vector3.new(10,10,1)
  1286. gothitweld = Instance.new("Weld",gothit)
  1287. gothitweld.Part0 = hit.Parent:FindFirstChild("Torso")
  1288. gothitweld.Part1 = gothit
  1289. gothitweld.C0 = CFrame.new(0,5,0)
  1290.  
  1291. gothitdecal = Instance.new("Decal",gothit)
  1292. gothitdecal.Texture = "http://www.roblox.com/asset/?id=941619213"
  1293. gothitdecal.Face = "Back"
  1294. gothitweld.C0 = CFrame.new(0,3.5,0)
  1295. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1296. wait(0.2)
  1297. gothitweld.C0 = CFrame.new(0,4,0)
  1298. gothitweld1.C0 = CFrame.new(0,4,0)
  1299. wait(0.2)
  1300. gothitweld.C0 = CFrame.new(0,3.5,0)
  1301. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1302. wait(0.2)
  1303. gothitweld.C0 = CFrame.new(0,4,0)
  1304. gothitweld1.C0 = CFrame.new(0,4,0)
  1305. wait(0.2)
  1306. gothitweld.C0 = CFrame.new(0,3.5,0)
  1307. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1308. wait(0.2)
  1309. gothitweld.C0 = CFrame.new(0,4,0)
  1310. gothitweld1.C0 = CFrame.new(0,4,0)
  1311. wait(0.2)
  1312. gothitweld.C0 = CFrame.new(0,3.5,0)
  1313. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1314. wait(0.2)
  1315. gothitweld.C0 = CFrame.new(0,4,0)
  1316. gothitweld1.C0 = CFrame.new(0,4,0)
  1317. wait(0.2)
  1318. gothitweld.C0 = CFrame.new(0,3.5,0)
  1319. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1320. wait(0.2)
  1321. gothitweld.C0 = CFrame.new(0,4,0)
  1322. gothitweld1.C0 = CFrame.new(0,4,0)
  1323. wait(0.2)
  1324. gothitweld.C0 = CFrame.new(0,3.5,0)
  1325. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1326. wait(0.2)
  1327. gothitweld.C0 = CFrame.new(0,4,0)
  1328. gothitweld1.C0 = CFrame.new(0,4,0)
  1329. wait(0.2)
  1330.  
  1331. hit.Parent:FindFirstChild("Humanoid").Health = -1
  1332. hit.Parent:BreakJoints()
  1333. else
  1334. if hit.Parent:IsA("Model") then
  1335. wait(1)
  1336.  
  1337. hit.Parent:BreakJoints()
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343. end
  1344. if hit:IsA("Part") and hit.Size.X < 500 then
  1345.  
  1346. hit.BrickColor = BrickColor.new("Really black")
  1347. hitsound:Play()
  1348. for i = 1,20 do
  1349. wait()
  1350. hit.Transparency = hit.Transparency + 0.05
  1351. end
  1352.  
  1353.  
  1354.  
  1355.  
  1356. end
  1357. end
  1358.  
  1359. end
  1360.  
  1361. end
  1362. slash.Touched:connect(onTouched)
  1363.  
  1364. for i = 1, 5 do
  1365. wait()
  1366. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  1367. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1368. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1369. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  1370. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1371. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1372.  
  1373. end
  1374. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495205"
  1375. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253050"
  1376. for i = 1, 5 do
  1377. wait()
  1378. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  1379. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1380. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1381. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  1382. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1383. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1384.  
  1385. end
  1386. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495475"
  1387. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253124"
  1388.  
  1389. wait(0.1)
  1390. slash:Destroy()
  1391. canattack = true
  1392. idle = true
  1393. walking = true
  1394. end
  1395. end
  1396. end)
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405. mouse.KeyDown:connect(function(key)
  1406. if key == "x" then
  1407. hed.Transparency = 1
  1408. torso.Transparency = 1
  1409. larm.Transparency = 1
  1410. hed.face.Texture = ""
  1411. MegaloStrikesBack.Volume = 0.1
  1412. lovecounter = false
  1413. rarm.Transparency = 1
  1414. lleg.Transparency = 1
  1415. rleg.Transparency = 1
  1416. handle.Transparency = 1
  1417. Handle.Transparency = 1
  1418. blackhand.Transparency = 1
  1419. hum.WalkSpeed = 60
  1420. text.Text = ""
  1421. if char:FindFirstChild("TalkingBillBoard")~= nil then
  1422. char:FindFirstChild("TalkingBillBoard"):destroy()
  1423. end
  1424. end
  1425. end)
  1426. mouse.KeyUp:connect(function(key)
  1427. if key == "x" then
  1428. hed.Transparency = 0
  1429. lovecounter = true
  1430. torso.Transparency = 0
  1431. larm.Transparency = 0
  1432. rarm.Transparency = 0
  1433. MegaloStrikesBack.Volume = 50
  1434. lleg.Transparency = 0
  1435. rleg.Transparency = 0
  1436. handle.Transparency = 0
  1437. Handle.Transparency = 0
  1438. blackhand.Transparency = 0
  1439. hum.WalkSpeed = 16
  1440. hed.face.Texture = "http://www.roblox.com/asset/?id=946610608"
  1441. end
  1442. end)
  1443. mouse.KeyDown:connect(function(Key)
  1444. if Key:byte() == 48 then
  1445. hum.WalkSpeed = 40
  1446. workspace.Camera.FieldOfView = 80
  1447. sprint = true
  1448. end
  1449. end)
  1450.  
  1451. mouse.KeyUp:connect(function(Key)
  1452. if Key:byte() == 48 then
  1453. hum.WalkSpeed = 16
  1454. workspace.Camera.FieldOfView = 70
  1455. sprint = false
  1456. end
  1457. end)
  1458.  
  1459.  
  1460.  
  1461. mouse.KeyDown:connect(function(key)
  1462. if key == "e" then
  1463. if canattack == true then
  1464. canattack = false
  1465. idle = false
  1466. walking = false
  1467. wait(1)
  1468.  
  1469.  
  1470. slashsound:Play()
  1471.  
  1472. for i = 1, 5 do
  1473. wait()
  1474. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  1475. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1476. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1477. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  1478. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1479. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1480.  
  1481. end
  1482.  
  1483. for i = 1, 5 do
  1484. wait()
  1485. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  1486. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1487. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1488. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  1489. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1490. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1491.  
  1492. end
  1493. slash4 = Instance.new("Part",char)
  1494. slash4.CanCollide = false
  1495. slash4.Transparency = 0
  1496. slash4.Position = Vector3.new(999,999,999)
  1497. slash4.BrickColor = BrickColor.new("Really red")
  1498. slash4.Size = Vector3.new(0.3,9,0.3)
  1499. slashweld4 = Instance.new("Weld",slash4)
  1500. slashweld4.Part0 = torso
  1501. slashweld4.Part1 = slash4
  1502. slashweld4.C0 = CFrame.new(0,0,-3.2) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-80))
  1503. slashsound:Play()
  1504. for i = 1, 5 do
  1505. wait()
  1506. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(30)), 0.7)
  1507. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1508. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1509. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-5), math.rad(15), 0), 0.7)
  1510. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1511. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1512.  
  1513. end
  1514. slash3 = Instance.new("Part",char)
  1515. slash3.CanCollide = false
  1516. slash3.Transparency = 0
  1517. slash3.Position = Vector3.new(999,999,999)
  1518. slash3.BrickColor = BrickColor.new("Really red")
  1519. slash3.Size = Vector3.new(0.3,9,0.3)
  1520. slashweld3 = Instance.new("Weld",slash3)
  1521. slashweld3.Part0 = torso
  1522. slashweld3.Part1 = slash3
  1523. slashweld3.C0 = CFrame.new(0,0,-3.2) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(40))
  1524. slashsound:Play()
  1525. for i = 1, 5 do
  1526. wait()
  1527. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(-70)), 0.7)
  1528. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1529. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1530. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-7), math.rad(17), 0), 0.7)
  1531. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1532. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1533.  
  1534. end
  1535. slash2 = Instance.new("Part",char)
  1536. slash2.CanCollide = false
  1537. slash2.Transparency = 0
  1538. slash2.Position = Vector3.new(999,999,999)
  1539. slash2.BrickColor = BrickColor.new("Really red")
  1540. slash2.Size = Vector3.new(0.3,9,0.3)
  1541. slashweld2 = Instance.new("Weld",slash2)
  1542. slashweld2.Part0 = torso
  1543. slashweld2.Part1 = slash2
  1544. slashweld2.C0 = CFrame.new(0,0,-3.2) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(150))
  1545. for i = 1, 5 do
  1546. wait()
  1547. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  1548. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1549. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1550. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  1551. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1552. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1553.  
  1554. end
  1555. slashsound:Play()
  1556. for i = 1, 5 do
  1557. wait()
  1558. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(-20)), 0.7)
  1559. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1560. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1561. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-7), math.rad(17), 0), 0.7)
  1562. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1563. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1564.  
  1565. end
  1566. slash1 = Instance.new("Part",char)
  1567. slash1.CanCollide = false
  1568. slash1.Transparency = 0
  1569. slash1.Position = Vector3.new(999,999,999)
  1570. slash1.BrickColor = BrickColor.new("Really red")
  1571. slash1.Size = Vector3.new(0.3,9,0.3)
  1572. slashweld1 = Instance.new("Weld",slash1)
  1573. slashweld1.Part0 = torso
  1574. slashweld1.Part1 = slash1
  1575. slashweld1.C0 = CFrame.new(0,0,-3.2) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(78))
  1576. for i = 1, 5 do
  1577. wait()
  1578. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  1579. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1580. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1581. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  1582. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1583. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1584.  
  1585. end
  1586. slash5 = Instance.new("Part",char)
  1587. slash5.CanCollide = true
  1588. slash5.Transparency = 1
  1589. slash5.Position = Vector3.new(999,999,999)
  1590. slash5.BrickColor = BrickColor.new("Really red")
  1591. slash5.Size = Vector3.new(4,3,4)
  1592. slashweld5 = Instance.new("Weld",slash5)
  1593. slashweld5.Part0 = torso
  1594. slashweld5.Part1 = slash5
  1595. slashweld5.C0 = CFrame.new(0,0,-3.2) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(130))
  1596. function onTouched(hit)
  1597. if hit.Parent:FindFirstChild("Immune") == nil then
  1598. if hit.Parent:FindFirstChild("Humanoid") ~= nil then
  1599. hit.Parent:FindFirstChild("Head").Anchored = true
  1600.  
  1601. wait(1)
  1602. hitsound:Play()
  1603.  
  1604. gothit = Instance.new("Part",hit)
  1605. gothit.CanCollide = false
  1606. gothit.Transparency = 1
  1607. gothit.Size = Vector3.new(10,10,1)
  1608. gothitweld1 = Instance.new("Weld",gothit)
  1609. gothitweld1.Part0 = hit.Parent:FindFirstChild("Torso")
  1610. gothitweld1.Part1 = gothit
  1611.  
  1612. gothitweld1.C0 = CFrame.new(0,4,0)
  1613. gothitdecal = Instance.new("Decal",gothit)
  1614. gothitdecal.Texture = "http://www.roblox.com/asset/?id=941619213"
  1615. love = love + 1
  1616. gothit = Instance.new("Part",hit)
  1617. gothit.CanCollide = false
  1618. gothit.Transparency = 1
  1619. gothit.Size = Vector3.new(10,10,1)
  1620. gothitweld = Instance.new("Weld",gothit)
  1621. gothitweld.Part0 = hit.Parent:FindFirstChild("Torso")
  1622. gothitweld.Part1 = gothit
  1623. gothitweld.C0 = CFrame.new(0,5,0)
  1624.  
  1625. gothitdecal = Instance.new("Decal",gothit)
  1626. gothitdecal.Texture = "http://www.roblox.com/asset/?id=941619213"
  1627. gothitdecal.Face = "Back"
  1628. gothitweld.C0 = CFrame.new(0,3.5,0)
  1629. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1630. wait(0.2)
  1631. gothitweld.C0 = CFrame.new(0,4,0)
  1632. gothitweld1.C0 = CFrame.new(0,4,0)
  1633. wait(0.2)
  1634. gothitweld.C0 = CFrame.new(0,3.5,0)
  1635. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1636. wait(0.2)
  1637. gothitweld.C0 = CFrame.new(0,4,0)
  1638. gothitweld1.C0 = CFrame.new(0,4,0)
  1639. wait(0.2)
  1640. gothitweld.C0 = CFrame.new(0,3.5,0)
  1641. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1642. wait(0.2)
  1643. gothitweld.C0 = CFrame.new(0,4,0)
  1644. gothitweld1.C0 = CFrame.new(0,4,0)
  1645. wait(0.2)
  1646. gothitweld.C0 = CFrame.new(0,3.5,0)
  1647. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1648. wait(0.2)
  1649. gothitweld.C0 = CFrame.new(0,4,0)
  1650. gothitweld1.C0 = CFrame.new(0,4,0)
  1651. wait(0.2)
  1652. gothitweld.C0 = CFrame.new(0,3.5,0)
  1653. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1654. wait(0.2)
  1655. gothitweld.C0 = CFrame.new(0,4,0)
  1656. gothitweld1.C0 = CFrame.new(0,4,0)
  1657. wait(0.2)
  1658. gothitweld.C0 = CFrame.new(0,3.5,0)
  1659. gothitweld1.C0 = CFrame.new(0,3.5,0)
  1660. wait(0.2)
  1661. gothitweld.C0 = CFrame.new(0,4,0)
  1662. gothitweld1.C0 = CFrame.new(0,4,0)
  1663. wait(0.2)
  1664.  
  1665. hit.Parent:FindFirstChild("Humanoid").Health = -1
  1666. hit.Parent:BreakJoints()
  1667. else
  1668. if hit.Parent:IsA("Model") then
  1669. wait(1)
  1670.  
  1671. hit.Parent:BreakJoints()
  1672.  
  1673.  
  1674.  
  1675.  
  1676.  
  1677. end
  1678. if hit:IsA("Part") and hit.Size.X < 500 then
  1679.  
  1680. hit.BrickColor = BrickColor.new("Really black")
  1681. hitsound:Play()
  1682. for i = 1,20 do
  1683. wait()
  1684. hit.Transparency = hit.Transparency + 0.05
  1685. end
  1686.  
  1687.  
  1688.  
  1689.  
  1690. end
  1691. end
  1692.  
  1693. end
  1694.  
  1695. end
  1696. slash5.Touched:connect(onTouched)
  1697. for i = 1,70 do
  1698. wait()
  1699.  
  1700. slashweld1.C0 = slashweld1.C0 - Vector3.new(0,0,4)
  1701. slashweld2.C0 = slashweld2.C0 - Vector3.new(0,0,4)
  1702. slashweld3.C0 = slashweld3.C0 - Vector3.new(0,0,4)
  1703. slashweld4.C0 = slashweld4.C0 - Vector3.new(0,0,4)
  1704. slashweld5.C0 = slashweld5.C0 - Vector3.new(0,0,4)
  1705.  
  1706.  
  1707.  
  1708. end
  1709. slash1:Destroy()
  1710. slash2:Destroy()
  1711. slash3:Destroy()
  1712. slash4:Destroy()
  1713. slash5:Destroy()
  1714. canattack = true
  1715. idle = true
  1716. walking = true
  1717. end
  1718. end
  1719. end)
  1720.  
  1721.  
  1722. mouse.KeyDown:connect(function(key)
  1723. if key == "r" then
  1724. if canattack == true then
  1725.  
  1726.  
  1727.  
  1728. what = Instance.new("Part",char)
  1729. what.Size = Vector3.new(60,60,60)
  1730. what.Transparency = 1
  1731. what.Position = torso.Position
  1732. what.CanCollide = false
  1733. function onTouched(hit)
  1734. if hit.Parent:FindFirstChild("Immune") == nil then
  1735. if hit.Parent:FindFirstChild("Torso") ~= nil then
  1736. chatfunc('I Got You')
  1737.  
  1738. t = hit.Parent:FindFirstChild("Torso")
  1739. h = hit.Parent:FindFirstChild("Head")
  1740. la = hit.Parent:FindFirstChild("Left Arm")
  1741. ra = hit.Parent:FindFirstChild("Right Arm")
  1742. ll = hit.Parent:FindFirstChild("Left Leg")
  1743. rl = hit.Parent:FindFirstChild("Right Leg")
  1744.  
  1745. what:Destroy()
  1746.  
  1747. torso.CFrame = t.CFrame * CFrame.Angles(0,math.rad(180),0) + t.CFrame.lookVector * 3
  1748. h.Anchored = true
  1749.  
  1750.  
  1751.  
  1752. hed.Anchored = true
  1753. wait(2)
  1754. chatfunc('=)')
  1755. slash = Instance.new("Part",char)
  1756. slash.CanCollide = false
  1757. slash.Transparency = 1
  1758. slash.Size = Vector3.new(5,5,1)
  1759. slashweld = Instance.new("Weld",slash)
  1760. slashweld.Part0 = torso
  1761. slashweld.Part1 = slash
  1762. slashweld.C0 = CFrame.new(0,0,-2)
  1763. slashdecal = Instance.new("Decal",slash)
  1764. slashdecal.Texture = "http://www.roblox.com/asset/?id=941494931"
  1765.  
  1766. slashdecal1 = Instance.new("Decal",slash)
  1767. slashdecal1.Face = "Back"
  1768. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942252949"
  1769. slashsound:Play()
  1770. for i = 1, 5 do
  1771. wait()
  1772. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  1773. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1774. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1775. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  1776. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1777. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1778.  
  1779. end
  1780. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495205"
  1781. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253050"
  1782. for i = 1, 5 do
  1783. wait()
  1784. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  1785. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1786. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1787. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  1788. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1789. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1790.  
  1791. end
  1792. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495475"
  1793. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253124"
  1794.  
  1795. wait(0.1)
  1796. slash:Destroy()
  1797. if la ~= nil then
  1798. la.BrickColor = BrickColor.new("Really black")
  1799. hitsound:Play()
  1800. for i = 1,20 do
  1801. wait()
  1802. la.Transparency = la.Transparency + 0.05
  1803. end
  1804. la:Destroy()
  1805. end
  1806. slash = Instance.new("Part",char)
  1807. slash.CanCollide = false
  1808. slash.Transparency = 1
  1809. slash.Size = Vector3.new(5,5,1)
  1810. slashweld = Instance.new("Weld",slash)
  1811. slashweld.Part0 = torso
  1812. slashweld.Part1 = slash
  1813. slashweld.C0 = CFrame.new(0,0,-2)
  1814. slashdecal = Instance.new("Decal",slash)
  1815. slashdecal.Texture = "http://www.roblox.com/asset/?id=941494931"
  1816.  
  1817. slashdecal1 = Instance.new("Decal",slash)
  1818. slashdecal1.Face = "Back"
  1819. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942252949"
  1820. slashsound:Play()
  1821. for i = 1, 5 do
  1822. wait()
  1823. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  1824. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1825. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1826. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  1827. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1828. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1829.  
  1830. end
  1831. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495205"
  1832. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253050"
  1833. for i = 1, 5 do
  1834. wait()
  1835. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  1836. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1837. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1838. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  1839. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1840. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1841.  
  1842. end
  1843. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495475"
  1844. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253124"
  1845.  
  1846. wait(0.1)
  1847. slash:Destroy()
  1848. if ll ~= nil then
  1849. ll.BrickColor = BrickColor.new("Really black")
  1850. hitsound:Play()
  1851. for i = 1,20 do
  1852. wait()
  1853. ll.Transparency = ll.Transparency + 0.05
  1854. end
  1855. ll:Destroy()
  1856. end
  1857. slash = Instance.new("Part",char)
  1858. slash.CanCollide = false
  1859. slash.Transparency = 1
  1860. slash.Size = Vector3.new(5,5,1)
  1861. slashweld = Instance.new("Weld",slash)
  1862. slashweld.Part0 = torso
  1863. slashweld.Part1 = slash
  1864. slashweld.C0 = CFrame.new(0,0,-2)
  1865. slashdecal = Instance.new("Decal",slash)
  1866. slashdecal.Texture = "http://www.roblox.com/asset/?id=941494931"
  1867.  
  1868. slashdecal1 = Instance.new("Decal",slash)
  1869. slashdecal1.Face = "Back"
  1870. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942252949"
  1871. slashsound:Play()
  1872. for i = 1, 5 do
  1873. wait()
  1874. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  1875. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1876. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1877. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  1878. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1879. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1880.  
  1881. end
  1882. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495205"
  1883. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253050"
  1884. for i = 1, 5 do
  1885. wait()
  1886. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  1887. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1888. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1889. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  1890. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1891. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1892.  
  1893. end
  1894. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495475"
  1895. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253124"
  1896.  
  1897. wait(0.1)
  1898. slash:Destroy()
  1899. if ra ~= nil then
  1900. ra.BrickColor = BrickColor.new("Really black")
  1901. hitsound:Play()
  1902. for i = 1,20 do
  1903. wait()
  1904. ra.Transparency = ra.Transparency + 0.05
  1905. end
  1906. ra:Destroy()
  1907. end
  1908. slash = Instance.new("Part",char)
  1909. slash.CanCollide = false
  1910. slash.Transparency = 1
  1911. slash.Size = Vector3.new(5,5,1)
  1912. slashweld = Instance.new("Weld",slash)
  1913. slashweld.Part0 = torso
  1914. slashweld.Part1 = slash
  1915. slashweld.C0 = CFrame.new(0,0,-2)
  1916. slashdecal = Instance.new("Decal",slash)
  1917. slashdecal.Texture = "http://www.roblox.com/asset/?id=941494931"
  1918.  
  1919. slashdecal1 = Instance.new("Decal",slash)
  1920. slashdecal1.Face = "Back"
  1921. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942252949"
  1922. slashsound:Play()
  1923. for i = 1, 5 do
  1924. wait()
  1925. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  1926. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1927. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1928. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  1929. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1930. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1931.  
  1932. end
  1933. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495205"
  1934. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253050"
  1935. for i = 1, 5 do
  1936. wait()
  1937. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  1938. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1939. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1940. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  1941. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1942. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1943.  
  1944. end
  1945. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495475"
  1946. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253124"
  1947.  
  1948. wait(0.1)
  1949. slash:Destroy()
  1950. if rl ~= nil then
  1951. rl.BrickColor = BrickColor.new("Really black")
  1952. hitsound:Play()
  1953. for i = 1,20 do
  1954. wait()
  1955. rl.Transparency = rl.Transparency + 0.05
  1956. end
  1957. rl:Destroy()
  1958. end
  1959. slash = Instance.new("Part",char)
  1960. slash.CanCollide = false
  1961. slash.Transparency = 1
  1962. slash.Size = Vector3.new(5,5,1)
  1963. slashweld = Instance.new("Weld",slash)
  1964. slashweld.Part0 = torso
  1965. slashweld.Part1 = slash
  1966. slashweld.C0 = CFrame.new(0,0,-2)
  1967. slashdecal = Instance.new("Decal",slash)
  1968. slashdecal.Texture = "http://www.roblox.com/asset/?id=941494931"
  1969.  
  1970. slashdecal1 = Instance.new("Decal",slash)
  1971. slashdecal1.Face = "Back"
  1972. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942252949"
  1973. slashsound:Play()
  1974. for i = 1, 5 do
  1975. wait()
  1976. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  1977. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1978. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1979. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  1980. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1981. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1982.  
  1983. end
  1984. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495205"
  1985. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253050"
  1986. for i = 1, 5 do
  1987. wait()
  1988. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  1989. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  1990. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  1991. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  1992. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  1993. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  1994.  
  1995. end
  1996. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495475"
  1997. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253124"
  1998.  
  1999. wait(0.1)
  2000. slash:Destroy()
  2001.  
  2002. t.BrickColor = BrickColor.new("Really black")
  2003. hitsound:Play()
  2004. for i = 1,20 do
  2005. wait()
  2006. t.Transparency = t.Transparency + 0.05
  2007. end
  2008. t:Destroy()
  2009. slash = Instance.new("Part",char)
  2010. slash.CanCollide = false
  2011. slash.Transparency = 1
  2012. slash.Size = Vector3.new(5,5,1)
  2013. slashweld = Instance.new("Weld",slash)
  2014. slashweld.Part0 = torso
  2015. slashweld.Part1 = slash
  2016. slashweld.C0 = CFrame.new(0,0,-2)
  2017. slashdecal = Instance.new("Decal",slash)
  2018. slashdecal.Texture = "http://www.roblox.com/asset/?id=941494931"
  2019.  
  2020. slashdecal1 = Instance.new("Decal",slash)
  2021. slashdecal1.Face = "Back"
  2022. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942252949"
  2023. slashsound:Play()
  2024. for i = 1, 5 do
  2025. wait()
  2026. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(150),math.rad(0),math.rad(50)), 0.7)
  2027. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2028. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2029. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(0), math.rad(0), 0), 0.7)
  2030. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2031. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2032.  
  2033. end
  2034. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495205"
  2035. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253050"
  2036. for i = 1, 5 do
  2037. wait()
  2038. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-0.8)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(-30)), 0.7)
  2039. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)), 0.7)
  2040. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
  2041. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles( math.rad(-15), math.rad(15), 0), 0.7)
  2042. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-2)), 0.7)
  2043. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(2)), 0.7)
  2044.  
  2045. end
  2046. slashdecal.Texture = "http://www.roblox.com/asset/?id=941495475"
  2047. slashdecal1.Texture = "http://www.roblox.com/asset/?id=942253124"
  2048.  
  2049. wait(0.1)
  2050. slash:Destroy()
  2051. if h ~= nil then
  2052. h.BrickColor = BrickColor.new("Really black")
  2053. hitsound:Play()
  2054. for i = 1,20 do
  2055. wait()
  2056. h.Transparency = h.Transparency + 0.05
  2057. end
  2058. h:Destroy()
  2059. end
  2060. hed.Anchored = false
  2061.  
  2062. end
  2063. end
  2064. end
  2065. what.Touched:connect(onTouched)
  2066. end
  2067. end
  2068. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement