Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.09 KB | None | 0 0
  1.  
  2.  
  3. player = game.Players.VV_rk
  4. chara = player.Character
  5. debby = game:GetService("Debris")
  6. chara.Humanoid.MaxHealth = math.huge
  7. chara.Humanoid.Health = math.huge
  8. chara.Humanoid.WalkSpeed = 16
  9. chara.Humanoid.JumpPower = 60
  10.  
  11. --Deleting what we don't want.--
  12. if chara:FindFirstChild("Shirt") ~= nil then
  13. chara.Shirt:Destroy()
  14. end
  15. if chara:FindFirstChild("Pants") ~= nil then
  16. chara.Pants:Destroy()
  17. end
  18. if chara:FindFirstChild("ShirtGraphic") ~= nil then
  19. chara.ShirtGraphic:Destroy()
  20. end
  21. local ch = chara:GetChildren()
  22. for i = 1, #ch do
  23. if ch[i].ClassName == "Shirt" or ch[i].ClassName == "Pants" or ch[i].ClassName == "ShirtGraphic" or ch[i].ClassName == "Accessory" then
  24. ch[i]:Destroy()
  25. elseif ch[i].ClassName == "Part" then
  26. ch[i].BrickColor = BrickColor.new("Institutional white")
  27. if ch[i].Name == "Torso" then
  28. ch[i].roblox.Texture = ""
  29. elseif ch[i].Name == "Head" then
  30. ch[i].face.Texture = "http://www.roblox.com/asset/?id=679717479"
  31. ch[i].Transparency = 1
  32. end
  33. end
  34. end
  35.  
  36. --Za Clothing--
  37.  
  38.  
  39. local fakehead = chara.Head:clone()
  40. fakehead.Name = "FakeHead"
  41. fakehead.Parent = chara
  42. fakehead.Position = chara.Head.Position
  43. fakehead.Transparency = 0
  44. fakehead.face.Texture = "http://www.roblox.com/asset/?id=679717621"
  45. local fakeweld = Instance.new("Weld",fakehead)
  46. fakeweld.Part0 = chara.Head
  47. fakeweld.Part1 = fakehead
  48. local tail = Instance.new("Part",chara)
  49.  
  50. local sholpad = Instance.new("Part",chara)
  51.  
  52. local cape = Instance.new("Part",chara)
  53.  
  54. local hand1 = Instance.new("Part",chara)
  55. hand1.Name = "Hand1"
  56. hand1.Size = Vector3.new(.8,.8,.8)
  57. hand1.Transparency = 1
  58. hand1.Position = chara["Left Arm"].Position
  59. local hand1weld = Instance.new("Weld",hand1)
  60. hand1weld.Part0 = chara["Left Arm"]
  61. hand1weld.Part1 = hand1
  62. hand1weld.C0 = CFrame.new(0,-1,0)
  63. local hand2 = hand1:Clone()
  64. hand2.Name = "Hand2"
  65. hand2.Parent = chara
  66. hand2.Position = chara["Right Arm"].Position
  67. local hand2weld = Instance.new("Weld",hand2)
  68. hand2weld.Part0 = chara["Right Arm"]
  69. hand2weld.Part1 = hand2
  70. hand2weld.C0 = CFrame.new(0,-1,0)
  71. local orbuu = Instance.new("Part", chara)
  72. orbuu.Size = Vector3.new(0,0,0)
  73. orbuu.Name = "DiamondPoint"
  74. orbuu.Anchored = true
  75. orbuu.CanCollide = false
  76. orbuu.Transparency = 1
  77. local orbuur = Instance.new("Part", chara)
  78. orbuur.Size = Vector3.new(1,1,1)
  79. orbuur.Name = "Diamond"
  80. orbuur.Position = chara.Head.Position
  81. orbuur.CanCollide = false
  82. orbuur.BrickColor = BrickColor.new("Institutional white")
  83. orbuur.Reflectance = 1
  84. local orbforce = Instance.new("BodyPosition",orbuur)
  85. orbforce.D = 400
  86. local meshooo = Instance.new("SpecialMesh", orbuur)
  87. meshooo.MeshType = "FileMesh"
  88. meshooo.MeshId = "http://www.roblox.com/asset/?id=9756362"
  89. local RotationSpeed = 10
  90. local BobSpeed = 2
  91. local RotationDist = Vector3.new(10, 0, 0)
  92. local dt = 0
  93. local currentTime = 0
  94. local laserpoint = orbuu:Clone()
  95. laserpoint.Parent = chara
  96. laserpoint.Position = chara.Torso.Position
  97. laserpoint.Name = "LaserPoint"
  98. laserpoint.Anchored = false
  99. local lsptweld = Instance.new("Weld",laserpoint)
  100. lsptweld.Part0 = chara.Torso
  101. lsptweld.Part1 = laserpoint
  102. lsptweld.C0 = CFrame.new(0,6,0)
  103.  
  104. --Za Sounds--
  105. local summonsound = Instance.new("Sound", chara.Torso)
  106. summonsound.SoundId = "http://www.roblox.com/asset/?id=367850772"
  107. summonsound.Volume = 1
  108. local lassnd = Instance.new("Sound", orbuur)
  109. lassnd.SoundId = "http://www.roblox.com/asset/?id=228343271"
  110. lassnd.Volume = 1
  111. local blastsnd = Instance.new("Sound", chara.Torso)
  112. blastsnd.SoundId = "http://www.roblox.com/asset/?id=200633327"
  113. blastsnd.Volume = 1
  114. local metsnd = Instance.new("Sound", chara.Torso)
  115. metsnd.SoundId = "http://www.roblox.com/asset/?id=367850840"
  116. metsnd.Volume = 1
  117. local swdsnd = Instance.new("Sound", chara.Torso)
  118. swdsnd.SoundId = "http://www.roblox.com/asset/?id=231917758"
  119. swdsnd.Volume = 1
  120. local swd2snd = Instance.new("Sound", chara.Torso)
  121. swd2snd.SoundId = "http://www.roblox.com/asset/?id=154965962"
  122. swd2snd.Volume = 1
  123. local hitsnd = Instance.new("Sound", chara.Torso)
  124. hitsnd.SoundId = "http://www.roblox.com/asset/?id=154965973"
  125. hitsnd.Volume = 1
  126. local eckssnd = Instance.new("Sound", chara.Torso)
  127. eckssnd.SoundId = "http://www.roblox.com/asset/?id=258057783"
  128. eckssnd.Volume = 1
  129. local music1 = Instance.new("Sound", chara.Torso)
  130. music1.SoundId = "http://www.roblox.com/asset/?id=547275939"
  131. music1.Volume = 1
  132. music1.Looped = true
  133. music1:Play()
  134.  
  135. --Za Effects--
  136. color3colour = {BrickColor.new("Really red").Color,BrickColor.new("Neon orange").Color,BrickColor.new("New yeller").Color,BrickColor.new("Lime green").Color,BrickColor.new("Really blue").Color,BrickColor.new("Alder").Color}
  137. breekcolour = {BrickColor.new("Really red"),BrickColor.new("Neon orange"),BrickColor.new("New yeller"),BrickColor.new("Lime green"),BrickColor.new("Really blue"),BrickColor.new("Alder")}
  138. firecolour = {ColorSequenceKeypoint.new(0,BrickColor.new("Really red").Color),ColorSequenceKeypoint.new(.05,BrickColor.new("Neon orange").Color),ColorSequenceKeypoint.new(.1,BrickColor.new("New yeller").Color),ColorSequenceKeypoint.new(.15,BrickColor.new("Lime green").Color),ColorSequenceKeypoint.new(.2,BrickColor.new("Really blue").Color),ColorSequenceKeypoint.new(.25,BrickColor.new("Alder").Color),ColorSequenceKeypoint.new(1,BrickColor.new("Alder").Color)}
  139. barcolour = {ColorSequenceKeypoint.new(0,BrickColor.new("Really red").Color),ColorSequenceKeypoint.new(.2,BrickColor.new("Neon orange").Color),ColorSequenceKeypoint.new(.4,BrickColor.new("New yeller").Color),ColorSequenceKeypoint.new(.6,BrickColor.new("Lime green").Color),ColorSequenceKeypoint.new(.8,BrickColor.new("Really blue").Color),ColorSequenceKeypoint.new(1,BrickColor.new("Alder").Color)}
  140. normallife = {NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)}
  141. extendlife = {NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(0.8,0),NumberSequenceKeypoint.new(1,1)}
  142. function createrainbow(color,part,texture,size,trans,life,face,speed,accel,velsp,lock,name)
  143. local fira = Instance.new("ParticleEmitter",part)
  144. fira.Name = name
  145. fira.Color = ColorSequence.new(color)
  146. fira.Size = size
  147. fira.Texture = texture
  148. fira.Transparency = trans
  149. fira.Lifetime = life
  150. fira.EmissionDirection = face
  151. fira.Rate = 100000000
  152. fira.RotSpeed = NumberRange.new(100)
  153. fira.Speed = speed
  154. fira.VelocitySpread = velsp
  155. fira.Acceleration = accel
  156. fira.LightEmission = 1
  157. fira.LockedToPart = lock
  158. end
  159. handfire1 = createrainbow(firecolour,hand1,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new({NumberSequenceKeypoint.new(0,.4),NumberSequenceKeypoint.new(1,0)}),NumberSequence.new(extendlife),NumberRange.new(1),"Left",NumberRange.new(1),Vector3.new(0,2,0),0,false,"FireEffect")
  160. handfire2 = createrainbow(firecolour,hand2,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new({NumberSequenceKeypoint.new(0,.4),NumberSequenceKeypoint.new(1,0)}),NumberSequence.new(extendlife),NumberRange.new(1),"Right",NumberRange.new(1),Vector3.new(0,2,0),0,false,"FireEffect")
  161. createrainbow(barcolour,orbuur,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(0.8,1),NumberSequenceKeypoint.new(1,0)}),NumberSequence.new(extendlife),NumberRange.new(1),"Front",NumberRange.new(0),Vector3.new(0,0,0),0,false,"OrbEffect")
  162. local spelleffect = Instance.new("ParticleEmitter",chara.Torso)
  163. spelleffect.Texture = "http://www.roblox.com/asset/?id=679657454"
  164. spelleffect.Speed = NumberRange.new(0)
  165. spelleffect.LightEmission = 1
  166. spelleffect.Transparency = NumberSequence.new(normallife)
  167. spelleffect.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,10)})
  168. spelleffect.Rate = 0.001
  169. spelleffect.Rotation = NumberRange.new(0,359)
  170. spelleffect.RotSpeed = NumberRange.new(100)
  171. spelleffect.Lifetime = NumberRange.new(1)
  172. createrainbow(barcolour,hand2,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)}),NumberSequence.new(normallife),NumberRange.new(1),"Front",NumberRange.new(10),Vector3.new(0,0,0),1000,true,"PowerEffect")
  173. powereffect = hand2.PowerEffect
  174. powereffect.Enabled = false
  175.  
  176. --Za Name Tag--
  177. local naeeym = Instance.new("BillboardGui",chara)
  178. naeeym.Size = UDim2.new(0,0,0,0)
  179. naeeym.StudsOffset = Vector3.new(0,0,0)
  180. naeeym.Adornee = chara.Head
  181. local tecks = Instance.new("TextLabel",naeeym)
  182. tecks.BackgroundTransparency = 1
  183. tecks.BorderSizePixel = 0
  184. tecks.Text = ""
  185. tecks.Font = "Fantasy"
  186. tecks.FontSize = "Size24"
  187. tecks.TextStrokeTransparency = 1
  188. tecks.TextColor3 = Color3.new(1,1,1)
  189. tecks.TextStrokeColor3 = BrickColor.new("Really red").Color
  190. tecks.Size = UDim2.new(1,0,0.5,0)
  191.  
  192. --Za Magic "Circle"--
  193. Void = nil
  194. VoidParts = {}
  195. Equipped = false
  196. Counter = 1
  197.  
  198. function RayCast(Position, Direction, MaxDistance, IgnoreList)
  199. return game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray.new(Position, Direction.unit * (MaxDistance or 999.999)), IgnoreList)
  200. end
  201.  
  202. Player = player
  203. Character = chara
  204.  
  205. Humanoid = Character:FindFirstChild("Humanoid")
  206. Torso = Character:FindFirstChild("Torso")
  207. if not Player or not Humanoid or Humanoid.Health == 0 or not chara.Torso then
  208. return
  209. end
  210. Equipped = true
  211. Void = Instance.new("Model")
  212. Void.Name = "Void"
  213. Angle = 0
  214. for i = 1, 1 do
  215. local VoidPart = Instance.new("Part")
  216. VoidPart.Name = "VoidPart"
  217. VoidPart.Transparency = 1
  218. VoidPart.BrickColor = BrickColor.new("Really black")
  219. VoidPart.Material = Enum.Material.Plastic
  220. VoidPart.Shape = Enum.PartType.Block
  221. VoidPart.FormFactor = Enum.FormFactor.Custom
  222. VoidPart.TopSurface = Enum.SurfaceType.Smooth
  223. VoidPart.BottomSurface = Enum.SurfaceType.Smooth
  224. VoidPart.Anchored = true
  225. VoidPart.CanCollide = false
  226. VoidPart.Locked = true
  227. VoidPart.Size = Vector3.new(10, 0.2, 10)
  228. fiyer = createrainbow(firecolour,VoidPart,"",NumberSequence.new({NumberSequenceKeypoint.new(0,.4),NumberSequenceKeypoint.new(1,0)}),NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(0.99,0),NumberSequenceKeypoint.new(1,1)}),NumberRange.new(10),"Top",NumberRange.new(2),Vector3.new(0,2,0),0,false,"FireEffect")
  229. VoidPart.FireEffect.Rate = 10
  230. local BlockMesh = Instance.new("BlockMesh")
  231. BlockMesh.Scale = Vector3.new(1.5,1,1.5)
  232. BlockMesh.Parent = VoidPart
  233. VoidPart.Parent = Void
  234. local Star = Instance.new("Decal", VoidPart)
  235. Star.Texture = ""
  236. Star.Face = "Top"
  237. local Light = Instance.new("PointLight", VoidPart)
  238. Light.Color = Color3.new(1,1,1)
  239. Light.Brightness = 100
  240. Light.Range = 10
  241. table.insert(VoidParts, VoidPart)
  242. end
  243. Spawn(function()
  244. while Equipped and Humanoid.Parent and Humanoid.Health > 0 and chara do
  245. if Angle == 360 then
  246. Angle = 0
  247. end
  248. Angle = Angle + .05
  249. chara.Humanoid.MaxHealth = math.huge
  250. chara.Humanoid.Health = math.huge
  251. Counter = Counter + 1
  252. if Counter == 7 then
  253. Counter = 1
  254. end
  255. tecks.TextStrokeColor3 = color3colour[Counter]
  256. fakehead.face.Color3 = color3colour[Counter]
  257. Void.VoidPart.Decal.Color3 = color3colour[Counter]
  258. Void.VoidPart.PointLight.Color = color3colour[Counter]
  259. sholpad.BrickColor = breekcolour[Counter]
  260. local parentPos = chara.Torso.CFrame
  261. --Rotate Fluffy around the player's head
  262. local rotation = CFrame.Angles(0 , RotationSpeed * currentTime, 0)
  263. local bob = Vector3.new(0, BobSpeed * math.sin(currentTime), 0)
  264. orbuu.CFrame = ((parentPos + bob) + (rotation * RotationDist))
  265. --Wait some time so we aren't going plaid
  266. dt, currentTime = wait(1/40)
  267. if activebeam == true then
  268. orbforce.Position = laserpoint.Position
  269. else
  270. orbforce.Position = orbuu.Position
  271. end
  272. local Hit, EndPosition = RayCast(chara.Torso.Position, Vector3.new(0, -1, 0), (chara.Torso.Size.Y * 6.5), {Character})
  273. if Hit then
  274. if not Void.Parent then
  275. Void.Parent = Character
  276. end
  277. for i, v in pairs(VoidParts) do
  278. v.CFrame = CFrame.new(chara.Torso.Position.X, EndPosition.Y, chara.Torso.Position.Z) * CFrame.Angles(0, (Angle + i), 0)
  279. end
  280. else
  281. Void.Parent = nil
  282. end
  283. wait()
  284. end
  285. end)
  286.  
  287. --Za Chatting Function--
  288. function chat(string)
  289. --ch = game:GetService("Chat"):Chat(chara.Head, string, "Red")
  290. if chara:FindFirstChild("TalkingBillBoard") ~= nil then
  291. chara:FindFirstChild("TalkingBillBoard"):destroy()
  292. end
  293. local naeeym2 = Instance.new("BillboardGui",chara)
  294. naeeym2.Size = UDim2.new(0,100,0,40)
  295. naeeym2.StudsOffset = Vector3.new(0,4,0)
  296. naeeym2.Adornee = chara.Head
  297. naeeym2.Name = "TalkingBillBoard"
  298. local tecks2 = Instance.new("TextLabel",naeeym2)
  299. tecks2.BackgroundTransparency = 1
  300. tecks2.BorderSizePixel = 0
  301. tecks2.Text = string
  302. tecks2.Font = "Fantasy"
  303. tecks2.FontSize = "Size24"
  304. tecks2.TextStrokeTransparency = 0
  305. tecks2.TextColor3 = Color3.new(1,1,1)
  306. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  307. tecks2.Size = UDim2.new(1,0,0.5,0)
  308. debby:AddItem(naeeym2,1)
  309. end
  310.  
  311. --Za Tool and Values--
  312.  
  313.  
  314. --Za Animations--
  315. local blasta = Instance.new("Animation", tool)
  316. blasta.AnimationId = "http://www.roblox.com/asset/?id=86504773"
  317. local blastanim = chara.Humanoid:LoadAnimation(blasta)
  318. local summona = Instance.new("Animation", tool)
  319. summona.AnimationId = "http://www.roblox.com/asset/?id=83994319"
  320. local summonanim = chara.Humanoid:LoadAnimation(summona)
  321. local spina = Instance.new("Animation", tool)
  322. spina.AnimationId = "http://www.roblox.com/asset/?id=235542946"
  323. local spinanim = chara.Humanoid:LoadAnimation(spina)
  324.  
  325. --Hurt Function--
  326. function dealdmg(dude,dmg,spread)
  327. local finaldmg = dmg + math.random(-spread,spread)
  328. dude.Humanoid.Health = dude.Humanoid.Health - finaldmg
  329. if chara:FindFirstChild("TalkingBillBoard") ~= nil then
  330. chara:FindFirstChild("TalkingBillBoard"):destroy()
  331. end
  332. local naeeym2 = Instance.new("BillboardGui",dude)
  333. naeeym2.Size = UDim2.new(0,100,0,40)
  334. naeeym2.StudsOffset = Vector3.new(0,math.random(1,5),0)
  335. naeeym2.Adornee = dude.Head
  336. naeeym2.Name = "TalkingBillBoard"
  337. local tecks2 = Instance.new("TextLabel",naeeym2)
  338. tecks2.Position = UDim2.new(0,math.random(-50,50),0,math.random(-50,50))
  339. tecks2.BackgroundTransparency = 1
  340. tecks2.BorderSizePixel = 0
  341. tecks2.Text = "-"..finaldmg
  342. tecks2.Font = "Fantasy"
  343. tecks2.FontSize = "Size12"
  344. tecks2.TextStrokeTransparency = 0
  345. tecks2.TextColor3 = Color3.new(1,1,1)
  346. tecks2.TextStrokeColor3 = Color3.new(0,0,0)
  347. tecks2.Size = UDim2.new(1,0,0.5,0)
  348. debby:AddItem(naeeym2,1)
  349. end
  350.  
  351. --Heaven's Bolts--
  352. local LIGHTNING_STRIKE_DURATION = 3
  353. local LIGHTNING_STRIKE_COOLDOWN = 0
  354. local LIGHTNING_STRIKE_HEIGHT = 500
  355. local LIGHTNING_STRIKE_LAST_TIME = 0.2
  356. local LIGHTNING_TICK_DAMAGE = 30
  357.  
  358. function WaitForChild(parent, child)
  359. while not parent:FindFirstChild(child) do parent.ChildAdded:wait() end
  360. return parent[child]
  361. end
  362.  
  363. local Tool2 = tool
  364. local Character2 = nil
  365. local Humanoid2 = nil
  366. local Mouse = nil
  367.  
  368. local KeyDownConn = nil
  369. local KeyUpConn = nil
  370.  
  371.  
  372. local enabled = false
  373. Tool2.Enabled = true
  374.  
  375. function checkLightningHit(newLightning, lightningStart, lightningEnd, EffectPart)
  376. newLightning.Transparency = 0
  377. newLightning.BrickColor = breekcolour[math.random(1,#breekcolour)]
  378. newLightning.Material = Enum.Material.Neon
  379. local newLightningSound = Instance.new("Sound", game.Workspace)
  380. newLightningSound.SoundId = "http://www.roblox.com/asset/?id=224339201"
  381. newLightningSound.Pitch = 1 + math.rad(-.1,.1)
  382. newLightningSound.Volume = 1
  383. newLightningSound.PlayOnRemove = true
  384. newLightningSound:Destroy()
  385.  
  386. local hitParts = workspace:FindPartsInRegion3(Region3.new(lightningEnd - Vector3.new(2, 0, 2), lightningStart + Vector3.new(2, 0, 2)))
  387.  
  388. --local hitPart = workspace:FindPartOnRay(lightningRay, newLightning)
  389. local hitHums = {}
  390. for _, hitPart in pairs(hitParts) do
  391. if hitPart then
  392. local char = hitPart.Parent
  393. if char and char.Parent then
  394. if not char:FindFirstChild("Humanoid") then char = char.Parent end
  395. local hum = char:FindFirstChild("Humanoid")
  396. if hum and not hitHums[hum] then
  397. if hum.Health > 0 then
  398. end
  399. hitHums[hum] = true
  400. dealdmg(char,30,5)
  401. end
  402. end
  403. end
  404. end
  405.  
  406. wait(.1)
  407. EffectPart.PowerEffect.Enabled = false
  408. newLightning.Transparency = .25
  409. newLightning.BrickColor = breekcolour[math.random(1,#breekcolour)]
  410. wait(.1)
  411. newLightning.Transparency = .5
  412. newLightning.BrickColor = breekcolour[math.random(1,#breekcolour)]
  413. newLightning.Mesh.Scale = newLightning.Mesh.Scale - Vector3.new(1,0,1)
  414. wait(.1)
  415. newLightning.Transparency = .75
  416. newLightning.BrickColor = breekcolour[math.random(1,#breekcolour)]
  417. newLightning.Mesh.Scale = newLightning.Mesh.Scale - Vector3.new(1,0,1)
  418. wait(.1)
  419. newLightning:Remove()
  420. newLightningSound:destroy()
  421. end
  422.  
  423. function MakeLightningAt(targetPoint)
  424. print("make lightning at")
  425. local lightningStart = targetPoint + Vector3.new(0, LIGHTNING_STRIKE_HEIGHT, 0)
  426. local lightningRay = Ray.new(lightningStart, Vector3.new(0, -LIGHTNING_STRIKE_HEIGHT - 50, 0))
  427. local lightningHitPart, lightningEnd = workspace:FindPartOnRay(lightningRay)
  428.  
  429. local ignoreTable = {}
  430. while (lightningHitPart and lightningHitPart.Parent and lightningHitPart.Parent:FindFirstChild("Humanoid")) or (lightningHitPart and lightningHitPart.Parent and lightningHitPart.Parent.Parent and lightningHitPart.Parent.Parent:FindFirstChild("Humanoid")) do
  431. table.insert(ignoreTable, lightningHitPart)
  432. lightningHitPart, lightningEnd = workspace:FindPartOnRayWithIgnoreList(lightningRay, ignoreTable)
  433. end
  434.  
  435. if lightningHitPart then
  436. print("actually making some lightning")
  437. local EffectPart = Instance.new("Part",game.Workspace)
  438. EffectPart.Size = Vector3.new(1,1,1)
  439. EffectPart.Anchored = true
  440. EffectPart.Transparency = 1
  441. EffectPart.Position = targetPoint
  442. debby:AddItem(EffectPart,3)
  443. createrainbow(barcolour,EffectPart,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new(5),NumberSequence.new(normallife),NumberRange.new(1),"Front",NumberRange.new(50),Vector3.new(0,0,0),1000,false,"PowerEffect")
  444. -- make the lightning from lightningStart to lightningEnd, electrocutin' lightningHitPart
  445. local newLightning = Instance.new("Part")
  446. newLightning.Size = Vector3.new(1, 1, 1)
  447. --newLightning.Size = Vector3.new(2, lightningStart.Y - lightningEnd.Y, 2)
  448. newLightning.Transparency = .8
  449. newLightning.Anchored = false
  450. newLightning.BrickColor = BrickColor.new("Really red") -- Toothpaste
  451.  
  452. local newCylinderMesh = Instance.new("BlockMesh")
  453. newCylinderMesh.Scale = Vector3.new(3, lightningStart.Y - lightningEnd.Y, 3)
  454. newCylinderMesh.Parent = newLightning
  455.  
  456. local newLightningFloatForce = Instance.new("BodyForce")
  457. newLightningFloatForce.force = Vector3.new(0, newLightning:GetMass()*196.2, 0)
  458. newLightningFloatForce.Parent = newLightning
  459.  
  460. local newBAV = Instance.new("BodyAngularVelocity")
  461. newBAV.angularvelocity = Vector3.new(0, 10, 0)
  462. newBAV.P = 1000
  463. newBAV.maxTorque = Vector3.new(0, newBAV.P, 0)
  464. newBAV.Parent = newLightning
  465.  
  466. newLightning.CanCollide = false
  467. newLightning.CFrame = CFrame.new((lightningStart + lightningEnd) / 2)
  468.  
  469. -- for _, blockFace in pairs(BLOCK_FACES) do
  470. -- local newLightningDecal = LightningDecal:Clone()
  471. -- newLightningDecal.Face = blockFace
  472. -- newLightningDecal.Parent = newLightning
  473. -- end
  474.  
  475. newLightning.Parent = workspace
  476. -- game:GetService("Debris"):AddItem(newLightning, LIGHTNING_STRIKE_LAST_TIME+.2)
  477. -- delay(LIGHTNING_STRIKE_LAST_TIME, function() checkLightningHit(newLightning, lightningRay) end)
  478. delay(LIGHTNING_STRIKE_LAST_TIME, function() checkLightningHit(newLightning, lightningStart, lightningEnd, EffectPart) end)
  479. -- for i = 0, 4 do
  480. -- delay(i*LIGHTNING_STRIKE_LAST_TIME/4, function() checkLightningHit(newLightning, lightningRay) end)
  481. -- end
  482. return true
  483. else
  484. return false
  485. end
  486. end
  487.  
  488. local lightningStrikeCoroutine = nil
  489. local lightningButtonDown = false
  490. function LightningStrike()
  491. print("lightningStrike")
  492. local startTime = tick()
  493. while tick() - startTime < LIGHTNING_STRIKE_DURATION do
  494. if Mouse and lightningButtonDown then
  495. local mouseHit = Mouse.Hit
  496. if mouseHit and MakeLightningAt(mouseHit.p) then wait(.05) end
  497. end
  498. wait()
  499. end
  500. wait(LIGHTNING_STRIKE_COOLDOWN)
  501. Tool2.Enabled = true
  502. powereffect.Enabled = false
  503. summonanim:Stop()
  504. lightningStrikeCoroutine = nil
  505. end
  506.  
  507. --Beam of Purity--
  508. Tool3 = tool
  509. Me = chara
  510. SHOOTOH = true
  511. on = true
  512. mode = true
  513. local force = Instance.new("BodyPosition")
  514. force.Parent = nil
  515. local P2 = Instance.new("Part")
  516. P2.formFactor = 0
  517. P2.Parent = nil
  518. P2.BrickColor = BrickColor.new("White")
  519. P2.Anchored = true
  520. P2.CanCollide = false
  521. P2.TopSurface = "Smooth"
  522. P2.BottomSurface = "Smooth"
  523. P2.Name = "Laser"
  524. function explodtouch(hit)
  525. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  526. dealdmg(hit.Parent,5,3)
  527. end
  528. end
  529. function Click(mouse)
  530. if (SHOOTOH == true) then
  531. SHOOTOH = false
  532. local EffectPart = Instance.new("Part",game.Workspace)
  533. EffectPart.Size = Vector3.new(1,1,1)
  534. EffectPart.Anchored = true
  535. EffectPart.Transparency = 1
  536. createrainbow(barcolour,EffectPart,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new(5),NumberSequence.new(normallife),NumberRange.new(.5),"Front",NumberRange.new(50),Vector3.new(0,0,0),1000,false,"PowerEffect")
  537. lassnd:Play()
  538. for i = 1,30 do
  539. local P = Instance.new("Part")
  540. local Place0 = CFrame.new(orbuur.CFrame.x,orbuur.CFrame.y,orbuur.CFrame.z)
  541. local Place1 = Mouse.Hit.p
  542. EffectPart.Position = Place1
  543. local meshla = Instance.new("BlockMesh", P)
  544. meshla.Scale = Vector3.new(1,1,1)
  545. P.formFactor = 0
  546. P.Size = Vector3.new(1,1,(Place0.p - Place1).magnitude)
  547. P.Name = "Laser"
  548. P.CFrame = CFrame.new((Place0.p + Place1)/2,Place0.p)
  549. P.Parent = game.Workspace
  550. P.BrickColor = BrickColor.new("Institutional white")
  551. P.Material = "Neon"
  552. P.Anchored = true
  553. P.CanCollide = false
  554. P.Locked = true
  555. P.BottomSurface = "Smooth"
  556. P.TopSurface = "Smooth"
  557. local E = Instance.new("Explosion")
  558. E.Position = Place1
  559. E.Parent = game.Workspace
  560. E.BlastPressure = 0
  561. E.Visible = false
  562. E.Hit:connect(explodtouch)
  563. wait(0.01)
  564. P:remove()
  565. end
  566. ----
  567. EffectPart.PowerEffect.Enabled = false
  568. wait(1)
  569. SHOOTOH = true
  570. EffectPart:Destroy()
  571. local cheeld = script:GetChildren()
  572. tool.Enabled = true
  573. summonanim:Stop()
  574. powereffect.Enabled = false
  575. activebeam = false
  576. end
  577. end
  578.  
  579. --Holy Blast--
  580. function fire(v)
  581. local vCharacter = chara
  582. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  583. local missile = Instance.new("Part",game.Workspace)
  584. local spawnPos = orbuur.Position
  585. missile.Position = spawnPos
  586. missile.Material = "Neon"
  587. missile.Size = Vector3.new(1,1,1)
  588. missile.Velocity = v * 100
  589. missile.BrickColor = BrickColor.new("Institutional white")
  590. missile.Shape = 1
  591. missile.Name = "Blast"
  592. createrainbow(firecolour,missile,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new({NumberSequenceKeypoint.new(0,.4),NumberSequenceKeypoint.new(1,0)}),NumberSequence.new(extendlife),NumberRange.new(1),"Left",NumberRange.new(0),Vector3.new(0,0,0),0,false,"FireEffect")
  593. --createrainbow(barcolour,missile,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new(1),NumberSequence.new(normallife),NumberRange.new(.5),"Front",NumberRange.new(10),Vector3.new(0,0,0),1000,false,"PowerEffect")
  594. --missile.PowerEffect.Enabled = false
  595. local mesh1 = Instance.new("SpecialMesh",missile)
  596. mesh1.MeshType = "Sphere"
  597. local force = Instance.new("BodyForce")
  598. force.force = Vector3.new(0,missile:GetMass()*196.2,0)
  599. force.Parent = missile
  600. missile.Touched:connect(function (hit)
  601. if (hit ~= orbuur and hit ~= orbuu and hit ~= laserpoint and hit.Name ~= "Blast" and missile.Anchored == false) then
  602. missile.Anchored = true
  603. missile.CanCollide = false
  604. missile.FireEffect:Destroy()
  605. --missile.PowerEffect.Enabled = true
  606. local E = Instance.new("Explosion")
  607. E.Position = missile.Position
  608. E.Parent = game.Workspace
  609. E.BlastPressure = 0
  610. E.Visible = false
  611. E.Hit:connect(explodtouch)
  612. wait(0.1)
  613. --missile.PowerEffect.Enabled = false
  614. missile.Transparency = .25
  615. missile.Mesh.Scale = Vector3.new(1.5,1.5,1.5)
  616. wait(0.1)
  617. missile.Transparency = .5
  618. missile.Mesh.Scale = Vector3.new(2,2,2)
  619. wait(0.1)
  620. missile.Transparency = .75
  621. missile.Mesh.Scale = Vector3.new(2.5,2.5,2.5)
  622. wait(0.1)
  623. missile:Destroy()
  624. end
  625. end)
  626. debby:AddItem(missile,10)
  627. end
  628.  
  629. --Gaia Shatterer--
  630. function meteorfire(v)
  631. local vCharacter = chara
  632. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  633. local missile = Instance.new("Part",game.Workspace)
  634. local spawnPos = chara.Head.Position + Vector3.new(0,100,0)
  635. missile.Position = spawnPos
  636. missile.Material = "Neon"
  637. missile.Size = Vector3.new(5,5,5)
  638. missile.Velocity = v * 100
  639. missile.BrickColor = BrickColor.new("Institutional white")
  640. missile.Shape = 1
  641. missile.Name = "Blast"
  642. createrainbow(firecolour,missile,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new({NumberSequenceKeypoint.new(0,10),NumberSequenceKeypoint.new(1,0)}),NumberSequence.new(extendlife),NumberRange.new(5),"Left",NumberRange.new(0),Vector3.new(0,0,0),0,false,"FireEffect")
  643. createrainbow(firecolour,missile,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new(10),NumberSequence.new(normallife),NumberRange.new(5),"Front",NumberRange.new(30),Vector3.new(0,0,0),1000,false,"PowerEffect")
  644. missile.PowerEffect.Enabled = false
  645. local mesh1 = Instance.new("SpecialMesh",missile)
  646. mesh1.MeshType = "Sphere"
  647. mesh1.Scale = Vector3.new(2,2,2)
  648. local force = Instance.new("BodyForce")
  649. force.force = Vector3.new(0,missile:GetMass()*196.2,0)
  650. force.Parent = missile
  651. missile.Touched:connect(function (hit)
  652. if (hit ~= orbuur and hit ~= orbuu and hit ~= laserpoint and hit.Name ~= "Blast" and missile.Anchored == false) then
  653. missile.Anchored = true
  654. missile.CanCollide = false
  655. missile.FireEffect:Destroy()
  656. missile.PowerEffect.Enabled = true
  657. local exsnd = Instance.new("Sound",missile)
  658. exsnd.SoundId = "http://www.roblox.com/asset/?id=142070127"
  659. exsnd.Volume = 1
  660. exsnd.PlayOnRemove = true
  661. exsnd:Destroy()
  662. local E = Instance.new("Explosion")
  663. E.Position = missile.Position
  664. E.Parent = game.Workspace
  665. E.BlastPressure = 0
  666. E.BlastRadius = 15
  667. E.Visible = false
  668. E.Hit:connect(explodtouch2)
  669. wait(0.1)
  670. missile.Transparency = .25
  671. missile.Mesh.Scale = Vector3.new(2.5,2.5,2.5)
  672. wait(0.1)
  673. missile.Transparency = .5
  674. missile.Mesh.Scale = Vector3.new(3,3,3)
  675. wait(0.1)
  676. missile.Transparency = .75
  677. missile.Mesh.Scale = Vector3.new(3.5,3.5,3.5)
  678. wait(0.1)
  679. missile.PowerEffect.Enabled = false
  680. missile.Transparency = 1
  681. wait(6)
  682. missile:Destroy()
  683. end
  684. end)
  685. debby:AddItem(missile,10)
  686. end
  687. function meteor2fire(v)
  688. local vCharacter = chara
  689. local vPlayer = game.Players:playerFromCharacter(vCharacter)
  690. local missile = Instance.new("Part",game.Workspace)
  691. local spawnPos = chara.Head.Position + Vector3.new(0,100,0)
  692. missile.Position = spawnPos
  693. missile.Material = "Neon"
  694. missile.Size = Vector3.new(10,10,10)
  695. missile.Velocity = v * 50
  696. missile.BrickColor = BrickColor.new("Institutional white")
  697. missile.Shape = 1
  698. missile.Name = "Blast"
  699. createrainbow(firecolour,missile,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new({NumberSequenceKeypoint.new(0,15),NumberSequenceKeypoint.new(1,0)}),NumberSequence.new(extendlife),NumberRange.new(5),"Left",NumberRange.new(0),Vector3.new(0,0,0),0,false,"FireEffect")
  700. createrainbow(firecolour,missile,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new(15),NumberSequence.new(normallife),NumberRange.new(5),"Front",NumberRange.new(50),Vector3.new(0,0,0),1000,false,"PowerEffect")
  701. missile.PowerEffect.Enabled = false
  702. local mesh1 = Instance.new("SpecialMesh",missile)
  703. mesh1.MeshType = "Sphere"
  704. mesh1.Scale = Vector3.new(2,2,2)
  705. local force = Instance.new("BodyForce")
  706. force.force = Vector3.new(0,missile:GetMass()*196.2,0)
  707. force.Parent = missile
  708. missile.Touched:connect(function (hit)
  709. if (hit ~= orbuur and hit ~= orbuu and hit ~= laserpoint and hit.Name ~= "Blast" and missile.Anchored == false) then
  710. missile.Anchored = true
  711. missile.CanCollide = false
  712. missile.FireEffect:Destroy()
  713. missile.PowerEffect.Enabled = true
  714. local exsnd = Instance.new("Sound",missile)
  715. exsnd.SoundId = "http://www.roblox.com/asset/?id=142070127"
  716. exsnd.Volume = 1
  717. exsnd.Pitch = 0.5
  718. exsnd.PlayOnRemove = true
  719. exsnd:Destroy()
  720. local E = Instance.new("Explosion")
  721. E.Position = missile.Position
  722. E.Parent = game.Workspace
  723. E.BlastPressure = 0
  724. E.BlastRadius = 30
  725. E.Visible = false
  726. E.Hit:connect(explodtouch3)
  727. wait(0.1)
  728. missile.Transparency = .25
  729. missile.Mesh.Scale = Vector3.new(2.5,2.5,2.5)
  730. wait(0.1)
  731. missile.Transparency = .5
  732. missile.Mesh.Scale = Vector3.new(3,3,3)
  733. wait(0.1)
  734. missile.Transparency = .75
  735. missile.Mesh.Scale = Vector3.new(3.5,3.5,3.5)
  736. wait(0.1)
  737. missile.PowerEffect.Enabled = false
  738. missile.Transparency = 1
  739. wait(6)
  740. missile:Destroy()
  741. end
  742. end)
  743. debby:AddItem(missile,20)
  744. end
  745. function explodtouch2(hit)
  746. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  747. dealdmg(hit.Parent,10,5)
  748. end
  749. end
  750. function explodtouch3(hit)
  751. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  752. dealdmg(hit.Parent,20,5)
  753. end
  754. end
  755.  
  756. --Swords of Light--
  757. function swordsummon()
  758. spinanim:Play()
  759. local sword1 = Instance.new("Part",chara)
  760. sword1.Size = Vector3.new(1,10,1)
  761. sword1.BottomSurface = 0
  762. sword1.TopSurface = 1
  763. sword1.BrickColor = BrickColor.new("Institutional white")
  764. sword1.Reflectance = 1
  765. sword1.CanCollide = false
  766. sword1.Position = chara["Left Arm"].Position
  767. local swordmesh = Instance.new("SpecialMesh",sword1)
  768. swordmesh.MeshId = "http://www.roblox.com/asset/?id=181327453"
  769. swordmesh.Offset = Vector3.new(0,-1,0)
  770. swordmesh.Scale = Vector3.new(3,3,3)
  771. createrainbow(firecolour,sword1,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new({NumberSequenceKeypoint.new(0,.4),NumberSequenceKeypoint.new(1,0)}),NumberSequence.new(extendlife),NumberRange.new(1),"Left",NumberRange.new(0),Vector3.new(0,0,0),0,false,"FireEffect")
  772. local sword2 = sword1:Clone()
  773. sword2.Parent = chara
  774. sword2.Position = chara["Right Arm"].Position
  775. local sw1weld = Instance.new("Weld",sword1)
  776. sw1weld.Part0 = chara["Left Arm"]
  777. sw1weld.Part1 = sword1
  778. sw1weld.C0 = CFrame.fromEulerAnglesXYZ(math.rad(-180),0,0)
  779. sw1weld.C0 = CFrame.new(0,10,0)
  780. local sw2weld = Instance.new("Weld",sword2)
  781. sw2weld.Part0 = chara["Right Arm"]
  782. sw2weld.Part1 = sword2
  783. sw2weld.C0 = CFrame.fromEulerAnglesXYZ(math.rad(-180),0,0)
  784. sw2weld.C0 = CFrame.new(0,10,0)
  785. sword1.Touched:connect(swordTouched)
  786. sword2.Touched:connect(swordTouched)
  787. for i = 1, 20 do
  788. wait(0.5)
  789. swdsnd:Play()
  790. swd2snd:Play()
  791. end
  792. sword1.FireEffect.Enabled = false
  793. sword2.FireEffect.Enabled = false
  794. wait(1)
  795. sword1.FireEffect:Destroy()
  796. sword2.FireEffect:Destroy()
  797. wait(.5)
  798. sword1.Transparency = 0.5
  799. sword2.Transparency = 0.5
  800. wait(.1)
  801. sword1:Destroy()
  802. sword2:Destroy()
  803. spinanim:Stop()
  804. tool.Enabled = true
  805. end
  806. function swordTouched(hit)
  807. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  808. dealdmg(hit.Parent,10,5)
  809. hitsnd:Play()
  810. end
  811. end
  812.  
  813. --Grab--
  814. function grabTouch(hit)
  815. if activegrab == true and didgrab == false then
  816. if hit.Parent:FindFirstChild("Humanoid")~=nil and hit.Parent ~= chara then
  817. local standstillf = nil
  818. activegrab = false
  819. didgrab = true
  820. powereffect.Enabled = false
  821. summonanim:Stop()
  822. local hitdude = hit.Parent
  823. hitdude.Humanoid.Health = 100
  824. hitdude.Humanoid.MaxHealth = 100
  825. hitdude.Humanoid.PlatformStand = true
  826. hitdude.Humanoid.WalkSpeed = 0
  827. chara.Humanoid.WalkSpeed = 0
  828. if hitdude:FindFirstChild("Torso") ~= nil then
  829. hitdude.Torso.CFrame = chara.Torso.CFrame + (chara.Torso.CFrame.lookVector*5)
  830. local standstill = Instance.new("BodyPosition", hitdude.Torso)
  831. standstill.Position = hitdude.Torso.Position
  832. standstillf = standstill
  833. end
  834. --if hitdude:FindFirstChild("Left Arm") ~= nil then
  835. --hitdude["Left Arm"]:destroy()
  836. --end
  837. --if hitdude:FindFirstChild("Right Arm") ~= nil then
  838. --hitdude["Right Arm"]:destroy()
  839. --end
  840. local spellcirclepart = Instance.new("Part",chara)
  841. spellcirclepart.Size = Vector3.new(1,1,1)
  842. spellcirclepart.Anchored = true
  843. spellcirclepart.Transparency = 1
  844. spellcirclepart.CFrame = chara.Torso.CFrame + (chara.Torso.CFrame.lookVector*5) - Vector3.new(0,2.5,0)
  845. local spreadpart = Instance.new("Part",chara)
  846. spreadpart.Size = Vector3.new(1,1,1)
  847. spreadpart.Anchored = true
  848. spreadpart.Transparency = 1
  849. spreadpart.CFrame = spellcirclepart.CFrame + Vector3.new(0,100,0)
  850. local scmesh = Instance.new("BlockMesh",spellcirclepart)
  851. scmesh.Scale = Vector3.new(1,1.1,1)
  852. local scdec = Instance.new("Decal",spellcirclepart)
  853. scdec.Texture = "http://www.roblox.com/asset/?id=685910499"
  854. scdec.Face = "Top"
  855. scdec.Transparency = 1
  856. local lite = Instance.new("PointLight",spellcirclepart)
  857. lite.Enabled = false
  858. lite.Brightness = 100
  859. chat("You are not going away...")
  860. wait(1)
  861. chara.Torso.CFrame = chara.Torso.CFrame + (chara.Torso.CFrame.lookVector*50)
  862. wait(1)
  863. summonanim:Play()
  864. summonsound:Play()
  865. activebeam = true
  866. powereffect.Texture = "http://www.roblox.com/asset/?id=454403109"
  867. powereffect.Enabled = true
  868. standstillf.Position = standstillf.Position + Vector3.new(0,10,0)
  869. scdec.Transparency = 0.9
  870. lite.Enabled = true
  871. lite.Range = 1
  872. for i = 1, 19 do
  873. wait(.05)
  874. scmesh.Scale = scmesh.Scale + Vector3.new(1,0,1)
  875. scdec.Transparency = scdec.Transparency - 0.05
  876. lite.Range = lite.Range + 1
  877. end
  878. wait(1)
  879. chat("Crucify.")
  880. wait(.5)
  881. lassnd:Play()
  882. eckssnd:Play()
  883. createrainbow(barcolour,spellcirclepart,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new({NumberSequenceKeypoint.new(0,10),NumberSequenceKeypoint.new(.9,10),NumberSequenceKeypoint.new(1,0)}),NumberSequence.new(extendlife),NumberRange.new(.75),"Top",NumberRange.new(200),Vector3.new(0,0,0),0,false,"FireEffect")
  884. createrainbow(barcolour,spreadpart,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new({NumberSequenceKeypoint.new(0,10),NumberSequenceKeypoint.new(.9,10),NumberSequenceKeypoint.new(1,0)}),NumberSequence.new(extendlife),NumberRange.new(.25),"Right",NumberRange.new(200),Vector3.new(0,0,0),0,false,"FireEffect")
  885. createrainbow(barcolour,spreadpart,"rbxasset://textures/particles/smoke_main.dds",NumberSequence.new({NumberSequenceKeypoint.new(0,10),NumberSequenceKeypoint.new(.9,10),NumberSequenceKeypoint.new(1,0)}),NumberSequence.new(extendlife),NumberRange.new(.25),"Left",NumberRange.new(200),Vector3.new(0,0,0),0,false,"FireEffect2")
  886. for i = 1, 10 do
  887. dealdmg(hitdude,666,0)
  888. end
  889. for i = 1, 9 do
  890. wait(.1)
  891. local che = hitdude:GetChildren()
  892. for i = 1, #che do
  893. if che[i].ClassName == "Part" then
  894. che[i].Transparency = che[i].Transparency + .1
  895. end
  896. end
  897. end
  898. wait(.1)
  899. local che = hitdude:GetChildren()
  900. for i = 1, #che do
  901. if che[i].ClassName == "Part" then
  902. che[i]:Destroy()
  903. end
  904. end
  905. wait(3)
  906. spellcirclepart.FireEffect.Enabled = false
  907. spreadpart.FireEffect.Enabled = false
  908. spreadpart.FireEffect2.Enabled = false
  909. for i = 1, 19 do
  910. wait(.05)
  911. scmesh.Scale = scmesh.Scale - Vector3.new(1,0,1)
  912. scdec.Transparency = scdec.Transparency + 0.05
  913. lite.Range = lite.Range - 1
  914. end
  915. wait(.05)
  916. spellcirclepart:Destroy()
  917. spreadpart:Destroy()
  918. summonanim:Stop()
  919. activebeam = false
  920. powereffect.Enabled = false
  921. tool.Enabled = true
  922. chara.Humanoid.WalkSpeed = 50
  923. didgrab = false
  924. end
  925. end
  926. end
  927. chara["Right Arm"].Touched:connect(grabTouch)
  928.  
  929. --Equip Unequip and Keys Function--
  930.  
  931. function keydowns(key)
  932. if tool.Enabled == true then
  933. if key == "" then
  934. tool.Enabled = false
  935. chat("Swords of Light!")
  936. summonsound:Play()
  937. swordsummon()
  938. end
  939. if key == "" then
  940. summonanim:Play()
  941. summonsound:Play()
  942. chat("Heaven's Bolts!")
  943. powereffect.Texture = "http://www.roblox.com/asset/?id=14459921"
  944. powereffect.Enabled = true
  945. tool.Enabled = false
  946. wait(2)
  947. if not lightningStrikeCoroutine then
  948. lightningStrikeCoroutine = coroutine.create(LightningStrike)
  949. coroutine.resume(lightningStrikeCoroutine)
  950. end
  951. lightningButtonDown = true
  952. end
  953. if key == "" then
  954. summonanim:Play()
  955. summonsound:Play()
  956. activebeam = true
  957. chat("Beam of Purity!")
  958. powereffect.Texture = "rbxasset://textures/particles/sparkles_main.dds"
  959. powereffect.Enabled = true
  960. tool.Enabled = false
  961. wait(2)
  962. Click()
  963. end
  964. if key == "" then
  965. summonanim:Play()
  966. summonsound:Play()
  967. activebeam = true
  968. chat("Holy Blast!")
  969. powereffect.Texture = "http://www.roblox.com/asset/?id=224413104"
  970. powereffect.Enabled = true
  971. tool.Enabled = false
  972. wait(2)
  973. for i = 1, 6 do
  974. wait(0.2)
  975. local saund = blastsnd:Clone()
  976. saund.Parent = orbuur
  977. saund.PlayOnRemove = true
  978. saund:Destroy()
  979. local targetPos = chara.Humanoid.TargetPoint
  980. local lookAt = (targetPos - orbuur.Position).unit
  981. fire(lookAt)
  982. end
  983. summonanim:Stop()
  984. activebeam = false
  985. powereffect.Enabled = false
  986. tool.Enabled = true
  987. end
  988. if key == "" then
  989. summonanim:Play()
  990. summonsound:Play()
  991. chat("Gaia Shatterer!")
  992. powereffect.Texture = "http://www.roblox.com/asset/?id=26356341"
  993. powereffect.Enabled = true
  994. tool.Enabled = false
  995. wait(2)
  996. for i = 1, 5 do
  997. wait(0.5)
  998. local saund = metsnd:Clone()
  999. saund.Parent = orbuur
  1000. saund.PlayOnRemove = true
  1001. saund:Destroy()
  1002. local targetPos = chara.Humanoid.TargetPoint
  1003. local lookAt = (targetPos - (chara.Head.Position + Vector3.new(0,100,0))).unit
  1004. meteorfire(lookAt)
  1005. end
  1006. wait(0.7)
  1007. local saund = metsnd:Clone()
  1008. saund.Parent = orbuur
  1009. saund.Pitch = 0.5
  1010. saund.PlayOnRemove = true
  1011. saund:Destroy()
  1012. local targetPos = chara.Humanoid.TargetPoint
  1013. local lookAt = (targetPos - (chara.Head.Position + Vector3.new(0,100,0))).unit
  1014. meteor2fire(lookAt)
  1015. wait(1)
  1016. summonanim:Stop()
  1017. powereffect.Enabled = false
  1018. tool.Enabled = true
  1019. end
  1020. if key == "" then
  1021. activegrab = true
  1022. summonanim:Play()
  1023. summonsound:Play()
  1024. chat("Get over here...")
  1025. powereffect.Texture = "http://www.roblox.com/asset/?id=224413104"
  1026. powereffect.Enabled = true
  1027. tool.Enabled = false
  1028. wait(5)
  1029. if didgrab == false then
  1030. chat("Agh.")
  1031. powereffect.Enabled = false
  1032. tool.Enabled = true
  1033. summonanim:Stop()
  1034. activegrab = false
  1035. elseif didgrab == true then
  1036. end
  1037. end
  1038. if key == "" then
  1039. if music == false then
  1040. music1:Play()
  1041. music = true
  1042. elseif music == true then
  1043. music1:Stop()
  1044. music = false
  1045. end
  1046. end
  1047. end
  1048. end
  1049.  
  1050. function onEquipped(mouse)
  1051. print("onEquipped")
  1052. Mouse = player:GetMouse()
  1053. if not Mouse then return end
  1054. if Mouse then Mouse.KeyDown:connect(keydowns) end
  1055. Character2 = chara
  1056. Humanoid2 = Character:FindFirstChild("Humanoid")
  1057. Torso2 = Character:FindFirstChild("Torso")
  1058. if Humanoid2 and Torso2 then
  1059. end
  1060. end
  1061.  
  1062. function onUnequipped()
  1063. print("onUnequipped")
  1064.  
  1065. Torso2 = nil
  1066. Humanoid2 = nil
  1067. Character2 = nil
  1068. Mouse = nil
  1069. end
  1070.  
  1071. tool.Equipped:connect(onEquipped)
  1072. tool.Unequipped:connect(onUnequipped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement