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

PBU(PasteBin Utility)

Started by yaaay, 27 October 2012 - 02:02 PM
yaaay #1
Posted 27 October 2012 - 04:02 PM
—-The PBU(PasteBin Utility)—-

What is PBU?

PBU is a Basic Utility which does all the dirty commands of "pastebin [put/get] [link] [file name]" into a GUI!

You Only Need to use the "pastebin [put/get] [link] [file name]" once(You Need to get this software on PB)

Where is PBU?

At pastebin!


pastebin get wNjCB0Hk pbu

Or: Link: wNjCB0Hk, filename: pbu

Who Makes PBU?

yaaay

When is it made?

Version 0.8

Why is it made?

Well,It Begins with My stupid typos.I Never Type these correctly.So I Thought for a GUI…TADA!Here it is!

How is it coded?

It Has Loads of errors in the early stage.I Just Got the Code working and it is 22:50

No Pic No Click!

OK.


ficolas #2
Posted 28 October 2012 - 09:46 PM
instead of var=read(), use var=os.pullEvent("key"), and then if var==1 etc
yaaay #3
Posted 31 October 2012 - 12:49 PM
instead of var=read(), use var=os.pullEvent("key"), and then if var==1 etc
thank you.I wish I can implement this ASAP
my first ap
yaaay #4
Posted 31 October 2012 - 12:51 PM
Anyone Know code of a loop can has multiple ends
mackthehobbit #5
Posted 01 November 2012 - 06:51 PM
Anyone Know code of a loop can has multiple ends
Yeah, if you have a for or while loop, putting "break" as a line will automatically exit the loop if it's reached.
yaaay #6
Posted 04 November 2012 - 05:17 PM
Anyone Know code of a loop can has multiple ends
Yeah, if you have a for or while loop, putting "break" as a line will automatically exit the loop if it's reached.
I Mean that if option = 1,(Do something)(Return to top) if option = 2,(Do something)(Return to top)