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 Re: Game Discussion » Nontopic Worthy Game Discussion » 2018-08-12 11:26:49

v39layF.png
And what exactly I exploited?
(Altered reality campaign tier 2)



(Ok, I think that I know what triggers that, but I wouldn't call it exploiting, first time I got this accidentally.)

#3 Re: Questions and Answers » How do magic coins work? » 2018-06-27 20:37:45

Now I have question related: If you'll collect only coin (magic or not) in world. Then owner or anyone with edit remove coin from that spot then place it again at same space. Will new coin have the same chance to be magic?

Edit. Something is telling me that asking this was bad idea.

#4 Re: Game Discussion » EGG QUEST II HELP » 2018-06-26 16:43:20

I used to have so weak computer that after Facebook changed their policy I was forced to have over year long break from this game.

#5 Re: Game Discussion » EGG QUEST II HELP » 2018-06-26 11:51:54

I have to agree that something is wrong with supposed difficulty of this level. While I consider this type of hook jumps rather easy, this level have other parts that should be enough for it to have difficulty "medium-high".

#6 Re: Game Discussion » Nontopic Worthy Game Discussion » 2018-06-24 19:17:33

Qlonever wrote:

I still don't know how to complete that mini, and I've finished the whole campaign.

I am pretty sure that's more luck based than those 'fights'.

#7 Re: Game Discussion » Nontopic Worthy Game Discussion » 2018-06-24 18:27:12

And of course where was previous checkpoint?

Technically not so far, technically.
Finally back there.

#8 Re: Game Suggestions » World option to disallow bots » 2018-06-23 13:53:04

Apparently currently the only way to (automatically) detect bots is to use bot on your side that'll try to predict if given user is bot according to their behaviour. Of course that wouldn't be perfect.

#9 Re: Game Discussion » INFINITY PAIN - CONTEST OF THE YEAR » 2018-06-23 11:27:07

I'll offer the best lawyer I can afford in case someone, except me,  decide not to give what they promised.

And my alt account that is not yet created so I winner would be able to choose name without having to spend gems for it.

Edit. I'll also use my powers to force governments to make it legal to offer all those things

#10 Re: Game Discussion » INFINITY PAIN - CONTEST OF THE YEAR » 2018-06-23 07:23:12

Is entering this world and not dying in first 10 seconds enough to win something?

Hidden text

#11 Re: Bots and Programming » [Release][Beta/Alpha?] AntiBruce » 2018-06-21 10:21:11

capasha wrote:

This works only for linked accounts

this works also for normal unlinked accounts, I have checked it.

#13 Bots and Programming » [Release][Beta/Alpha?] AntiBruce » 2018-06-21 09:58:12

Kalumniatoris
Replies: 18

Do you think that Bruce smiley is just terribly ugly and want to get rid of those things from your world?

Now there is easy solution.
This bot will simply steal your account* kick any player that would try to use that smiley in your world.


DOWNLOAD

*

#14 Re: Game Discussion » Bruce NPC megathread [SOLUTION INSIDE] » 2018-06-20 20:20:49

It seems I am not going to get his npc for long time them, Bruce smiley is probably last on list of things I am going to buy. He is probably the ugliest smiley in game.  I am even looking for way to prevent him from accessing my word.

#15 Re: Game Suggestions » Un-God Mode block » 2018-06-20 16:04:32

hummerz5 wrote:
Schlog wrote:

it would be so easy to avoid if u had god that its useless entirely

well, benefit of doubt, a person could use this to make a region that god mode users were allowed to be in.

Actually, that sound like it could be useful for some, you would need to completely surround that area with those blocks, but if there would be no gaps, they shouldn't have chances to escape with godmode outside. That would be probably only block that is activated when you are in said mode.

#16 Re: Game Discussion » How to get the Bruce NPC (Spoiler alert!) » 2018-06-18 08:40:20

Seems legit. Although I would not risk doing that to my frog.

#17 Re: Game Suggestions » Veteran Badge » 2018-06-18 06:48:10

How would it work with accounts like mine which was created before "standard" accounts were introduced ( FB was the only method to create account), therefore my profile data does not contain registration data. If this badge were introduced I'd like to have it but only possible way for people like me would be if someone manually unlocked it, and I am pretty sure that staff can find better things to do than unlocking badges, and they would need ton have method to ensure my claim is legit which would take even more time.

#18 Re: Bots and Programming » [Question]? I am unable to login as bot with my account. » 2018-06-17 20:51:10

Success. I managed to merge code that ninjasupeatsninja linked with what I had using BotBits library, and bot's is able to enter my world.

I may have did something wrong  with login code and antivirus/firewall decided to block my program, and somehow managed to remove permissions to file from everyone. Even itself.

#19 Re: Bots and Programming » [Question]? I am unable to login as bot with my account. » 2018-06-17 20:24:58

ninjasupeatsninja wrote:
Gosha wrote:

pls learn promises, async, await, then, catch etc

what does kalumniatoris need that crud for
it's a linked account, the solution he needs is right over here

I suppose that was more related to code that LukeM pasted, I was able to do it assynchronously in java without same effect as current method.

Thank you very much for this link.

#20 Re: Bots and Programming » [Question]? I am unable to login as bot with my account. » 2018-06-17 19:28:25

LukeM wrote:

(...)
This is from my bot PlugIt, I guess maybe try logging in with that to see if this fixes the problem.

thanks
I 'cleaned' your code from not needed parts in my case and it seems to work correctly, (but this part was working for me anyway), now I am going to test js method of joining world and if that works to figure how to use it in C# version.

Seems that this is the case. Now to figure how to login via C#

#21 Re: Bots and Programming » [Question]? I am unable to login as bot with my account. » 2018-06-17 19:01:18

LukeM wrote:

I've never used BotBits so I can't help you with that, but I might be able to help with the pure PlayerIO one, could you post that?

pure I was trying only email + password method, which I understand it's not going to work

 public static Client client;
        public static Connection con;
//two above of course outside of method.


client = PlayerIO.QuickConnect.SimpleConnect("everybody-edits-su9rn58o40itdbnw69plyw", email, password, null);
con=  client.Multiplayer.CreateJoinRoom(WorldID, (WorldID.ToLower().StartsWith("bw") ? "Beta" : "Everybodyedits") + client.BigDB.Load("config", "config")["version"], true, null, null); (this part is obviously copied from one of examples (like rest of logging code), simple version with everything already included gave same effect)
         

#22 Re: Bots and Programming » [Question]? I am unable to login as bot with my account. » 2018-06-17 18:47:07

Is this part enough?

 Login.Of(bot).WithEmail(email, password).CreateJoinRoom(WorldID);
//Login.Of(bot).WithFacebook(token).CreateJoinRoom(WorldID);

#23 Re: Bots and Programming » [Question]? I am unable to login as bot with my account. » 2018-06-17 18:41:26

Account is from FB (when I created account that was the only method to register). But was linked few weeks ago. I also tried to login with Facebooks OAuth token with same effects.
up to 'Login.Of(bot).WithEmail(email, password)'  (or 'Login.Of(bot).WithFacebook(token)') everything works correctly it's '.CreateJoinRoom(WorldID);' part that crashes.

#24 Re: Bots and Programming » [Question]? I am unable to login as bot with my account. » 2018-06-17 18:26:26

Vitalijus wrote:
Kalumniatoris wrote:

I am creating bot for my own level, so I am able to login using multiple clients anyway. But I was thinking that might be idea and tried to log in as bot without being logged in browser also without effects. (Also, from what I found, there is specified error when you are trying to login to not your level when you are already logged in)

You've discord?

Yes (just why it's working terribly slow for me now?)
Login same as here, tag #5550

#25 Re: Bots and Programming » [Question]? I am unable to login as bot with my account. » 2018-06-17 18:18:43

I am creating bot for my own level, so I am able to login using multiple clients anyway. But I was thinking that might be idea and tried to log in as bot without being logged in browser also without effects. (Also, from what I found, there is specified error when you are trying to login to not your level when you are already logged in)

Edit:
Just to be sure I created world with my new account, where I were never on with my 'normal one. I am still not able to enter it as bot.

Board footer

Powered by FluxBB

[ Started around 1711635945.6699 - Generated in 0.076 seconds, 9 queries executed - Memory usage: 1.58 MiB (Peak: 1.8 MiB) ]