Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. --When'sWaifu
  2. wait(0.2)
  3. print("Hey!!!")
  4. print("You Pervert!!!")
  5. local hoh = game:GetService"Players".LocalPlayer
  6. local char = hoh.Character
  7. local Head = char.Head
  8. local LeftArm = char["Left Arm"]
  9. local RightArm = char["Right Arm"]
  10. local LeftLeg = char["Left Leg"]
  11. local RightLeg = char["Right Leg"]
  12. mouse = hoh:GetMouse()
  13. local cam = game.Workspace.CurrentCamera
  14. local RootPart = char.HumanoidRootPart
  15. local RootJoint = RootPart.RootJoint
  16. local Anim = "Idle"
  17. local idle = 0
  18. local Effects = {}
  19. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  20. vt = Vector3.new
  21. local cf = CFrame.new
  22. local mr = math.rad
  23. local angles = CFrame.Angles
  24. local ud = UDim2.new
  25. local c3 = Color3.new
  26. local velocity = RootPart.Velocity.y
  27. local sine = 0
  28. local change = 1
  29. local grabbed = false
  30. local cn = CFrame.new
  31. local mr = math.rad
  32. local angles = CFrame.Angles
  33. local ud = UDim2.new
  34. local c3 = Color3.new
  35. local d = Instance.new('Model', char)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement