Botjail

08/01/2011 01:45 Chalkie#16
If you have ConquerAI I made a tool that gets you in to jail.
08/01/2011 07:45 unpandar#17
i dont have , but ty
08/01/2011 09:42 Iledim#18
Caan someone make a hack to get in botjail please ? For the latest version.
Thanks. !
08/02/2011 14:03 _StarScream_#19
Ummmmmm, i got my gears out ^___^ They temprarely allowed to drop items in botjail, so i went in ther with a noob, got my gears and BAM
08/02/2011 16:36 Captivate#20
Quote:
Originally Posted by pro4never View Post
The proxy has a full gui. You just need to decide what packet you want to send and add a button to it.

<edit>

If you wanted to do something like CoOperative had... Just do something like

Code:
 private void btnSend_Click(object sender, EventArgs e)
        {
            string[] bytes = packetSend.Text.Split(' ');
            byte[] toSend = new byte[bytes.Length + 8];
            for (int I = 0; I < bytes.Length; I++)
                toSend[I] = byte.Parse(bytes[I]);
            selectedChar.SendToServer(toSend);
        }
Where btnSend is a button to send and packetSend is a textbox where you enter the bytes.
This helped me, might help you as well.
08/02/2011 20:01 Iledim#21
I am sorry but I don't understand this letter can you please explain me in better way cause I am a litle newb. with computers :( Please someone just explain me what this guy said....?
Thanks.