Jump to content

Question

Posted

I have been using Fedes zygisk imgui mod menu for a while and now i want to make it public but with a key/login system but there is no source code or tutorial for that if anyone got tutorial please do recommend me 

7 answers to this question

Recommended Posts

  • 1
Posted

[ @moh4mmed ]
---

Quote

 and now i want to make it public but with a key/login system but there is no source code or tutorial for that

Since you're mentioning "system", you're definitely need your own server/vps to create such authentication. There's a lot of tutorial for it already on Youtube on how to do it on server but on zygisk-imgui part, you need to do it yourself. The easiest approach is to include internet checking when the modules are being loaded, if you want using ui then I don't really know.

  • 0
Posted
6 hours ago, moh4mmed said:

if anyone got tutorial please do recommend me 

Such descriptions are not public.
In any case, users authentication and storage of keys cannot be done in script itself. 🙂

  • 0
Posted
23 hours ago, kiynox said:

The easiest approach is to include internet checking when the modules are being loaded, if you want using ui then I don't really know.

It is also useful for server to check that request to it comes from GG.
So that it does not respond to requests from Firefox, Chrome, IE, Edge and other brouser.
Otherwise, everyone and their dogs, will try to get your content. 🙂

  • 0
Posted

[ @Count_Nosferatu ]
---

Quote

So that it does not respond to requests from Firefox, Chrome, IE, Edge and other brouser

Even though each browser has it's own signature/fingerprint, but when it comes to postman or GG, you need to create one-time token to access the VPS/Server. For example you can create your own token generator on lua and make the server validates it. 

  • 0
Posted
3 hours ago, kiynox said:

[ @Count_Nosferatu ]
---

Even though each browser has it's own signature/fingerprint, but when it comes to postman or GG, you need to create one-time token to access the VPS/Server. For example you can create your own token generator on lua and make the server validates it. 

This is the next check by the server.

It would be good to check first HTTP_USER_AGENT

  • 0
Posted

[ @Count_Nosferatu ]
---

Quote

It would be good to check first HTTP_USER_AGENT

Checking User-Agent is one thing but it wouldn't enough. You can instead capsulate the token inside the 'X' header, probably something like 'X-Token-Access'. But yeah, you need a good understanding of private-key and public-key. And yes, it's kind of doable in LUA GG even though it's primitive.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.