Closed gingerchicken closed 2 years ago
They are not getting converted properly with .getString() please update this to a working method, for example on the x88ESP, it displays health as literal(20)
.getString()
literal(20)
This was due to using .getContext() instead of .getString() actually - regardless, I believe it was fixed
.getContext()
They are not getting converted properly with
.getString()
please update this to a working method, for example on the x88ESP, it displays health asliteral(20)