Advertisement
Thomas9666

[LUA] progms

Feb 27th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. tom.gui()
  2. tom.header("No TomOS compatible programs detected")
  3.  
  4. buty = 6
  5. button.makeButton(buty, "BACK")
  6.  
  7. local opt = button.selectButton(6,1)
  8.  
  9. if opt == 1 then
  10.     shell.run("back")
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement