SirPigari
Results
3
issues of
SirPigari
Can you pleasse add when you press TAB it add 4 spaces? thanks
enhancement
this is my code: if running: check_key(binds["wall"]) for _ in range(4): check_key(binds["place_build"]) move_mouse(80 * sensitivity, 0) time.sleep(0.12) move_mouse(5, -50 * sensitivity) check_key(binds["cone"]) check_key(binds["place_build"]) check_key(binds["floor"]) check_key(binds["place_build"]) move_mouse(0, 50 * sensitivity) #...