j=1 while (j==1) do wait_click(0) if is_pressed "up" then click "up" end if is_pressed "down" then click "left" end if is_pressed "right" then click "up" end if is_pressed "left" then click "up" end end