can anyone make this python code to .cs and put a hotkey to enable it
import pyautogui
import time
while True:
time.sleep(5)
pyautogui.hotkey('alt','1', interval=0.1)
time.sleep(87)
pyautogui.hotkey('alt','2', interval=0.1)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.