242 posts
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.
27 posts
Posted 28 October 2012 - 09:46 PM
instead of var=read(), use var=os.pullEvent("key"), and then if var==1 etc
242 posts
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
242 posts
Posted 31 October 2012 - 12:51 PM
Anyone Know code of a loop can has multiple ends
4 posts
Location
Aussie :D
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.
242 posts
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)