Advertisement
iiMurpyh

Untitled

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