Advertisement
affady65

betty test

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