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.

[Help]Towns Bot

1.6k views · started by Tush ·
#1
[Help]Towns Bot
Hello guys so uhm, I was trying this towns bot to, work. Can you guys help me out?

First off I wanted to show you guys where the execution stops in the program. It stops here: Screenshot by Lightshot at the 'else' statement. Yes, I do not know where to put my credentials for login(if you know please tell me).

Also I have changed the SWF(location(?)) just take a look at this: Screenshot by Lightshot

Thank you for reading I hope you can answer me with this, I really want it to run and mess with it so I can make it run in my pc the whole day cause I don't turn off this rig. Just wanted to stay online throughout the week. I am using G333s codes btw.
#2
Tush wrote:
Hello guys so uhm, I was trying this towns bot to, work. Can you guys help me out?

First off I wanted to show you guys where the execution stops in the program. It stops here: Screenshot by Lightshot at the 'else' statement. Yes, I do not know where to put my credentials for login(if you know please tell me).

Also I have changed the SWF(location(?)) just take a look at this: Screenshot by Lightshot

Thank you for reading I hope you can answer me with this, I really want it to run and mess with it so I can make it run in my pc the whole day cause I don't turn off this rig. Just wanted to stay online throughout the week. I am using G333s codes btw.
oh man, that's old.

the else statement should give you enough information "gaia login failed. stopping". you need a VALID session.
#3
probably needs a new login script.
#4
So it's like there is no help? Awwww </3
#5
Butts wrote:
oh man, that's old.

the else statement should give you enough information "gaia login failed. stopping". you need a VALID session.

So basically, it will ask me for logins in the console? Or I have to write it down somewhere in the source(my creds?) If so, can you help me where to put my valid session? I can just grab it from a session getter/grabber tho'.
#6
Tush wrote:
So basically, it will ask me for logins in the console? Or I have to write it down somewhere in the source(my creds?) If so, can you help me where to put my valid session? I can just grab it from a session getter/grabber tho'.
i'm pretty sure authenticating is very old in that script. just logging in from your browser and grabbing your session would suffice.

as for the location of it, it'd be self.bot.sid.
#7
Butts wrote:
i'm pretty sure authenticating is very old in that script. just logging in from your browser and grabbing your session would suffice.

as for the location of it, it'd be self.bot.sid.


Thank you for the reply sir, can I add you on skype? I really want this to work again.
#8
Tush wrote:
Thank you for the reply sir, can I add you on skype? I really want this to work again.
eh...just keep posting in this thread if you want help.
#9
we will help you.

can even move this disc to the prog. section or skype. (see chat button in menu bar)

if you haven't already your gonna want to get a program to sniff network activity. (wireshark, fiddler, tcpdump, etc...)
#10
Hi this is the __init__ I do not know if you need to see this: Screenshot by Lightshot do I have to do the changes in there? Cause I have tried putting my username and password in there along with the session and townpostcode but it just gives me an error that says the username was not defined. Also @Kingz, I am still not accepted in the skype chat. Thank you guys!
#11
ah, you will want to add the admin on skype to get in then

__init__ is a deceleration for what happens when the object is first called. so when you create any new class n() __init__ is called.

short for initialization or called a constructor in java &some other langs.

here you have w and s

w being called to reference http ( for making calls like a browser would) and s for reading the socket data if i remember right.
#12
Kingz V wrote:
ah, you will want to add the admin on skype to get in then

__init__ is a deceleration for what happens when the object is first called. so when you create any new class n() __init__ is called.

short for initialization or called a constructor in java &some other langs.

here you have w and s

w being called to reference http ( for making calls like a browser would) and s for reading the socket data if i remember right.


So sir, can you help me out how to make this thing work again?