hi all, today i was looking for a bot working in vindictus eu and i found exicos'bot:
from the beginning i found some little problems but now i solved all getting exico's bot working in eu.
1)Autoit detected by hackshield
for solve this problme i just downloaded the packed exe relesed by cursing85
http://www.mpgh.net/forum/attachment...ts-autoit3.rar
whit this file open start.au3 in exicos'bot folder
2)
script editing
in exicos'bot folder>bots there are all map's script, right click on 1 of these > edit script
near the end of the script you ll find:
Code:
;Push Replay button
Send("{ALT DOWN}")
MouseClick ( "left" , $ReplayXpos, $ReplayYpos , 2 , 10 )
Send("{ALT UP}")
just replace with this:
Code:
;Push Replay button
Send("{ALT DOWN}")
MouseClick ("left" , 671, 710, 2, 10)
Send("{ALT UP}")
sleep(17000)
Send("{ALT DOWN}")
MouseClick ( "left" , $ReplayXpos, $ReplayYpos , 2 , 10 )
Send("{ALT UP}")
i done this for 1280x1024 full screen resolution so if you use a different one you must edit "671,710" with your next page buttons'coordinates
(you can see coordinates by using au3info.exe)
just do this for every map you want use.
you also should edit exicos'bot>functions>screencheck.au3
with yours next page coordinates, i think you can do it alone ;D (it need for check if boss is killed, although if you dont edit this, the bot should working but will take more time for every cycle)
i hope this guide ll help you and sorry for my bad english