(03-29-2018 - 08:52 PM)Wesley_Marcos Wrote: i converted admin kick protection from xbox to ps3
i tested and work 100% :)
please leave credits xD
Hidden content unlocked
Yo, you use this function right?
void WriteBytes(int address, char* input, int length)
{
for (int i = 0; i < length; i++) { *(char*)(address + (i)) = input[i]; }
}