매크로

공유
2017.08.05 22:01

세나 매크로 제작중입니다...

조회 수 314 추천 0 댓글 5

우선 만들었던거 올리겠습니당~ 아마 가동 안될꺼에요... 미완이라...


현재 수정중이며 몇일안으로 완료될거같습니다~


//자동모험 좌표

var #auto_m_x 214

var #auto_m_y  892

//자동모험 클릭 컬러

var #auto_m_c 14589235

//자동모험 색값 저장값

var #auto_m_d 0


//시작하기 좌표

var #start_x 89

var #start_y 1247


//자동모험 확인 버튼

var #ok_x 156

var #ok_y 1108


//영웅관리 좌표

var #chan_x 73

var #chan_y 749


//30렙 업적 좌표

var #girl_x 101

var #girl_y 1805

//30렙 업적컬러 

var #girl_c 8353655

//30렙 색값 저장값

var #girl_d 0


//영웅 30렙 확인 좌표(초월?)

var #level_x 762

var #level_y 1823

//영웅 30렙 업적컬러 

var #level_c 9604225

//영웅 30렙 저장값

var #level_d 0


//(0 - 비어있음 / 1 안비었음)

//1쫄 01 확인

var #can1 1

//2쫄 01 확인

var #can2 1

//3쫄 01 확인

var #can3 1

//4쫄 01 확인

var #can4 1


//1쫄 교체 좌표

var #1_x 766

var #1_y 399

//2쫄 교체 좌표

var #2_x 571

//3쫄 교체 좌표

var #3_x 394

//4쫄 교체 좌표

var #4_x 238


//팀 해체(팀선택) 좌표

var #but_x 69

var #but_y 1703


//내림차순 좌표

var #up_x 885

var #up_y 1805

//내림차순 색값

var #up_c 5651225

//오름차순 색값

var #down_c 7499629

//내림차순 데이터

var #up_d 0

var #down_d 0


//1-1칸

var #1_1_x 695

var #1_1_y 831

//1-2칸

var #1_2_y 1061

//1-3칸

var #1_3_y 1293

//1-4칸

var #1_4_y 1509

//1-5칸

var #1_5_y 1725

//2-1칸

var #2_1_x 385

//3-1칸

var #3_1_x 171



//오류 확인 카운트

var #count 0


//임시 변수

var #choco 0




:start


//자동모험 색값 따오기

getcolor #auto_m_d #auto_m_x #auto_m_y

sleep 1000


값 저장

log #auto_m_d _auto_m_d_1


//(if)값 비교

if #auto_m_d == #auto_m_c


//맞으면 시작하기 터치

TouchPress 0 #start_x #start_y

sleep 1000


//확인 터치

TouchPress 0 #ok_x #ok_y

sleep



elseif 


//틀리면 자동모험 터치

TouchPress 0 #auto_m_x  #auto_m_y

sleep 1000


//시작하기 터치

TouchPress 0 #start_x #start_y

sleep 1000

//확인 터치

TouchPress 0 #ok_x #ok_y

sleep


endif






//구간1

:area1


//30렙 색값 따오기

getcolor #girl_d #girl_x #girl_y

sleep 1000


//반복 오류창

if #count == 50

toast 반복 오류

endif


//(if)값 비교

if #girl_d == #girl_c

 

//맞으면 확인 터치

TouchPress 0 #girl_x #girl_y

sleep 1000


//영웅관리 터치

TouchPress #chan_x #chan_y

sleep 1000


elseif


//틀리면 반복

#count = #count+1

//구간1로 이동

goto :area1

endif


//@@쫄 제거

//쫄1 터치

TouchPress 0 #1_x #1_y

sleep 1000



//만렙 색값 따오기

getcolor #level_d #level_x #level_y

sleep 1000



//(if)30렙 확인

if #level_d == #level_c


//맞으면 팀해체 클릭

TouchPress 0 #but_x #but_y

sleep 1000

#can1 = 0


elseif

//틀리면 뒤로

KeyPress K_BACK

sleep 1000


endif



//쫄2 터치

TouchPress 0 #2_x #1_y

sleep 1000



//만렙 색값 따오기

getcolor #level_d #level_x #level_y

sleep 1000



//(if)30렙 확인

if #level_d == #level_c


//맞으면 팀해체 클릭

TouchPress 0 #but_x #but_y

sleep 1000

#can2 = 0


elseif

//틀리면 뒤로

KeyPress K_BACK

sleep 1000


endif


//쫄3 터치

TouchPress 0 #3_x #1_y

sleep 1000



//만렙 색값 따오기

getcolor #level_d #level_x #level_y

sleep 1000



//(if)30렙 확인

if #level_d == #level_c


//맞으면 팀해체 클릭

TouchPress 0 #but_x #but_y

sleep 1000

#can3 = 0


elseif

//틀리면 뒤로

KeyPress K_BACK

sleep 1000


endif


//쫄4 터치

TouchPress 0 #4_x #1_y

sleep 1000



//만렙 색값 따오기

getcolor #level_d #level_x #level_y

sleep 1000



//(if)30렙 확인

if #level_d == #level_c


//맞으면 팀해체 클릭

TouchPress 0 #but_x #but_y

sleep 1000

#can4 = 0


elseif

//틀리면 뒤로

KeyPress K_BACK

sleep 1000


endif



//@@내림차순 색값 따오기

getcolor #up_d #up_x #up_y

sleep 1000


//(if)내림차순 확인

if #up_d == #up_c


//맞으면 차순 두번 클릭

TouchPress 0 #up_x #up_y

sleep 1000

TouchPress 0 #up_x #up_y

sleep 1000

log #up_d _#up_d_


elseif

//틀리면 차순 한번 클릭

TouchPress 0 #up_x #up_y

sleep 1000

log #down_d _#down_d_

endif



//@@쫄 넣기


// 1-1 클릭

TouchPress 0 #1_1_x #1_1_y

sleep 1000


//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


//@@1~~4쫄 공간 확인


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area1-1

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area1-1

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area1-1

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area1-1

endif


:area1-1



// 1-2 클릭

TouchPress 0 #1_1_x #1_2_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area1-2

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area1-2

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area1-2

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area1-2

endif


:area1-2


// 1-3 클릭

TouchPress 0 #1_1_x #1_3_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area1-3

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area1-3

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area1-3

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area1-3

endif


:area1-3



// 1-4 클릭

TouchPress 0 #1_1_x #1_4_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area1-4

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area1-4

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area1-4

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area1-4

endif


:area1-4



// 1-5 클릭

TouchPress 0 #1_1_x #1_5_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area1-5

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area1-5

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area1-5

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area1-5

endif

:area1-5



//빈칸 확인

#choco = #can1+#can2+#can3+#can4


if #choco == 4

Goto :                        쫄교체 종료

elseif

#choco = 0

endif



// 2-1 클릭

TouchPress 0 #2_1_x #1_1_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area2-1

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area2-1

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area2-1

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area2-1

endif


:area2-1



// 2-2 클릭

TouchPress 0 #2_1_x #1_2_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area2-2

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area2-2

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area2-2

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area2-2

endif


:area2-2


//빈칸 확인

#choco = #can1+#can2+#can3+#can4


if #choco == 4

Goto :endchange

elseif

#choco = 0

endif


// 2-3 클릭

TouchPress 0 #2_1_x #1_3_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area2-3

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area2-3

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area2-3

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area2-3

endif


:area2-3



//빈칸 확인

#choco = #can1+#can2+#can3+#can4


if #choco == 4

Goto :endchange

elseif

#choco = 0

endif


// 2-4 클릭

TouchPress 0 #2_1_x #1_4_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area2-4

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area2-4

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area2-4

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area2-4

endif


:area2-4



//빈칸 확인

#choco = #can1+#can2+#can3+#can4


if #choco == 4

Goto :endchange

elseif

#choco = 0

endif


// 2-5 클릭

TouchPress 0 #2_1_x #1_5_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area2-5

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area2-5

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area2-5

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area2-5

endif


:area2-5



// 3-1 클릭

TouchPress 0 #3_1_x #1_1_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area3-1

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area3-1

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area3-1

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area3-1

endif


:area3-1


// 3-2 클릭

TouchPress 0 #3_1_x #1_2_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area3-2

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area3-2

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area3-2

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area3-2

endif


:area3-2


// 3-3 클릭

TouchPress 0 #3_1_x #1_3_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area3-3

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area3-3

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area3-3

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area3-3

endif


:area3-3


// 3-4 클릭

TouchPress 0 #3_1_x #1_4_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area3-4

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area3-4

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area3-4

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area3-4

endif


:area3-4


// 3-5 클릭

TouchPress 0 #3_1_x #1_5_y

sleep 1000

//팀선택 클릭

TouchPress 0 #but_x #but_y

sleep 1000


if #can1 == 0

TouchPress 0 #1_x #1_y

Goto :area3-5

endif

if #can2 == 0

TouchPress 0 #2_x #1_y

Goto :area3-5

endif

if #can3 == 0

TouchPress 0 #3_x #1_y

Goto :area3-5

endif

if #can4 == 0

TouchPress 0 #4_x #1_y

Goto :area3-5

endif


:area3-5








:end



List of Articles
분류 제목 글쓴이 최근변경 추천
공유 세나 쫄작용 초코매크로 v1.2 17 곰세마리국밥 2018.01.11 1/0
공유 세나 쫄작용 - 초코 매크로 v1.1 4 곰세마리국밥 2017.11.17 0/0
공유 세나 매크로 제작중입니다... 5 곰세마리국밥 2017.11.27 0/0
공유 [KON] 겔럭시 S3 LTE용 히로매크로입니다. 4 켄지로 2016.05.15 1/0
공유 백아연 2(1080x1920) HIT 최종판 (모험, 결투, 난투, ... 17 붉은쌈닭 2016.04.30 1/0
공유 히트 모험, 성역 베가아이언2용 네 캐릭터 다 도는 매... 붉은쌈닭 2016.03.29 1/0
공유 HIT 베가아이언2용 4캐릭 모험만 도는 매크로입니다 2 붉은쌈닭 2016.03.10 1/0
공유 히트 난투 50점씩 먹는거요~ 3 히트게이 2016.03.02 0/0
공유 히트)제가 만든 성역 매크로 올려보겠습니다/내용 필수... 4 강력한 2016.01.22 1/0
공유 히트자동사냥,성역,대전,결장 매크로~ 노트45,S56,G3이상 8 안몬바드렁 2017.07.09 0/0
공유 (히로)히트 자동 사냥 매크로 22 뜱끵뀡 2015.11.29 4/0
공유 [별되-지니모션] 길대 매크로입니다. 샤먼 2015.11.04 0/0
공유 베가아이언 레이븐 히로매크로 db 공유해주실분 까마리 2015.07.16 0/0
공유 옵티머스 g1 용 레이븐 매크로 공유합니다. 켄지로 2015.05.06 1/0
공유 [별되 1080*1920 모바일용] 티켓작 14 비훑 2015.05.27 3/0
공유 [별되][Note3 1080X1920][티켓작] 9 샤먼 2015.11.12 3/0
공유 레이븐 2 내가미쵸뜨벌 2015.06.10 0/0
공유 레이븐 히로매크로 좌표 쌈동82 2015.04.10 0/0
공유 갤럭시노트1[레이븐]_결투장,탐험,레이드 도는 겁니다. 2 루크 2015.06.22 0/0
공유 1080x1920 히로매크로 멜랑님의 스트립트 2번째 추가작... 4 말라무트 2015.05.03 0/0
Board Pagination Prev 1 2 Next
/ 2

전체 최신 인기글

전체 주간 인기글