03-01-2017, 06:24 PM
Hi guys,
I'm working on old Project Blackout client.
I'm trying to fix the outpost and I've understand some but I can't understand anymore.
For now i've understand that in outpost enter (3409) there is this structure:
And when I enter he ask for 3 time the packet 3411.
Somebody know how work with that?
I'm working on old Project Blackout client.
I'm trying to fix the outpost and I've understand some but I can't understand anymore.
For now i've understand that in outpost enter (3409) there is this structure:
Код:
WriteH(3410);
WriteD(0);
WriteC(1); //Spin of the day in Tab A
WriteC(2); //Spin of the day in Tab B
WriteC(3); //Spin of the day in Tab C
WriteB(new byte[4]);
WriteS("", 33); //Last winner of grand prize
And when I enter he ask for 3 time the packet 3411.
Somebody know how work with that?