ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • [히로 매크로 스크립트]다함께 차차차2 주행 800x480
    Macro/ETC 2015. 6. 28. 21:19

    //20150811 - 자동주행, 차차마블 대응


    DEVICE: Windroye 4.4.2

    SCREEN_SIZE: 800x480


    :start


    //No Tire(Cancel)

    toast Cancel

    touchpress 0 268 344

    sleep 3000


    //Start

    toast START

    touchpress 0 740 433

    sleep 3000


    //Running

    toast Fever

    touchpress 0 216 403

    sleep 3000

    toast Skill

    touchpress 0 591 405

    sleep 1500

    toast Jump

    touchpress 0 718 315

    sleep 1500

    toast Fever

    touchpress 0 216 403

    sleep 3000


    //OK

    toast OK

    touchpress 0 420 344

    sleep 3000


    //Replay

    toast Replay

    touchpress 0 570 430

    sleep 10000


    goto :start


    :end

Designed by Tistory.