MysteriousL

Abiltest

Jul 24th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. plr = game.Players.LocalPlayer
  2. repeat
  3. wait(0.4)
  4. until plr.Character
  5. chr = plr.Character
  6. human = chr:FindFirstChild("Humanoid")
  7. mouse = plr:GetMouse()
  8. selected = false
  9. equipd = false
  10. tors = chr.Torso
  11. rarm = chr["Right Arm"]
  12. larm = chr["Left Arm"]
  13. rleg = chr["Right Leg"]
  14. lleg = chr["Left Leg"]
  15. hrp = chr.HumanoidRootPart
  16. head = chr.Head
  17. anim = human.Animator
  18. activu = false
  19. torrent = false
  20. boxingu = false
  21. Heartbeat = Instance.new("BindableEvent")
  22. Heartbeat.Name = "Heartbeat"
  23. Heartbeat.Parent = script
  24. frame = 0.03333333333333333
  25. tf = 0
  26. game:GetService("RunService").Heartbeat:connect(function(s, p)
  27. tf = tf + s
  28. if tf >= frame then
  29. for i = 1, math.floor(tf / frame) do
  30. Heartbeat:Fire()
  31. end
  32. tf = tf - frame * math.floor(tf / frame)
  33. end
  34. end)
  35. function swait(num)
  36. if num == 0 or num == nil then
  37. Heartbeat.Event:wait()
  38. else
  39. for i = 1, num do
  40. Heartbeat.Event:wait()
  41. end
  42. end
  43. end
  44. tool = Instance.new("Tool")
  45. tool.CanBeDropped = false
  46. tool.RequiresHandle = false
  47. tool.TextureId = "rbxassetid://37338767"
  48. tool.ToolTip = "hehe yea boi"
  49. tool.Name = "fir"
  50. tool.Parent = plr.Backpack
  51. modz = Instance.new("Model")
  52. modz.Name = "memes"
  53. modz.Parent = chr
  54. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  55. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  56. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  57. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  58. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  59. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  60. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  61. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  62. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  63. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  64. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  65. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  66. RS = tors:FindFirstChild("Right Shoulder")
  67. LS = tors:FindFirstChild("Left Shoulder")
  68. RH = tors:FindFirstChild("Right Hip")
  69. LH = tors:FindFirstChild("Left Hip")
  70. RJ = hrp:FindFirstChild("RootJoint")
  71. N = tors:FindFirstChild("Neck")
  72. cf = CFrame.new
  73. ang = CFrame.Angles
  74. rd = math.rad
  75. rd2 = math.random
  76. function nooutline(p)
  77. p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10
  78. end
  79.  
  80. if key == "q" then
  81. torentmod()
  82. end
  83. if key == "c" then
  84. fly()
  85. end
  86. if key == "e" then
  87. eswing()
  88. end
  89. if key == "m" then
  90. musiclel()
  91. end
  92. tool.Equipped:connect(function()
  93. selected = true
  94. end)
  95. tool.Unequipped:connect(function()
  96. selected = false
  97. end)
Add Comment
Please, Sign In to add comment