Does anyone know the Hex Code for Sonic Blow?
Skill ID = 136
Thanks.
Skill ID = 136
Thanks.
then download winrar ;) [Only registered and activated users can see links. Click Here To Register...]Quote:
i cant use it cause my pc got winzip help me plss
function Send_WS1(s: TSocket; var Buf : PChar; len, flags: Integer; pSendWs1, pRecvWs1, pSendWs2, pRecvWs2: Pointer; var IsWorking : Boolean):Integer; stdcall;
var
CurHex: string;
i : integer;
begin
CurHex := GetBufferAsHex(buf, len);
if (pos('7200',CurHex) <> 0) and (pos('[COLOR="Red"]008800[/COLOR]',CurHex) <> 0) then
begin
@Send_Callback := pSendWs1;
for i := [COLOR="Red"]0[/COLOR] to [COLOR="RED"]2[/COLOR] do // the number how often this packet should be send
begin
sleep([COLOR="Red"]0[/COLOR]); // delay you can chhose however you like (time in ms)
SendPacket(s,CurHex);
end;
end;
result := 0;
end;