boot jail

07/31/2011 17:50 unpandar#1
exist one program to send u in boot jail? pls help!!
07/31/2011 17:55 pro4never#2
None that I'm aware with right now that don't require some work (IE: my proxy framework would work just fine... you'd just need to have a button to spam bad packets or w/e to get yourself botjailed)
07/31/2011 18:04 unpandar#3
ty
07/31/2011 18:18 Captivate#4
Quote:
Originally Posted by pro4never View Post
None that I'm aware with right now that don't require some work (IE: my proxy framework would work just fine... you'd just need to have a button to spam bad packets or w/e to get yourself botjailed)
Any luck that you could put that in some kind of GUI for me? Would appreciate it.
07/31/2011 19:45 pro4never#5
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.
07/31/2011 21:09 Cyanogen#6
Just report yourself to the help-desk, they just bot jail anyone with no proof at all.
08/01/2011 02:03 Captivate#7
Done! Thanks pro4never!
08/01/2011 09:41 Iledim#8
GUys I need any hack that could get me in botjail somebody can post it here ?
Thank you.