zed_isJayTheLionJR

Untitled

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