No))
sorry for bad english
I made this bot
after the test ban will put it (if the bot will swing up to 25 levels at least until his first ban)
complex bot in the future
0-15 - on bots
15-30 - on normal games
In the future I will make a bot for 5 Virtual Machines
together a team playing in Norman to level 30
;Начало супер главного цикла скрипта
$infinite = 0
While $infinite <= 1000000000000000000
$account = ""
$password = ""
Run("C:\Riot Games\League of Legends\lol.launcher.admin.exe")
If _next (770,620,10970141) = 1 Then ; можно ли нажать желтую кнопку Play
_restart()
ContinueLoop
EndIf
MouseClick("left",770,620,1)
If _next (710,320,16777215) = 1 Then ; можно ли вводить имя и пароль
restart()
ContinueLoop
EndIf
MouseClick("left",710,320,1)
sleep(500)
Send($account)
sleep(500)
MouseClick("left",710,370,1)
sleep(500)
Send($password)
sleep(500)
MouseClick("left",900,400,1)
If _next (510,100,12816397) = 1 Then ; можно ли нажать красную кнопку Play
If _next (480,430,12012801) = 1 Then ; может игра идет и нужно вернуться в игру
_restart()
ContinueLoop
EndIf
EndIf
sleep(500)
MouseClick("left",480,430,1)
sleep(5000)
;Начало цикла иры выбранного аккаунта
$i_account = 0
While $i_account <= 987654
MouseClick("left",510,100,1)
sleep(1000)
MouseClick("left",580,190,1)
sleep(1000)
MouseClick("left",700,190,1)
sleep(1000)
MouseClick("left",600,620,1)
;Если инет отвалился в клиенте игры то через 999 сек перезапустить
$i_client = 0
While WinGetTitle("[active]") <> "League of Legends (TM) Client"
sleep(1000)
$i_client = $i_client+1
If $i_client = 999 Then
_restart()
ExitLoop
EndIf
WEnd
If $i_client = 999 Then Exitloop
;запуск и загрузка игры
sleep(99000)
;пока игра идет - топчемся на месте
While WinGetTitle("[active]") = "League of Legends (TM) Client"
MouseClick("right",500,350,1)
sleep(5000)
MouseClick("right",550,400,1)
sleep(5000)
MouseClick("left",510,415,1)
sleep(10000)
WEnd
;вернулись в клиент
WinWaitActive("PVP.net Client")
sleep(4000)
MouseClick("left",730,655,1)
sleep(4000)
;Конец цикла одной игры выбранного аккаунта
$i_account=$i_account+1
WEnd
;Конец супер главного цика скрипта
$infinite=$infinite+1
WEnd
Func _restart ()
ProcessClose ( "rads_user_kernel.exe" )
sleep(500)
ProcessClose ( "LoLLauncher.exe" )
sleep(500)
ProcessClose ( "LolClient.exe" )
sleep(500)
ProcessClose ( "League of Legends.exe" )
sleep(500)
ProcessClose ( "rads_user_kernel.exe" )
sleep(500)
ProcessClose ( "rads_user_kernel.exe" )
sleep(500)
EndFunc
Func _next($a,$b,$c)
$i = 0
While pixelGetColor($a, $b) <> $c
sleep (1000)
$i = $i+1
If $i = 30 Then
$i_r = 1
Return $i_r
EndIf
WEnd
EndFunc