elitepvpers
elitepvpers
>
Flyff Private Server
>
[Help]Antihack Error while logging in
« full version
[Help]Antihack Error while logging in
10/27/2011 16:04
newage023
#1
How to find the leading byte in the source changes?
I can not connect using Antihack 6.8.6
Thank you community:handsdown::handsdown:
10/27/2011 16:28
dennisdra
#2
Source\_Network\Net\Include there is the buffer.h
@ #define HEADERMARK is your Headermark
Now convert it to Hex.
Example:
#define HEADERMARK '^'
the ^ is in hexadecimal 5E so the Leading Byte is 0x5e
greetz
dennisdra
10/27/2011 22:43
newage023
#3
@dennisdra
Thank you quick reply.
I find buffer.h in the ROC Source ,
#define HEADERMARK '1' // Normal message header
#define SYSHEADERMARK '2' // System message header
I can not connect using 0x01 or 0x10
what's wrong ??
01/03/2012 14:07
ismailz15
#4
change
#define HEADERMARK '1' // Normal message header
to
#define HEADERMARK '^' // Normal message header