From 8089657e3c0298c5e9ed84fea6f958c3336869d4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 31 Mar 2023 05:04:14 +0200 Subject: [PATCH] probably that --- hack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack.py b/hack.py index 8d97fc4..8a4df94 100644 --- a/hack.py +++ b/hack.py @@ -71,7 +71,7 @@ class Hack(): if found: return found else: - raise MemoryError + raise MemoryError("Maybe then game isn't fully loaded yet?") def find_uint(self, base, offset: int) -> int: """Find unsigned integer in memory for sure"""