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-05-29 19:53:57, last edited by realmaster42 (2017-05-30 19:11:56)

realmaster42
Formerly marcoantonimsantos
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-20
Posts: 1,380
Website

[OpenSource - GitHub] EE Bot Builder - Build bots easily!

GitHub LINK - https://github.com/realmaster42/EEBotBuilder
If you don't trust me to run the file itself, then go on GitHub, look at the code and then build the project in your own computer's source editor. It's safer, nicer and easier to work with.

Hello!
This is my latest invention, the EE Bot Builder.
EE Bot Builder is a bot constructing tool that allows you to build up your own bots using it's own programming language.

This will help everyone that doesn't know C# to learn basic programming, logics and syntax, so that on the future they could make real bots using C#. However, this tool allows you to do many things, incluiding saving your bot as an EXE!

Let's get straight into it!

What is ebbbot.exe and EEBotBuilder.exe?
Old text about obfuscation - Read it if you have curiosity only
How can I contribute?
How does the UI work?
Upcoming plans
How to program?
Change log
Download

And that's it!
Hope you enjoy my tool.

Be free to give feedback, give suggestions and report bugs!


http://i.imgur.com/bjvgH5L.png?1

Offline

#2 2017-05-29 20:23:23, last edited by capasha (2017-05-30 15:51:38)

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

Re: [OpenSource - GitHub] EE Bot Builder - Build bots easily!

ebbbot.exe
Connections outside of EE: looking for new versions at http://pastebin.com/raw/hrPBajCc
File Checksum (SHA1): 7e292f0aedf5e5b996cac8421754707c48dd7cee
File Version: 1

EEBotBuilder.exe
Connections outside of EE: looking for new versions at http://pastebin.com/raw/hrPBajCc
File Checksum (SHA1): 0dbcc373ae40ed068804f8fbb8b12c3e32467a82
File Version: 1

Upload the file to virustotal.com and check if the sha1 is correct. If not, then I need to check it again.

Offline

Wooted by: (2)

#3 2017-05-29 22:04:08

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

Re: [OpenSource - GitHub] EE Bot Builder - Build bots easily!

Let's hope that Capasha/Atilla also look forward to checking every version of this bot, because OP's track record of not stealing accounts is less than golden.

Capasha should also confirm the exact upload date and time of the mediafire file he checked, so that potential users can be sure that what they download has been validated.

Maybe I'm wrong to judge a player by their past actions, but using a bot requires a certain level of trust and one malevolent action should be enough to break it.


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

Offline

#4 2017-05-29 23:19:38

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: [OpenSource - GitHub] EE Bot Builder - Build bots easily!

Looks pretty interesting. could use auto-complete though.
Can methods also take parameters?

Offline

#5 2017-05-30 18:22:00

realmaster42
Formerly marcoantonimsantos
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-20
Posts: 1,380
Website

Re: [OpenSource - GitHub] EE Bot Builder - Build bots easily!

Tomahawk wrote:

Let's hope that Capasha/Atilla also look forward to checking every version of this bot, because OP's track record of not stealing accounts is less than golden.

Capasha should also confirm the exact upload date and time of the mediafire file he checked, so that potential users can be sure that what they download has been validated.

Maybe I'm wrong to judge a player by their past actions, but using a bot requires a certain level of trust and one malevolent action should be enough to break it.

Hey, I understand if you don't want to use it. Capasha has confirmed it safe, but it is your right NOT to use it.
Also, "should also confirm the exact upload date", I'll request capasha to do so on the post.
-------And: you don't need to use your account, it's a BOT CONSTRUCTING tool, not a BOT itself, so you could use alts freely here.

den3107 wrote:

Looks pretty interesting. could use auto-complete though.
Can methods also take parameters?

What do you mean auto-complete?
And yes, methods can take parameters.
Events automatically store the methods parameters (*1, *2, *3, ...), but for normal functions such doesn't happen, unless the functions are connected to the event. For now this is a simple workaround:

var:var1:0
var:var2:0

botfunction test{
log You've typed in =var1= and =var2=!
}

var:var1:Hello
var:var2:Goodbye!
botfunction test!

The output should be

You've typed in Hello and Goodbye!
*Regarding safety and usage wrote:

If you do not trust/want to run this, then don't. You are in your right NOT to use this.
Also, keep in mind this is a BOT CONSTRUCTOR and not a BOT itself, meaning you don't actually need to type in your account information.
For bot debugging, be free to use alternatives.

(BTW, if you can, decompile it and examine the code yourself)


http://i.imgur.com/bjvgH5L.png?1

Offline

#6 2017-05-30 18:35:36

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

Re: [OpenSource - GitHub] EE Bot Builder - Build bots easily!

marcoantonimsantos wrote:

(BTW, if you can, decompile it and examine the code yourself)

fwiw, why are you obfuscating then? If you want decompilation, make it open-source?

I understand those are rather far in between but still

Offline

Wooted by:

#7 2017-05-30 18:52:03, last edited by realmaster42 (2017-05-30 19:18:54)

realmaster42
Formerly marcoantonimsantos
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-20
Posts: 1,380
Website

Re: [OpenSource - GitHub] EE Bot Builder - Build bots easily!

hummerz5 wrote:
marcoantonimsantos wrote:

(BTW, if you can, decompile it and examine the code yourself)

fwiw, why are you obfuscating then? If you want decompilation, make it open-source?

I understand those are rather far in between but still

I guess I'll do it licensed... .-.


http://i.imgur.com/bjvgH5L.png?1

Offline

#8 2017-05-30 20:12:02

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

Re: [OpenSource - GitHub] EE Bot Builder - Build bots easily!

Maybe put it on GitHub and save us the trouble.


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

Offline

Wooted by:

#9 2017-05-30 20:57:09

realmaster42
Formerly marcoantonimsantos
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-20
Posts: 1,380
Website

Re: [OpenSource - GitHub] EE Bot Builder - Build bots easily!

Tomahawk wrote:

Maybe put it on GitHub and save us the trouble.

It already is on github... -.- Check the first post.


http://i.imgur.com/bjvgH5L.png?1

Offline

#10 2017-05-30 23:05:32

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: [OpenSource - GitHub] EE Bot Builder - Build bots easily!

marcoantonimsantos wrote:

What do you mean auto-complete?

Stuff that could help you with the syntax. You giving suggestions, while typing, what method calls you can use, what variables, etc. Just like any IDE really.

Offline

Wooted by:

#11 2017-05-30 23:14:48, last edited by XxAtillaxX (2017-05-30 23:17:04)

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

Re: [OpenSource - GitHub] EE Bot Builder - Build bots easily!

I think this project serves as a good lesson on what happens when you try to create a programming language whilst barely knowing what a programming language is, let alone how to create a lexer, parser and interpreter.
In addition, if anyone is going to download any executable on these forums, especially from him, they should be definitely running it in a visualized environment or a sandbox, and on an account they wouldn't mind losing.

EDIT: I forgot to mention, I have seen better quality code from Ninja, which says a lot. I wouldn't be surprised if the 'parser' is riddled with more holes than a slice of swiss cheese.


signature.png
*u stinky*

Offline

#12 2017-05-30 23:32:50

Xfrogman43
Member
From: need to find a new home
Joined: 2015-02-15
Posts: 4,174

Re: [OpenSource - GitHub] EE Bot Builder - Build bots easily!

XxAtillaxX wrote:

I have seen better quality code from Ninja, which says a lot.

Probably because ninja speaks english and marco doesn't.


zsbu6Xm.png thanks zoey aaaaaaaaaaaand thanks latif for the avatar

Offline

#13 2017-05-31 15:28:41

realmaster42
Formerly marcoantonimsantos
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-20
Posts: 1,380
Website

Re: [OpenSource - GitHub] EE Bot Builder - Build bots easily!

I see. This won't lead me anywhere as people won't even try the bot because I'm who I am, whilst if I made an alt most probably you would.

You don't even realize this was my first time trying to make a reader/parser, and still won't judge with quality.
Even Atilla wasn't creative as he usually is.

Just, nevermind. Working for the EE community is pretty bad and I most probably won't do EE Mafia 2 as I was going to do since I see people will just criticize instead of playing it. If you still want tho, PM me.


http://i.imgur.com/bjvgH5L.png?1

Offline

Wooted by: (2)
realmaster421496240921662062

Board footer

Powered by FluxBB

[ Started around 1713414310.6998 - Generated in 0.127 seconds, 12 queries executed - Memory usage: 1.67 MiB (Peak: 1.89 MiB) ]