add wip for aimbot and chams
This commit is contained in:
parent
f9eb55e578
commit
2119d6d8ab
1 changed files with 14 additions and 0 deletions
14
main.py
14
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
|
||||
|
|
Reference in a new issue