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.
Pages: 1
Sounds interesting, I'd like to play it.
Btw, seems like it's age of recreating old games in EE: Firstly, Lpeugliot9 made a game that was very similar to Tank Battles, then Rold1212 recreated Tetris, and now... your Arkanoid... Well, it's nice
Warning: don't open this if you don't want easy victory.
Bot/Testing/Bot Testing. Just like to see what people do in their worlds with their bots. Sometimes I see very unusual/beautiful/nice things. And sometimes those bots become very famous. Btw, I still remember times when Firecrackericebreak's worlds were full. Do you?
Sounds really impressive. Sadly, XP sucks and doesn't open this bot. Try to change Net Framework to 4.0 please:)
Btw, glad to see you again here. I haven't seen you in game/at this forum for long times. Where have you been?
Now you can toggle God Mode in open worlds. Only by pressing G, though
Tried to turn on the bot right after update. It crashed cause m.getint(15) suddenly became a boolean value.
Well, anyway, can someone send me new data for bot making?
P.S. Sorry for my bad english
P.P.S. Capasha, update dat http://capasha.com/notafraud/index.php#top. Or this http://forums.everybodyedits.com/viewtopic.php?id=27469 if you're Processor:)
change
client = PlayerIO.QuickConnect.SimpleConnect("everybody-edits-su9rn58o40itdbnw69plyw", email, password, null);
to
client = PlayerIO.QuickConnect.SimpleConnect("everybody-edits-su9rn58o40itdbnw69plyw", email, password);
i had that problem before aswell
Thank you very much. Still I wonder why it worked before, though:)
Okay, here's the question. The code below worked fine at any program I made before. But at my last one I get error related to implicit conversion of Void into PlayerIOClient.Client
What's wrong?
#region Start Things
static Client client;
static Connection con;
public static List<string> names = new List<string>();
#endregion
#region values
string world_code = "",
editkey = "",
adminnick;
List<string> admins = new List<string>();
Dictionary<int, string> players = new Dictionary<int, string>();
#endregion
#region Connect Button
private void connect_Click(object sender, EventArgs e)
{
joinWorld(email.Text, password.Text, worldId.Text);
}//connect
private void joinWorld(string email, string password, string worldID)
{
client = PlayerIO.QuickConnect.SimpleConnect("everybody-edits-su9rn58o40itdbnw69plyw", email, password, null);
con = client.Multiplayer.JoinRoom(worldId.Text, new Dictionary<string, string>());
con.AddOnMessage(new MessageReceivedEventHandler(OnMessage));
con.Send("init");
con.Send("init2");
}
#endregion
Thanks for warning.
Btw.. I checked the available servers and noticed FlixelWalker. What is it?
Well, I think the worst smiley is blushing one. It looks so ugly
10 scary devils/10
2010, i dont care xD
Google Chrome. That's what I use
Either everybodyedits.com and beta.everybodyedits.com don't work for me.
Before it stopped working, I was issuing strong lags:|
Hmm.. Are there any ways to multithread in console application?
So, I'm trying to make meteor using this code (worldh is world height):
if (b == 204)
{
for (int i = 0; i < worldh - y; ++i)
{
con.Send(editkey, 0, x, y + i + 1, 203);
Thread.Sleep(10);
con.Send(editkey, 0, x, y + i, 368);
Thread.Sleep(10);
con.Send(editkey, 0, x, y + i, 0);
Thread.Sleep(10);
}//for
}//if
I thought it works properly... until i placed more than 1 meteors.
The question is: how to make many meteors fall at the same time?
Well... I remember the world of one player (not moderator's one). His size was over 640x480.
And, of course, world with Fake Blocks is also cool.
Btw, today i've seen another "all worlds joiner". His nickname is Austin333333 (if i wrote it right)
Did you use .NET Framework 4.5 for this bot? It doesn't launch at my computer. (stupid Windows XP)
lrussell wrote:marcoantonimsantos wrote:MikeK wrote:I wish it could work on Windows XP
Does it tell any error message?
Please tell everything that windows tells opening it.Thanks for advicing me, didn't know.
You have the project targeted for .NET 4.5, if you target it to .NET 4.0 it should work (providing you aren't using any .NET 4.5 features).
Also, marcoantonimsantos, your avatar...I don't know how..
When i tried to it gave 16 warnings and the bot didn't work.
16 warnings only? You're lucky one, then. I've got 26 warnings and 1 error. I guess the reason is... project can't see any components (there're 26 components, by the way).
Anyway.. you won't fix it?
Same here. By the way, try to use ee.yonom.org now... I'm having "Error! Connection to Player.IO WebService Unexpectly Terminated". It has something to do?
UPD: now the game lets you log in, but it says your email is not registered. (tried it on my account and a fake account)
I wish it could work on Windows XP
Hm... add blue coins with simulated magic blocks, then
PM me please, I want the bot.
There's a player (or bot, I don't know) who joins any world I join (but he does nothing while in world). His nickname is "38764eros". Also, he doesn't get crown when he passes golden crown block. If it's someone's bot, then who is the maker of bot? And why does he follow me?
Pages: 1
[ Started around 1732354798.8282 - Generated in 0.127 seconds, 9 queries executed - Memory usage: 1.44 MiB (Peak: 1.62 MiB) ]