Posted 12 December 2012 - 02:38 AM
How do you download api's from pastebin? Can you do it within a computer? If not how do I copy it to a file without it being named name.txt?
pastebin [YourPastebinCodeHere] [YourOutputFilenameHere]
os.loadAPI([PathToAPI])
You forgot the "get" in pastebin:You download it with:pastebin [YourPastebinCodeHere] [YourOutputFilenameHere]
Then you create a startup File with the content:os.loadAPI([PathToAPI])
After you restart your computer the API will be loaded
pastebin get [YourPastebinCodeHere] [YourOutputFilenameHere]
Now it will work