Advertisement
MagmaLP

Untitled

Jan 25th, 2021
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. while true do
  2. local event, side, X, Y = os.pullEvent("monitor_touch")
  3.  
  4. if X >= 1 and X <= 100 and Y >= 1 and Y <= 100 and side == "back" then
  5. shell.run("Bundledwire")
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement