import madness
This commit is contained in:
parent
47fdc8c586
commit
cc0a45ec95
2 changed files with 2 additions and 5 deletions
4
cheat.py
4
cheat.py
|
@ -1,9 +1,7 @@
|
||||||
from time import sleep
|
|
||||||
|
|
||||||
from win32api import GetAsyncKeyState
|
from win32api import GetAsyncKeyState
|
||||||
from win32con import EM_LINEINDEX, VK_SPACE
|
from win32con import EM_LINEINDEX, VK_SPACE
|
||||||
|
|
||||||
from hack import Hack
|
from hack import Hack, sleep
|
||||||
|
|
||||||
|
|
||||||
class Cheat(Hack):
|
class Cheat(Hack):
|
||||||
|
|
3
main.py
3
main.py
|
@ -1,7 +1,6 @@
|
||||||
from threading import Thread
|
from threading import Thread
|
||||||
from time import sleep
|
|
||||||
|
|
||||||
from cheat import Cheat
|
from cheat import Cheat, sleep
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# Cheat
|
# Cheat
|
||||||
|
|
Reference in a new issue