Advertisement
zed_isJayTheLionJR

Untitled

Apr 22nd, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. - Created by Nebula_Zorua --
  2. -- Two invisible eyes..
  3. -- Two, invisible, monsterous eyes..
  4. -- Discord: Nebula the Zorua#6969
  5. -- Youtube: https://www.youtube.com/channel/UCo9oU9dCw8jnuVLuy4_SATA
  6. -- Credit to makhail07 for the idea (lub u bby)
  7. wait(1)
  8.  
  9. local S = setmetatable({},{__index = function(s,i) return game:service(i) end})
  10.  
  11. local plr = S.Players.LocalPlayer
  12. local char = plr.Character
  13. local hum = char:FindFirstChildOfClass'Humanoid'
  14. local rarm = char["Right Arm"]
  15. local larm= char["Left Arm"]
  16. local rleg= char["Right Leg"]
  17. local lleg = char["Left Leg"]
  18. local root = char:FindFirstChild'HumanoidRootPart'
  19. local torso = char.Torso
  20. local head = char.Head
  21. local sine = 0;
  22. local combo = 1;
  23. local lastClick = time()
  24. local change = 1;
  25. local runService = S.RunService
  26. local mouse = plr:GetMouse()
  27. local Attack = false
  28. local neutralAnims = true
  29. local GlitchTime = 0;
  30. local PaintBody = 'Black'
  31. local DeleteClothing = true
  32. local PlayerSize = 5
  33. local Debounces = {Debounces={}}
  34. local Hit = {}
  35. local BloodPuddles = {}
  36. local Teamed = {}
  37. hum.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.None
  38. hum.MaxHealth = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  39. hum.Health = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  40. hum.Name = '13'
  41. Instance.new("ForceField",char).Visible = false
  42. function Debounces:New(name,cooldown)
  43. local aaaaa = {Usable=true,Cooldown=cooldown or 2,CoolingDown=false,LastUse=0}
  44. setmetatable(aaaaa,{__index = Debounces})
  45. Debounces.Debounces[name] = aaaaa
  46. return aaaaa
  47. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement