Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Kal Online
You last visited: Today at 22:34

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Packets headers

Discussion on Packets headers within the Kal Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2009
Posts: 72
Received Thanks: 70
Packets headers

Hi all.

Can anyone upload current RECV packets headers for INT ?
I mean something like that but actually:


SERWER CHOOSED 0x91
READY TO PUT SECOND PW 0xAA
PLAYER MOVE : 0x16
PLAYER DISAPEAR 0x8B
PLAYER APEAR 0x7F
PLAYER GET INVENTORY 0x90
PLAYER HP/MP/maxHP/maxMP 0xA6
PLAYER HP/MP/EXP CHANGED 0x60
MOB MOVE 0xAD
MOB MOVE STOP 0xC4
MOB APEAR 0xA8
MOB DISAPEAR 0x9C
MOB STATE ( BH / DED) 0x9E
DROP APEAR 0xAE
DROP DISAPEAR 0x6A

Thx.
nokia999 is offline  
Old 01/13/2016, 14:50   #2
 
meak1's Avatar
 
elite*gold: 220
Join Date: Jun 2007
Posts: 3,768
Received Thanks: 1,126
Code:
Send

0x06 - Hackshield Packet
0x09 - Login ID/PW
0x75 - Second PW
0x6B - Walk Move 
0xA2 - Walk Stop
0x35 - SitDown/Up
0x84 - Behead/Skill Usage
0xC0 - PickUp
0x3E - Send F/L
0x53 - Save Statue
0x5A - Sob/Quest - 0x55 Buff
0xAE - Open WoodenBox
0x16 - Cancel Opening/process
0x01 - Ping
0x07 - Create Char
0x89 - Information Char Error
0x0E - Normal Attack
0x5D - Skill Animation
0x04 - Char login/Select
0x49 - Use Item/Medi
0x2C - Chat
0x24 - Create Revisions

Recv

0x86 - Get Chars at Login
0x91 - 0x2A AESKEY Server Start
0xAA - Logged in
0x90 - Inventory/money
0xBA - Item disappear
0xAE
0x9E - Target Behead 0x01/Mob Dead
0x60 - Get Hp/Mp
0xAE - Item Drop
0x7F - Logged In!
0xA5 - Get Dmg
0x7F - Player Appeared
0x7E - Get FL
0x7B - Hackshield Packet Recv
0x81 - Message Chat
0x8B - Player disappear
0xC4 - Mob Moving
0xAD - Mob Moving
0x9C - Mob disappear
0xA8 - Mob appear
0x16 - Komisches Recv Hack ?!
0x8C - Mob Get DMG
meak1 is offline  
Thanks
1 User
Old 01/13/2016, 16:42   #3
 
elite*gold: 0
Join Date: Oct 2009
Posts: 72
Received Thanks: 70
Thx Meak but its outdated recv/ send list ;]
I see You have little break from kal like me xD
nokia999 is offline  
Old 01/13/2016, 16:50   #4
 
meak1's Avatar
 
elite*gold: 220
Join Date: Jun 2007
Posts: 3,768
Received Thanks: 1,126
it could be yes, was my last Recv/Send list from 24.5.2014

u cant sniff on your own the packet headers ?
meak1 is offline  
Old 01/13/2016, 17:41   #5
 
elite*gold: 0
Join Date: Oct 2009
Posts: 72
Received Thanks: 70
Yes i can but its take a time ;] ans i pref easy way xD
nokia999 is offline  
Old 01/14/2016, 10:15   #6
 
elite*gold: 20
Join Date: Jul 2007
Posts: 1,979
Received Thanks: 270
Quote:
Originally Posted by nokia999 View Post
Yes i can but its take a time ;] ans i pref easy way xD
Code:
enum r_packets
{
	R_PLAYERAPPEAR = 0x7F,
	R_NPCAPPEAR = 0x9B,
	R_WELCOME1 = 0x91,
	R_INVLOAD = 0x90,
	R_EQUIP = 0xb6,
	R_DEQUIP = 0xc1,
	R_PICKEX = 0x24,
	R_FLACTION = 0x15,
	R_EXPELL = 0x52,
	R_SYNC = 0xA0,
	R_NEWSYNC = 0x68,
	R_NEWFL = 0x0f,
	R_SPAWNSTATS = 0x4f,
	R_PLAYERMOVE = 0x16,
	R_PLAYERMOVESTOP = 0xac,
	R_MOBMOVE = 0xad,
	R_MOBMOVESTOP = 0xc4,
	R_MOBAPPEAR = 0xa8,
	R_ITEMAPPEAR = 0xae,
	R_PLAYERDISAPPEAR = 0x8b,
	R_MOBDISAPPEAR = 0x9c,
	R_PHYSATT = 0xa5,
	R_HPMP = 0x60,
	R_HS = 0x7B,
	R_PING = 0x89,
	R_SUCCLOGIN = 0xAA,
	R_CHARS = 0x86, 
	R_CHAT = 0x81,
	R_PORTLOAD = 0x55,
	R_ITEMDISAPPEAR = 0x6a,
	R_STATECHANGE = 0x9e, 
	R_PLAYERSTATS = 0xa6, 
	R_SELECTCHAR = 0x88,
	R_PICKNONEX = 0x9a,
	R_DROPALL = 0x0b,
	R_ITEMUSE = 0x24,
	R_FLMSGS = 0x7e,
	R_CHARSELECTION = 0x86,
	R_2NDPWDWORD = 0xaa,

};
enum s_packets
{
	S_CHARSELECT = 0x04,
	S_VERSION = 0x03,
	S_HEIGHT = 0x0b,
	S_STHLOGIN = 0x4f,
	S_WELCOME = 0x0a,
	S_PICKUP = 0xC0,
	S_REVIVE = 0x51,
	S_TOWNHEIGHT = 0x89,
	S_MOVE = 0x6B,
	S_MOVESTOP = 0xA2,
	S_TOWNPORT = 0x5A,
	S_SKILL = 0x84,
	S_ATTACK = 0x0e,
	S_LOGIN = 0x09,
	S_LOGIN2 = 0x75,
	S_USEITEM = 0x49,
	S_2NDNOTIFICATION = 0xBC,
	S_CHAT = 0x2C,
	S_BUY = 0x88,
	S_SELL = 0x8d,
	S_STATUE = 0x53,
	S_REFRESHFL = 0xb5,
	S_UNEQUIP = 0x3F,
	S_SENDFL = 0x3e,
	S_DROPITEM = 0x7A,
	S_REV = 0x24,
	S_DESTROY = 0x6e,
	S_PING = 0x01,
	S_FPARTY = 0x0f,
	S_DUEL = 0x2d,
	S_HS = 0x06,
	S_REFRESHFLMSG = 0x3e,
	S_NPCREPLY = 0x5A

};
might be outdated as well.
katze123 is offline  
Thanks
1 User
Old 01/14/2016, 13:44   #7
 
elite*gold: 0
Join Date: Oct 2009
Posts: 72
Received Thanks: 70
Outdated too ;]
But thx for enum style. This time i don't hardcode headers in recv xD
nokia999 is offline  
Old 01/17/2016, 09:55   #8
 
elite*gold: 0
Join Date: Aug 2008
Posts: 8
Received Thanks: 1
recv:
0x6b player appear
0x6d message chat

If anybody got a full list of recv/send I'd be thankful too.
Wittytou is offline  
Old 01/17/2016, 10:18   #9
 
elite*gold: 0
Join Date: Oct 2009
Posts: 72
Received Thanks: 70
RECV:

SERWER CONNECTION LOST 0x92
SERWER CHOOSED 0x7D
READY TO PUT SECOND PW 0x95
WRONG SECONDARY PASSWORD 0x25
CHARACTER CHOOSE SCREEEN 0x72 then 0x8D


PLAYER MOVE : 0x0F
PLAYER MOVE STOP: 0x97
PLAYER DISAPEAR 0x77
PLAYER APEAR 0x6B
PLAYER NEW COORD (TELE / REV) 0x45
PLAYER TELEPORTED 0x7A
PLAYER LOG OFF 0x74
PLAYER USE ITEM (MED) 0x6E
PLAYER HP/MP/EXP CHANGED 0x4F
PLAYER NEW ITEM IN INVENTORY 0x85
PLAYER INC/DEC ITEM COUNT IN INV 0x19

PLAYER USE ITEM (SELF) 0x6E
PLAYER SAY (CHAT / SHOUT) 0x6D
KAL PING/HS? 0x75 / 0xB1

MOB MOVE 0x98
MOB MOVE STOP 0xAD
MOB APEAR 0x93
MOB DISAPEAR 0x87
MOB STATE ( BH / DED) 0x8F

DROP APEAR 0x99
DROP DISAPEAR 0x57

SOMEONE ATT SOMEONE PHISICAL 0x90
SOMEONE ATT SOMEONE MAGICAL 0x78


SEND:
ANIM SKILL 0x50
SKILL / BH 0x74
USE ITEM 0x3F
PICK ITEM 0xAD
LOGIN ID/PW 0x07
LOGIN PW2 0x09
LOGIN CHAR TO GAME 0x04
PLAYER MOVE 0x5D
PLAYER MOVE STOP 0x91
PLAYER ATTACK PHYSICAL 0x0F

Thats all i sniffed till now.
Didn't checked them all so be carefull!
nokia999 is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
[Buying] GFX for banners / headers
02/01/2015 - Trading - 0 Replies
Hello community, Im currently searching for a GFX guy who can create professional banners and headers in high-quality. The task is related to Unityhacks - Unityhacks | CS:Source Hacks & CS:GO Hacks and the cooperation should be long-term oriented. Further details about compensation and the job itself will be provided after a personal conversation. Please add past graphics to your message.
[REQUEST] "wrong password" or "wroong id" packets headers
01/10/2013 - Kal Online - 4 Replies
Hello everyone , as mentioned above , i need headers for "wrong password" or " id doesn't exist" headers when attempting to login . thanks =]
[Release] +5500 Packets structure , client/packets constants
10/07/2012 - CO2 PServer Guides & Releases - 10 Replies
edit : if u know nothing about packets go to this post first explaining what is packets , and explaining a packet with details and everything http://www.elitepvpers.com/forum/co2-pserver-disc ussions-questions/2162344-packets-packets-packets. html#post19074533 i start making my very own packet structure to use them on my new proxy but i thought of ripping them from the source so yeah the following packets is ripped of trinity base source right now im just providing the packets structure...
[C++] Fehlende Headers
10/19/2011 - C/C++ - 8 Replies
Hallo, ich frag jetzt einfach mal euch. Da Pinki für die S4 section mal einen 10 Minuten Bypass src für Xtrap releast hat, möchte ich den nun ein bisschen aufbauen und umschreiben. Hab den schon umgeschrieben (die ganzen hooks für die detourxs kompatibel gemacht, mehr hooks), nur jetzt bin ich bei dem Problem dass ich es nicht compilen kann da mir diverse Header Dateien Fehlen. Mir fehlen diese Header Dateien: tlhelp32.h nt/ntdll.h Ich habe mich auch schon gut bei google informiert...



All times are GMT +1. The time now is 22:35.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.