Hello, i wanted to ask if anybody can suicide by using packets ;p
i already tried like this:
char text[50] = { 0 };
strcpy(text,"/suicide");
SendPacket(0x2c, "s",text) ;
It works for sending normal text but sending /suicide doesnt do anything.
I tried to sniff if suicide is caused by other packet and it's not.
Can anyone help me?