Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. game.Players.crift_games1:GetMouse().Keydown:connect(k)
  2. if k == "z" and...
  3.  
  4. plr = game.Players.crift_games1
  5. mouse = plr:GetMouse()
  6.  
  7. mouse.KeyDown:connect(function(k)
  8. if k == "z" and attack == false then
  9. Move2()
  10. end
  11. if k == "x" and attack == false then
  12. Move1()
  13. end
  14. if k == "c" and attack == false then
  15. Move3()
  16. end
  17. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement