Help! LGL mod menu login

muathudaudon

Platinian
How to make LGl mod menu receive 1 variable declared from login form(HUYPAI LOGIN)
My plan is to declare 1 variable A=0 from Login form and LGL will receive that variable via server login If A=1, the Scrollview of the menu will appear, otherwise it will be hidden Thank you guys for your help
 
I'm trying to make something similar myself. My goal is to authorize the menu via an http request. I found and successfully compiled a c++ http request library and added it to my mod menu, but it didn't support https, so I couldn't use it. I've been trying for a while to find an http library for android that supports https. If I give up, I will try making the http request in java, rather than in c++.
 
I'm trying to make something similar myself. My goal is to authorize the menu via an http request. I found and successfully compiled a c++ http request library and added it to my mod menu, but it didn't support https, so I couldn't use it. I've been trying for a while to find an http library for android that supports https. If I give up, I will try making the http request in java, rather than in c++.
Hey, I'm wondering whether you succeeded in your goal. If so then could you, if possible give the network library you use? Thanks.
 
Back
Top Bottom