Posted: Fri Sep 18, 2020 6:51 am Post subject: writeFloat not working.
I have this piece of code:
Code:
reinitializeSymbolhandler()
address = getAddress("Growtopia.exe")+0x4A6434
aaa = readFloat(address)
print("value is "..tostring(aaa).." from address "..tostring(address))
writeFloat(address, 3.42)
the value and address are printed out sucessfully, but the writeFloat doesn't or can't write to the address for whatever reason.
If someone could help me it would be greatly appreciated. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum