Advertisement
SuperMcBrent

startup include libraries

Jan 22nd, 2022 (edited)
809
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. shell.run('rm drawLib')
  2. shell.run('pastebin get kxpjM9nr drawLib')
  3.  
  4. shell.run('rm buttonLib')
  5. shell.run('pastebin get 62VJVy3Y buttonLib')
  6.  
  7. shell.run('rm dataLib')
  8. shell.run('pastebin get 5t2ZDs4N dataLib')
  9.  
  10. shell.run('rm main')
  11. shell.run('pastebin get uTiwmvcY main')
  12.  
  13. shell.run('main')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement