zolotov123344 Posted November 20, 2021 Posted November 20, 2021 I need a code that will convert the float value to hex
AmbitiousNoob Posted November 20, 2021 Posted November 20, 2021 local float = 1.0 local int = string.unpack("I4", string.pack("f", float)) local hexstring = string.format("0x%X", int)
FIDEN Posted November 24, 2021 Posted November 24, 2021 https://gregstoll.com/~gregstoll/floattohex/ personally, i use this site, or u can edit any value in gameguardian with float, hold on it and click on "copy hex value"
Question
zolotov123344
I need a code that will convert the float value to hex
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.