Jump to content
  • 0

How to use new Packet Obfuscation?


BugsLIFE

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   4
  • Joined:  06/07/13
  • Last Seen:  

hello.. as i said i find it new , because i cant understand how to properly use it

it says like this

        #define PACKET_OBFUSCATION

        // Define these inside src/custom/defines_pre.h or src/custom/defines_post.h
        #define PACKET_OBFUSCATION_KEY1 <key1>
        #define PACKET_OBFUSCATION_KEY2 <key2>
        #define PACKET_OBFUSCATION_KEY3 <key3>

 

so if i have a 3 keys? that i should put inside src/custom/defines_pre.h or src/custom/defines_post.

but i dont know what format? please help

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 1

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

#define PACKET_OBFUSCATION_KEY1 0x12345678
#define PACKET_OBFUSCATION_KEY2 0x12345678
#define PACKET_OBFUSCATION_KEY3 0x12345678

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   702
  • Joined:  12/21/14
  • Last Seen:  

rathena/src/map/clif_obfuscation.h

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  35
  • Reputation:   1
  • Joined:  04/08/14
  • Last Seen:  

If the 20180307 or newer is no obfuscation?
Then what is the alternative way for this?

image.thumb.png.ea4d8b8bb76409b67bcdeedca8ddfc4a.png
 

  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  01/09/22
  • Last Seen:  

i'm using as above.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...