Advertisement
Derek1017

CC Notepad

Jul 13th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. local cmds = {
  2.   "pastebin get tw5dBNJb notepad",
  3.   "pastebin get sFgHKGnH apis/advTable",
  4.   "pastebin get g1RALA3Q apis/application"
  5. }
  6.  
  7. print("Installing notepad on your System!")
  8. print("Getting all Files...")
  9. for i,s in next,cmds do
  10.   print(s)
  11.   shell.run(s)
  12. end
  13. print("Done!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement