Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[HELP] c++ merge define

Junior Spellweaver
Joined
Feb 7, 2016
Messages
109
Reaction score
6
EDIT::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
i try to hide xor_encode_bytes for attack.
and i find this solution but i need help for work fine.
i thinking
like
#define a1 "abc"
#define a2 "def"
#define a3 "ghi"
#define a4 "jkl"
#define XOR_ENCODE_BYTES "whatever need"


so if i call xorencodebytes it must returns "abcdefghijkl"
 
Last edited:
Joined
Oct 31, 2005
Messages
3,113
Reaction score
1,539
Cause probably #define doesnt have a secondary function. Also please elaborate more next time you post here, such a short post with barely anything explained cannot be answered properly. You can also edit your thread now and add as much information as possible.
 
Back
Top