Игра Fantasy Tennis,вставляю код ничего не выходит,пишит ERROR: syntax error (illegal character)
Just use Autoit
I think that ou are using Send("{Q}") in autoit but it is false.
You must add "down" word for holding. example :
Code:
Send("{Q down}")
Sleep(100)
Send("{Q up}")
Result:
PHP Code:
For $i = 1 to 99999999999 # Looping
WinWaitActive("FantasyTennis") # waiting FantasyTennis to active
Send("{F5}") # you can use it without "down"
Sleep(9000) # Waiting PINGing and Intro
Send("{SPACE down}") # to skip intro
Sleep(100)
Send("{SPACE up}")
Sleep(15000) # Wait Monster greeting
Send("{Q down}") # Using meteor
Sleep(100)
Send("{Q up}")
Next # Loop-back
I had write some faults in code. Use brain.exe and find out it for get your lifewoods bot^^
http://www.elitepvpers.com/forum/fantasy-tennis/1445224-boss-battle-qs-bot.html
Just use Autoit
I think that ou are using Send("{Q}") in autoit but it is false.
You must add "down" word for holding. example :
Code:
Send("{Q down}")
Sleep(100)
Send("{Q up}")
Result:
PHP Code:
For $i = 1 to 99999999999 # Looping
WinWaitActive("FantasyTennis") # waiting FantasyTennis to active
Send("{F5}") # you can use it without "down"
Sleep(9000) # Waiting PINGing and Intro
Send("{SPACE down}") # to skip intro
Sleep(100)
Send("{SPACE up}")
Sleep(15000) # Wait Monster greeting
Send("{Q down}") # Using meteor
Sleep(100)
Send("{Q up}")
Next # Loop-back
I had write some faults in code. Use brain.exe and find out it for get your lifewoods bot^^
http://www.elitepvpers.com/forum/fantasy-tennis/1445224-boss-battle-qs-bot.html