mirror of
https://github.com/Sneed-Group/RobloxPotatoes
synced 2024-12-23 11:32:23 -06:00
Update aimbot.py
This commit is contained in:
parent
17cf4252e7
commit
6c2f0d867c
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Reference in a new issue