A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

[ PYTHON ] unfinished gaia find friends bot / easy gold gen

2k views · started by Kingz V ·
#1
[ PYTHON ] unfinished gaia find friends bot / easy gold gen
sup lg,

this was a development i was working on for TGYTG.

he might reward any takers that finish or can contribute to this project.

it's been at a standstill for a good while so I figured I would release what I've worked through.

What it does

- Invites n people through mailinator

What it needs

- Registration POST

I know TREE had a mule gen, so if you have this available you'd probably be half way there.


have at it LG

Download roy inv zip
#2
Good stuff. Won't be using this but great contribution.

I remember To Give You This Gun discussing this on Skype. Was too lazy to give a shot at it, but glad someone else decided to do this.

Edit: Was kind of dazed when I made this post. Just realize you're only partially finished with it. Ah well. Good luck to anyone who wants to take a crack at this.
#3
I have a mule gen I never released (I got IP banned from mailinator and had to finish it under a proxy) so I'll take a look at it and see what I can do.
#4
Stapled wrote:
I have a mule gen I never released (I got IP banned from mailinator and had to finish it under a proxy) so I'll take a look at it and see what I can do.


Would be awesome if you were able to finish up that mule gen :)
#5
@stapled thanks.

I could roll-in proxy support real quick that's pretty easy. The usage for python-requests is like this

proxy = { "http":"192.0.0.1"}
r = requests.get(url,proxies=proxy)


Got hung up on the POST data for the registration. Just kept getting OMG HAX, and couldn't for the life of me figure it out.

My thoughts were that I just wasn't hitting the right page and not getting the right nonce value.
#6
Amenze wrote:
Would be awesome if you were able to finish up that mule gen :)


It is finished, I just never got to test it without a proxy.

Kingz V wrote:
@stapled thanks.

I could roll-in proxy support real quick that's pretty easy. The usage for python-requests is like this

proxy = { "http":"192.0.0.1"}
r = requests.get(url,proxies=proxy)


Got hung up on the POST data for the registration. Just kept getting OMG HAX, and couldn't for the life of me figure it out.

My thoughts were that I just wasn't hitting the right page and not getting the right nonce value.


The nonce is on the registration page.
#7
cool but what's it do exactly?
#8
Not a bad idea. PM me if you need any Python help :P
#9
nice ty