add wip for aimbot and chams

This commit is contained in:
Mylloon 2023-03-30 16:25:59 +02:00
parent f9eb55e578
commit 2119d6d8ab
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

14
main.py
View file

@ -340,6 +340,20 @@ class Cheat(Hack):
self.hack_loop(cheat)
def aimbot(self) -> None:
def cheat():
print("WIP")
exit(2)
self.hack_loop(cheat)
def chams(self) -> None:
def cheat():
print("WIP")
exit(2)
self.hack_loop(cheat)
if __name__ == "__main__":
# Cheat