This commit is contained in:
Mylloon 2023-04-01 17:09:10 +02:00
parent ad8817a9ba
commit c541929282
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -90,7 +90,7 @@ class Hack():
if found: if found:
return found return found
else: else:
raise MemoryError("Maybe then game isn't fully loaded yet?") raise MemoryError("Maybe the game isn't fully loaded yet? Wait for menu screen")
def find_uint(self, base, offset: int) -> int: def find_uint(self, base, offset: int) -> int:
"""Find unsigned integer in memory for sure""" """Find unsigned integer in memory for sure"""