Minggu, 25 September 2011

BOT Emil Chronicle Online (ECO)

· 2 komentar


Bot ini pernah gue buat dengan menggunakan logic macro. dan udah gue test waktu itu pada saat masih kecanduan game online (T_T). buat yg ingin coba-coba untuk otak atik lagi silakan karena ini open source kok. siapa tau dapet masukan dari master-master macro. dan ingat untuk membuat bot ini bekerja eco harus dalam windows mode dengan resolusi 960×600. semoga bermanfaat
#include <Array.au3>
;********************************************************************************
;* AutoIt Script v3.x                                                           *
;* Project: d34th’s eco bot                                                     *
;* Description: Bot Engine for Emil Chronicle Online (color based)              *
;* Author: d34th                                                                *
;********************************************************************************
;revision on ver 0.9
;remove autopot – autopot will designed stand anlone script
;fix autoclick monster when alot of monster in wide area untill monster in close area dissapear
;adding auto yes confirmation when char dead
;=================================================================================
;note to make this bot working properly
;1. use 960×600 window mode
;2. only run when eco window is activate
;3. use autoit to compile and edit this script
;=================================================================================

Read More......