Advertisement
MysteriousL

Ability test

Jul 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if key == "q" then
  2. torentmod()
  3. end
  4. if key == "c" then
  5. fly()
  6. end
  7. if key == "e" then
  8. eswing()
  9. end
  10. if key == "m" then
  11. musiclel()
  12. end
  13. end)
  14. tool.Equipped:connect(function()
  15. selected = true
  16. end)
  17. tool.Unequipped:connect(function()
  18. selected = false
  19. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement