Advertisement
pakin2549

Untitled

Mar 25th, 2021
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.28 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.  
  112. swait(15)
  113. for a = 0, 2, 0.1 do
  114.  
  115. summon = true
  116. if a == 0.7 then
  117. basll.CanCollide = false
  118. weld:Destroy()
  119. basll.CFrame = CFrame.new(basll.CFrame.p, Root.CFrame.p)
  120. local bv = Instance.new("BodyVelocity")
  121. bv.MaxForce = huge
  122. bv.Velocity = Root.CFrame.lookVector*100
  123. bv.Parent = basll
  124. print("work")
  125. game.Debris:AddItem(bv, 0.1)
  126. local ready = false
  127. wait(0.2)
  128. basll.Touched:connect(function(hit2)
  129. if hit2.Parent:FindFirstChildOfClass("Humanoid") then
  130. if ready == false then
  131. basll.CanCollide = true
  132. basll.Anchored = true
  133. print("pass")
  134. ready = true
  135.  
  136. local uhum = hit2.Parent:FindFirstChildOfClass("Humanoid")
  137. local Roou = hit2.Parent:FindFirstChild("HumanoidRootPart")
  138.  
  139. Root.Position = Vector3.new(-83.4299622, 2, -5.97999287)
  140. Humanoid.WalkSpeed = 0
  141.  
  142.  
  143. Roou.Position = Vector3.new(-72.9500122, 2, -43.1300049)
  144. uhum.WalkSpeed = 0
  145.  
  146. Part023 = Instance.new("Part")
  147. Part132 = Instance.new("Part")
  148. Part222 = Instance.new("Part")
  149. Part322 = Instance.new("Part")
  150. Part023.Parent = workspace
  151. Part023.CFrame = CFrame.new(-84.2199631, 0.13499999, -6.81999397, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  152. Part023.Orientation = Vector3.new(0, 90, -90)
  153. Part023.Position = Vector3.new(-84.2199631, 0.13499999, -6.81999397)
  154. Part023.Rotation = Vector3.new(-90, 90, 0)
  155. Part023.Color = Color3.new(0.156863, 0.498039, 0.278431)
  156. Part023.Size = Vector3.new(0.269999981, 14.5599976, 17.7799911)
  157. Part023.Anchored = true
  158. Part023.BottomSurface = Enum.SurfaceType.Smooth
  159. Part023.BrickColor = BrickColor.new("Dark green")
  160. Part023.Material = Enum.Material.Grass
  161. Part023.TopSurface = Enum.SurfaceType.Smooth
  162. Part023.brickColor = BrickColor.new("Dark green")
  163. Part023.Shape = Enum.PartType.Cylinder
  164. Part132.Name = "You"
  165. Part132.Parent = workspace
  166. Part132.CFrame = CFrame.new(-83.4299622, 0.294999987, -5.97999287, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  167. Part132.Position = Vector3.new(-83.4299622, 0.294999987, -5.97999287)
  168. Part132.Transparency = 1
  169. Part132.Size = Vector3.new(4, 0.0500000007, 2)
  170. Part132.Anchored = true
  171. Part132.BottomSurface = Enum.SurfaceType.Smooth
  172. Part132.TopSurface = Enum.SurfaceType.Smooth
  173. Part222.Parent = workspace
  174. Part222.CFrame = CFrame.new(-73.0100098, 0.25999999, -43.0700073, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  175. Part222.Orientation = Vector3.new(0, 90, -90)
  176. Part222.Position = Vector3.new(-73.0100098, 0.25999999, -43.0700073)
  177. Part222.Rotation = Vector3.new(-90, 90, 0)
  178. Part222.Color = Color3.new(0.156863, 0.498039, 0.278431)
  179. Part222.Size = Vector3.new(0.519999981, 14.5599976, 17.7799911)
  180. Part222.Anchored = true
  181. Part222.BottomSurface = Enum.SurfaceType.Smooth
  182. Part222.BrickColor = BrickColor.new("Dark green")
  183. Part222.Material = Enum.Material.Grass
  184. Part222.TopSurface = Enum.SurfaceType.Smooth
  185. Part222.brickColor = BrickColor.new("Dark green")
  186. Part222.Shape = Enum.PartType.Cylinder
  187. Part322.Name = "User"
  188. Part322.Parent = workspace
  189. Part322.CFrame = CFrame.new(-72.9500122, 0.544999957, -43.1300049, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  190. Part322.Position = Vector3.new(-72.9500122, 0.544999957, -43.1300049)
  191. Part322.Transparency = 1
  192. Part322.Size = Vector3.new(4, 0.0500000007, 2)
  193. Part322.Anchored = true
  194. Part322.BottomSurface = Enum.SurfaceType.Smooth
  195. Part322TopSurface = Enum.SurfaceType.Smooth
  196.  
  197. local player = owner
  198. local Cha = player.Character
  199. local mouse = player:GetMouse()
  200. local henshine = false
  201. local RAC = Cha.Torso:WaitForChild("Right Shoulder")
  202. local LAC = Cha.Torso:WaitForChild("Left Shoulder")
  203. local RA = Cha:FindFirstChild("Right Arm")
  204. local LA = Cha:FindFirstChild("Left Arm")
  205. local Torso = Cha.Torso
  206. local Head = Cha.Head
  207. local Root = Cha.HumanoidRootPart
  208. local RL = Cha:FindFirstChild("Right Leg")
  209. local LL = Cha:FindFirstChild("Left Leg")
  210. local Humanoid = Cha.Humanoid
  211. local chat = game:GetService("Chat")
  212.  
  213.  
  214. local SongDriver12 = Instance.new("Sound")
  215. SongDriver12.Parent = Cha.Torso
  216. SongDriver12.SoundId = "rbxassetid://305568662"
  217. SongDriver12.Volume = 2
  218. SongDriver12:Play()
  219.  
  220. local ll3part2 = Instance.new("Part")
  221. ll3part2.Parent = Torso
  222. ll3part2.Name = "Kyogre"
  223. ll3part2.BrickColor = BrickColor.new("Pearl")
  224. ll3part2.CanCollide = false
  225. ll3part2.Size = Vector3.new(8.16, 6.69, 0.05)
  226. ll3part2.Anchored = true
  227. ll3part2.Locked = true
  228. ll3part2.Transparency = 1
  229. local Decal71 = Instance.new("Decal")
  230. Decal71.Parent = ll3part2
  231. Decal71.Face = Enum.NormalId.Front
  232.  
  233.  
  234.  
  235. wait(1)
  236.  
  237. game:GetService('RunService').Stepped:Connect(function()
  238. ll3part2.CFrame = Root.CFrame*CFrame.new(6,3,3)
  239. end)
  240.  
  241. mouse.KeyDown:connect(function(key)
  242. if key == "z" then
  243. local sed = Instance.new("Sound")
  244. sed.Parent = ll3part2
  245. sed.SoundId = "rbxassetid://305568662"
  246. sed.Volume = 2
  247. sed:Play()
  248. chat:Chat(player.Character.Head, "Kyogre Water Blast!")
  249. local fus = Instance.new("Part")
  250. fus.Size = Vector3.new(2, 2, 2)
  251. fus.Anchored = false
  252. fus.Name = "damage"
  253. fus.CanCollide = false
  254. fus.BrickColor = BrickColor.new("Bright blue")
  255. fus.Transparency = 1
  256. fus.CFrame = ll3part2.CFrame*CFrame.new(0,-2,0)
  257. ParticleEmitter0 = Instance.new("ParticleEmitter")
  258. ParticleEmitter0.Name = "1"
  259. ParticleEmitter0.Parent = fus
  260. ParticleEmitter0.Speed = NumberRange.new(0, 0)
  261. ParticleEmitter0.Rotation = NumberRange.new(-180, 180)
  262. ParticleEmitter0.Color = ColorSequence.new(Color3.new(0.917647, 1, 1),Color3.new(0.917647, 1, 1))
  263. ParticleEmitter0.LightEmission = 0.20000000298023
  264. ParticleEmitter0.LightInfluence = 0.050000000745058
  265. ParticleEmitter0.Texture = "rbxassetid://387288028"
  266. ParticleEmitter0.Transparency = NumberSequence.new(0.70624995231628,0.41874998807907,1)
  267. ParticleEmitter0.ZOffset = 1
  268. ParticleEmitter0.Size = NumberSequence.new(3,3)
  269. ParticleEmitter0.Lifetime = NumberRange.new(1, 1)
  270. ParticleEmitter0.Rate = 82
  271. ParticleEmitter0.RotSpeed = NumberRange.new(-180, 180)
  272. ParticleEmitter0.SpreadAngle = Vector2.new(6, 6)
  273. ParticleEmitter0.VelocitySpread = 6
  274.  
  275.  
  276. local mesh = Instance.new("SpecialMesh")
  277. mesh.MeshType = "FileMesh"
  278. mesh.MeshId = "rbxassetid://430736398"
  279. mesh.Parent = fus
  280.  
  281. local bp = Instance.new("BodyVelocity")
  282. bp.maxForce = Vector3.new(math.huge, math.huge,math.huge)
  283. bp.Velocity = ll3part2.CFrame.lookVector*150
  284. bp.Parent = fus
  285.  
  286. fus.Parent = Torso
  287.  
  288. coroutine.resume(coroutine.create(function()
  289. wait(0.4)
  290. for i = 1, 5 do
  291. wait(0.01)
  292. fus.Size = fus.Size + Vector3.new(1, 1, 1)
  293. end
  294. wait(3)
  295. fus.Transparency = 0
  296. fus:remove()
  297. end))
  298. local canattack = true --you had this as a Instance before, you can just do it as variable
  299. Torso:FindFirstChild("damage").Touched:Connect(function(user) --event
  300. local humanoid2 = user.Parent:FindFirstChild("Humanoid")--checks if there is a humanoid in p
  301. if canattack == true and humanoid2 then --if canattack is false and there is a humanoid
  302.  
  303. canattack = false--sets canattack to false
  304.  
  305. humanoid2:TakeDamage(42)
  306. wait(0.3)
  307. canattack = true
  308.  
  309. end
  310.  
  311. end)
  312.  
  313. end
  314. end)
  315.  
  316.  
  317.  
  318. mouse.KeyDown:connect(function(key)
  319. if key == "v" then
  320.  
  321. chat:Chat(owner.Character.Head, "Kyogre Rain Fall!")
  322.  
  323.  
  324. Model0 = Instance.new("Model")
  325. Part1 = Instance.new("Part")
  326. ParticleEmitter2 = Instance.new("ParticleEmitter")
  327. Part3 = Instance.new("Part")
  328. ParticleEmitter4 = Instance.new("ParticleEmitter")
  329. Part5 = Instance.new("Part")
  330. ParticleEmitter6 = Instance.new("ParticleEmitter")
  331. Part7 = Instance.new("Part")
  332. ParticleEmitter8 = Instance.new("ParticleEmitter")
  333. Part9 = Instance.new("Part")
  334. ParticleEmitter10 = Instance.new("ParticleEmitter")
  335. Part11 = Instance.new("Part")
  336. ParticleEmitter12 = Instance.new("ParticleEmitter")
  337. Sky13 = Instance.new("Sky")
  338. Model0.Name = "Cloud"
  339. Model0.Parent = workspace
  340. Part1.Parent = Model0
  341. 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)
  342. Part1.Orientation = Vector3.new(1.13999999, 90, 180)
  343. Part1.Position = Vector3.new(125.963196, 113.600372, 201.838348)
  344. Part1.Rotation = Vector3.new(90, 88.8600006, 90)
  345. Part1.Color = Color3.new(0.105882, 0.164706, 0.207843)
  346. Part1.Transparency = 1
  347. Part1.Size = Vector3.new(218.93515, 64.9928284, 225.207718)
  348. Part1.Anchored = true
  349. Part1.BrickColor = BrickColor.new("Black")
  350. Part1.Material = Enum.Material.Slate
  351. Part1.brickColor = BrickColor.new("Black")
  352. Part1.FormFactor = Enum.FormFactor.Symmetric
  353. Part1.formFactor = Enum.FormFactor.Symmetric
  354. ParticleEmitter2.Parent = Part1
  355. ParticleEmitter2.Speed = NumberRange.new(0, 0)
  356. ParticleEmitter2.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0.666667, 1, 1))
  357. ParticleEmitter2.Texture = "http://www.roblox.com/asset/?id=241876428"
  358. ParticleEmitter2.Transparency = NumberSequence.new(0.84375,0.41874998807907,0.63125002384186,0.44374996423721,0.60000002384186)
  359. ParticleEmitter2.Size = NumberSequence.new(2,2)
  360. ParticleEmitter2.Acceleration = Vector3.new(0, -50, 0)
  361. ParticleEmitter2.Lifetime = NumberRange.new(2.5, 2.5)
  362. ParticleEmitter2.Rate = 500
  363. ParticleEmitter2.SpreadAngle = Vector2.new(10, 10)
  364. ParticleEmitter2.VelocitySpread = 10
  365. Part3.Parent = Model0
  366. 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)
  367. Part3.Orientation = Vector3.new(1.13999999, 90, 180)
  368. Part3.Position = Vector3.new(-95.7134705, 99.3041534, 210.907654)
  369. Part3.Rotation = Vector3.new(90, 88.8600006, 90)
  370. Part3.Color = Color3.new(0.105882, 0.164706, 0.207843)
  371. Part3.Transparency = 1
  372. Part3.Size = Vector3.new(237.072693, 43.8323746, 383.911102)
  373. Part3.Anchored = true
  374. Part3.BrickColor = BrickColor.new("Black")
  375. Part3.Material = Enum.Material.Slate
  376. Part3.brickColor = BrickColor.new("Black")
  377. Part3.FormFactor = Enum.FormFactor.Symmetric
  378. Part3.formFactor = Enum.FormFactor.Symmetric
  379. ParticleEmitter4.Parent = Part3
  380. ParticleEmitter4.Speed = NumberRange.new(0, 0)
  381. ParticleEmitter4.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0.666667, 1, 1))
  382. ParticleEmitter4.Texture = "http://www.roblox.com/asset/?id=241876428"
  383. ParticleEmitter4.Transparency = NumberSequence.new(0.84375,0.41874998807907,0.63125002384186,0.44374996423721,0.60000002384186)
  384. ParticleEmitter4.Size = NumberSequence.new(2,2)
  385. ParticleEmitter4.Acceleration = Vector3.new(0, -50, 0)
  386. ParticleEmitter4.Lifetime = NumberRange.new(2.5, 2.5)
  387. ParticleEmitter4.Rate = 500
  388. ParticleEmitter4.SpreadAngle = Vector2.new(10, 10)
  389. ParticleEmitter4.VelocitySpread = 10
  390. Part5.Parent = Model0
  391. 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)
  392. Part5.Orientation = Vector3.new(1.13999999, 90, 180)
  393. Part5.Position = Vector3.new(126.45311, 117.118408, 67.3167725)
  394. Part5.Rotation = Vector3.new(90, 88.8600006, 90)
  395. Part5.Color = Color3.new(0.105882, 0.164706, 0.207843)
  396. Part5.Transparency = 1
  397. Part5.Size = Vector3.new(237.072693, 43.8323746, 308.338043)
  398. Part5.Anchored = true
  399. Part5.BrickColor = BrickColor.new("Black")
  400. Part5.Material = Enum.Material.Slate
  401. Part5.brickColor = BrickColor.new("Black")
  402. Part5.FormFactor = Enum.FormFactor.Symmetric
  403. Part5.formFactor = Enum.FormFactor.Symmetric
  404. ParticleEmitter6.Parent = Part5
  405. ParticleEmitter6.Speed = NumberRange.new(0, 0)
  406. ParticleEmitter6.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0.666667, 1, 1))
  407. ParticleEmitter6.Texture = "http://www.roblox.com/asset/?id=241876428"
  408. ParticleEmitter6.Transparency = NumberSequence.new(0.84375,0.41874998807907,0.63125002384186,0.44374996423721,0.60000002384186)
  409. ParticleEmitter6.Size = NumberSequence.new(2,2)
  410. ParticleEmitter6.Acceleration = Vector3.new(0, -50, 0)
  411. ParticleEmitter6.Lifetime = NumberRange.new(2.5, 2.5)
  412. ParticleEmitter6.Rate = 500
  413. ParticleEmitter6.SpreadAngle = Vector2.new(10, 10)
  414. ParticleEmitter6.VelocitySpread = 10
  415. Part7.Parent = Model0
  416. 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)
  417. Part7.Orientation = Vector3.new(1.13999999, 90, 180)
  418. Part7.Position = Vector3.new(-159.202057, 115.269096, -46.7988205)
  419. Part7.Rotation = Vector3.new(90, 88.8600006, 90)
  420. Part7.Color = Color3.new(0.105882, 0.164706, 0.207843)
  421. Part7.Transparency = 1
  422. Part7.Size = Vector3.new(323.225922, 43.8323746, 317.40686)
  423. Part7.Anchored = true
  424. Part7.BrickColor = BrickColor.new("Black")
  425. Part7.Material = Enum.Material.Slate
  426. Part7.brickColor = BrickColor.new("Black")
  427. Part7.FormFactor = Enum.FormFactor.Symmetric
  428. Part7.formFactor = Enum.FormFactor.Symmetric
  429. ParticleEmitter8.Parent = Part7
  430. ParticleEmitter8.Speed = NumberRange.new(0, 0)
  431. ParticleEmitter8.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0.666667, 1, 1))
  432. ParticleEmitter8.Texture = "http://www.roblox.com/asset/?id=241876428"
  433. ParticleEmitter8.Transparency = NumberSequence.new(0.84375,0.41874998807907,0.63125002384186,0.44374996423721,0.60000002384186)
  434. ParticleEmitter8.Size = NumberSequence.new(2,2)
  435. ParticleEmitter8.Acceleration = Vector3.new(0, -50, 0)
  436. ParticleEmitter8.Lifetime = NumberRange.new(2.5, 2.5)
  437. ParticleEmitter8.Rate = 500
  438. ParticleEmitter8.SpreadAngle = Vector2.new(10, 10)
  439. ParticleEmitter8.VelocitySpread = 10
  440. Part9.Parent = Model0
  441. 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)
  442. Part9.Orientation = Vector3.new(1.13999999, 90, 180)
  443. Part9.Position = Vector3.new(90.9316101, 97.3010101, -103.478722)
  444. Part9.Rotation = Vector3.new(90, 88.8600006, 90)
  445. Part9.Color = Color3.new(0.105882, 0.164706, 0.207843)
  446. Part9.Transparency = 1
  447. Part9.Size = Vector3.new(185.682999, 43.8323746, 324.964172)
  448. Part9.Anchored = true
  449. Part9.BrickColor = BrickColor.new("Black")
  450. Part9.Material = Enum.Material.Slate
  451. Part9.brickColor = BrickColor.new("Black")
  452. Part9.FormFactor = Enum.FormFactor.Symmetric
  453. Part9.formFactor = Enum.FormFactor.Symmetric
  454. ParticleEmitter10.Parent = Part9
  455. ParticleEmitter10.Speed = NumberRange.new(0, 0)
  456. ParticleEmitter10.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0.666667, 1, 1))
  457. ParticleEmitter10.Texture = "http://www.roblox.com/asset/?id=241876428"
  458. ParticleEmitter10.Transparency = NumberSequence.new(0.84375,0.41874998807907,0.63125002384186,0.44374996423721,0.60000002384186)
  459. ParticleEmitter10.Size = NumberSequence.new(2,2)
  460. ParticleEmitter10.Acceleration = Vector3.new(0, -50, 0)
  461. ParticleEmitter10.Lifetime = NumberRange.new(2.5, 2.5)
  462. ParticleEmitter10.Rate = 500
  463. ParticleEmitter10.SpreadAngle = Vector2.new(10, 10)
  464. ParticleEmitter10.VelocitySpread = 10
  465. Part11.Parent = Model0
  466. 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)
  467. Part11.Orientation = Vector3.new(1.13999999, 90, 180)
  468. Part11.Position = Vector3.new(-38.2844696, 80.5067139, -219.858307)
  469. Part11.Rotation = Vector3.new(90, 88.8600006, 90)
  470. Part11.Color = Color3.new(0.105882, 0.164706, 0.207843)
  471. Part11.Transparency = 1
  472. Part11.Size = Vector3.new(88.9494781, 43.8323746, 317.40686)
  473. Part11.Anchored = true
  474. Part11.BrickColor = BrickColor.new("Black")
  475. Part11.Material = Enum.Material.Slate
  476. Part11.brickColor = BrickColor.new("Black")
  477. Part11.FormFactor = Enum.FormFactor.Symmetric
  478. Part11.formFactor = Enum.FormFactor.Symmetric
  479. ParticleEmitter12.Parent = Part11
  480. ParticleEmitter12.Speed = NumberRange.new(0, 0)
  481. ParticleEmitter12.Color = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0.666667, 1, 1))
  482. ParticleEmitter12.Texture = "http://www.roblox.com/asset/?id=241876428"
  483. ParticleEmitter12.Transparency = NumberSequence.new(0.84375,0.41874998807907,0.63125002384186,0.44374996423721,0.60000002384186)
  484. ParticleEmitter12.Size = NumberSequence.new(2,2)
  485. ParticleEmitter12.Acceleration = Vector3.new(0, -50, 0)
  486. ParticleEmitter12.Lifetime = NumberRange.new(2.5, 2.5)
  487. ParticleEmitter12.Rate = 500
  488. ParticleEmitter12.SpreadAngle = Vector2.new(10, 10)
  489. ParticleEmitter12.VelocitySpread = 10
  490. Sky13.Parent = game.Lighting
  491. Sky13.CelestialBodiesShown = false
  492. Sky13.SkyboxBk = "rbxassetid://246480323"
  493. Sky13.SkyboxDn = "rbxassetid://246480523"
  494. Sky13.SkyboxFt = "rbxassetid://246480105"
  495. Sky13.SkyboxLf = "rbxassetid://246480549"
  496. Sky13.SkyboxRt = "rbxassetid://246480565"
  497. Sky13.SkyboxUp = "rbxassetid://246480504"
  498. end
  499. end)
  500.  
  501. mouse.KeyDown:connect(function(key)
  502. if key == "x" then
  503.  
  504. chat:Chat(owner.Character.Head, "Kyogre Water Charge!!")
  505. Part0 = Instance.new("Part")
  506. ParticleEmitter1 = Instance.new("ParticleEmitter")
  507. Part0.Parent = ll3part2
  508. Part0.CFrame = CFrame.new(-11.383276, 3.62347698, 80.1322327, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  509. Part0.Position = Vector3.new(-11.383276, 3.62347698, 80.1322327)
  510. Part0.Transparency = 1
  511. Part0.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  512. Part0.Anchored = true
  513. local charge = true
  514. game:GetService('RunService').Stepped:Connect(function()
  515. if charge == true then
  516. Part0.CFrame = ll3part2.CFrame*CFrame.new(0,0,-10)
  517. end
  518. end)
  519. local sed1 = Instance.new("Sound")
  520. sed1.Parent = ll3part2
  521. sed1.SoundId = "rbxassetid://1289851900"
  522. sed1.Volume = 5
  523. sed1:Play()
  524. Part0.Material = Enum.Material.SmoothPlastic
  525. Part0.FormFactor = Enum.FormFactor.Symmetric
  526. Part0.formFactor = Enum.FormFactor.Symmetric
  527. ParticleEmitter1.Parent = Part0
  528. ParticleEmitter1.Speed = NumberRange.new(0, 0)
  529. ParticleEmitter1.Texture = "http://www.roblox.com/asset/?id=266550445"
  530. ParticleEmitter1.Transparency = NumberSequence.new(0.62777775526047,0.02777773141861,1,1)
  531. ParticleEmitter1.Size = NumberSequence.new(6.6875,0,0)
  532. ParticleEmitter1.Rate = 10
  533. wait(7)
  534. charge = false
  535. local fus2 = Instance.new("Part")
  536. fus2.Size = Vector3.new(5, 5, 5)
  537. fus2.Anchored = false
  538. fus2.Name = "damage2"
  539. fus2.CanCollide = false
  540. fus2.BrickColor = BrickColor.new("Bright blue")
  541. fus2.Transparency = 1
  542. fus2.CFrame = ll3part2.CFrame*CFrame.new(0,-2,0)
  543. fus2.Parent = Torso
  544. ParticleEmitter12 = Instance.new("ParticleEmitter")
  545. ParticleEmitter12.Name = "1"
  546. ParticleEmitter12.Parent = fus2
  547. ParticleEmitter12.Speed = NumberRange.new(0, 0)
  548. ParticleEmitter12.Rotation = NumberRange.new(-180, 180)
  549. ParticleEmitter12.Color = ColorSequence.new(Color3.new(0.917647, 1, 1),Color3.new(0.917647, 1, 1))
  550. ParticleEmitter12.LightEmission = 0.20000000298023
  551. ParticleEmitter12.LightInfluence = 0.050000000745058
  552. ParticleEmitter12.Texture = "rbxassetid://387288028"
  553. ParticleEmitter12.Transparency = NumberSequence.new(0.70624995231628,0.41874998807907,1)
  554. ParticleEmitter12.ZOffset = 1
  555. ParticleEmitter12.Size = NumberSequence.new(5,5)
  556. ParticleEmitter12.Lifetime = NumberRange.new(1, 1)
  557. ParticleEmitter12.Rate = 82
  558. ParticleEmitter12.RotSpeed = NumberRange.new(-180, 180)
  559. ParticleEmitter12.SpreadAngle = Vector2.new(6, 6)
  560. ParticleEmitter12.VelocitySpread = 6
  561.  
  562. local bp = Instance.new("BodyVelocity")
  563. bp.maxForce = Vector3.new(math.huge, math.huge,math.huge)
  564. bp.Velocity = ll3part2.CFrame.lookVector*150
  565. bp.Parent = fus2
  566. local canattack2 = true --you had this as a Instance before, you can just do it as variable
  567. Torso:FindFirstChild("damage2").Touched:Connect(function(pe) --event
  568. local humanoid3 = pe.Parent:FindFirstChild("Humanoid")--checks if there is a humanoid in p
  569. if canattack2 == true and humanoid3 then --if canattack is false and there is a humanoid
  570.  
  571. canattack2 = false--sets canattack to false
  572.  
  573. humanoid3:TakeDamage(100)
  574. wait(0.3)
  575. canattack2 = true
  576.  
  577. end
  578.  
  579. end)
  580.  
  581. wait(3)
  582. Part0:Destroy()
  583. fus2:Destroy()
  584. end
  585. end)
  586.  
  587.  
  588. mouse.KeyDown:connect(function(key)
  589. if key == "c" then
  590.  
  591. chat:Chat(owner.Character.Head, "Kyogre Ice Beam!!")
  592. Part02 = Instance.new("Part")
  593. ParticleEmitter145 = Instance.new("ParticleEmitter")
  594. Part02.Parent = Torso
  595. Part02.Name = "Ice"
  596. Part02.Anchored = true
  597. local skilklse = true
  598. game:GetService('RunService').Stepped:Connect(function()
  599. if skilklse == true then
  600. Part02.CFrame = ll3part2.CFrame*CFrame.new(0,-4,-25)
  601. end
  602. end)
  603. Part02.Transparency = 1
  604. Part02.Size = Vector3.new(2.87999988, 1, 39.0000153)
  605. Part02.BottomSurface = Enum.SurfaceType.Smooth
  606. Part02.TopSurface = Enum.SurfaceType.Smooth
  607. ParticleEmitter145.Parent = Part02
  608. ParticleEmitter145.Speed = NumberRange.new(20, 20)
  609. ParticleEmitter145.Rotation = NumberRange.new(-150, 150)
  610. ParticleEmitter145.Color = ColorSequence.new(Color3.new(0.666667, 1, 1),Color3.new(0.811765, 1, 0.952941))
  611. ParticleEmitter145.LightEmission = 0.30000001192093
  612. ParticleEmitter145.LightInfluence = 1
  613. ParticleEmitter145.Texture = "rbxassetid://2119427041"
  614. ParticleEmitter145.Transparency = NumberSequence.new(0.60000002384186,0.60000002384186)
  615. ParticleEmitter145.Size = NumberSequence.new(3,3)
  616. ParticleEmitter145.EmissionDirection = Enum.NormalId.Front
  617. ParticleEmitter145.Lifetime = NumberRange.new(1, 2)
  618. ParticleEmitter145.LockedToPart = true
  619. ParticleEmitter145.Rate = 500
  620. ParticleEmitter145.RotSpeed = NumberRange.new(1, 1)
  621. local canattack2 = true --you had this as a Instance before, you can just do it as variable
  622. Torso:FindFirstChild("Ice").Touched:Connect(function(pe) --event
  623. local humanoid3 = pe.Parent:FindFirstChild("Humanoid")--checks if there is a humanoid in p
  624. if canattack2 == true and humanoid3 then --if canattack is false and there is a humanoid
  625.  
  626. canattack2 = false--sets canattack to false
  627.  
  628. pe.Parent.HumanoidRootPart.Anchored = true
  629. local LeftL = pe.Parent:FindFirstChild("Left Leg")
  630. local RightL = pe.Parent:FindFirstChild("Right Leg")
  631. local RightA = pe.Parent:FindFirstChild("Right Arm")
  632. local LeftA = pe.Parent:FindFirstChild("Left Arm")
  633. local Faktorso = pe.Parent.Torso
  634. local Fakhead = pe.Parent.Head
  635. LeftA.Anchored = true
  636. RightL.Anchored = true
  637. LeftL.Anchored = true
  638. RightA.Anchored = true
  639. local Part04 = Instance.new("Part")
  640. Part04.Parent = pe.Parent.Head
  641. Part04.CFrame = Faktorso.CFrame*CFrame.new(0,-1,0)
  642. Part04.Color = Color3.new(0.321569, 0.486275, 0.682353)
  643. Part04.Transparency = 0.10000000149012
  644. Part04.Size = Vector3.new(4.68000031, 6.51000071, 4.94000053)
  645. Part04.BottomSurface = Enum.SurfaceType.Smooth
  646. Part04.BrickColor = BrickColor.new("Steel blue")
  647. Part04.Material = Enum.Material.Ice
  648. Part04.Anchored = true
  649. Part04.TopSurface = Enum.SurfaceType.Smooth
  650. Part04.brickColor = BrickColor.new("Steel blue")
  651. wait(5)
  652. LeftA.Anchored = false
  653. RightL.Anchored = false
  654. LeftL.Anchored = false
  655. RightA.Anchored = false
  656. Part04:Destroy()
  657. pe.Parent.HumanoidRootPart.Anchored = false
  658. skilklse = false
  659. Part02:Destroy()
  660. end
  661.  
  662. end)
  663. end
  664. end)
  665.  
  666. wait(2)
  667. basll:Destroy()
  668. end
  669. end
  670. end)
  671. end
  672.  
  673. end
  674. end
  675. end)
  676.  
  677.  
  678. while true do
  679. if Torso:WaitForChild("Kyogre") then
  680. local Decal31 = Torso:FindFirstChild("Kyogre").Decal
  681. Decal31.Texture = "http://www.roblox.com/asset/?id=3667944697"
  682. wait(0.1)
  683. Decal31.Texture = "http://www.roblox.com/asset/?id=3667945757"
  684. wait(0.1)
  685. Decal31.Texture = "http://www.roblox.com/asset/?id=3667946634"
  686. wait(0.1)
  687. Decal31.Texture = "http://www.roblox.com/asset/?id=3667947488"
  688. wait(0.1)
  689. Decal31.Texture = "http://www.roblox.com/asset/?id=3667949427"
  690. wait(0.1)
  691. Decal31.Texture = "http://www.roblox.com/asset/?id=3667951303"
  692. wait(0.1)
  693. Decal31.Texture = "http://www.roblox.com/asset/?id=3667952330"
  694. wait(0.1)
  695. Decal31.Texture = "http://www.roblox.com/asset/?id=3667978862"
  696. wait(0.1)
  697. Decal31.Texture = "http://www.roblox.com/asset/?id=3667979327"
  698. wait(0.1)
  699. Decal31.Texture = "http://www.roblox.com/asset/?id=3667979737"
  700. wait(0.1)
  701. Decal31.Texture = "http://www.roblox.com/asset/?id=3667980122"
  702. wait(0.1)
  703. Decal31.Texture = "http://www.roblox.com/asset/?id=3667980517"
  704. wait(0.1)
  705. Decal31.Texture = "http://www.roblox.com/asset/?id=3667980933"
  706. wait(0.1)
  707. Decal31.Texture = "http://www.roblox.com/asset/?id=3667981356"
  708. wait(0.1)
  709. Decal31.Texture = "http://www.roblox.com/asset/?id=3667981777"
  710. wait(0.1)
  711. Decal31.Texture = "http://www.roblox.com/asset/?id=3667982167"
  712. wait(0.1)
  713. Decal31.Texture = "http://www.roblox.com/asset/?id=3667982623"
  714. wait(0.1)
  715. Decal31.Texture = "http://www.roblox.com/asset/?id=3667982975"
  716. wait(0.1)
  717. Decal31.Texture = "http://www.roblox.com/asset/?id=3667983293"
  718. wait(0.1)
  719. Decal31.Texture = "http://www.roblox.com/asset/?id=3667983590"
  720. wait(0.3)
  721. Decal31.Texture = "http://www.roblox.com/asset/?id=3667984958"
  722. wait(0.1)
  723. Decal31.Texture = "http://www.roblox.com/asset/?id=3667985504"
  724. wait(0.1)
  725. Decal31.Texture = "http://www.roblox.com/asset/?id=3667985931"
  726. wait(0.1)
  727. Decal31.Texture = "http://www.roblox.com/asset/?id=3667986519"
  728. wait(0.1)
  729. Decal31.Texture = "http://www.roblox.com/asset/?id=3667986945"
  730. wait(0.1)
  731. Decal31.Texture = "http://www.roblox.com/asset/?id=3667987665"
  732. wait(0.1)
  733. Decal31.Texture = "http://www.roblox.com/asset/?id=3667988351"
  734. wait(0.1)
  735. Decal31.Texture = "http://www.roblox.com/asset/?id=3667989044"
  736. wait(0.1)
  737. Decal31.Texture = "http://www.roblox.com/asset/?id=3667989617"
  738. wait(0.1)
  739. Decal31.Texture = "http://www.roblox.com/asset/?id=3667990258"
  740. wait(0.1)
  741. Decal31.Texture = "http://www.roblox.com/asset/?id=3667990747"
  742. wait(0.1)
  743. Decal31.Texture = "http://www.roblox.com/asset/?id=3667991287"
  744. wait(0.1)
  745. Decal31.Texture = "http://www.roblox.com/asset/?id=3667991810"
  746. wait(0.1)
  747. Decal31.Texture = "http://www.roblox.com/asset/?id=3667992274"
  748. wait(0.1)
  749. Decal31.Texture = "http://www.roblox.com/asset/?id=3667992738"
  750. wait(0.1)
  751. Decal31.Texture = "http://www.roblox.com/asset/?id=3667993317"
  752. wait(0.01)
  753. Decal31.Texture = "http://www.roblox.com/asset/?id=3667993835"
  754. wait(0.1)
  755. Decal31.Texture = "http://www.roblox.com/asset/?id=3667994369"
  756. wait(0.1)
  757. Decal31.Texture = "http://www.roblox.com/asset/?id=3667995043"
  758. wait(0.1)
  759. Decal31.Texture = "http://www.roblox.com/asset/?id=3667995470"
  760. wait(0.1)
  761. Decal31.Texture = "http://www.roblox.com/asset/?id=3667996116"
  762. wait(0.1)
  763. Decal31.Texture = "http://www.roblox.com/asset/?id=3667996835"
  764. wait(0.1)
  765. Decal31.Texture = "http://www.roblox.com/asset/?id=3667997317"
  766. wait(0.1)
  767. Decal31.Texture = "http://www.roblox.com/asset/?id=3667997853"
  768. wait(0.1)
  769. Decal31.Texture = "http://www.roblox.com/asset/?id=3667998344"
  770. wait(0.1)
  771. Decal31.Texture = "http://www.roblox.com/asset/?id=3667999061"
  772. wait(0.1)
  773. Decal31.Texture = "http://www.roblox.com/asset/?id=3667999615"
  774. wait(0.1)
  775. Decal31.Texture = "http://www.roblox.com/asset/?id=3668000244"
  776. wait(0.1)
  777. Decal31.Texture = "http://www.roblox.com/asset/?id=3668000965"
  778. wait(0.1)
  779. Decal31.Texture = "http://www.roblox.com/asset/?id=3668001504"
  780. wait(0.1)
  781. Decal31.Texture = "http://www.roblox.com/asset/?id=3668005353"
  782. wait(0.1)
  783. Decal31.Texture = "http://www.roblox.com/asset/?id=3668005946"
  784. wait(0.1)
  785. Decal31.Texture = "http://www.roblox.com/asset/?id=3668006638"
  786. wait(0.1)
  787. Decal31.Texture = "http://www.roblox.com/asset/?id=3668007462"
  788. wait(0.1)
  789. Decal31.Texture = "http://www.roblox.com/asset/?id=3668008033"
  790. wait(0.1)
  791. Decal31.Texture = "http://www.roblox.com/asset/?id=3668008556"
  792. wait(0.1)
  793. Decal31.Texture = "http://www.roblox.com/asset/?id=3668011615"
  794. wait(0.1)
  795. Decal31.Texture = "http://www.roblox.com/asset/?id=3668012488"
  796. wait(0.1)
  797. Decal31.Texture = "http://www.roblox.com/asset/?id=3668013361"
  798. wait(0.1)
  799. Decal31.Texture = "http://www.roblox.com/asset/?id=3668014140"
  800. wait(0.1)
  801. Decal31.Texture = "http://www.roblox.com/asset/?id=3668014755"
  802. wait(0.1)
  803. Decal31.Texture = "http://www.roblox.com/asset/?id=3668015312"
  804. wait(0.1)
  805. Decal31.Texture = "http://www.roblox.com/asset/?id=3668015939"
  806. wait(0.1)
  807. Decal31.Texture = "http://www.roblox.com/asset/?id=3668016643"
  808. wait(0.1)
  809. Decal31.Texture = "http://www.roblox.com/asset/?id=3668017486"
  810. wait(0.1)
  811. Decal31.Texture = "http://www.roblox.com/asset/?id=3668019384"
  812. wait(0.1)
  813. Decal31.Texture = "http://www.roblox.com/asset/?id=3668020069"
  814. wait(0.1)
  815. end
  816. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement