Advertisement
Guest User

startup

a guest
Sep 26th, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1. 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")
  2. rednet.open("back")
  3. while true do
  4.     local event, key = os.pullEvent("key")
  5.     rednet.send(39,keys.getName(key))
  6.     print(keys.getName(key))
  7.  
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement