mirror of
https://github.com/RootKit-Org/AI-Aimbot.git
synced 2025-06-21 02:41:01 +08:00
Fix game title error
This commit is contained in:
parent
bf5871327f
commit
59f70fb03b
4
main.py
4
main.py
@ -47,7 +47,7 @@ def main():
|
|||||||
videoGameWindow = videoGameWindows[0]
|
videoGameWindow = videoGameWindows[0]
|
||||||
except:
|
except:
|
||||||
print("The game window you are trying to select doesn't exist.")
|
print("The game window you are trying to select doesn't exist.")
|
||||||
print("Check variable videoGameWindowTitle (typically on line 15")
|
print("Check variable videoGameWindowTitle (typically on line 13")
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
# Select that Window
|
# Select that Window
|
||||||
@ -168,4 +168,4 @@ def main():
|
|||||||
exit()
|
exit()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user