닌자봇 방사능레벨 크랙 버전 매크로를 감시하는 매크로입니다
API 해싱키 AND 닌자봇 방사능레벨 크랙버전은 알아서 구하셔야됩니다
사용법
닌자봇 실행 후 구글메일 입력 비번 입력 자동실행체크 자동로그인 체크 API 해싱키 입력
닌자봇 GPS 및 기타 매크로 세팅 설정 후 시작 했다가 종료
아래 소스 매크로 컴파일 후 닌자봇 폴더에 복사
닌자봇 폴더에서 감시 매크로 실행
버전에 해당 버전 입력(숫자만) ID에 게임상 유저명입력(대소문자특문숫자구별)
설정 저장 후 스캔 클릭 - 닌자봇 자동실행됩니다
주의사항
버전과 유저명을 잘못넣으시면 닌자봇 무한부팅됩니다
매크로 사용 후 불이익은 책임 질수 없습니다
소스 확인하시고 사용하세요
Gui, Add, Button, x245 y15 w70 h80 , scan
Gui, Add, Button, x320 y15 w70 h80 , 종료
Gui, Add, Button, x245 y100 w70 h80 , 설정저장
Gui, Add, GroupBox, x10 y10 w225 h230 , [Message 로그기록]
Gui, Add, listBox, x15 y25 w218 h215 vnotice_list, Message 기록이 List됩니다
Gui, Add, Text, x245 y220 w90 h15 v재시작, 재시작 : 0회
Gui, Add, Text, x245 y190 w30 h20 v버전, 버전
Gui,Add,Edit,x275 y185 h25 w40 v버전q, 버전q
Gui, Add, Text, x320 y190 w20 h20 vID, ID
Gui,Add,Edit,x335 y185 h25 w50 v아이디, 아이디
Gui, Show, x391 y105 h250 w400 center, PK v.1.001
#NoEnv
#SingleInstance force ; 스크립트를 동시에 한개만 실행
#Persistent ; 핫키가 없더라도 스크립트 실행을 유지
SetBatchLines,-1 ; 라인간 딜레이를 없애서 속도 상승
coordmode, pixel, screen
CoordMode, ToolTip, Screen
SetWorkingDir %A_ScriptDir%
SetWorkingDir %A_WorkingDir%
SetTitleMatchMode, 2
WinGetPos, winX, winY, winW, winH, %TILE%
WinActivate, %ActiveID%
DebugMode := 1
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
gui, submit, nohide
IniRead,아이디, %A_ScriptDir%\PK_option\option.ini, 아이디, 아이디
guicontrol,,아이디,%아이디%
IniRead,버전q, %A_ScriptDir%\PK_option\option.ini, 버전q, 버전q
guicontrol,,버전q,%버전q%
return
Button설정저장:
formattime , nowtime,,MM-dd HH:mm:ss
guicontrol,,notice_2, %message_2%
listMessage =%nowtime% 설정저장완료 %message_2%|%listMessage%
guicontrol,,notice_list, |%listMessage%
FileCreateDir,PK_LOG
FileCreateDir,PK_OPTION
gui, submit, nohide
IniWrite,%아이디%, %A_ScriptDir%\PK_option\option.ini, 아이디, 아이디
gui, submit, nohide
IniWrite,%버전q%, %A_ScriptDir%\PK_option\option.ini, 버전q, 버전q
msgbox,,알림,저장완료,1
FILEAPPEND, %A_MON%월%A_MDAY%일 %A_HOUR%시%A_MIN%분%A_SEC%초 설정저장완료`n,%A_ScriptDir%\PK_log\LOG.txt
return
Buttonscan:
{
formattime , nowtime,,MM-dd HH:mm:ss
guicontrol,,notice_2, %message_2%
listMessage =%nowtime% 모니터링 시작!!! %message_2%|%listMessage%
guicontrol,,notice_list, |%listMessage%
FILEAPPEND, %A_MON%월%A_MDAY%일 %A_HOUR%시%A_MIN%분%A_SEC%초 모니터링 시작!!`n,%A_ScriptDir%\PK_log\LOG.txt
goto, 감시
}
감시:
formattime , nowtime,,MM-dd HH:mm:ss
guicontrol,,notice_2, %message_2%
listMessage =%nowtime% 모니터링 중!!! %message_2%|%listMessage%
guicontrol,,notice_list, |%listMessage%
FILEAPPEND, %A_MON%월%A_MDAY%일 %A_HOUR%시%A_MIN%분%A_SEC%초 모니터링 중!!`n,%A_ScriptDir%\PK_log\LOG.txt
IfWinNotExist, PokeBot.Ninja - 닌자처럼 포케몬을 잡아라! - v%버전q% 방사능 레벨 - %아이디%
{
process, exist, cmd.exe
if errorlevel > 0
{
Runwait, taskkill /im cmd.exe /t /f
formattime , nowtime,,MM-dd HH:mm:ss
guicontrol,,notice_2, %message_2%
listMessage =%nowtime% 팅김감지!!! %message_2%|%listMessage%
guicontrol,,notice_list, |%listMessage%
FILEAPPEND, %A_MON%월%A_MDAY%일 %A_HOUR%시%A_MIN%분%A_SEC%초 팅김감지!!!`n,%A_ScriptDir%\PK_log\LOG.txt
formattime , nowtime,,MM-dd HH:mm:ss
guicontrol,,notice_2, %message_2%
listMessage =%nowtime% 재시작.. %message_2%|%listMessage%
guicontrol,,notice_list, |%listMessage%
FILEAPPEND, %A_MON%월%A_MDAY%일 %A_HOUR%시%A_MIN%분%A_SEC%초 재시작~`n,%A_ScriptDir%\PK_log\LOG.txt
재시작++
Guicontrol,,재시작,재시작 : %재시작%회
}
sleep, 2000
sleep, 2000
run, %A_ScriptDir%\startbot.cmd
goto, tset
}
IfWinExist, PokeBot.Ninja - 닌자처럼 포케몬을 잡아라! - v%버전q% 방사능 레벨 - %아이디%
{
sleep, 60000
}
SLEEP, 5000
IfWinExist, New version available
{
formattime , nowtime,,MM-dd HH:mm:ss
guicontrol,,notice_2, %message_2%
listMessage =%nowtime% 버전체크 닫기 %message_2%|%listMessage%
guicontrol,,notice_list, |%listMessage%
FILEAPPEND, %A_MON%월%A_MDAY%일 %A_HOUR%시%A_MIN%분%A_SEC%초 버전체크 닫기!!!`n,%A_ScriptDir%\PK_log\LOG.txt
WinActivate
sleep, 2000
send, {ESC}
}
IfWinExist, 후원 세션
{
formattime , nowtime,,MM-dd HH:mm:ss
guicontrol,,notice_2, %message_2%
listMessage =%nowtime% 후원 닫기 %message_2%|%listMessage%
guicontrol,,notice_list, |%listMessage%
FILEAPPEND, %A_MON%월%A_MDAY%일 %A_HOUR%시%A_MIN%분%A_SEC%초 후원닫기!!!`n,%A_ScriptDir%\PK_log\LOG.txt
WinActivate
sleep, 2000
Send {enter}
}
GOTO, 감시
return
tset:
SLEEP, 5000
IfWinExist, New version available
{
formattime , nowtime,,MM-dd HH:mm:ss
guicontrol,,notice_2, %message_2%
listMessage =%nowtime% 버전체크 닫기 %message_2%|%listMessage%
guicontrol,,notice_list, |%listMessage%
FILEAPPEND, %A_MON%월%A_MDAY%일 %A_HOUR%시%A_MIN%분%A_SEC%초 버전체크 닫기!!!`n,%A_ScriptDir%\PK_log\LOG.txt
WinActivate
sleep, 2000
send, {ESC}
}
msgbox,,알림,WAIT..1/14,1
sleep, 5000
send, {enter}
sleep, 2000
send, {enter}
sleep, 2000
send, {enter}
sleep, 2000
send, {enter}
sleep, 2000
send, {enter}
sleep, 2000
send, {enter}
sleep, 2000
send, {enter}
sleep, 2000
send, {enter}
sleep, 2000
send, {enter}
sleep, 2000
send, {enter}
sleep, 2000
send, {enter}
sleep, 2000
send, {enter}
sleep, 2000
send, {enter}
msgbox,,알림,WAIT..14/14,1
sleep, 2000
send, {enter}
goto, 감시
return
Button종료:
exitapp
return
GuiClose:
ExitApp
return