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.

Alrighty, soo

994 views · started by MattSmith ·
#1
Alrighty, soo
There are still quite a few sites that sell gold and shat, so I'ma make a client that will spam towns chat with messages, any amount of users. Each user will join a separate room, rooms with most users first and so on. Sound good? I'll release sources free. Should be fairly easy, no movement and shat, just spamming ! We can promote LG as well? ;D Possibly support rallys in the same client as well, unlikely though.
#2
Wait, what is towns 2? Oh shit
#3
MattSmith wrote:
Wait, what is towns 2? Oh shit


A new version of towns?
#4
Stapled wrote:
A new version of towns?
I was unaware gaia was in development of such things.
#5
MattSmith wrote:
I was unaware gaia was in development of such things.


Lol same. I saw it when I was making the halloween bot and was like "wtf is this?".
#6
Stapled wrote:
Lol same. I saw it when I was making the halloween bot and was like "wtf is this?".

Was opening up some live http headers for towns gsi requests real quick and saw it, I might play with it if I get bored one day.

Anywho, I've got quite a lot done already on the towns spammer. Loads all the users. I have the tcp shiz done already, going to write up an algorithm tomorrow on spreading out your logged in users to as many popular rooms as possible. Over all the online servers, which I've written to figure out the percentage of players on towns on each server and ranked them. I have quite a bit done as I've said already. Just the actual spamming really to get done now. My todo for tomorrow comment is:

        ## TO DO TOMORROW:
# CONNECT EACH USER
# THEN START SPAMMING.
#7
Not going to happen.
#8
ogod towns 2 is failure.
#9
Not going to happen.
What do you mean, not going to happen? Explain please?


TO EVERYONE:
If you have any accounts I can use to test this, please PM them to me! I won't keep them, or take anything from them. Just use them to test this shaz. I only have 1 account.
#10
jackisback wrote:
ogod towns 2 is failure.


Well you're stuck with it.

@matt: recently talking with a developer, and I heard this:

Me:
"How have you been since we last talked?"

Him:
"Things have been good. Took a week off to Costa Rica, and came back all ready to get into stuff here. We've been pushing ahead on Towns, and moving Rally and VH over to the new format. Also a lot of game stuff. Let me know if you need me to resend the info."

Me:
"Ooh cool. And when you say moving Rally and VH over to the new format, do you mean the graphical/game layout of Towns 2? And nope, I found the emails, thanks! I'll be sure to email you though, because this thread will probably lock soon haha."


Him:
"Yes, just porting over the maps, and adding in a few more things. It means you can walk from Vh to Rally to towns, etc without having to close the window. It also mean that you'll be able to use the features from Towns in those spaces as well."



So be prepared to update your spammer, as it will work in all of them within Towns 2! :D
#11
Excellent news Flareboy323 ! Keep the information coming! haha, maybe you should start a thread in the UG with some of the conversations you have with them? :o
#12
Also, I have to do packet captures on my laptop because I can't get wireshark to find my eth0 on my new mobo -_- It's w.e, I can use live http headers for the gsi requests..
#13
Decided to go ahead and do a quick capture of towns2 starting up. Same packet structure as towns now as I figured it would have. There was a slight possibility they would have gone off of their zOMG stuff but that was a few select people that were hired in to write that so I doubted it. I just gave it a glance but it very well could be exactly the same server's and just a new client that uses separate rooms on the server.
#14
I'll post my conversations when I have the time, at the moment I cant because of loads of homework. Just asked your question about if Towns 2 had their own servers or if they were just rooms haha. Also asked a question about how you would, say, walk into a rallies room and and have the "game mode" change
#15
I'll post my conversations when I have the time, at the moment I cant because of loads of homework. Just asked your question about if Towns 2 had their own servers or if they were just rooms haha. Also asked a question about how you would, say, walk into a rallies room and and have the "game mode" change
#16
There is no game mode. The server handles events. I could send the packets for a rallys race invite in towns probably. And have it work. Except their current towns client won't have the know how on handling the packet that the server sends to the person I'm inviting to a race.
#17
Ask them what gsi stands for, just out of curiousity.
#18
MattSmith wrote:
Ask them what gsi stands for, just out of curiousity.


Already did, and I had posted it here. Let me go dig it up out of my email...

Ah ha, here it is!

"GSI = Generic Serialization Interface. Basically it's just our name for a "View" from the "Model-View-Controller" paradigm.
It was written to handle light-weight client-server requests way back when we didn't have very powerful server equipment."

And that was by CarbonPhyber

EDIT: Here ya go matt

http://forum.logicalgamers.com/underground-trusted-discussion/46565-gaiaonline-convorsations-developers.html
#19
Simply put, it's not going to happen because you never even finished an entire towns client and what you did complete of it looked like utter garbage.
#20
Simply put, it's not going to happen because you never even finished an entire towns client and what you did complete of it looked like utter garbage.

I need an entire towns client to spam? Didn't know that. Please explain
#21
MattSmith wrote:
I need an entire towns client to spam? Didn't know that. Please explain


Of course you don't need an entire towns client to spam. None of the towns bots put out in the past were full featured clients.

You still need to handle some of the packets the same. You need to set everything up the same.

How are you going to load each user then send them out simultaneously? And as far as the algorithm to "rank" rooms goes I'm not sure how you'll even go about that.

No, you please explain rather than falsely getting users' hopes up as usual since you rarely to never actually finish anything you proclaim you will.

Edit: This is actually something I'd like to do myself but can't since I no longer have a personal computer. So I'll have to leave it in your hands and hope you'll actually do it for a change.
#22
I see I see, reasonable reasonable. I agree, I don't finish anything, I loose interest. This is very close to being done however, and ranking rooms is easy, base it on population according to other rooms. AKA the percentage of players each room has from the whole.