Solved HOW TO ADD LICENSE KEY INTO YOUR OWN APP/GAME?

Status
Not open for further replies.

LEIIKUN

Retired Staff
Retired but loved <3
Guys, is there any way on how to add your own verification license into your modded games or apps?

Example is when they download your app/games is they need to put their own license key that you give/provide in order to continue playing or using the app/games.

It will be nice if someone would help me to know how. Thank you in advance and Have a nice day!
 
in firebase you can create it like this
example.PNG

firebase use JSON structure not like SQL which use a table type for stroring data and also free (only 1gb, but for a text only? its more than enough right?);
there is a lot of tutorial on youtube if you didn't know how to connect your android studio project to firebase.
 
in firebase you can create it like this
View attachment 188267
firebase use JSON structure not like SQL which use a table type for stroring data and also free (only 1gb, but for a text only? its more than enough right?);
there is a lot of tutorial on youtube if you didn't know how to connect your android studio project to firebase.
Can i add this on my modded game/app?
 
it depend on how you mod a games, if you mod some games with native shared library which made on android studio like this one MOD Menu for il2cpp and native Android Games - platinmods.com - Android MODs | iOS MODs | Tutorials & More! , then you can simply add firebase to your android studio project and do some licensing algorithm.
but, if you just hex edit .so file then compile it, i think you can't. you need an 3rd party side to put your license and also your patching stuff for a little "protection".
 
it depend on how you mod a games, if you mod some games with native shared library which made on android studio like this one MOD Menu for il2cpp and native Android Games - platinmods.com - Android MODs | iOS MODs | Tutorials & More! , then you can simply add firebase to your android studio project and do some licensing algorithm.
but, if you just hex edit .so file then compile it, i think you can't. you need an 3rd party side to put your license and also your patching stuff for a little "protection".
Yes, you must inject check license code to your game
 
Chicos, ¿hay alguna manera de agregar su propia licencia de verificación en sus juegos o aplicaciones modificadas?

El ejemplo es cuando descargue su aplicación / juegos si necesita poner su propia clave de licencia que usted proporciona / proporciona para continuar jugando o usando la aplicación / juegos.

Sería bueno que alguien me ayude a saber cómo. ¡Gracias de antemano y que tenga un buen día!
 
Chicos, ¿hay alguna manera de agregar su propia licencia de verificación en sus juegos o aplicaciones modificadas?

El ejemplo es cuando descargue su aplicación / juegos si necesita poner su propia clave de licencia que usted proporciona / proporciona para continuar jugando o usando la aplicación / juegos.

Sería bueno que alguien me ayude a saber cómo. ¡Gracias de antemano y que tenga un buen día!
You just translated my thread into spanish, kinda cool!
 
>>>>i just say ,,,
if we learned how to make this happens , then for sure there is a way to override this lic and then when we know it what prevents us from overwritting the Vip mods on this site ?
i have no idea and did not try anything of it but i just say that it is possible , so what protects the VIPs here ?/?/?/?
 
Status
Not open for further replies.
Back
Top Bottom