From 4d01d803b30df2634b5b14dc3b8c06a62837a95e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 7 May 2023 03:12:43 +0200 Subject: [PATCH] debug log --- cheats/moneyreveal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cheats/moneyreveal.py b/cheats/moneyreveal.py index f646380..e616338 100644 --- a/cheats/moneyreveal.py +++ b/cheats/moneyreveal.py @@ -20,7 +20,6 @@ class Moneyreveal(Hack): offset = search(rb".\x0C\x5B\x5F\xB8\xFB\xFF\xFF\xFF", clientModule) if offset is not None: - print(offset.start()) return client + offset.start() else: raise Exception("Offset not found for Money Reveal")