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!

Bless Server files & VM

Newbie Spellweaver
Joined
Dec 7, 2023
Messages
15
Reaction score
3
What about if someone just copy the old exe and run it with parameters?
Regards
That's exactly what I was thinking. just run bless.exe with the -loginID parameters. But I found a solution to not being able to create or login with just the loginID, I'm improving it and I intend to make it available to the community!

ps. This solution in my country is called "gambiarra".
Regards
 
Newbie Spellweaver
Joined
Nov 6, 2023
Messages
47
Reaction score
11
That's exactly what I was thinking. just run bless.exe with the -loginID parameters. But I found a solution to not being able to create or login with just the loginID, I'm improving it and I intend to make it available to the community!

ps. This solution in my country is called "gambiarra".
Regards
i know what he means but thats just pointless. actually if the username not exist in the database then its unable to login. well i know the password check is not exist in this version so i made this
made an api for login and registration
made a launcher what is checks the username and password combo (i used md5, its just meh but doesnt matter in the case)
packed bless.exe from Binaries\Win64\ with themida and ripped some critical engine files from the pak files into the new binary, in the same time i emulate them in memory so basicly unable to launch my client with haxed - mixed solution if you dont know what are you exactly doing or not an expert reverse engineer.
however with vanilla client is able to login but its kinda pointless (my client is translated to my language), but its can be protected with a simple reverse proxy
 
Newbie Spellweaver
Joined
Dec 7, 2023
Messages
15
Reaction score
3
i know what he means but thats just pointless. actually if the username not exist in the database then its unable to login. well i know the password check is not exist in this version so i made this
made an api for login and registration
made a launcher what is checks the username and password combo (i used md5, its just meh but doesnt matter in the case)
packed bless.exe from Binaries\Win64\ with themida and ripped some critical engine files from the pak files into the new binary, in the same time i emulate them in memory so basicly unable to launch my client with haxed - mixed solution if you dont know what are you exactly doing or not an expert reverse engineer.
however with vanilla client is able to login but its kinda pointless (my client is translated to my language), but its can be protected with a simple reverse proxy
Okay, great job you did.
But unfortunately this is not my area of expertise and I am no expert, so my work on this is limited but satisfactory for me.
The change I made and which I am STILL testing prevents login and creation even with the vanilla client (bless.exe).
 
Newbie Spellweaver
Joined
Nov 6, 2023
Messages
47
Reaction score
11
Okay, great job you did.
But unfortunately this is not my area of expertise and I am no expert, so my work on this is limited but satisfactory for me.
The change I made and which I am STILL testing prevents login and creation even with the vanilla client (bless.exe).
nice! i always respect ppl whos try to find solution for various problems. keep us updated
 
Newbie Spellweaver
Joined
Dec 7, 2023
Messages
15
Reaction score
3
nice! i always respect ppl whos try to find solution for various problems. keep us updated
Of course yes, I learned a lot in this community in such a short time that I accessed it again, I intend to give back!
 
Back
Top