import madness

This commit is contained in:
Mylloon 2023-03-31 02:44:37 +02:00
parent 47fdc8c586
commit cc0a45ec95
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 2 additions and 5 deletions

View file

@ -1,9 +1,7 @@
from time import sleep
from win32api import GetAsyncKeyState
from win32con import EM_LINEINDEX, VK_SPACE
from hack import Hack
from hack import Hack, sleep
class Cheat(Hack):

View file

@ -1,7 +1,6 @@
from threading import Thread
from time import sleep
from cheat import Cheat
from cheat import Cheat, sleep
if __name__ == "__main__":
# Cheat