Advertisement
Netwise

Transformice Fly LUA Script

Oct 22nd, 2013
3,555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ---Made by Netwise(Derpysoul helped me a little)
  2. ---Remember to change Netwise to your own username
  3. function eventNewPlayer(Netwise)
  4. tfm.exec.bindKeyboard(Netwise,32,true,true)
  5. end
  6. for Netwise,player in pairs(tfm.get.room.playerList)do
  7. eventNewPlayer(Netwise)
  8. end
  9. function eventKeyboard(playerName,key,down,x,y)
  10. if key==32 then
  11. tfm.exec.movePlayer(playerName,0,0,true,0,-50,false)
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement