Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

THeros

Members
  • Content Count

    2
  • Joined

  • Last visited

  1. nevermind figured it out here it is for anyone else trying to figure it out: local command = "pastebin get " .. pastebinCode .. " " .. fileName executeCommand(command) pastebinCode and fileName are both some variables or whatever they are called
  2. I am trying to make a program that installs a program from a pastebin code. i want it to basically ask the user for the code, a name, and put that into the pastebin get command somehow how would i do this?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.