This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Gumball's profile picture

GooeyPaste | Graphical Pastebin Installer

Started by Gumball, 25 May 2016 - 08:25 PM
Gumball #1
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:
Spoiler

{
  {
	"cUYTGbpb",
	"bomblokepackage",
  },
  {
	"qpV90qbM",
	"wolf3d",
  }
}
License:
SpoilerThis program is free to use, but I would love to see what you used it in, so post down below :D
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 issue
Screenshots: (With optional API installed)
Spoiler



Setup:
SpoilerTo 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.
Enough talk, heres the download :D :
SpoilerMain download: dejinbx5
Optional API: pastebin get d6TFp2br GUI
Edited on 28 May 2016 - 10:21 PM
Gumball #2
Posted 28 May 2016 - 07:15 AM
Update!
I made it so that a data file can be retrieved from pastebin.
I also made it so that if you don't have a data file path set, then you can manually enter a path. (Also supports pastebin links)
Download has been updated.
Waitdev_ #3
Posted 28 May 2016 - 09:26 AM
Can you add some screenshots to the post?
Gumball #4
Posted 29 May 2016 - 12:06 AM
Can you add some screenshots to the post?

Sure!