Advertisement
Bendy928443534

Chat Fe

Jul 2nd, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. local chat = game:GetService("Chat")
  2. local Mouse=Player:GetMouse()
  3. local Lighting=game.Lighting
  4. local cf=CFrame.new
  5. local v3=Vector3.new
  6. local c3=Color3.new
  7. local it=Instance.new
  8. local angles=CFrame.Angles
  9. local rad=math.rad
  10. local ran=math.random
  11. local huge=math.huge
  12. local attacking=false
  13. local attacktype=1
  14. local Portalling=false
  15. local p = game.Players.LocalPlayer
  16. local char = p.Character
  17. local mouse = p:GetMouse()
  18. local larm = char["Left Arm"]
  19. local rarm = char["Right Arm"]
  20. local lleg = char["Left Leg"]
  21. local rleg = char["Right Leg"]
  22. local hed = char.Head
  23. local torso = char.Torso
  24. local hum = char.Humanoid
  25. local cam = game.Workspace.CurrentCamera
  26. local root = char.HumanoidRootPart
  27. local deb = false
  28. local shot = 0
  29. local debris=game:service"Debris"
  30. local l = game:GetService("Lighting")
  31. local rs = game:GetService("RunService").RenderStepped
  32. necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  33. LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
  34. LSC0=cf(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  35. RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
  36. RSC0=cf(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  37. ROOTC0 = cf(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  38. r=game:service'RunService'.RenderStepped
  39. clerp=function(a,b,t)
  40. return a:lerp(b,t)
  41. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement