Advertisement
pakin2549

Untitled

Mar 17th, 2021
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.60 KB | None | 0 0
  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,Mouse,mouse,UserInputService,ContextActionService = owner
  3. local RealPlayer = Player
  4. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  5.  
  6. local plr = owner
  7. local char = plr.Character
  8. local mouse = plr:GetMouse()
  9. local torso = char.Torso
  10. local rs = torso["Right Shoulder"]
  11. local ls = torso["Left Shoulder"]
  12. local rh = torso["Right Hip"]
  13. local lh = torso["Left Hip"]
  14. local rj = char.HumanoidRootPart.RootJoint
  15. local neck = torso.Neck
  16. local animpose = "Idle"
  17. local attacking = false
  18. local cananim = true
  19. local rage = false
  20. local shield = nil
  21. local deb = false
  22. local sprint = false
  23. local RAC = char.Torso:WaitForChild("Right Shoulder")
  24. local LAC = char.Torso:WaitForChild("Left Shoulder")
  25. local RA = char:FindFirstChild("Right Arm")
  26. local LA = char:FindFirstChild("Left Arm")
  27. local Torso = char.Torso
  28. local Head = char.Head
  29. local RL = char:FindFirstChild("Right Leg")
  30. local LL = char:FindFirstChild("Left Leg")
  31. local Root = char.HumanoidRootPart
  32. local Humanoid = char.Humanoid
  33. local canrage = true
  34. local legs = false
  35. local powers = false
  36. local bc = char:WaitForChild("Body Colors")
  37. local multiplier = 1
  38. local lac = char["Body Colors"].LeftArmColor
  39. local rac = char["Body Colors"].RightArmColor
  40. local rlc = char["Body Colors"].RightArmColor
  41. local llc = char["Body Colors"].LeftLegColor
  42. local hc = char["Body Colors"].HeadColor
  43. local tc = char["Body Colors"].TorsoColor
  44. local humanoid = char:FindFirstChildOfClass("Humanoid")
  45. local huge = Vector3.new(math.huge,math.huge,math.huge)
  46. local mobs = Instance.new("Sound", Torso)
  47. mobs.SoundId = "rbxassetid://237963663"
  48. mobs.Looped = true
  49. mobs.Volume = 3
  50. mobs:Play()
  51. function swait(t)
  52. if t == nil or t == 0 then
  53. game:service('RunService').Stepped:wait(0)
  54. return true
  55. else
  56. for i = 0, t do
  57. game:service('RunService').Stepped:wait(0)
  58. end
  59. return true
  60. end
  61. end
  62.  
  63.  
  64.  
  65. basll = Instance.new("Part")
  66. Decal1 = Instance.new("Decal")
  67. Decal2 = Instance.new("Decal")
  68. Decal3 = Instance.new("Decal")
  69. Decal4 = Instance.new("Decal")
  70. Decal5 = Instance.new("Decal")
  71. Decal6 = Instance.new("Decal")
  72. Decal7 = Instance.new("Decal")
  73. basll.Name = "Handle"
  74. basll.Parent = Torso
  75. basll.Color = Color3.new(0.94902, 0.952941, 0.952941)
  76. basll.Transparency = 1
  77. basll.Size = Vector3.new(1, 1, 1)
  78. basll.BottomSurface = Enum.SurfaceType.Smooth
  79. basll.BrickColor = BrickColor.new("White")
  80. basll.TopSurface = Enum.SurfaceType.Smooth
  81. basll.brickColor = BrickColor.new("White")
  82. basll.Shape = Enum.PartType.Ball
  83. Decal1.Parent = basll
  84. Decal1.Texture = "http://www.roblox.com/asset/?id=28106051"
  85. Decal2.Parent = basll
  86. Decal2.Texture = "http://www.roblox.com/asset/?id=28106111"
  87. Decal2.Face = Enum.NormalId.Top
  88. Decal3.Parent = basll
  89. Decal3.Texture = "http://www.roblox.com/asset/?id=28106493"
  90. Decal3.Face = Enum.NormalId.Left
  91. Decal4.Parent = basll
  92. Decal4.Texture = "http://www.roblox.com/asset/?id=28106493"
  93. Decal4.Face = Enum.NormalId.Back
  94. Decal5.Parent = basll
  95. Decal5.Texture = "http://www.roblox.com/asset/?id=28106708"
  96. Decal5.Face = Enum.NormalId.Bottom
  97. Decal6.Parent = basll
  98. Decal6.Texture = "http://www.roblox.com/asset/?id=25770051"
  99. Decal6.Face = Enum.NormalId.Bottom
  100. Decal7.Parent = basll
  101. Decal7.Texture = "http://www.roblox.com/asset/?id=28106493"
  102. Decal7.Face = Enum.NormalId.Right
  103. basll.Parent = Torso
  104. local weld = Instance.new("Weld")
  105. weld.Part0 = basll
  106. weld.Part1 = RA
  107. weld.C1 = CFrame.new(0,-1,0)*CFrame.Angles(math.rad(90),0,math.rad(180))
  108. weld.Parent = basll
  109. mouse.KeyDown:connect(function(key)
  110. if key == "q" then
  111. for i = 0, 2, 0.1 do
  112. ls.C0 = ls.C0:Lerp(CFrame.new(-1, 0.5, 0, 0.305212736, 0.156434491, -0.9393484, -0.048340939, 0.987688541, 0.148778111, 0.951057434, 0, 0.309017241), 0.2)
  113. rs.C0 = rs.C0:Lerp(CFrame.new(1, 0.5, 0, 0.00729153398, -0.104904592, 0.994455755, -0.104274213, -0.989144921, -0.103580341, 0.994524956, -0.102940485, -0.0181511845), 0.2)
  114. lh.C0 = lh.C0:Lerp(CFrame.new(-1, -1, 0, -0.0270539615, 0.100966766, -0.994522035, -0.257401317, 0.960634768, 0.104528472, 0.96592617, 0.258819103, 0), 0.2)
  115. rh.C0 = rh.C0:Lerp(CFrame.new(1, -1, 0, 0.00911026634, -0.0866784006, 0.996195018, -0.10413079, 0.990738153, 0.0871557668, -0.994522691, -0.104528546, 0), 0.2)
  116. neck.C0 = neck.C0:Lerp(CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0), 0.2)
  117. rj.C0 = rj.C0:Lerp(CFrame.new(0, 0, 0, -0.970296144, -0.241921961, 0, 0, 0, 1, -0.241921961, 0.970296144, 0), 0.2)
  118. swait()
  119. end
  120. swait(15)
  121. for a = 0, 2, 0.1 do
  122. ls.C0 = ls.C0:Lerp(CFrame.new(-1, 0.5, 0, -0.0172375813, 0.156434491, -0.987539232, 0.0027301528, 0.987688541, 0.156410769, 0.999848783, 0, -0.0174524169), 0.2)
  123. rs.C0 = rs.C0:Lerp(CFrame.new(1, 0.5, 0, 0.0183038525, 0.103552699, 0.994455755, 0.340473503, 0.934539497, -0.103580341, -0.940082133, 0.340481132, -0.0181511845), 0.2)
  124. lh.C0 = lh.C0:Lerp(CFrame.new(-1, -1, 0, 0.0357508697, 0.0982247144, -0.994522035, 0.34014678, 0.934545875, 0.104528472, 0.93969363, -0.342020512, 0), 0.2)
  125. rh.C0 = rh.C0:Lerp(CFrame.new(1, -1, 0, -0.0298090633, -0.0818997845, 0.996195018, 0.340719104, 0.936117887, 0.0871557668, -0.939694166, 0.342020661, 0), 0.2)
  126. neck.C0 = neck.C0:Lerp(CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0), 0.2)
  127. rj.C0 = rj.C0:Lerp(CFrame.new(0, 0, 0, -0.992546976, 0.12186949, 0, 0, 0, 1, 0.12186949, 0.992546976, 0), 0.2)
  128. summon = true
  129. if a == 0.7 then
  130. basll.CanCollide = true
  131. weld:Destroy()
  132. basll.CFrame = CFrame.new(basll.CFrame.p, Root.CFrame.p)
  133. local bv = Instance.new("BodyVelocity")
  134. bv.MaxForce = huge
  135. bv.Velocity = Root.CFrame.lookVector*100
  136. bv.Parent = basll
  137. print("work")
  138. game.Debris:AddItem(bv, 0.1)
  139. wait(0.5)
  140. local ready = false
  141. basll.Touched:connect(function(hit)
  142. if hit.Parent:FindFirstChildOfClass("Part") then
  143. if ready == false then
  144. basll.CanCollide = true
  145. basll.Anchored = true
  146. local SongDriver1 = Instance.new("Sound")
  147. SongDriver1.Parent = basll
  148. SongDriver1.SoundId = "rbxassetid://134872897"
  149. SongDriver1.Volume = 2
  150. SongDriver1:Play()
  151. ready = true
  152.  
  153.  
  154. local player = owner
  155. local Cha = player.Character
  156. local mouse = player:GetMouse()
  157. local henshine = false
  158. local RAC = Cha.Torso:WaitForChild("Right Shoulder")
  159. local LAC = Cha.Torso:WaitForChild("Left Shoulder")
  160. local RA = Cha:FindFirstChild("Right Arm")
  161. local LA = Cha:FindFirstChild("Left Arm")
  162. local Torso = Cha.Torso
  163. local Head = Cha.Head
  164. local Root = Cha.HumanoidRootPart
  165. local RL = Cha:FindFirstChild("Right Leg")
  166. local LL = Cha:FindFirstChild("Left Leg")
  167. local Humanoid = Cha.Humanoid
  168. local chat = game:GetService("Chat")
  169.  
  170.  
  171. local SongDriver12 = Instance.new("Sound")
  172. SongDriver12.Parent = Cha.Torso
  173. SongDriver12.SoundId = "rbxassetid://305568662"
  174. SongDriver12.Volume = 2
  175. SongDriver12:Play()
  176.  
  177. local ll3part2 = Instance.new("Part")
  178. ll3part2.Parent = Torso
  179. ll3part2.BrickColor = BrickColor.new("Pearl")
  180. ll3part2.CanCollide = false
  181. ll3part2.Size = Vector3.new(0.05, 0.05, 0.05)
  182. ll3part2.Anchored = true
  183. ll3part2.Locked = true
  184. local mesh = Instance.new("SpecialMesh")
  185. mesh.MeshId = "rbxassetid://3665196991"
  186. mesh.TextureId = "rbxassetid://3665197118"
  187. mesh.Parent = ll3part2
  188.  
  189. ll3part2.Position = basll.Position + Vector3.new(0,3,0)
  190.  
  191. wait(1)
  192.  
  193. game:GetService('RunService').Stepped:Connect(function()
  194. ll3part2.CFrame = Root.CFrame*CFrame.new(6,3,10)
  195. end)
  196.  
  197. mouse.KeyDown:connect(function(key)
  198. if key == "z" then
  199. local sed = Instance.new("Sound")
  200. sed.Parent = ll3part2
  201. sed.SoundId = "rbxassetid://305568662"
  202. sed.Volume = 2
  203. sed:Play()
  204. chat:Chat(player.Character.Head, "Kyogre Water Blast!")
  205. local fus = Instance.new("Part")
  206. fus.Size = Vector3.new(2, 2, 2)
  207. fus.Anchored = false
  208. fus.Name = "damage"
  209. fus.CanCollide = false
  210. fus.BrickColor = BrickColor.new("Bright blue")
  211. fus.Transparency = 1
  212. fus.CFrame = ll3part2.CFrame*CFrame.new(0,-2,0)
  213. ParticleEmitter0 = Instance.new("ParticleEmitter")
  214. ParticleEmitter0.Name = "1"
  215. ParticleEmitter0.Parent = fus
  216. ParticleEmitter0.Speed = NumberRange.new(0, 0)
  217. ParticleEmitter0.Rotation = NumberRange.new(-180, 180)
  218. ParticleEmitter0.Color = ColorSequence.new(Color3.new(0.917647, 1, 1),Color3.new(0.917647, 1, 1))
  219. ParticleEmitter0.LightEmission = 0.20000000298023
  220. ParticleEmitter0.LightInfluence = 0.050000000745058
  221. ParticleEmitter0.Texture = "rbxassetid://387288028"
  222. ParticleEmitter0.Transparency = NumberSequence.new(0.70624995231628,0.41874998807907,1)
  223. ParticleEmitter0.ZOffset = 1
  224. ParticleEmitter0.Size = NumberSequence.new(3,3)
  225. ParticleEmitter0.Lifetime = NumberRange.new(1, 1)
  226. ParticleEmitter0.Rate = 82
  227. ParticleEmitter0.RotSpeed = NumberRange.new(-180, 180)
  228. ParticleEmitter0.SpreadAngle = Vector2.new(6, 6)
  229. ParticleEmitter0.VelocitySpread = 6
  230.  
  231.  
  232. local mesh = Instance.new("SpecialMesh")
  233. mesh.MeshType = "FileMesh"
  234. mesh.MeshId = "rbxassetid://430736398"
  235. mesh.Parent = fus
  236.  
  237. local bp = Instance.new("BodyVelocity")
  238. bp.maxForce = Vector3.new(math.huge, math.huge,math.huge)
  239. bp.Velocity = ll3part2.CFrame.lookVector*150
  240. bp.Parent = fus
  241.  
  242. fus.Parent = Torso
  243.  
  244. coroutine.resume(coroutine.create(function()
  245. wait(0.4)
  246. for i = 1, 5 do
  247. wait(0.01)
  248. fus.Size = fus.Size + Vector3.new(1, 1, 1)
  249. end
  250. wait(3)
  251. fus.Transparency = 0
  252. fus:remove()
  253. end))
  254. local canattack = true --you had this as a Instance before, you can just do it as variable
  255. Torso:FindFirstChild("damage").Touched:Connect(function(user) --event
  256. local humanoid2 = user.Parent:FindFirstChild("Humanoid")--checks if there is a humanoid in p
  257. if canattack == true and humanoid2 then --if canattack is false and there is a humanoid
  258.  
  259. canattack = false--sets canattack to false
  260.  
  261. humanoid2:TakeDamage(42)
  262. wait(0.3)
  263. canattack = true
  264.  
  265. end
  266.  
  267. end)
  268.  
  269. end
  270. end)
  271.  
  272.  
  273.  
  274. mouse.KeyDown:connect(function(key)
  275. if key == "v" then
  276.  
  277. chat:Chat(owner.Character.Head, "Kyogre Rain Fall!")
  278.  
  279.  
  280. Model0 = Instance.new("Model")
  281. Part1 = Instance.new("Part")
  282. ParticleEmitter2 = Instance.new("ParticleEmitter")
  283. Part3 = Instance.new("Part")
  284. ParticleEmitter4 = Instance.new("ParticleEmitter")
  285. Part5 = Instance.new("Part")
  286. ParticleEmitter6 = Instance.new("ParticleEmitter")
  287. Part7 = Instance.new("Part")
  288. ParticleEmitter8 = Instance.new("ParticleEmitter")
  289. Part9 = Instance.new("Part")
  290. ParticleEmitter10 = Instance.new("ParticleEmitter")
  291. Part11 = Instance.new("Part")
  292. ParticleEmitter12 = Instance.new("ParticleEmitter")
  293. Sky13 = Instance.new("Sky")
  294. Model0.Name = "Cloud"
  295. Model0.Parent = workspace
  296. Part1.Parent = Model0
  297. Part1.CFrame = CFrame.new(125.963196, 113.600372, 201.838348, -2.12383497e-08, -0.0199206024, 0.999801159, 3.28179709e-07, -0.999801159, -0.0199207217, 0.99999994, 3.22424484e-07, 3.42798785e-08)
  298. Part1.Orientation = Vector3.new(1.13999999, 90, 180)
  299. Part1.Position = Vector3.new(125.963196, 113.600372, 201.838348)
  300. Part1.Rotation = Vector3.new(90, 88.8600006, 90)
  301. Part1.Color = Color3.new(0.105882, 0.164706, 0.207843)
  302. Part1.Transparency = 1
  303. Part1.Size = Vector3.new(218.93515, 64.9928284, 225.207718)
  304. Part1.Anchored = true
  305. Part1.BrickColor = BrickColor.new("Black")
  306. Part1.Material = Enum.Material.Slate
  307. Part1.brickColor = BrickColor.new("Black")
  308. Part1.FormFactor = Enum.FormFactor.Symmetric
  309. Part1.formFactor = Enum.FormFactor.Symmetric
  310. ParticleEmitter2.Parent = Part1
  311. ParticleEmitter2.Speed = NumberRange.new(0, 0)
  312. ParticleEmitter2.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0.666667, 1, 1))
  313. ParticleEmitter2.Texture = "http://www.roblox.com/asset/?id=241876428"
  314. ParticleEmitter2.Transparency = NumberSequence.new(0.84375,0.41874998807907,0.63125002384186,0.44374996423721,0.60000002384186)
  315. ParticleEmitter2.Size = NumberSequence.new(2,2)
  316. ParticleEmitter2.Acceleration = Vector3.new(0, -50, 0)
  317. ParticleEmitter2.Lifetime = NumberRange.new(2.5, 2.5)
  318. ParticleEmitter2.Rate = 500
  319. ParticleEmitter2.SpreadAngle = Vector2.new(10, 10)
  320. ParticleEmitter2.VelocitySpread = 10
  321. Part3.Parent = Model0
  322. Part3.CFrame = CFrame.new(-95.7134705, 99.3041534, 210.907654, -2.12383497e-08, -0.0199206024, 0.999801159, 3.28179709e-07, -0.999801159, -0.0199207217, 0.99999994, 3.22424484e-07, 3.42798785e-08)
  323. Part3.Orientation = Vector3.new(1.13999999, 90, 180)
  324. Part3.Position = Vector3.new(-95.7134705, 99.3041534, 210.907654)
  325. Part3.Rotation = Vector3.new(90, 88.8600006, 90)
  326. Part3.Color = Color3.new(0.105882, 0.164706, 0.207843)
  327. Part3.Transparency = 1
  328. Part3.Size = Vector3.new(237.072693, 43.8323746, 383.911102)
  329. Part3.Anchored = true
  330. Part3.BrickColor = BrickColor.new("Black")
  331. Part3.Material = Enum.Material.Slate
  332. Part3.brickColor = BrickColor.new("Black")
  333. Part3.FormFactor = Enum.FormFactor.Symmetric
  334. Part3.formFactor = Enum.FormFactor.Symmetric
  335. ParticleEmitter4.Parent = Part3
  336. ParticleEmitter4.Speed = NumberRange.new(0, 0)
  337. ParticleEmitter4.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0.666667, 1, 1))
  338. ParticleEmitter4.Texture = "http://www.roblox.com/asset/?id=241876428"
  339. ParticleEmitter4.Transparency = NumberSequence.new(0.84375,0.41874998807907,0.63125002384186,0.44374996423721,0.60000002384186)
  340. ParticleEmitter4.Size = NumberSequence.new(2,2)
  341. ParticleEmitter4.Acceleration = Vector3.new(0, -50, 0)
  342. ParticleEmitter4.Lifetime = NumberRange.new(2.5, 2.5)
  343. ParticleEmitter4.Rate = 500
  344. ParticleEmitter4.SpreadAngle = Vector2.new(10, 10)
  345. ParticleEmitter4.VelocitySpread = 10
  346. Part5.Parent = Model0
  347. Part5.CFrame = CFrame.new(126.45311, 117.118408, 67.3167725, -2.12383497e-08, -0.0199206024, 0.999801159, 3.28179709e-07, -0.999801159, -0.0199207217, 0.99999994, 3.22424484e-07, 3.42798785e-08)
  348. Part5.Orientation = Vector3.new(1.13999999, 90, 180)
  349. Part5.Position = Vector3.new(126.45311, 117.118408, 67.3167725)
  350. Part5.Rotation = Vector3.new(90, 88.8600006, 90)
  351. Part5.Color = Color3.new(0.105882, 0.164706, 0.207843)
  352. Part5.Transparency = 1
  353. Part5.Size = Vector3.new(237.072693, 43.8323746, 308.338043)
  354. Part5.Anchored = true
  355. Part5.BrickColor = BrickColor.new("Black")
  356. Part5.Material = Enum.Material.Slate
  357. Part5.brickColor = BrickColor.new("Black")
  358. Part5.FormFactor = Enum.FormFactor.Symmetric
  359. Part5.formFactor = Enum.FormFactor.Symmetric
  360. ParticleEmitter6.Parent = Part5
  361. ParticleEmitter6.Speed = NumberRange.new(0, 0)
  362. ParticleEmitter6.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0.666667, 1, 1))
  363. ParticleEmitter6.Texture = "http://www.roblox.com/asset/?id=241876428"
  364. ParticleEmitter6.Transparency = NumberSequence.new(0.84375,0.41874998807907,0.63125002384186,0.44374996423721,0.60000002384186)
  365. ParticleEmitter6.Size = NumberSequence.new(2,2)
  366. ParticleEmitter6.Acceleration = Vector3.new(0, -50, 0)
  367. ParticleEmitter6.Lifetime = NumberRange.new(2.5, 2.5)
  368. ParticleEmitter6.Rate = 500
  369. ParticleEmitter6.SpreadAngle = Vector2.new(10, 10)
  370. ParticleEmitter6.VelocitySpread = 10
  371. Part7.Parent = Model0
  372. Part7.CFrame = CFrame.new(-159.202057, 115.269096, -46.7988205, -2.12383497e-08, -0.0199206024, 0.999801159, 3.28179709e-07, -0.999801159, -0.0199207217, 0.99999994, 3.22424484e-07, 3.42798785e-08)
  373. Part7.Orientation = Vector3.new(1.13999999, 90, 180)
  374. Part7.Position = Vector3.new(-159.202057, 115.269096, -46.7988205)
  375. Part7.Rotation = Vector3.new(90, 88.8600006, 90)
  376. Part7.Color = Color3.new(0.105882, 0.164706, 0.207843)
  377. Part7.Transparency = 1
  378. Part7.Size = Vector3.new(323.225922, 43.8323746, 317.40686)
  379. Part7.Anchored = true
  380. Part7.BrickColor = BrickColor.new("Black")
  381. Part7.Material = Enum.Material.Slate
  382. Part7.brickColor = BrickColor.new("Black")
  383. Part7.FormFactor = Enum.FormFactor.Symmetric
  384. Part7.formFactor = Enum.FormFactor.Symmetric
  385. ParticleEmitter8.Parent = Part7
  386. ParticleEmitter8.Speed = NumberRange.new(0, 0)
  387. ParticleEmitter8.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0.666667, 1, 1))
  388. ParticleEmitter8.Texture = "http://www.roblox.com/asset/?id=241876428"
  389. ParticleEmitter8.Transparency = NumberSequence.new(0.84375,0.41874998807907,0.63125002384186,0.44374996423721,0.60000002384186)
  390. ParticleEmitter8.Size = NumberSequence.new(2,2)
  391. ParticleEmitter8.Acceleration = Vector3.new(0, -50, 0)
  392. ParticleEmitter8.Lifetime = NumberRange.new(2.5, 2.5)
  393. ParticleEmitter8.Rate = 500
  394. ParticleEmitter8.SpreadAngle = Vector2.new(10, 10)
  395. ParticleEmitter8.VelocitySpread = 10
  396. Part9.Parent = Model0
  397. Part9.CFrame = CFrame.new(90.9316101, 97.3010101, -103.478722, -2.12383497e-08, -0.0199206024, 0.999801159, 3.28179709e-07, -0.999801159, -0.0199207217, 0.99999994, 3.22424484e-07, 3.42798785e-08)
  398. Part9.Orientation = Vector3.new(1.13999999, 90, 180)
  399. Part9.Position = Vector3.new(90.9316101, 97.3010101, -103.478722)
  400. Part9.Rotation = Vector3.new(90, 88.8600006, 90)
  401. Part9.Color = Color3.new(0.105882, 0.164706, 0.207843)
  402. Part9.Transparency = 1
  403. Part9.Size = Vector3.new(185.682999, 43.8323746, 324.964172)
  404. Part9.Anchored = true
  405. Part9.BrickColor = BrickColor.new("Black")
  406. Part9.Material = Enum.Material.Slate
  407. Part9.brickColor = BrickColor.new("Black")
  408. Part9.FormFactor = Enum.FormFactor.Symmetric
  409. Part9.formFactor = Enum.FormFactor.Symmetric
  410. ParticleEmitter10.Parent = Part9
  411. ParticleEmitter10.Speed = NumberRange.new(0, 0)
  412. ParticleEmitter10.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0.666667, 1, 1))
  413. ParticleEmitter10.Texture = "http://www.roblox.com/asset/?id=241876428"
  414. ParticleEmitter10.Transparency = NumberSequence.new(0.84375,0.41874998807907,0.63125002384186,0.44374996423721,0.60000002384186)
  415. ParticleEmitter10.Size = NumberSequence.new(2,2)
  416. ParticleEmitter10.Acceleration = Vector3.new(0, -50, 0)
  417. ParticleEmitter10.Lifetime = NumberRange.new(2.5, 2.5)
  418. ParticleEmitter10.Rate = 500
  419. ParticleEmitter10.SpreadAngle = Vector2.new(10, 10)
  420. ParticleEmitter10.VelocitySpread = 10
  421. Part11.Parent = Model0
  422. Part11.CFrame = CFrame.new(-38.2844696, 80.5067139, -219.858307, -2.12383497e-08, -0.0199206024, 0.999801159, 3.28179709e-07, -0.999801159, -0.0199207217, 0.99999994, 3.22424484e-07, 3.42798785e-08)
  423. Part11.Orientation = Vector3.new(1.13999999, 90, 180)
  424. Part11.Position = Vector3.new(-38.2844696, 80.5067139, -219.858307)
  425. Part11.Rotation = Vector3.new(90, 88.8600006, 90)
  426. Part11.Color = Color3.new(0.105882, 0.164706, 0.207843)
  427. Part11.Transparency = 1
  428. Part11.Size = Vector3.new(88.9494781, 43.8323746, 317.40686)
  429. Part11.Anchored = true
  430. Part11.BrickColor = BrickColor.new("Black")
  431. Part11.Material = Enum.Material.Slate
  432. Part11.brickColor = BrickColor.new("Black")
  433. Part11.FormFactor = Enum.FormFactor.Symmetric
  434. Part11.formFactor = Enum.FormFactor.Symmetric
  435. ParticleEmitter12.Parent = Part11
  436. ParticleEmitter12.Speed = NumberRange.new(0, 0)
  437. ParticleEmitter12.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0.666667, 1, 1))
  438. ParticleEmitter12.Texture = "http://www.roblox.com/asset/?id=241876428"
  439. ParticleEmitter12.Transparency = NumberSequence.new(0.84375,0.41874998807907,0.63125002384186,0.44374996423721,0.60000002384186)
  440. ParticleEmitter12.Size = NumberSequence.new(2,2)
  441. ParticleEmitter12.Acceleration = Vector3.new(0, -50, 0)
  442. ParticleEmitter12.Lifetime = NumberRange.new(2.5, 2.5)
  443. ParticleEmitter12.Rate = 500
  444. ParticleEmitter12.SpreadAngle = Vector2.new(10, 10)
  445. ParticleEmitter12.VelocitySpread = 10
  446. Sky13.Parent = game.Lighting
  447. Sky13.CelestialBodiesShown = false
  448. Sky13.SkyboxBk = "rbxassetid://246480323"
  449. Sky13.SkyboxDn = "rbxassetid://246480523"
  450. Sky13.SkyboxFt = "rbxassetid://246480105"
  451. Sky13.SkyboxLf = "rbxassetid://246480549"
  452. Sky13.SkyboxRt = "rbxassetid://246480565"
  453. Sky13.SkyboxUp = "rbxassetid://246480504"
  454. end
  455. end)
  456.  
  457. mouse.KeyDown:connect(function(key)
  458. if key == "x" then
  459.  
  460. chat:Chat(owner.Character.Head, "Kyogre Water Charge!!")
  461. Part0 = Instance.new("Part")
  462. ParticleEmitter1 = Instance.new("ParticleEmitter")
  463. Part0.Parent = ll3part2
  464. Part0.CFrame = CFrame.new(-11.383276, 3.62347698, 80.1322327, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  465. Part0.Position = Vector3.new(-11.383276, 3.62347698, 80.1322327)
  466. Part0.Transparency = 1
  467. Part0.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  468. Part0.Anchored = true
  469. local charge = true
  470. game:GetService('RunService').Stepped:Connect(function()
  471. if charge == true then
  472. Part0.CFrame = ll3part2.CFrame*CFrame.new(0,0,-10)
  473. end
  474. end)
  475. local sed1 = Instance.new("Sound")
  476. sed1.Parent = ll3part2
  477. sed1.SoundId = "rbxassetid://1289851900"
  478. sed1.Volume = 5
  479. sed1:Play()
  480. Part0.Material = Enum.Material.SmoothPlastic
  481. Part0.FormFactor = Enum.FormFactor.Symmetric
  482. Part0.formFactor = Enum.FormFactor.Symmetric
  483. ParticleEmitter1.Parent = Part0
  484. ParticleEmitter1.Speed = NumberRange.new(0, 0)
  485. ParticleEmitter1.Texture = "http://www.roblox.com/asset/?id=266550445"
  486. ParticleEmitter1.Transparency = NumberSequence.new(0.62777775526047,0.02777773141861,1,1)
  487. ParticleEmitter1.Size = NumberSequence.new(6.6875,0,0)
  488. ParticleEmitter1.Rate = 10
  489. wait(7)
  490. charge = false
  491. local fus2 = Instance.new("Part")
  492. fus2.Size = Vector3.new(5, 5, 5)
  493. fus2.Anchored = false
  494. fus2.Name = "damage2"
  495. fus2.CanCollide = false
  496. fus2.BrickColor = BrickColor.new("Bright blue")
  497. fus2.Transparency = 1
  498. fus2.CFrame = ll3part2.CFrame*CFrame.new(0,-2,0)
  499. fus2.Parent = Torso
  500. ParticleEmitter12 = Instance.new("ParticleEmitter")
  501. ParticleEmitter12.Name = "1"
  502. ParticleEmitter12.Parent = fus2
  503. ParticleEmitter12.Speed = NumberRange.new(0, 0)
  504. ParticleEmitter12.Rotation = NumberRange.new(-180, 180)
  505. ParticleEmitter12.Color = ColorSequence.new(Color3.new(0.917647, 1, 1),Color3.new(0.917647, 1, 1))
  506. ParticleEmitter12.LightEmission = 0.20000000298023
  507. ParticleEmitter12.LightInfluence = 0.050000000745058
  508. ParticleEmitter12.Texture = "rbxassetid://387288028"
  509. ParticleEmitter12.Transparency = NumberSequence.new(0.70624995231628,0.41874998807907,1)
  510. ParticleEmitter12.ZOffset = 1
  511. ParticleEmitter12.Size = NumberSequence.new(5,5)
  512. ParticleEmitter12.Lifetime = NumberRange.new(1, 1)
  513. ParticleEmitter12.Rate = 82
  514. ParticleEmitter12.RotSpeed = NumberRange.new(-180, 180)
  515. ParticleEmitter12.SpreadAngle = Vector2.new(6, 6)
  516. ParticleEmitter12.VelocitySpread = 6
  517.  
  518. local bp = Instance.new("BodyVelocity")
  519. bp.maxForce = Vector3.new(math.huge, math.huge,math.huge)
  520. bp.Velocity = ll3part2.CFrame.lookVector*150
  521. bp.Parent = fus2
  522. local canattack2 = true --you had this as a Instance before, you can just do it as variable
  523. Torso:FindFirstChild("damage2").Touched:Connect(function(pe) --event
  524. local humanoid3 = pe.Parent:FindFirstChild("Humanoid")--checks if there is a humanoid in p
  525. if canattack2 == true and humanoid3 then --if canattack is false and there is a humanoid
  526.  
  527. canattack2 = false--sets canattack to false
  528.  
  529. humanoid3:TakeDamage(100)
  530. wait(0.3)
  531. canattack2 = true
  532.  
  533. end
  534.  
  535. end)
  536.  
  537. wait(3)
  538. Part0:Destroy()
  539. fus2:Destroy()
  540. end
  541. end)
  542.  
  543.  
  544. mouse.KeyDown:connect(function(key)
  545. if key == "c" then
  546.  
  547. chat:Chat(owner.Character.Head, "Kyogre Ice Beam!!")
  548. Part02 = Instance.new("Part")
  549. ParticleEmitter145 = Instance.new("ParticleEmitter")
  550. Part02.Parent = Torso
  551. Part02.Name = "Ice"
  552. Part02.Anchored = true
  553. local skilklse = true
  554. game:GetService('RunService').Stepped:Connect(function()
  555. if skilklse == true then
  556. Part02.CFrame = ll3part2.CFrame*CFrame.new(0,-4,-25)
  557. end
  558. end)
  559. Part02.Transparency = 1
  560. Part02.Size = Vector3.new(2.87999988, 1, 39.0000153)
  561. Part02.BottomSurface = Enum.SurfaceType.Smooth
  562. Part02.TopSurface = Enum.SurfaceType.Smooth
  563. ParticleEmitter145.Parent = Part02
  564. ParticleEmitter145.Speed = NumberRange.new(20, 20)
  565. ParticleEmitter145.Rotation = NumberRange.new(-150, 150)
  566. ParticleEmitter145.Color = ColorSequence.new(Color3.new(0.666667, 1, 1),Color3.new(0.811765, 1, 0.952941))
  567. ParticleEmitter145.LightEmission = 0.30000001192093
  568. ParticleEmitter145.LightInfluence = 1
  569. ParticleEmitter145.Texture = "rbxassetid://2119427041"
  570. ParticleEmitter145.Transparency = NumberSequence.new(0.60000002384186,0.60000002384186)
  571. ParticleEmitter145.Size = NumberSequence.new(3,3)
  572. ParticleEmitter145.EmissionDirection = Enum.NormalId.Front
  573. ParticleEmitter145.Lifetime = NumberRange.new(1, 2)
  574. ParticleEmitter145.LockedToPart = true
  575. ParticleEmitter145.Rate = 500
  576. ParticleEmitter145.RotSpeed = NumberRange.new(1, 1)
  577. local canattack2 = true --you had this as a Instance before, you can just do it as variable
  578. Torso:FindFirstChild("Ice").Touched:Connect(function(pe) --event
  579. local humanoid3 = pe.Parent:FindFirstChild("Humanoid")--checks if there is a humanoid in p
  580. if canattack2 == true and humanoid3 then --if canattack is false and there is a humanoid
  581.  
  582. canattack2 = false--sets canattack to false
  583.  
  584. pe.Parent.HumanoidRootPart.Anchored = true
  585. local LeftL = pe.Parent:FindFirstChild("Left Leg")
  586. local RightL = pe.Parent:FindFirstChild("Right Leg")
  587. local RightA = pe.Parent:FindFirstChild("Right Arm")
  588. local LeftA = pe.Parent:FindFirstChild("Left Arm")
  589. local Faktorso = pe.Parent.Torso
  590. local Fakhead = pe.Parent.Head
  591. LeftA.Anchored = true
  592. RightL.Anchored = true
  593. LeftL.Anchored = true
  594. RightA.Anchored = true
  595. local Part04 = Instance.new("Part")
  596. Part04.Parent = pe.Parent.Head
  597. Part04.CFrame = Faktorso.CFrame*CFrame.new(0,-1,0)
  598. Part04.Color = Color3.new(0.321569, 0.486275, 0.682353)
  599. Part04.Transparency = 0.10000000149012
  600. Part04.Size = Vector3.new(4.68000031, 6.51000071, 4.94000053)
  601. Part04.BottomSurface = Enum.SurfaceType.Smooth
  602. Part04.BrickColor = BrickColor.new("Steel blue")
  603. Part04.Material = Enum.Material.Ice
  604. Part04.Anchored = true
  605. Part04.TopSurface = Enum.SurfaceType.Smooth
  606. Part04.brickColor = BrickColor.new("Steel blue")
  607. wait(5)
  608. LeftA.Anchored = false
  609. RightL.Anchored = false
  610. LeftL.Anchored = false
  611. RightA.Anchored = false
  612. Part04:Destroy()
  613. pe.Parent.HumanoidRootPart.Anchored = false
  614. skilklse = false
  615. Part02:Destroy()
  616. end
  617.  
  618. end)
  619. end
  620. end)
  621.  
  622. wait(2)
  623. basll:Destroy()
  624. end
  625. end
  626. end)
  627. end
  628.  
  629. end
  630. end
  631. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement