Real Talk
1.2k views · started by MattSmith ·
3D porn simulator
I'm talking real software here. Dun be mean!
a software that gets you 1billion views on youtube .
Make me a compiler utility for Lua.
On a serious note:

On a serious note:

You guy's clearly don't go on LG for anything but trollin' anymore :<
The UnIntelligible wrote:Make me a compiler utility for Lua.
On a serious note:
Compiler? Why the fuck. It's meant for a tool for extending upon projects. IE, Lua is used for gmod addons. Why you need compiles? I may be misinformed on Lua
MattSmith wrote:Compiler? Why the fuck. It's meant for a tool for extending upon projects. IE, Lua is used for gmod addons. Why you need compiles? I may be misinformed on Lua
1. I wasn't being serious. Hint is the meme that follows.
2. Lua isn't solely used for "extending" projects. It's general-purpose like Python and other languages. Lua is as much of a language for extending projects as Ruby is for web development.
3. There are plenty of purposes for a compiler application if I was being serious. Namely deployment.
You are probably a bit misinformed on the language. I've written a few of my projects in the language as of lately.
http://en.wikipedia.org/wiki/Lua_(programming_language)
I'm not sure, to be honest.
As far as anything remotely software related goes, I'm on a dubious mission to find some sort of authentication key generator or key in general for Skyrim on Steam.
Either that or the updated RPG Maker.
Or something that could make me remotely any sort of money.
As far as anything remotely software related goes, I'm on a dubious mission to find some sort of authentication key generator or key in general for Skyrim on Steam.
Either that or the updated RPG Maker.
Or something that could make me remotely any sort of money.
Clean Bootygrab Bot with GUI that makes good money to sell gold and give it all to LG.
Why not GUI? I think GUI only impacts initial load into RAM. After that, it would be useful to see statistics. I assume you would just leave it running at most times, so the initial load isn't going to be that big of an issue.
Not that I know what I'm talking about. I have no clue what a bootygrab bot is. But I am using my imagination, so that shit I just said sounds good.
Not that I know what I'm talking about. I have no clue what a bootygrab bot is. But I am using my imagination, so that shit I just said sounds good.
Why GUI? as in, What on earth would I add on a GUI that was a completely automated bot?
It's a porn fetching bot.
I'll do the booty grab bot though on Gaia. Shouldn't take long, I'll work on it now. Feel free to watch:
(not adding GUI as of now though)
https://join.me/288-071-793
(not adding GUI as of now though)
https://join.me/288-071-793
Make a half-assed GUI like I always do.
MattSmith wrote:Why GUI? as in, What on earth would I add on a GUI that was a completely automated bot?
... What does the bot do?
Does it not need a username/password? If it does something, does it not need to tell what it has done or when it has done it? Would it not be useful if it did? Found: 15 items in 12 minutes
os.execute("ECHO Found: 14 X in 12 mins")A GUI here would probably be redundant at best.

The bot does console?
A booty grab bot would need a GUI for the captcha btw.
Stapled wrote:A booty grab bot would need a GUI for the captcha btw.
Dialogs. Lightweight GUI subset.
http://stackoverflow.com/questions/2963263/how-can-i-create-a-simple-message-box-in-python
I'd also like to throw out the idea of standard OS facilities. You could simply download the image and dynamically display it through a shell.
The UnIntelligible wrote:Dialogs. Lightweight GUI subset.
wxpython - How can I create a simple message box in Python? - Stack Overflow
I'd also like to throw out the idea of standard OS facilities. You could simply download the image and dynamically display it through a shell.
Can you put an image in the message box? I've never really used python.