Advertisement
Axeuer

Untitled

Mar 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.70 KB | None | 0 0
  1. -- Objects
  2.  
  3. local NeonExxploitsUI = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Bar1 = Instance.new("Frame")
  7. local Username = Instance.new("TextBox")
  8. local Password = Instance.new("TextBox")
  9. local Login = Instance.new("TextButton")
  10. local NeonExxploitScripts = Instance.new("Frame")
  11. local Title2 = Instance.new("TextLabel")
  12. local MadeBy = Instance.new("TextLabel")
  13. local FlyTool = Instance.new("TextButton")
  14. local Exit = Instance.new("TextButton")
  15. local Luahammer = Instance.new("TextButton")
  16. local EyeOfHades = Instance.new("TextButton")
  17. local GrabKnifeV3 = Instance.new("TextButton")
  18. local ZeusStafff = Instance.new("TextButton")
  19. local TextButton = Instance.new("TextButton")
  20. local TextButton_2 = Instance.new("TextButton")
  21. local Open = Instance.new("TextButton")
  22.  
  23. -- Properties
  24.  
  25. NeonExxploitsUI.Name = "Neon Exxploits UI"
  26. NeonExxploitsUI.Parent = game.Players.LocalPlayer.PlayerGui
  27.  
  28. LoginFrame.Name = "LoginFrame"
  29. LoginFrame.Parent = NeonExxploitsUI
  30. LoginFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  31. LoginFrame.BorderColor3 = Color3.new(0, 0, 0)
  32. LoginFrame.Position = UDim2.new(0.0538118929, 0, 0.299083769, 0)
  33. LoginFrame.Size = UDim2.new(0, 287, 0, 365)
  34.  
  35. Title.Name = "Title"
  36. Title.Parent = NeonExxploitsUI
  37. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  38. Title.BorderColor3 = Color3.new(0, 0, 0)
  39. Title.Position = UDim2.new(0.105325229, 0, 0.368294954, 0)
  40. Title.Size = UDim2.new(0, 192, 0, 40)
  41. Title.Font = Enum.Font.SourceSansBold
  42. Title.FontSize = Enum.FontSize.Size36
  43. Title.Text = "Neon Exxploits"
  44. Title.TextColor3 = Color3.new(0.333333, 1, 1)
  45. Title.TextSize = 35
  46.  
  47. Bar1.Name = "Bar1"
  48. Bar1.Parent = NeonExxploitsUI
  49. Bar1.BackgroundColor3 = Color3.new(0, 0, 0)
  50. Bar1.Position = UDim2.new(0.0537216887, 0, 0.297120422, 0)
  51. Bar1.Size = UDim2.new(0, 287, 0, 34)
  52.  
  53. Username.Name = "Username"
  54. Username.Parent = NeonExxploitsUI
  55. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  56. Username.BorderColor3 = Color3.new(0, 0, 0)
  57. Username.Position = UDim2.new(0.105823278, 0, 0.481373042, 0)
  58. Username.Size = UDim2.new(0, 192, 0, 29)
  59. Username.Font = Enum.Font.SourceSansBold
  60. Username.FontSize = Enum.FontSize.Size28
  61. Username.Text = "Username"
  62. Username.TextColor3 = Color3.new(0.333333, 1, 1)
  63. Username.TextSize = 25
  64.  
  65. Password.Name = "Password"
  66. Password.Parent = NeonExxploitsUI
  67. Password.BackgroundColor3 = Color3.new(0, 0, 0)
  68. Password.BorderColor3 = Color3.new(0, 0, 0)
  69. Password.Position = UDim2.new(0.105754897, 0, 0.590969384, 0)
  70. Password.Size = UDim2.new(0, 192, 0, 31)
  71. Password.Font = Enum.Font.SourceSansBold
  72. Password.FontSize = Enum.FontSize.Size28
  73. Password.Text = "Password"
  74. Password.TextColor3 = Color3.new(0.333333, 1, 1)
  75. Password.TextSize = 25
  76.  
  77. Login.Name = "Login"
  78. Login.Parent = NeonExxploitsUI
  79. Login.BackgroundColor3 = Color3.new(0, 0, 0)
  80. Login.BorderColor3 = Color3.new(0, 0, 0)
  81. Login.Position = UDim2.new(0.106301337, 0, 0.685932338, 0)
  82. Login.Size = UDim2.new(0, 192, 0, 50)
  83. Login.Font = Enum.Font.SourceSansBold
  84. Login.FontSize = Enum.FontSize.Size28
  85. Login.Text = "Login"
  86. Login.TextColor3 = Color3.new(0.333333, 1, 1)
  87. Login.TextScaled = true
  88. Login.TextSize = 25
  89. Login.TextWrapped = true
  90.  
  91. NeonExxploitScripts.Name = "Neon Exxploit Scripts"
  92. NeonExxploitScripts.Parent = NeonExxploitsUI
  93. NeonExxploitScripts.BackgroundColor3 = Color3.new(0, 0, 0)
  94. NeonExxploitScripts.BorderColor3 = Color3.new(0.333333, 1, 1)
  95. NeonExxploitScripts.Position = UDim2.new(0.438386053, 0, 0.29188484, 0)
  96. NeonExxploitScripts.Size = UDim2.new(0, 489, 0, 397)
  97.  
  98. Title2.Name = "Title2"
  99. Title2.Parent = NeonExxploitScripts
  100. Title2.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  101. Title2.Size = UDim2.new(0, 444, 0, 43)
  102. Title2.Font = Enum.Font.SourceSansBold
  103. Title2.FontSize = Enum.FontSize.Size28
  104. Title2.Text = "Neon Exxploits Scripts"
  105. Title2.TextSize = 25
  106.  
  107. MadeBy.Name = "Made By..."
  108. MadeBy.Parent = NeonExxploitScripts
  109. MadeBy.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  110. MadeBy.BorderColor3 = Color3.new(0, 0, 0)
  111. MadeBy.Position = UDim2.new(-1.76131725e-05, 0, 0.949813545, 0)
  112. MadeBy.Size = UDim2.new(0, 210, 0, 20)
  113. MadeBy.Font = Enum.Font.SourceSansBold
  114. MadeBy.FontSize = Enum.FontSize.Size14
  115. MadeBy.Text = "Made By Axeuer"
  116. MadeBy.TextSize = 14
  117.  
  118. FlyTool.Name = "Fly Tool"
  119. FlyTool.Parent = NeonExxploitScripts
  120. FlyTool.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  121. FlyTool.Position = UDim2.new(0.57132411, 0, 0.635003924, 0)
  122. FlyTool.Size = UDim2.new(0, 200, 0, 50)
  123. FlyTool.Font = Enum.Font.SourceSansBold
  124. FlyTool.FontSize = Enum.FontSize.Size28
  125. FlyTool.Text = "Fire Eyes Electric"
  126. FlyTool.TextSize = 25
  127.  
  128. FlyTool.MouseButton1Down:connect(function()
  129. --Scripted By coolallball
  130. wait()
  131. if game.Players.LocalPlayer.Character.Animate.Disabled==false then
  132. game.Players.LocalPlayer.Character.Animate.Disabled=true
  133. end
  134. if game.Players.LocalPlayer.Character.Humanoid.Animator then
  135. game.Players.LocalPlayer.Character.Humanoid.Animator:Destroy()
  136. end
  137. wait()
  138. local Player=game.Players.LocalPlayer
  139. repeat wait()
  140. until Player
  141. local Char=Player.Character
  142. repeat wait()
  143. until Char
  144. local CurrentEffects={}
  145. local CurrentDamages={}
  146. local Human=Char.Humanoid
  147. local LArm=Char["Left Arm"]
  148. local RArm=Char["Right Arm"]
  149. local LLeg=Char["Left Leg"]
  150. local RLeg=Char["Right Leg"]
  151. local Torso=Char.Torso
  152. local RS=Torso["Right Shoulder"]
  153. local LS=Torso["Left Shoulder"]
  154. local RH=Torso["Right Hip"]
  155. local LH=Torso["Left Hip"]
  156. local Head=Char.Head
  157. local Neck=Torso.Neck
  158. local RootPart=Char.HumanoidRootPart
  159. local RootJoint=RootPart.RootJoint
  160. local equipped=false
  161. local Debounce=false
  162. local Anim="Idle"
  163. local chat = game:GetService("Chat")
  164. local Mouse=Player:GetMouse()
  165. local Lighting=game.Lighting
  166. local cam=workspace.CurrentCamera
  167. local cf=CFrame.new
  168. local v3=Vector3.new
  169. local c3=Color3.new
  170. local it=Instance.new
  171. local angles=CFrame.Angles
  172. local rad=math.rad
  173. local ran=math.random
  174. local huge=math.huge
  175. local attacking=false
  176. local attacktype=1
  177. local Sheathed=true
  178. Tool=script.Parent
  179. Equipped=false
  180. op=false
  181. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  182. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  183. LSC0=cf(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  184. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  185. RSC0=cf(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  186. ROOTC0 = cf(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  187. RHC01=cf(1, -1, 0, 0, -0.087155737, 0.99619472, 0, 0.99619472, 0.087155737, -1, 0, 0)
  188. LHC01=cf(-1, -1, 0, 0, 0.087155737, -0.99619472, 0, 0.99619472, 0.087155737, 1, 0, 0)
  189. RSC01=cf(1, 0.5, 0, 0, -0.173648179, 0.98480773, 0, 0.98480773, 0.173648179, -1, 0, 0)
  190. LSC01=cf(-1, 0.5, 0, 0, 0.173648179, -0.98480773, 0, 0.98480773, 0.173648179, 1, 0, 0)
  191. ROOTC01=cf(0, 0, 0, -0.939692616, 0.342020124, 0, 0, 0, 1, 0.342020124, 0.939692616, 0)
  192. NECKC01=cf(0, 1, 0, -0.939692616, -0.342020124, 0, -0.0593911707, 0.163175911, 0.98480773, -0.336824059, 0.925416529, -0.173648179)
  193. Joints={RH.C0,LH.C0,RS.C0,LS.C0,RootJoint.C0,Neck.C0}
  194. --why do people label stuff with comments, y.
  195. r=game:service'RunService'.RenderStepped
  196. clerp=function(a,b,t)
  197. return a:lerp(b,t)
  198. end
  199. Combo=0
  200. TotalDamage=0
  201. Damage=0
  202. ComboMoves={}
  203. Inputs={}
  204. CurrentTarget=""
  205. Inp=Player:GetChildren()
  206. LastAnim=""
  207.  
  208. print(cam.CameraType)
  209. Human.WalkSpeed=30
  210. Human.JumpPower=50
  211.  
  212. for i=1,#Inp do
  213. if Inp[i]:IsA('Sound') then Inp[i]:Remove() end
  214. end
  215.  
  216. --Functions
  217.  
  218. function FindDist(a,b)
  219. return math.sqrt((b.p.x-a.p.x)^2+(b.p.y-a.p.y)^2+(b.p.z-a.p.z)^2)
  220. end
  221.  
  222. Round=function(Num)
  223. local mid=math.ceil(Num)
  224. mid=mid-.5
  225. if Num>=mid then
  226. return math.ceil(Num)
  227. else return math.floor(Num)
  228. end
  229. end
  230.  
  231. SFX=function(id,name,vol)
  232. local s=it("Sound",Sounds)
  233. s.SoundId=id
  234. s.Name=name
  235. s.Volume=vol
  236. end
  237.  
  238. gui = function(GuiType, parent, text, backtrans, backcol, pos, size)
  239. local gui = Instance.new(GuiType)
  240. gui.Parent = parent
  241. gui.Text = text
  242. gui.BackgroundTransparency = backtrans
  243. gui.BackgroundColor3 = backcol
  244. gui.SizeConstraint = "RelativeXY"
  245. gui.TextXAlignment = "Center"
  246. gui.TextYAlignment = "Center"
  247. gui.Position = pos
  248. gui.Size = size
  249. gui.Font = "Cartoon"
  250. gui.FontSize = "Size60"
  251. gui.TextWrapped = false
  252. gui.TextStrokeTransparency = 0
  253. gui.TextColor = BrickColor.new("Pastal white")
  254. return gui
  255. end
  256.  
  257. Torso.Anchored=false
  258.  
  259.  
  260.  
  261. function rayCast(Position, Direction, Range, Ignore)
  262. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  263. end
  264. --Damage function
  265. function Damage(part,min,max,range,font)
  266. for i,v in pairs(workspace:GetChildren()) do
  267. if v:FindFirstChild('Humanoid') and v:FindFirstChild('Torso') and v.ClassName=="Model" and FindDist(part,v.Torso.CFrame)<=range and v.Name~= Player.Name then
  268. local dmg=Round(math.random(min,max))
  269. local bil=Instance.new("BillboardGui",v:FindFirstChild("Torso"))
  270. bil.Adornee=v:FindFirstChild("Torso")
  271. bil.Size=UDim2.new(0, 500, 0, 500)
  272. bil.ExtentsOffset=Vector3.new(ran(-3,3),ran(-3,3),ran(-3,3))
  273. local tx=Instance.new("TextLabel",bil)
  274. tx.Text=""..dmg..""
  275. tx.Font="Cartoon"
  276. tx.FontSize="Size60"
  277. tx.TextWrapped = false
  278. tx.TextStrokeTransparency = 0
  279. tx.TextColor = BrickColor.new("Pastel white")
  280. tx.TextXAlignment = "Center"
  281. tx.TextYAlignment = "Center"
  282. tx.TextWrapped = false
  283. tx.SizeConstraint = "RelativeXY"
  284. v:FindFirstChild('Humanoid'):TakeDamage(math.random(min,max))
  285. spawn(function()
  286. for ii=1,10 do r:wait()
  287. tx.TextTransparency=ii/10 end
  288. bil:Destroy() end)
  289. end end end
  290.  
  291. sine=1
  292. change=1
  293.  
  294. --Detect State
  295.  
  296. detect_state = function()
  297. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  298. local velocity = RootPart.Velocity.y
  299. sine = sine + change
  300. local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Char)
  301. if attacking==false then
  302. if RootPart.Velocity.y > 1 and hit == nil and attacking==false then
  303. Anim = "Jump"--print(Anim)
  304. Neck.C0=clerp(Neck.C0,necko*angles(rad(-15),rad(0),rad(0)),.3)
  305. RH.C0=clerp(RH.C0,RHC0*angles(rad(-10),rad(0),rad(0)),.3)
  306. LH.C0=clerp(LH.C0,LHC0*angles(rad(-10),rad(0),rad(0)),.3)
  307. RS.C0=clerp(RS.C0,RSC0*angles(rad(-20),rad(0),rad(-20)),.3)
  308. LS.C0=clerp(LS.C0,LSC0*angles(rad(-20),rad(0),rad(20)),.3)
  309. elseif RootPart.Velocity.y < -1 and hit == nil and attacking==false then
  310. Anim = "Fall"--print(Anim)
  311. Neck.C0=clerp(Neck.C0,necko*angles(rad(35),rad(0),rad(0)),.3)
  312. RH.C0=clerp(RH.C0,RHC01*angles(rad(0),rad(0),rad(-5)),.3)
  313. LH.C0=clerp(LH.C0,LHC01*angles(rad(0),rad(0),rad(20)),.3)
  314. RS.C0=clerp(RS.C0,RSC0*angles(rad(-100),rad(0),rad(0)),.3)
  315. LS.C0=clerp(LS.C0,LSC0*angles(rad(-100),rad(0),rad(0)),.3)
  316. LastAnim="Fall"
  317. elseif Torsovelocity < 1 and hit ~= nil and Equipped==false and attacking==false then
  318. Anim = "Idle"--print(Anim)
  319. change=1
  320. if LastAnim~="Idle" then LastAnim="Idle"
  321. for i=1,16 do r:wait()
  322. RS.C0=RS.C0:lerp(RSC01,.3)
  323. LS.C0=LS.C0:lerp(LSC01,.3)
  324. RH.C0=RH.C0:lerp(RHC01,.3)
  325. LH.C0=LH.C0:lerp(LHC01,.3)
  326. RootJoint.C0=RootJoint.C0:lerp(ROOTC01,.3)
  327. Neck.C0=Neck.C0:lerp(NECKC01,.3)
  328. end
  329. end
  330. r:wait() RS.C0=RS.C0*cf(0,(math.cos(sine/15))/200,0)*angles(0,(math.cos(sine/-15))/-300,0)
  331. LS.C0=LS.C0*cf(0,(math.cos(sine/15))/200,0)*angles(0,(math.cos(sine/15))/300,0)
  332. Neck.C0=Neck.C0*angles((math.cos(sine/15))/300,0,0)
  333. RH.C0=RH.C0*cf((math.cos(sine/-15))/500,0,0)
  334. LH.C0=LH.C0*cf((math.cos(sine/-15))/500,0,0)
  335. RootJoint.C0=RootJoint.C0*cf(0,0,(math.cos(sine/15))/500)
  336. elseif Torsovelocity > 2 and hit ~= nil and attacking==false then
  337. Anim = "Walk" --print(Anim)
  338. r:wait()
  339. change=3
  340. Neck.C0=clerp(Neck.C0,necko*angles(rad(0),0,0),.3)
  341. RootJoint.C0 = clerp(RootJoint.C0, ROOTC0 * cf(0, 0, 0) * angles(math.rad(10 + 1 * math.cos(sine / 15)), math.rad(0), 0), .3)
  342. RH.C0 = clerp(RH.C0, cf(0, 0, 0 - 0.5 * math.cos(sine / 10) / 2) * RHC0 * angles(math.rad(-3), math.rad(10), math.rad(30 * math.cos(sine / 10))), .3)
  343. LH.C0 = clerp(LH.C0, cf(0, 0, 0 + 0.5 * math.cos(sine / 10) / 2) * LHC0 * angles(math.rad(-3), math.rad(10), math.rad(30 * math.cos(sine / 10))), .3)
  344. RS.C0 = clerp(RS.C0, RSC0 * angles(math.rad(-10), math.rad(10), math.rad(-20)),.3)
  345. LS.C0 = clerp(LS.C0, LSC0 * angles(math.rad(-10), math.rad(10), math.rad(20)),.3)
  346. LastAnim="Walk"
  347. end
  348. end
  349. end
  350.  
  351. --Folders+More functions
  352.  
  353. Effects=Instance.new("Folder",Char)
  354. Effects.Name="Effects"
  355. Welds=Instance.new("Folder",Char)
  356. Welds.Name="Welds"
  357. Sounds=Instance.new("Folder",Char)
  358. Sounds.Name="Sounds"
  359. part=function(parent,anchored,cancollide,size,cframe,col3,material,trans)
  360. local p=it("Part",parent)
  361. p.Anchored=anchored
  362. p.CanCollide=cancollide
  363. p.Size=size
  364. p.CFrame=cframe
  365. p.Color=col3
  366. p.Material=material
  367. p.Transparency=trans
  368. return p
  369. end
  370.  
  371. mesh=function(parent,ttype,scale)
  372. local m=it("SpecialMesh",parent)
  373. m.MeshType=ttype
  374. m.Scale=scale
  375. return m
  376. end
  377.  
  378. spmesh=function(parent,id,scale)
  379. local m=it("SpecialMesh",parent)
  380. m.MeshId=id
  381. m.Scale=scale
  382. return m
  383. end
  384.  
  385. local Smooth=function(Table)
  386. for _, v in pairs(Table) do
  387. if v.ClassName=="Part" then
  388. v.TopSurface,v.BottomSurface,v.BackSurface,v.FrontSurface,v.LeftSurface,v.RightSurface=10,10,10,10,10,10 end end
  389. end
  390.  
  391. local function PowerGlow(Parent,Cframe,Col1,Col2,Material,Size)spawn(function()
  392. local Colours = {BrickColor.new(Col1),BrickColor.new(Col2)}
  393. local Power1 = Instance.new("Part", Parent)
  394. Power1.CFrame = Cframe
  395. Power1.Size = Vector3.new(0,0,0)
  396. Power1.TopSurface = 0
  397. Power1.BottomSurface = 0
  398. Power1.CanCollide = false
  399. Power1.Anchored = true
  400. Power1.Material = Material
  401. Power1.BrickColor = Colours[math.random(1,#Colours)]
  402. local m = Instance.new("SpecialMesh", Power1)
  403. m.MeshType = "Sphere"
  404. m.Scale = Vector3.new(Size*.3,Size*.3,Size*.3)
  405. local a = Size/30
  406. local b = Size/30
  407. local c = (Size/3)*13.25999999
  408. Power1.CFrame = Power1.CFrame*CFrame.Angles(rad(90),0,0)
  409. for i = 1,10 do
  410. m.Scale = m.Scale+Vector3.new(a,b,c/2)
  411. Power1.Transparency = i/10
  412. game:service'RunService'.RenderStepped:wait()
  413. end
  414. m:Destroy()
  415. Power1:Destroy()end)
  416. end
  417.  
  418. Lightning = function(Start,End,Times,Offset,Color,Thickness)
  419.  
  420. local magz = (Start - End).magnitude local curpos = Start local trz = {-Offset,Offset}
  421.  
  422. for i=1,Times do
  423.  
  424. local li = Instance.new("Part",Char) li.TopSurface =0 li.BottomSurface = 0 li.Anchored = true
  425.  
  426. li.Material = "Neon"
  427.  
  428. li:BreakJoints()
  429.  
  430. li.Transparency = 0 li.BrickColor = Color
  431.  
  432. li.formFactor = "Custom" li.CanCollide = false
  433.  
  434. li.Size = Vector3.new(Thickness,Thickness,magz/Times)
  435.  
  436. local ofz = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  437.  
  438. local trolpos = CFrame.new(curpos,End)*CFrame.new(0,0,magz/Times).p+ofz
  439.  
  440. if Times == i then
  441.  
  442. local magz2 = (curpos - End).magnitude li.Size = Vector3.new(Thickness,Thickness,magz2)
  443.  
  444. li.CFrame = CFrame.new(curpos,End)*CFrame.new(0,0,-magz2/2)
  445.  
  446. else
  447.  
  448. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  449.  
  450. end
  451.  
  452. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p spawn(function() wait() li:Destroy() end)
  453.  
  454.  
  455.  
  456. end
  457.  
  458. end
  459.  
  460. --Feet Welds
  461.  
  462. RightFoot=part(Char,false,false,v3(0,0,0),cf(0,0,0),c3(-1,0,0),"Neon",1)
  463. LeftFoot=part(Char,false,false,v3(0,0,0),cf(0,0,0),c3(-1,0,0),"Neon",1)
  464. RF=it("Weld",Welds)
  465. RF.Name="RF"
  466. RF.Part0=RightFoot
  467. RF.Part1=RLeg
  468. RF.C0=RF.C0*cf(0,1,0)
  469. LF=it("Weld",Welds)
  470. LF.Name="LF"
  471. LF.Part0=LeftFoot
  472. LF.Part1=LLeg
  473. LF.C0=LF.C0*cf(0,1,0)
  474.  
  475. --Click Combo
  476.  
  477. --[[Mouse.Button1Down:connect(function()
  478. if attacking== false and attacktype == 1 and Equipped==false then print"RAWR"
  479. attackone()
  480. attacktype = 2
  481. elseif attacking== false and attacktype == 1 and Equipped==true then print"Swish"
  482. attackfour()
  483. attacktype=2
  484. else
  485. if attacking == false and attacktype == 2 and Equipped==false then print"XD"
  486. attacktwo()
  487. attacktype = 3
  488. elseif attacking == false and attacktype == 2 and Equipped==true then print"Swash"
  489. attackfive()
  490. attacktype=3
  491. else
  492. if attacking == false and attacktype == 3 and Equipped==false then print"DAI"
  493. attackthree()
  494. attacktype = 1
  495. elseif attacking == false and attacktype == 3 and Equipped==true then print"STEB"
  496. attacksix()
  497. attacktype=1
  498. end
  499. end
  500. end
  501. end)]]
  502.  
  503. --Sounds
  504.  
  505. local Draw=Instance.new("Sound",Sounds)
  506. Draw.Name="Draw"
  507. Draw.SoundId="rbxassetid://608618332"
  508. Draw.Volume=1.1
  509. local poo=it('Sound',Sounds)
  510. poo.Name="JumpEffect"
  511. poo.SoundId="rbxassetid://231917987"
  512. poo.Volume=.3
  513. SFX("rbxassetid://320557487","BasicAttackOne",1)
  514.  
  515. --Key Input Detection
  516.  
  517. Input=""
  518.  
  519. Mouse.KeyDown:connect(function(key) Input=Input..key wait() Input ="" end)
  520. spawn(function()while r:wait() do
  521. if Input=="z" and attacking==false then print(Input)
  522. Input ="" Z()Input=""
  523. elseif Input=="x" and attacking==false then print(Input)
  524. Input="" X()Input=""
  525. elseif Input=="c" and attacking==false then print(Input)
  526. Input=""C()Input=""
  527. elseif Input=="v" and attacking==false then print(Input)
  528. Input=""V()Input=""
  529. end
  530. end end)
  531.  
  532. --Moves
  533.  
  534. Z=function()
  535. RH.C0=clerp(RH.C0,RHC0*angles(rad(-5),rad(0),rad(0)),1)
  536. LH.C0=clerp(LH.C0,LHC0*angles(rad(-5),rad(0),rad(0)),1)
  537. RS.C0=clerp(RS.C0,RSC0*angles(rad(-10),rad(0),rad(0)),1)
  538. LS.C0=clerp(LS.C0,LSC0*angles(rad(-10),rad(0),rad(0)),1)
  539. Neck.C0=clerp(Neck.C0,necko*angles(rad(10),rad(0),rad(-20)),1)
  540. RootJoint.C0=RootJoint.C0:lerp(ROOTC0*angles(rad(0),rad(0),rad(20)),1)
  541.  
  542. print(RH.C0)
  543. print(LH.C0)
  544. print(RS.C0)
  545. print(LS.C0)
  546. print(RootJoint.C0)
  547. print(Neck.C0)
  548. end
  549.  
  550. X=function()
  551. attacking=true
  552. math.randomseed(tick())
  553. math.random()
  554. local ids={"rbxassetid://327264499","rbxassetid://327264897","rbxassetid://331196652","rbxassetid://298947115"}
  555. local Li = Instance.new("BillboardGui",Char)
  556. Li.Size = UDim2.new(0,100,0,40)
  557. Li.StudsOffset = Vector3.new(0,3,0)
  558. Li.Adornee = Torso
  559. Li.Size=UDim2.new(5,0,5,0)
  560. local img=it("ImageLabel",Li)
  561. img.Image=ids[math.random(1,#ids)]
  562. img.BackgroundTransparency=1
  563. img.Size=UDim2.new(1,0,1,0)
  564. for i=1,200000000000000 do r:wait()
  565. img.Image=ids[math.random(1,#ids)]
  566. img.Rotation=math.random(1,360)
  567. end
  568. attacking=false
  569. end
  570. li=function()
  571. local ids={"rbxassetid://327264499","rbxassetid://327264897","rbxassetid://331196652","rbxassetid://298947115"}
  572. local Li = Instance.new("BillboardGui",Torso)
  573. Li.Size = UDim2.new(0,300,0,120)
  574. Li.StudsOffset = Vector3.new(0,0,0)
  575. Li.Adornee = Torso
  576. Li.Size=UDim2.new(5,0,5,0)
  577. local img=it("ImageLabel",Li)
  578. img.Image=ids[math.random(1,#ids)]
  579. img.BackgroundTransparency=1
  580. img.Size=UDim2.new(1,0,1,0) spawn(function()
  581. while op==true do r:wait()
  582. img.Image=ids[math.random(1,#ids)]
  583. img.Rotation=math.random(1,360)
  584. end
  585. Li:Destroy()
  586. end)
  587. end
  588. C=function()
  589. attacking=true
  590. local bv=it("BodyVelocity")
  591. bv.maxForce=v3(huge,huge,huge)
  592.  
  593. for i=1,40 do r:wait()
  594. RootJoint.C0=clerp(RootJoint.C0,ROOTC0*angles(0,0,rad(-90)),.3)
  595. Neck.C0=clerp(Neck.C0,necko*angles(0,0,rad(90)),.3)
  596. RS.C0=clerp(RS.C0,RSC0*angles(rad(-90),0,0),.3)
  597. end
  598. bv.Velocity=((Head.CFrame*angles(0,0,rad(90)).p-Head.CFrame*angles(0,0,rad(90))*cf(0,0,-1).p)*-1).unit*80
  599. local ball=part(Effects,true,false,v3(.2,.2,.2),RArm.CFrame*cf(0,-1.5,0),BrickColor.new('Cyan').Color,"Neon",0)
  600. local bm=mesh(ball,"Sphere",v3(1,1,1))
  601. ball.Shape="Ball"
  602. for i=1,50 do r:wait()
  603. bm.Scale=bm.Scale+v3(.1,.1,.1)
  604. PowerGlow(Effects,RArm.CFrame*cf(0,-1.5,0)*angles(ran(-math.pi,math.pi),ran(-math.pi,math.pi),ran(-math.pi,math.pi)),BrickColor.new('Cyan').Color,'Pastel white',"Neon",i/20)
  605. end
  606. bv.Parent=Torso
  607. spawn(function()
  608. repeat r:wait()
  609. ball.CFrame=RArm.CFrame*cf(0,-1.5,0)
  610. until attacking==false
  611. ball:Destroy()
  612. end)
  613. for i=1,30 do r:wait()
  614. RootJoint.C0=clerp(RootJoint.C0,ROOTC0*angles(rad(45),0,0)*cf(0,0,-.6),.3)
  615. Neck.C0=clerp(Neck.C0,necko*angles(rad(5),0,0),.3)
  616. RS.C0=clerp(RS.C0,RSC0*angles(0,0,rad(90))*cf(.3,0,0),.3)
  617. RH.C0=clerp(RH.C0,RHC0*angles(0,0,rad(-45)),.3)
  618. LH.C0=clerp(LH.C0,LHC0*angles(0,0,rad(-45)),.3)
  619. end
  620. bv:Destroy()
  621. wait(.455)
  622. local fg=Ray.new(RArm.Position+v3(0,-1.5,0),v3(0,-5,0))
  623. local par,pos=workspace:FindPartOnRayWithIgnoreList(fg,Char:children(),false,true)
  624. if par and pos then
  625. local bem=part(Effects,true,false,v3(1,1,1),cf(pos)*angles(0,0,rad(-90)),BrickColor.new("Cyan").Color,"Neon",0)
  626. local beem=mesh(bem,"Cylinder",v3(400,2,400))
  627. local cirs={}
  628. for i=1,3 do r:wait()
  629. local c=part(Effects,true,false,v3(0,0,0),cf(pos)*angles(rad(-90),0,0),BrickColor.new("Cyan").Color,"Neon",0)
  630. local cm=spmesh(c,"rbxassetid://3270017",v3((i*8)+5,(i*8)+5,(i*2)+18))
  631. table.insert(cirs,c)
  632.  
  633. end
  634. for i=1,60 do r:wait()
  635. beem.Scale=beem.Scale+v3(.5,.5,.5)
  636. bem.Transparency=i/180
  637. for _,v in pairs(cirs) do
  638. spawn(function()
  639. v.Transparency=i/60
  640. v.Mesh.Scale=v.Mesh.Scale+v3(.5,.5,.1)
  641. end)
  642. end
  643. end
  644. bem:Destroy()
  645. for _,v in pairs(cirs) do
  646. v:Destroy()
  647. end
  648. end
  649. attacking=false
  650. end
  651. function mhands(cframe)
  652. spawn(function()
  653. l=BrickColor.new('Cyan')
  654. local h=part(Effects,true,false,v3(0,0,0),cframe*angles(ran(-10,10),ran(-10,10),ran(-10,10)),l.Color,"Neon",0)
  655. local hm=mesh(h,"Brick",v3(7*3,7*3,7*3))
  656. for i=1,40 do r:wait()
  657. h.Transparency=i/40
  658. end
  659. h:Destroy()
  660. end)
  661. end
  662. function circles(cfr)
  663. spawn(function()
  664. local cir=part(Effects,true,false,v3(0,0,0),cfr,BrickColor.new('Cyan').Color,"Neon",0)
  665. local cm=spmesh(cir,"rbxassetid://3270017",v3(4,4,2))
  666. for i=1,180 do r:wait()
  667. cm.Scale=cm.Scale+v3(2,2,2)
  668. cir.Transparency=i/10
  669. end
  670. cir:Destroy()
  671. end)
  672. end
  673. V=function()
  674. attacking=true
  675. Human.WalkSpeed=0
  676. Human.JumpPower=0
  677. li()
  678. function sw(t) spawn(function()
  679. local c=part(Effects,true,false,v3(0,0,0),Torso.CFrame*cf(0,-1.3,0),l.Color,"Neon",.9)
  680. local cm=spmesh(c,"rbxassetid://20329976",v3(6,2,6))
  681. for i=1,100 do r:wait()
  682. cm.Scale=cm.Scale:Lerp(cm.Scale+Vector3.new(4,-.021,4),1)
  683. if t==true then
  684. c.CFrame=c.CFrame*angles(0,rad(i),0)
  685. elseif t==false then
  686. c.CFrame=c.CFrame*angles(0,rad(i*-1),0)
  687. end
  688. c.Transparency=.9+i/100
  689. end
  690. c:Destroy() end)
  691. end
  692. for i=1,100 do r:wait()
  693. if i%3==0 then
  694. mhands(RArm.CFrame*cf(0,-1.5,0))
  695. mhands(LArm.CFrame*cf(0,-1.5,0))
  696. sw(true)
  697. end
  698. if i%4==0 then
  699. Lightning(RArm.CFrame*cf(0,-1.5,0).p,RArm.CFrame*cf(0,-30,0).p,7,3,BrickColor.new('Cyan'),.2)
  700. Lightning(LArm.CFrame*cf(0,-1.5,0).p,LArm.CFrame*cf(0,-30,0).p,7,3,BrickColor.new('Cyan'),.2)
  701. circles(Torso.CFrame*cf(-30,0,0)*angles(0,math.pi/2,0))
  702. circles(Torso.CFrame*cf(30,0,0)*angles(0,math.pi/2,0))
  703. sw(false)
  704. end
  705. Damage(Torso.CFrame,.5,1,30)
  706. PowerGlow(Effects,Torso.CFrame*cf(ran(-10,10),-1.3,ran(-10,10)),BrickColor.new('Cyan').Color,'Pastel white',"Neon",3)
  707. RH.C0=clerp(RH.C0,RHC0*angles(rad(0),rad(0),rad(0))*cf(0,0,0),.3)
  708. LH.C0=clerp(LH.C0,LHC0*angles(rad(0),rad(0),rad(0))*cf(0,0,0),.3)
  709. RS.C0=clerp(RS.C0,RSC0*angles(rad(-90),rad(0),rad(0))*cf(0,0,0),.3)
  710. LS.C0=clerp(LS.C0,LSC0*angles(rad(-90),rad(0),rad(10)),.3)
  711. Neck.C0=clerp(Neck.C0,necko*angles(rad(-15),rad(0),rad(0)),.3)
  712. RootJoint.C0=RootJoint.C0:lerp(ROOTC0*angles(rad(0),rad(0),rad(0)),.3)
  713. end
  714. Lightning(Torso.Position,Torso.Position+v3(0,200,0),18,3,BrickColor.new('Cyan'),4)
  715. local cc=it("ColorCorrectionEffect",game.Lighting)
  716. cc.Brightness=1
  717. local p=part(Effects,true,false,v3(0,0,0),Torso.CFrame,BrickColor.new('Cyan').Color,"Neon",0)
  718. local pm=mesh(p,"Sphere",v3(1,1,1))
  719. spawn(function()
  720. for i=50,1,-1 do r:wait()
  721. cc.Brightness=i/50
  722. end
  723. cc:Destroy()
  724. end)
  725. spawn(function()for c=1,25 do r:wait()
  726. pm.Scale=pm.Scale+v3(3,3,3)
  727. p.Transparency=c/25
  728.  
  729. end
  730. local EyePart=part(Char,false,false,v3(.3,.3,.3),Torso.CFrame,BrickColor.new('Cyan').Color,"Neon",0)
  731. EyePart.Name="EyePart"
  732. EyePart.Shape="Ball"
  733. local EyePart2=EyePart:Clone()
  734. EyePart2.Parent=Char
  735. local EyeWeld=it("Weld",Char)
  736. EyeWeld.Part0=EyePart
  737. EyeWeld.Part1=Head
  738. EyeWeld.C0=EyeWeld.C0*cf(.2,-.25,.578)
  739. local EyeWeld2=it("Weld",Char)
  740. EyeWeld2.Part0=EyePart2
  741. EyeWeld2.Part1=Head
  742. EyeWeld2.C0=EyeWeld2.C0*cf(-.2,-.25,.578)
  743. local EyeSizes={
  744. NumberSequenceKeypoint.new(0,.4,0),
  745. NumberSequenceKeypoint.new(1,0,0)
  746. }
  747. local EyeTrans={
  748. NumberSequenceKeypoint.new(0,0,0),
  749. NumberSequenceKeypoint.new(1,1,0)
  750. }
  751. local PE=it("ParticleEmitter",EyePart)
  752. PE.LightEmission=1
  753. PE.LockedToPart=false
  754. PE.Size=NumberSequence.new(EyeSizes)
  755. PE.Transparency=NumberSequence.new(EyeTrans)
  756. --PE.Acceleration=v3(2,0,0)
  757. PE.Lifetime=NumberRange.new(2,2,2)
  758. PE.Rate=34958349053045
  759. PE.Speed=NumberRange.new(2,2,2)
  760. PE.Texture="rbxassetid://253188606"
  761. local PE2=PE:Clone()
  762. PE2.Parent=EyePart2
  763. while r:wait() do
  764. PE.Acceleration=v3(math.sin(tick()),0,math.sin(tick()))
  765. PE2.Acceleration=v3(math.cos(tick()),0,math.cos(tick()))
  766. end
  767. end)
  768. for i=1,10 do r:wait() spawn(function()
  769. local c=part(Effects,true,false,v3(1,1,1),Head.CFrame,BrickColor.new("Cyan").Color,"Neon",.4)
  770. local c2=part(Effects,true,false,v3(1,1,1),Head.CFrame,BrickColor.new("Cyan").Color,"Neon",.4)
  771. local cm=spmesh(c,"rbxassetid://3270017",v3(1,1,.4))
  772. local cm2=spmesh(c2,"rbxassetid://3270017",v3(1,1,.4))
  773. for ii=1,60 do r:wait()
  774. c.CFrame=c.CFrame*angles(ran(-math.pi,math.pi),ran(-math.pi,math.pi),ran(-math.pi,math.pi))
  775. c2.CFrame=c2.CFrame*angles(ran(-math.pi,math.pi),ran(-math.pi,math.pi),ran(-math.pi,math.pi))
  776. cm.Scale=cm.Scale+v3(4,4,0)
  777. cm2.Scale=cm2.Scale+v3(4,4,0)
  778. c.Transparency=.4+ii/50
  779. c2.Transparency=.4+ii/50
  780. Damage(Torso.CFrame,8,20,35)
  781. end
  782. end) wait()
  783. end
  784. wait(.75)
  785. li()
  786. p:Destroy()
  787. Human.WalkSpeed=20
  788. Human.JumpPower=50
  789. attacking=false
  790. op=true
  791. for _,v in pairs(Effects:GetChildren()) do
  792. v:Destroy()
  793. end
  794. for i=1,40 do r:wait()
  795. if attacking==true then break end
  796. RH.C0=clerp(RH.C0,RHC01,.3)
  797. LH.C0=clerp(LH.C0,LHC01,.3)
  798. RS.C0=clerp(RS.C0,RSC01,.3)
  799. LS.C0=clerp(LS.C0,LSC01,.3)
  800. Neck.C0=clerp(Neck.C0,NECKC01,.3)
  801. RootJoint.C0=clerp(RootJoint.C0,ROOTC01,.3)
  802. end
  803. end
  804.  
  805. spawn(function()
  806. for i=1,huge do r:wait()
  807. if op==true then
  808. if i%5 ==0 then
  809. sw(true)
  810. sw(false)
  811. mhands(RArm.CFrame*cf(0,-1.5,0))
  812. mhands(LArm.CFrame*cf(0,-1.5,0))
  813. end
  814. if i%40==0 then
  815. Lightning(Torso.CFrame*cf(ran(-10,10),ran(-3,10),ran(-10,10)).p,Torso.CFrame*cf(ran(-10,10),ran(-3,10),ran(-10,10)).p,4,3,BrickColor.new('Cyan'),.2)
  816. end
  817. end
  818. end
  819. end)
  820. while r:wait() do detect_state() end
  821. end)
  822.  
  823. Exit.Name = "Exit"
  824. Exit.Parent = NeonExxploitScripts
  825. Exit.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  826. Exit.Position = UDim2.new(0.910020471, 0, 0, 0)
  827. Exit.Size = UDim2.new(0, 44, 0, 43)
  828. Exit.Font = Enum.Font.SourceSans
  829. Exit.FontSize = Enum.FontSize.Size14
  830. Exit.Text = "✖"
  831. Exit.TextSize = 14
  832.  
  833. Luahammer.Name = "Lua hammer"
  834. Luahammer.Parent = NeonExxploitScripts
  835. Luahammer.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  836. Luahammer.Position = UDim2.new(0.57132405, 0, 0.384742707, 0)
  837. Luahammer.Size = UDim2.new(0, 200, 0, 50)
  838. Luahammer.Font = Enum.Font.SourceSansBold
  839. Luahammer.FontSize = Enum.FontSize.Size28
  840. Luahammer.Text = "Super Saiyan Minute"
  841. Luahammer.TextSize = 25
  842.  
  843. EyeOfHades.Name = "Eye Of Hades"
  844. EyeOfHades.Parent = NeonExxploitScripts
  845. EyeOfHades.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  846. EyeOfHades.Position = UDim2.new(0.571114361, 0, 0.17605789, 0)
  847. EyeOfHades.Size = UDim2.new(0, 200, 0, 50)
  848. EyeOfHades.Font = Enum.Font.SourceSansBold
  849. EyeOfHades.FontSize = Enum.FontSize.Size28
  850. EyeOfHades.Text = "Eye Of Hades"
  851. EyeOfHades.TextSize = 25
  852.  
  853. GrabKnifeV3.Name = "Grab Knife V3"
  854. GrabKnifeV3.Parent = NeonExxploitScripts
  855. GrabKnifeV3.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  856. GrabKnifeV3.Position = UDim2.new(0.0857357085, 0, 0.176124781, 0)
  857. GrabKnifeV3.Size = UDim2.new(0, 200, 0, 50)
  858. GrabKnifeV3.Font = Enum.Font.SourceSansBold
  859. GrabKnifeV3.FontSize = Enum.FontSize.Size28
  860. GrabKnifeV3.Text = "Grab Knife V3"
  861. GrabKnifeV3.TextSize = 25
  862.  
  863. ZeusStafff.Name = "Zeus Stafff"
  864. ZeusStafff.Parent = NeonExxploitScripts
  865. ZeusStafff.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  866. ZeusStafff.Position = UDim2.new(0.0867030919, 0, 0.384653956, 0)
  867. ZeusStafff.Size = UDim2.new(0, 200, 0, 50)
  868. ZeusStafff.Font = Enum.Font.SourceSansBold
  869. ZeusStafff.FontSize = Enum.FontSize.Size28
  870. ZeusStafff.Text = "Genos Script"
  871. ZeusStafff.TextSize = 25
  872.  
  873. TextButton.Parent = NeonExxploitScripts
  874. TextButton.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  875. TextButton.Position = UDim2.new(0.0848702192, 0, 0.634327471, 0)
  876. TextButton.Size = UDim2.new(0, 200, 0, 50)
  877. TextButton.Font = Enum.Font.SourceSansBold
  878. TextButton.FontSize = Enum.FontSize.Size28
  879. TextButton.Text = "Dark Saitama"
  880. TextButton.TextSize = 25
  881.  
  882. TextButton_2.Parent = NeonExxploitScripts
  883. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  884. TextButton_2.BorderColor3 = Color3.new(0.333333, 1, 1)
  885. TextButton_2.Position = UDim2.new(-0.920245409, 0, 1.13602018, 0)
  886. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  887. TextButton_2.Font = Enum.Font.SourceSans
  888. TextButton_2.FontSize = Enum.FontSize.Size14
  889. TextButton_2.Text = "Open!"
  890. TextButton_2.TextSize = 14
  891.  
  892. Open.Name = "Open"
  893. Open.Parent = NeonExxploitsUI
  894. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  895. Open.Position = UDim2.new(-0.920245409, 0, 1.05289674, 0)
  896. Open.Size = UDim2.new(0, 198, 0, 50)
  897. Open.Font = Enum.Font.SourceSans
  898. Open.FontSize = Enum.FontSize.Size14
  899. Open.Text = "Open GUI!"
  900. Open.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement