Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2015-04-25 05:03:54, last edited by SirJosh3917 (2015-04-25 06:46:43)

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

[T-Bot] Make your world T-BOT Proof!

Well you know how tbot connects by saying
[T-Bot] Connected.

well DBot simply kicks whoever says [T-Bot] at the beginning of a message
no- its not troll proof its simply tbot proof.
download here:

http://www.dbotinfo.weebly.com

(its also used for data collection)

i would show tbot auto kick proof but I don't know how to do images //forums.everybodyedits.com/img/smilies/tongue

*****
recently i found out that toop2 knows about this
so i will now make it so the word BOT (upper or lower) will kick you.

NEVERMIND!!!
i have to find a way to kick a bot when it joins
*****

Offline

Wooted by: (2)

#2 2015-04-25 07:04:50

goeyfun
Member
From: Mighty Japan
Joined: 2015-02-18
Posts: 667

Re: [T-Bot] Make your world T-BOT Proof!

EE Troll Catcher Beats You
sadly, it is still under refurbishment //forums.everybodyedits.com/img/smilies/sad


Ug3JzgO.png

Offline

Wooted by: (2)

#3 2015-04-25 07:27:30

lrussell
Member
From: Saturn's Titan
Joined: 2015-02-15
Posts: 843
Website

Re: [T-Bot] Make your world T-BOT Proof!

His bot just kicks anyone that says "bot".
It could easily be bypassed just by having T-Bot not announce itself.

Offline

#4 2015-04-25 09:02:22

goeyfun
Member
From: Mighty Japan
Joined: 2015-02-18
Posts: 667

Re: [T-Bot] Make your world T-BOT Proof!

Code from dbot,

string[] strArray = m.GetString(1U).Split(' ');
          if (m.GetString(1U).ToLower().Contains("bot") && Form1.UserName[int1] != Form1.ownername.ToLower())
            Form1.con.Send("say", new object[1]
            {
              (object) ("/kick " + Form1.UserName[int1] + " Auto-kick of the word use bot")
            });

Ug3JzgO.png

Offline

Wooted by: (2)

#5 2015-04-25 12:45:04

SirJosh3917
Formerly ninjasupeatsninja
From: USA
Joined: 2015-04-05
Posts: 2,095

Re: [T-Bot] Make your world T-BOT Proof!

goeyfun - you decompiled the exe file?

Offline

Wooted by: (2)

#6 2015-04-25 13:33:23

1448
Formerly alkazam1448
From: Numberland
Joined: 2015-04-12
Posts: 683
Website

Re: [T-Bot] Make your world T-BOT Proof!

goeyfun wrote:

Code from dbot,

string[] strArray = m.GetString(1U).Split(' ');
          if (m.GetString(1U).ToLower().Contains("bot") && Form1.UserName[int1] != Form1.ownername.ToLower())
            Form1.con.Send("say", new object[1]
            {
              (object) ("/kick " + Form1.UserName[int1] + " Auto-kick of the word use bot")
            });

No. no good. too complex. I would recommend using:

public Dictionary<int, string>myDictionary = new Dictionary <int, string>();

public void OnMessage(object sender, PlayerIOClient.Message m)
{
    switch(m.Type)
    {
        case("add"):
            myDictionary.Add(m.GetInt(0), m.GetString(1);
        break;
        case("say"):
            try
            {
                string username = myDictionary[m.GetInt(0)];
                if(m.GetString(1).StartsWith("[T-BOT]")
                {
                    conn.Send("say", "/kick " + username + " Tbot is not allowed";
                }
                catch { }
            }
        break;
    }
}

Offline

Wooted by: (2)

#7 2015-04-25 15:10:34

goeyfun
Member
From: Mighty Japan
Joined: 2015-02-18
Posts: 667

Re: [T-Bot] Make your world T-BOT Proof!

ninjasupeatsninja wrote:

goeyfun - you decompiled the exe file?

Yes.

Just stick with my own bot //forums.everybodyedits.com/img/smilies/tongue kick those who say bot is unfair


Ug3JzgO.png

Offline

Wooted by: (2)

#8 2015-04-25 15:23:02

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,572

Re: [T-Bot] Make your world T-BOT Proof!

Moved to Bots and Programming


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

Wooted by: (2)

#9 2015-04-26 03:41:57

khwamwiklcrit
Member
Joined: 2015-04-14
Posts: 69

Re: [T-Bot] Make your world T-BOT Proof!

WARNING: T-Bot spotted in many code worlds in EE //forums.everybodyedits.com/img/smilies/sad We need more comments!

Offline

Wooted by: (2)

#10 2015-04-26 03:55:17

goeyfun
Member
From: Mighty Japan
Joined: 2015-02-18
Posts: 667

Re: [T-Bot] Make your world T-BOT Proof!

I really appreciate the guy who made [T-Bot]
It simulates troll like a real player //forums.everybodyedits.com/img/smilies/big_smile WOW!

still it can't bypass the new rules i set for EETC c3


Ug3JzgO.png

Offline

Wooted by: (2)

#11 2015-04-26 14:03:10

khwamwiklcrit
Member
Joined: 2015-04-14
Posts: 69

Re: [T-Bot] Make your world T-BOT Proof!

WARNING: T-Bot seems to be hacking EE accounts to control EE worlds...

Offline

Wooted by: (2)
khwamwiklcrit1430053390498900

Board footer

Powered by FluxBB

[ Started around 1711631400.1233 - Generated in 0.093 seconds, 12 queries executed - Memory usage: 1.52 MiB (Peak: 1.69 MiB) ]