Solved How to Fix Error "key must be a 64 bit unsigned integer" - in LGL Mod Menu

Status
Not open for further replies.

richardson

Platinian
Original poster
Aug 20, 2017
31
22
33
hello, I'm trying to construct the apk mod menu LGL but it returns this error, with fix it?

C++:
static_assert failed due to requirement 'sizeof(char) == sizeof(unsigned long long)' "key must be a 64 bit unsigned integer"

I already reinstalled the NDK but it didn't work

888888888.png
 

8BIT

Approved Modder
Approved Modder
Dec 29, 2019
265
17,791
1,193
itz bcz Ur Using `?` instead of an 64(2^6) bit key while using OBFUSCATE_KEY Method
 

Yaskashije

PMT Elite Modder
Staff member
Modding-Team
Sep 9, 2018
4,407
843,347
1,213
Minkowski Space
where do i change it and what to change? you can show?
Both @8BIT and compiler already told you; the size of the key you used does not match the size the obfuscator needs.
If you are unable to understand what's going on, then learn c++ programming. It will also be useful to be able to properly use LGL's template.

Telling you the direct solution would do you more harm than good.
 
  • Like
Reactions: 8BIT
Status
Not open for further replies.