ByPrinciple / GT7-Scripts

Autohotkey scripts for GT7 to farm creddits
35 stars 19 forks source link

Python version should use same acceleration button as AutoHotKey version #5

Open Nick-P-Orr opened 2 years ago

Nick-P-Orr commented 2 years ago

Line 37 : with pyautogui.hold("up"):

Should be changed to : with pyautogui.hold("enter"):

to be in line with the setup for the AutoHotKey version.