debug log
This commit is contained in:
parent
c6789f10a8
commit
4d01d803b3
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue