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!

Weird question about server licence

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 7, 2015
Messages
25
Reaction score
2
how did beshoy maked his server files with a licence and is there a way to crack it :eek:tt1::blink:
 
Newbie Spellweaver
Joined
Mar 7, 2015
Messages
25
Reaction score
2
xD it will be amazing if some one explained how to do it or at least tell us which file has the licence attach and we figure the rest :D :D :D :p :p
 
Upvote 0
Experienced Elementalist
Joined
Oct 9, 2012
Messages
282
Reaction score
77
there won't be some1 who will tell you which files are licensed. and none will tell some1 how some1 can crack the files. just tell me a reason why some1 from the coders here should crack them or tell some1 how it works. its stupid to duck up a other coder.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 7, 2015
Messages
25
Reaction score
2
I was only asking guys calm down , anyway i dont know how to close or delete this post , i hope any moderator can close it or delete it
 
Upvote 0
Newbie Spellweaver
Joined
Jun 13, 2018
Messages
16
Reaction score
10
I've never used his files so I have no idea what he did but if I were to protect my software with some kind of license, I would encrypt my dll and or obfuscate it. Then I would 'outsource' some functions and download them after validation(check hwid, computer name or whatever, coders choice here). Without a valid connection, the dll can't work because some parts of a function could be called from the stack and since the check didn't pass, you can't execute it.
For this you'd have to enable DEP as far as I remember but that's like the norm for any server.
IF YOU really wan't to learn about cracking, just google "cracking asm tutorial". You need to be fluent in assembly or you'll have a hard time. You don't really have to code in it, because you can just set a jump and continue to work in c/c++, but you have to understand it to make full use of it and so that it doesn't crash.
 
Upvote 0
Status
Not open for further replies.
Back
Top