From 2119d6d8abfa16fe9218455428164666494b5b77 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 30 Mar 2023 16:25:59 +0200 Subject: [PATCH] add wip for aimbot and chams --- main.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/main.py b/main.py index c1f84c2..b5b452a 100644 --- a/main.py +++ b/main.py @@ -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