Posted 25 May 2016 - 10:25 PM
Hello!
Today I made a GUI utility for installing pastebins in mass. Its very simple to use, and it just looks awesome!
If you want it to install pastes, you have to create a data file. The format is very simple;
You have a table, with sub-tables. Within the sub-tables, index 1 is the pastebin code, index 2 is the file name. A data folder may look like:
License:
You may use the API that you can download optionally for a loading bar to work in the program, but give credit to me, please :).
Credit:
TYKUHN2 for helping with a weird variable issueScreenshots: (With optional API installed)
Setup:
Enough talk, heres the download :D :
Optional API: pastebin get d6TFp2br GUI
Today I made a GUI utility for installing pastebins in mass. Its very simple to use, and it just looks awesome!
If you want it to install pastes, you have to create a data file. The format is very simple;
You have a table, with sub-tables. Within the sub-tables, index 1 is the pastebin code, index 2 is the file name. A data folder may look like:
Spoiler
{
{
"cUYTGbpb",
"bomblokepackage",
},
{
"qpV90qbM",
"wolf3d",
}
}
Spoiler
This program is free to use, but I would love to see what you used it in, so post down below :DYou may use the API that you can download optionally for a loading bar to work in the program, but give credit to me, please :).
Credit:
TYKUHN2 for helping with a weird variable issue
Spoiler
Spoiler
To point it to the data file, edit the program, and change the variable in the beginning named dataFile to a string containing the path of the file.Spoiler
Main download: dejinbx5Optional API: pastebin get d6TFp2br GUI
Edited on 28 May 2016 - 10:21 PM