Update aimbot.py

This commit is contained in:
NodeMixaholic 2023-01-14 18:53:30 -06:00 committed by GitHub
parent 17cf4252e7
commit 6c2f0d867c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ size_scale = 3
while True: while True:
# Get rect of Window # Get rect of Window
hwnd = win32gui.FindWindow(None, 'Counter-Strike: Global Offensive') hwnd = win32gui.FindWindow(None, 'Roblox')
#hwnd = win32gui.FindWindow("UnrealWindow", None) # Fortnite #hwnd = win32gui.FindWindow("UnrealWindow", None) # Fortnite
rect = win32gui.GetWindowRect(hwnd) rect = win32gui.GetWindowRect(hwnd)
region = rect[0], rect[1], rect[2] - rect[0], rect[3] - rect[1] region = rect[0], rect[1], rect[2] - rect[0], rect[3] - rect[1]