Developer
Developer
Hello People from ragezone, i was coding a emulator from crossfire but due few reasons ( college, comunity, life rules ) i have to stop project, so i'm releasing to comunity a emulator with a nice struct to develop packets and finish it if you want, there few packets on gameserver but it don't work still, also there sniffer in the package, everything done in java, you can try your lucky on it.
here the latest video status from project
Downloads ->
Client: CrossFire AL Latest Update
Credits: Bola
thanks to UltraPGNoob for few doubts taken
like and rep+, i'm grateful XD
here the latest video status from project
Downloads ->
To view the content, you need to sign in or register
Client: CrossFire AL Latest Update
Code:
UPDATE :
ServerPacket.java
replace
this.con.getChannel().write(getBuf());
with
this.con.getChannel().writeAndFlush(getBuf());
on login server and gameserve
Credits: Bola
thanks to UltraPGNoob for few doubts taken
like and rep+, i'm grateful XD
Last edited: