Transformice - Lua Fly hack By Jordy19 on Dec 07, 2014 This is basically the first script I wrote for Transformice. The script allows you to fly. Transformice is a massively multiplayer flash game where you play as a little mouse out to grab some cheese and get it back to its mousehole!
Oct 22nd, 2013
Cached
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- ---Remember to change Netwise to your own username
- tfm.exec.bindKeyboard(Netwise,32,true,true)
- for Netwise,player in pairs(tfm.get.room.playerList)do
- end
- if key32 then
- tfm.exec.movePlayer(playerName,0,0,true,0,-50,false)
- end