debug log

This commit is contained in:
Mylloon 2023-05-07 03:12:43 +02:00
parent c6789f10a8
commit 4d01d803b3
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -20,7 +20,6 @@ class Moneyreveal(Hack):
offset = search(rb".\x0C\x5B\x5F\xB8\xFB\xFF\xFF\xFF", clientModule) offset = search(rb".\x0C\x5B\x5F\xB8\xFB\xFF\xFF\xFF", clientModule)
if offset is not None: if offset is not None:
print(offset.start())
return client + offset.start() return client + offset.start()
else: else:
raise Exception("Offset not found for Money Reveal") raise Exception("Offset not found for Money Reveal")