Advertisement
Guest User

Untitled

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