Search results

  1. T

    CLEO Help if hp lower than 50, it auto type a command

    if hp lower than 50, it auto type the command "/usarkit" can someone do?
  2. T

    CLEO Help python to .cs

    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)
Top