Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Ari's Control Panel - WASD TO MOVE, SPACE TO BREAK, PGUPANDDOWN TO GO UP AND DOWN, UP AND DOWN TO BREAK, LEFT AND RIGHT TO PLACE, R F AND V to SUCK ITEMS")
- rednet.open("back")
- while true do
- local event, key = os.pullEvent("key")
- rednet.send(39,keys.getName(key))
- print(keys.getName(key))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement