❔ Console Application Authentication help
Hello developers, I am planning to sell a console application and I am in search of a public service that can generate license keys, register users with username, password, and key, and automatically log them in if the hardware ID matches. Can anyone recommend any suitable APIs for this purpose?
I'm no c# genius so an intermediate friendly solution would be ideal.
Thank you!
17 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Yeah i know, but it will stop the little script kids
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
It's an obfuscator for Enfusion scripts, games like Arma, DayZ etc
Drag a dayz mod into the application and it spits out obfuscated code
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
No, it's for mod developers to protect their mods
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
GitHub
GitHub - sixsoftware/Dayz-hitmarkers: Six Hitmarkers is a mod for t...
Six Hitmarkers is a mod for the game DayZ (https://www.bohemia.net/games/dayz) that adds hitmarkers to modded servers. Server owners have the ability to customize the hitmarkers, including enabling...
https://raw.githubusercontent.com/sixsoftware/Dayz-hitmarkers/main/scripts/3_game/Config.c
Spits out code like that
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
I was using https://cryptolens.io/ but when i used
dotnet publish -r win-x64 -c Release -p:PublishAot=true
to make the exe it broke it for some reason but if i make without PublishAOT it works fine, not sure how to fix that error
This would be better, but i'm not sure how to do this
Its legal to sell mods?
It's against Bohemia's Terms of service, but it's not enforced
It's bohemia after all
Yeah, it's pretty much a common law of all games that supports mods. No paid mods allowed.
Donations, sure. Paid mods, no.
Yeah it’s quite bad with DayZ, it’s essentially C code so many put rest calls in for license servers and obfuscate PBO files to you can’t open them. But if you want the game to run it then it has to be accessible somehow, it’s a shit protection method
I do the same + automate the obfuscation of classes, methods, vars, strings and the flow. It throws most people off as it’s not common to see obfuscated code
Absolute fucking headache to make it so I kinda want to protect the god knows how many hours of effort
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.