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
Okay, so I went through some of everybody edits source code and found the following: (Code edited, but variables haven't changed.)
con.Send("diamondtouch", cx, cy);
con.Send("caketouch", cx, cy);
con.Send("hologramtouch", cx, cy);
con.Send("checkpoint", cx, cy);
What do I put for cx and cy?
EDIT: Addition:
How do i add a MessageHandler to the connection? <- Ech.
Offline
So is it not possible to make the bot a diamond smiley (or 'cake' and such)?
Offline
ParadoxInTheVoid wrote:So is it not possible to make the bot a diamond smiley (or 'cake' and such)?
If a diamond block is placed inside the world you can do: con.Send("diamondtouch", diamondx, diamondy);
Where diamondx and diamondy is the location of the diamond block, same goes for the other blocks.
That would only be possible if you get world data, or either check for "currently placed blocks" and register them into a table (maybe variables )
shh i have returned
Offline
Pages: 1
[ Started around 1732505268.0172 - Generated in 0.037 seconds, 12 queries executed - Memory usage: 1.41 MiB (Peak: 1.52 MiB) ]