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
Well, I was messing around with my bot, and when i tried to do something, I somehow ended up making a black hole, or an expanding void..
if (m.Type == "b")
{
if (m.GetUInt(3) == 1096) ;
{
uint x1 = m.GetUInt(1);
uint y1 = m.GetUInt(2);
conn.Send("b", 0, --x1, y1, 44);
Thread.Sleep(10);
conn.Send("b", 0, ++x1, --y1, 44);
Thread.Sleep(10);
conn.Send("b", 0, ++x1, ++y1, 44);
Thread.Sleep(10);
conn.Send("b", 0, --x1, ++y1, 44);
When you place the id specified in the if "(m.GetUInt(3) == 1096) ;", well, chaos ensues.
I'd like to hear why this actually happens, as I'm quite new to botting.
Offline
What happens when you place the block as a user? You send type "b" to the server, the server says "hey, everyone, someone placed 'b' here."
So what did you tell your bot to do? You told your bot to say "oh, there's a 'b'! Let me place FOUR blocks. Here's FOUR 'b' messages!" So you send those to the server.
What does the server do? "Hey, everyone, someone placed FOUR 'b' here!."
So what does your bot do in response?
Offline
Try it with no delay. You’ll either DC yourself or everyone else.
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
Try it with no delay. You’ll either DC yourself or everyone else.
No, it depends on internet actually, I never use delays and everything works fine for me but a few blocks don't get placed
Offline
What happens when you place the block as a user? You send type "b" to the server, the server says "hey, everyone, someone placed 'b' here."
So what did you tell your bot to do? You told your bot to say "oh, there's a 'b'! Let me place FOUR blocks. Here's FOUR 'b' messages!" So you send those to the server.
What does the server do? "Hey, everyone, someone placed FOUR 'b' here!."
So what does your bot do in response?
wait. so how do i make it only activate if its a specific block id?
er, perhaps, only make it activate once?
Offline
hummerz5 wrote:What happens when you place the block as a user? You send type "b" to the server, the server says "hey, everyone, someone placed 'b' here."
So what did you tell your bot to do? You told your bot to say "oh, there's a 'b'! Let me place FOUR blocks. Here's FOUR 'b' messages!" So you send those to the server.
What does the server do? "Hey, everyone, someone placed FOUR 'b' here!."
So what does your bot do in response?
wait. so how do i make it only activate if its a specific block id?
er, perhaps, only make it activate once?
Keep track what blocks you want to place. When you receive a message one of those blocks has been placed (id, x, y), then don't repeat.
Offline
idk if this counts but, once when 667 was available I hacked ee and went into the void, i wish there was more it it
Offline
If you only want a + shape, just have the bot draw it with a block ID that doesn’t activate the feature.
One bot to rule them all, one bot to find them. One bot to bring them all... and with this cliché blind them.
Offline
If you only want a + shape, just have the bot draw it with a block ID that doesn’t activate the feature.
Yes, only id 1096 is used to trigger this. ID 44 isn't used anywhere else.
Offline
make sure the person placing the block isn't your bot
Offline
Pages: 1
[ Started around 1732215443.1437 - Generated in 0.341 seconds, 13 queries executed - Memory usage: 1.54 MiB (Peak: 1.71 MiB) ]