ES Recruitment Drive
Okay, I found out it wasn't disabled, I was just doing it incorrectly, since I'm an idiot.

If you still need this, I'll get on it.
[23:23:53] <AndChat|700625> Blue eyes ultimate dragon best card
[23:24:29] <AndChat|700625> You know the one with 3 heads
[23:24:39] <~Lightningkid> just like my dick



[11:35:40] <box> Hampa suck
[11:36:21] <hampa> not the first to tell me that today
Russian version


Мне нужен бот, который может:

-Давать "@ (op)" людям из списка
-Реконнектиться к серверу, если оный был перезапущен или же я пинганул (Это самое важное, если вы можете сделать так, то все остальное не так уж важно)
-Может менять моды (Alternate mods = Change mods?)


[s] [tgs] [w] [dp]
Clan League 2013 & 2019 Champion
William, you should have translated first post on Russian

i guess, we understand english, so he don't need to translate ._.
Originally Posted by Danpain View Post
Still waiting for you to get a license william .-.

Pm box for extra information. As far as I know he's found a way to do it without breaking any rules.
Your messed up world enthrills me
Originally Posted by howOriginal View Post
You could do it quite easily in TB Lua if you felt like leaving the TB client open all the time (and your connection was up to it).
I wrote that bot. The basic process is this:

Create a connection to 176.9.64.22:22000 to obtain a copy of the server list. You can use something like this:
sub lookup_tb_server
{
        my $server = shift;

        my $list = IO::Socket::INET->new(
                PeerAddr => '176.9.64.22',
                PeerPort => 22000,
                Proto    => 'tcp'
        );

        while (<$list>)
        {
                if (/SERVER 0; (.+?)\:(.+?) $server/i)
                {
                        close $list;
                        return ($1, $2); 
                } 
        }
        die 'server not found';
}
Then, using a similar method, connect to the IPort pair you just obtained.
While reading from the socket, parse anything that is relevant to your interests and generate replies where necessary. Make sure you ping the server every minute or so (I've made mine do it about every 30 seconds, to be safe).
There really isn't much more to it than that.




AAAAAAAAAAAAAAAAAAAAAAAAAALSO it is most certainly not illegal to make a bot that doesn't play. If it were then blam/juntalis/illepidus (yes i know they all were/are staff, but so was I so vOv) would all have been banned. (o/

Just remembered that from one of my threads.
[03:39] <idabosswiz> can't you just set up a pass for ddos?