THeros 0 Posted July 18, 2023 Share Posted July 18, 2023 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? Quote Link to post Share on other sites
0 THeros 0 Posted July 18, 2023 Author Share Posted July 18, 2023 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 Quote Link to post Share on other sites
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?
Link to post
Share on other sites