Example :-
int > WriteUInt32
string > ReadAscii
PHP Code:
change from int [WriteUInt32] to string [ReadAscii]
Check packet from dll Game
try again
send packet from iwa exploit source
int count = 0;
int number = 1; number Send packet 1 to 100000000000
if (count < number ) // number Send packet 1 to 100000000000
{
Packet test = new Packet(0x here packet hwid);
//Send 5 packet string
//Send 5 packet int
test.ReadAscii(string Here); //hwid
test.ReadAscii(string Here); //hwid
test.ReadAscii(string Here); //hwid
test.ReadAscii(string Here); //hwid
test.ReadAscii(string Here); //hwid
test.WriteUInt(1);
test.WriteUInt(2);
test.WriteUInt(3);
test.WriteUInt(4);
test.WriteUInt(5);
m_RemoteSecurity.Send(test); // Send to server
count ++;
}
you are so stupid