Advertisement
Marlingaming

CC Tweaked CCSPS Iron - App tool

Jan 27th, 2022
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. --this program is used to ease the Apo Creation process for Developers using the tablet.
  2. local tArg = {...}
  3. local Command = tArg[1]
  4.  
  5. if Command == "create_shortcut" then
  6. shell.run("",tArg[2],tArg[3],tArg[4])--runs shortcut creator
  7. elseif Command == "setAs" then
  8. settings.load(".settings")
  9. settings.set(tArg[2],tArg[3])
  10. settings.save(".settings")
  11. elseif Command == "help" then
  12. print("==Help==")
  13. print("> create_shortcut (displayname) (file) (imagepath) - creates shortcut on desktop, use 'blank' if you dont have a image for image path")
  14. print("> setAs (type) (path) - allows the set of a file to a certain os operation.")
  15. print("> install (path) (code) - allows user to use install systems for a item from pastebin")
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement