Help! LGL mod menu login

muathudaudon

Platinian
Original poster
Apr 24, 2020
29
8
3
25
viet nam
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
 
  • Like
Reactions: HorridModz

HorridModz

Rookie
Apr 10, 2022
2
0
1
24
United States
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++.
 

A7xk7y

Platinian
Mar 25, 2020
8
0
1
38
Belgium
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.