• Silahkan bergabung dengan chat kami di Telegram group kami di N3Forum - https://t.me/n3forum
  • Welcome to the Nyit-Nyit.Net - N3 forum! This is a forum where offline-online gamers, programmers and reverser community can share, learn, communicate and interact, offer services, sell and buy game mods, hacks, cracks and cheats related, including for iOS and Android.

    If you're a pro-gamer or a programmer or a reverser, we would like to invite you to Sign Up and Log In on our website. Make sure to read the rules and abide by it, to ensure a fair and enjoyable user experience for everyone.

New game Empire & allies

Status
Not open for further replies.

syndrome

PAUD
Level 1
BOT nya kok di komp ane gak work yah...??
pdahal udah download plugins nya..
apa ada cara lain ??? :stupid:
 

arifxxx

TK A
Banned
BOT nya kok di komp ane gak work yah...??
pdahal udah download plugins nya..
apa ada cara lain ??? :stupid:
yang ane lakukan cuma:
[-]Berdo'a......
[-]Install Flash Player V.11 Khusus ntuk IE saja......
[-]Jalankan IE......
[-]Tulis E-mail & Password & Centang Keep loggin
[-]tunggu loading EAnya ampe selesai.....
[-]Install Bot EAnya....
[-]close EAnya....
[-]Jalankan Bot EAnya.....
[-]Tunggu ampe muncul tabnya....
[-]sesudah itu tinggal d setting.....

selesai.....
 

sulitMemang

TK A
Level 1
Sedikit Trick yang saya dapat dari Forum Bot agar plugin multi, khususnya lvl and coin jalan

Yang belum punya botnya donlot di mari
Code:
http://www.allbots.org/eaapage
Plugginnya v 009a
Code:
http://www.allbots.org/forum/download/file.php?id=1323
- Install Bot 0.06.exe
- Copy Paste Plugin Ke folder Instalasi Bot

Lanjut

Jalanin Bot
*Hanya Untuk Melihat Id dan Kordinat Barrack


catet dah tuh ID sama Kordinat si Barrack di MAP sendiri2 :p
*tiap orang beda id sama beda kordinat

contoh buat gambar di atas ID= 514 Position=57,55,0 name Barrack
*ga harus barrack apa aja bisa klo udah punya

udah ke catet kan id sama kordinatnya
Lanjut Siapin Notepad2 klo belom punya Googling dulu :eek:

Buka BotClass.php di dalam Folder CodeBase-php Pakai Notepad2
cari perintah yang kek begini

Code:
// ==============================================================================
function MakeAction($obj,$item1) // Add by p627
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = $obj;
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = $item1;

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);

$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
//$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}

// ==============================================================================

Replace sama ini nih asalnya dari BootClass Ver 08

Code:
// ==============================start==all==========================================   




function MakeAction1($obj,$item1)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 514;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '54,60,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
//$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}

// ==============================================================================
function Ok1($obj)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 514;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '54,60,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);

$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}   
// ==============================================================================
// ==============================end============================================
function MakeAction2($obj,$item1)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 528;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '59,65,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Drydocks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
//$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}

function Ok2($obj)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 528;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '59,65,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Drydocks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}
// ==============================================================================
// ==============================end============================================


function MakeAction3($obj,$item1)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 521;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '57,60,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01'; // aku nyer

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
//$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}
function Ok3($obj)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 521;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '57,60,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01'; // aku nyer

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}
// ==============================================================================
// ==============================end============================================
function MakeAction4($obj,$item1)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 536;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '57,62,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
//$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}

function Ok4($obj)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 536;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '57,62,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}
// ==============================================================================
// ==============================end============================================    


function MakeAction5($obj,$item1)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 537;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '54,62,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
//$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}
function Ok5($obj)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 537;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '54,62,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}
// ==============================================================================
// ==============================end============================================ 

function MakeAction6($obj,$item1)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 538;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '57,64,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
//$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}

function Ok6($obj)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 538;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '57,64,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}

// ==============================================================================
// ==============================end============================================ 


function MakeAction7($obj,$item1)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 539;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '54,64,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
//$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}

function Ok7($obj)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 539;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '54,64,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}

// ==============================================================================
// ==============================end============================================ 

function MakeAction8($obj,$item1)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 550;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '52,55,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
//$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}

function Ok8($obj)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 550;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '52,55,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}
// ==============================================================================
// ==============================end============================================

// ==============================================================================
function MakeAction9($obj,$item1)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 551;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '50,55,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);

$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
//$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}
function Ok9($obj)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 551;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '50,55,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}
// ==============================================================================
// ==============================end============================================


// ==============================================================================
function MakeAction10($obj,$item1)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 552;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '52,58,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);

$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
//$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}
function Ok10($obj)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 552;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '52,58,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}
// ==============================================================================
// ==============================end============================================

function MakeAction11($obj,$item1)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 553;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '50,58,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';


$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);

$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
//$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}

function Ok11($obj)
{
//$this->SendMsg("Set auto the right state in section");

unset($this->error_msg);
$amf = new AMFObject("");
$amf->_bodys[0] = new MessageBody();
$amf->_bodys[0]->_value[0] = $this->GetAmfHeader();

$amf->_bodys[0]->targetURI = 'BaseService.dispatchBatch';
$amf->_bodys[0]->responseURI = '';
$amf->_bodys[0]->_value[2] = 0;

$amf->_bodys[0]->_value[1][0]['sequence'] = $this->GetSequense();
$amf->_bodys[0]->_value[1][0]['functionName'] = "WorldService.performAction";
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = array();
$amf->_bodys[0]->_value[1][0]['params'][1]['id'] = 553;
$amf->_bodys[0]->_value[1][0]['params'][1]['position'] = '50,58,0';
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = 'Barracks 01';

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][1]);
$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $this->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

//add this line to results that does not give dooberitems via AMF, but streak bonus can be collected.
$this->dooberItems +=2;

$serializer = new AMFSerializer();
$result = $serializer->serialize($amf);
return $this->SendRequest($result);
}
// ==============================================================================
// ==============================end============================================

// ==============================end==all==========================================

Udah kan :eek: save and Close

Lanjut

Buka Hooks.php Pakai Notepad2 adanya di mana itu Hooks >> Plugin - Multi - Hooks

Cari Perintah Kek Gini Gan

Code:
//===============================================================================
//=================== Get Xp And Coin With the Ship Hack Fast ===================
//===============================================================================
$this->AddHook('GetCoins&Xp', 'GetLevelCoin');

function GetLevelCoin($bot) {
if ($bot->firstrun)/**/ { return; }

$sdata = $bot->ld->GetPlSettings("MultiXpAndCoins1");
if((int)$sdata->MultiXpAndCoins1 <> 0)/**/return;

if((int) $sdata->GetXpCoins == 1) {

$bot->SendMsg('-----Start to get xp & coin-----');

if(isset($bot->error_msg)) {$bot->ReloadConfig();}

$bot->ReloadConfig(); $xp=$bot->xp; // Success run

$item1 = $sdata->Itemname2; // Wait to find items2
$ftvobj=(int)$sdata->Coins; // How many cycle need

$bot->SendMsg('Get ' .$ftvobj. " " .$item1.'...');

foreach ($bot->fobjects as $obj) {
if (($obj["className"] == "Item") && ($obj["itemName"] == $item1)) {

$bot->SendMsg('Wait to fix some problem in 1C.');$bot->On($obj,$item1);
sleep(23);for ($n=0; $n<$ftvobj; $n++) { $bot->MakeAction($obj,$item1);

if(isset($bot->error_msg))
{ 
$bot->SendMsg("Get the fake ship (problem)");
return;
} 
//foreach ($bot->fobjects as $obj) {}
//	if (($obj["className"] == "Item") && ($obj["itemName"] == $item)){}
$bot->SendMsg("Get the fake ship (success)");$bot->Ok($obj, $item1);#Ok

if(strpos($bot->error_msg, "state change was not successful")!== false)
{
$bod = $bot->DeserializeRetAMF($amf);	
$bot->SendMsg('Wait to fix the problem.');

$amf = $bot->CreateRequestAMF('WorldService.performAction');
$amf->_bodys[0]->_value[1][0]['params'][0] = "setState";
$amf->_bodys[0]->_value[1][0]['params'][1] = $obj;
$amf->_bodys[0]->_value[1][0]['params'][1]['itemName'] = $item1;

$amf->_bodys[0]->_value[1][0]['params'][1]['ch'] = $bot->ch($amf->_bodys[0]->_value[1][0]['params'][1]);

$amf->_bodys[0]->_value[1][0]['params'][2][0]['ch'] = $bot->ch($amf->_bodys[0]->_value[1][0]['params'][2][0]);

// $bot->Add2Report("Found ( $NuErrorC ) Error and fixed all..");
}
elseif(isset($bot->error_msg))
{ 
$bot->SendMsg("Collect the f. ship (problem)");
return;
} 
$bot->SendMsg("Collect the f. ship (success)"); $Run+=1; sleep(5);
$bot->SendMsg("Complete ( $Run ) of ( $ftvobj ) Cycle"); sleep(6);
$bot->SendMsg(" - Xp : ".($xp+=1));/* ReloadConfig(); */ sleep(5);

$bot->SendMsg('Wait to load...');
sleep(6); //1. Wait to load...' the settings...

$bot->ReloadConfig();}

$bot->SendMsg('----Finish to get xp & coin----');
return;
} 
} //2. Finish to get LXC -> (LEVEL*XP*COINS)...

if(isset($bot->error_msg))
{
$bot->SendMsg('SOMETHING WRONG WITH THE PLUGIN SETTING');
return;
} 
} 
} //3. End funtion here for (LEVEL*XP*COINS)...

Cari $bot->MakeAction dan $bot->MakeAction *Line 74 < klo males nyari lalu Ubah kaya di bawah

PENTING
Find di Line 102
Code:
$bot->MakeAction
Tambahin Angka 1 gan jadi
Code:
$bot->MakeAction1
Find di Line 111
Code:
$bot->Ok
Tambahin Angka 1 Juga Jadi
Code:
$bot->Ok1
save And Close

Dikit Lagi Rapih :)

Balik Lagi Gan Ke BootClass.php yang tadi dah di edit Open With Notepad2 juga yak

*Jangan Lupa Id sama Kordinat yang tadi di catet yak :eek:

Find
Code:
function MakeAction1($obj,$item1)
Scrool Ke Bawah Dikit kira2 di Line 889 Kayak Gini Pastinya

Code:
Merah = [b]ID[/b] Contoh Kaya Gambar Paling Atas = 514
Biru    = [b]Kordinat[/b] Contoh Kaya Gbr Paling Atas = 57,55,0
Hijau   = [b]Nama[/b] Contoh Kaya Gambar di Atas = Barracks [b]Penulisan Pada Perintah nya jadi Barracks 01[/b]
Udeh ? Lanjut

Scrool Ke Bawah Dikit Gan di function Ok1 Tepatnya Line 924Kek Gini
Samain Juga Gan sama Function MakeAction1 Pada Pengisian ID Kordinat dan Name

Lakukan Proses Pengisian ID kordinat dan Name ke Function MakeAction2 dan Function ok1 - 11 Kaya Cara di Atas Gan Mudah2 an Ngerti dan Lancar
Klo udah sampai 11 Save Gan :)

*Yang Lain Ga Berjalan Dengan Baik Hanya Untuk XP dan Coin



Code:
0 VT Community user(s) with a total of 0 reputation credit(s) say(s) this sample is goodware. 0 VT Community user(s) with a total of 0 reputation credit(s) say(s) this sample is malware.
File name: eaa_setup_006_2.exe
Submission date: 2011-07-21 06:14:04 (UTC)
Current status: finished
Result: 0/ 43 (0.0%)

Antivirus	Version	Last Update	Result
AhnLab-V3	2011.07.21.00	2011.07.20	-
AntiVir	7.11.12.26	2011.07.21	-
Antiy-AVL	2.0.3.7	2011.07.20	-
Avast	4.8.1351.0	2011.07.20	-
Avast5	5.0.677.0	2011.07.20	-
AVG	10.0.0.1190	2011.07.21	-
BitDefender	7.2	2011.07.21	-
CAT-QuickHeal	11.00	2011.07.21	-
ClamAV	0.97.0.0	2011.07.21	-
Commtouch	5.3.2.6	2011.07.21	-
Comodo	9453	2011.07.21	-
DrWeb	5.0.2.03300	2011.07.20	-
Emsisoft	5.1.0.8	2011.07.21	-
eSafe	7.0.17.0	2011.07.20	-
eTrust-Vet	36.1.8455	2011.07.20	-
F-Prot	4.6.2.117	2011.07.20	-
F-Secure	9.0.16440.0	2011.07.21	-
Fortinet	4.2.257.0	2011.07.21	-
GData	22	2011.07.21	-
Ikarus	T3.1.1.104.0	2011.07.21	-
Jiangmin	13.0.900	2011.07.20	-
K7AntiVirus	9.108.4929	2011.07.20	-
Kaspersky	9.0.0.837	2011.07.21	-
McAfee	5.400.0.1158	2011.07.21	-
McAfee-GW-Edition	2010.1D	2011.07.21	-
Microsoft	1.7104	2011.07.21	-
NOD32	6311	2011.07.21	-
Norman	6.07.10	2011.07.20	-
nProtect	2011-07-20.01	2011.07.20	-
Panda	10.0.3.5	2011.07.20	-
PCTools	8.0.0.5	2011.07.21	-
Prevx	3.0	2011.07.21	-
Rising	23.67.02.03	2011.07.20	-
Sophos	4.67.0	2011.07.21	-
SUPERAntiSpyware	4.40.0.1006	2011.07.21	-
Symantec	20111.1.0.186	2011.07.21	-
TheHacker	6.7.0.1.259	2011.07.21	-
TrendMicro	9.200.0.1012	2011.07.21	-
TrendMicro-HouseCall	9.200.0.1012	2011.07.21	-
VBA32	3.12.16.4	2011.07.20	-
VIPRE	9915	2011.07.21	-
ViRobot	2011.7.21.4580	2011.07.21	-
VirusBuster	14.0.132.0	2011.07.20	-
sigcheck: 
publisher....: 
copyright....: 
product......: EAABot
description..: EAABot Setup
original name: n/a
internal name: n/a
file version.: 
comments.....: This installation was built with Inno Setup.
signers......: -
signing date.: -
verified.....: Unsigned


Code:
Kaspersky File Scanner
Scanned file: Empires & Allies_Multi_File009a.rar

You're clean! 
Statistics:
The scanner will display the following results: the number of antivirus programs in Kaspersky Lab’s antivirus databases, the date of the latest database update and the number of scanned files and detected threats.

Known viruses:	5646396	Updated:	19-07-2011
File size (Kb):	588	Virus bodies:	0
Files:	256	Warnings:	0
Archives:	1	Suspicious:	0


Maaf Virustotal Berat sekali :( tapi Ane jamin bersih semua file2 nya :)

Credit :
Code:
Greetz to
http://www.allbots.org
p627 For Bot And Plugin
Dading For Clue And Turorial Edit Plugin
Sentinelk yang jawab pertanyaan saya katanya ada yang aneh pada pengeditan Hooks
and
saya hanya edit pada hooks nya aja nambahin angka 1 doang :o PEK3T sulitMemang
SS Nyusul takut ga muat :)

RibetGan ? Pakai Kaca Mata Ajaib





h**p://www.me*diafire.com/?0afq05khl3aejz0 edit aja id kordinat dan name di botclas.php dengan id kordinat akun anda
 

tenagedeathstar

PAUD
Level 1
ini ane ada bot untk Empires and Allies..
kalo diperhatiin seh basic nya dr bot Citiyville...jd...buat agan yg udh pernah make bot CV pasti udh tau cara makenya..
buat yg blum tau..ane kasi tau deh...meski cm dikit..n maaf kalo ntar rada blepotan bahasanya..
hehehe....

1. donlot bot nya dlu DISINI
2. donlot plugins nya DISINI
3. instal bot nya...sperti agan nginstal program ato software...
4. ekstrak file EmpiresAllies_Multi_File007.rar....hasil ekstrak nya kmudian..copas ke folder bot EAA yg agan instal td..(kalo di kompt ane seh.. C:\Program Files\EAABot ),overwrite alias di timpa aja gan file bawaan dr EAA nya..
5. login ke fesbuk agan lewat IE (kalo pake slaen Internet Explorer gak bs gan.. )..jangan lupa di centang "keep logged me in"
stlh login di fesbuk..coba agan buka EAA sampe kebuka smua game nya...stlh itu..tutup aja browser IE nya..fesbuknya gak ush di logout ya gan..
6. aktifkan bot EAA yg udh agan instal td (klik Start)..biarin sampe "loading game params" slsi..ntar ada tampilan "BOT IS WORKING"..agan tunggu aja prosesnya smpe ada tulisan "BOT HAS FINISHED WORK"
7. kalo udh slsi prosesnya...tinggal agan setting kerja bot nya ngapain ajah.....kalo ane seh..cm mo nyari XP n Coin doang..
caranya :
- klik bagian "Multi"
- kilk Action
- pilih Get XP and Coin
- centang Start to Get Xp and Coin
- isi aja 50 gan...(kalo gak slh ini neh pngulangan proses yg sama) ane pernh isi 100 tp stuck di 45 gan...jd mending isi 50 aja..ato kalo agan mo nyoba2..silahkan isi smau agan sndiri deh... ^_^
- Save Setting..

8. kalo bot nya udh slsi disetting..agan ke Menu Main..trus klik Start..biarin deh smpe prosesnya slsi..

krn ane cm make buat ngumpulin coin..jd ane tau nya cm itu gan...laen x deh kalo nyobain yg laen ane share lg ya..ato mgkn agan2 sklian ada yg mo nyoba2...silahkan...

SELAMAT MENCOBA...

ohya..ane lupa..jgn lupa update flashplayer nya ya gan...cari aja flashplayer yg buat IE di mbah gugel...

SS :


kalo gak jelas di klik aja ya gan... ^_^
Makasih Gan ane bisa pakenya :thank_you:
kalo teliti baca pasti bisa


Uploaded with ImageShack.us
 

cat999

PAUD
Level 1
bro gw udah ikutin tutornya diatas tapi koq malah gini mulu yah gak bisa masuk udah gw tungguin ampe 1 malem nih bro gak berubah-ubah tetep aja keq gini. need solusinya dong bro :telephone:



Uploaded with ImageShack.us
 

sulitMemang

TK A
Level 1
Cara Gampangnya Aja nih :| buat XP sama coin yang Mengalami Error OOS
*Syarat Barracks yang pertama kali ada Jangan di Pindah2 "Barracks yang buat bikin tentara"

Bahan
- Download Bot
Code:
http://www.allbots.org/eaapage
- Download Multi Plugin v009a
Code:
http://www.allbots.org/forum/download/file.php?id=1323
- Download BotClass.php dan Hooks.php
Code:
http://www.mediafire.com/?xs6j34xcwajadgw
Cara pakai
- Install Bot di Dir C
- Copy Paste Plugin ke Folder EAABot yang tadi udah di install
-Copy Paste BotClass ke folder codebase-php yang ada di folder EAABot C:\Program Files\EAABot
-Copy Paste Hooks ke folder Multi yang ada di dalam folder Plugin C:\Program Files\EAABot\Plugins\Multi




Virus Total
Code:
0 VT Community user(s) with a total of 0 reputation credit(s) say(s) this sample is goodware. 0 VT Community user(s) with a total of 0 reputation credit(s) say(s) this sample is malware.
File name: eaa_setup_006_2.exe
Submission date: 2011-07-21 06:14:04 (UTC)
Current status: finished
Result: 0/ 43 (0.0%)

Antivirus       Version Last Update     Result
AhnLab-V3       2011.07.21.00   2011.07.20      -
AntiVir 7.11.12.26      2011.07.21      -
Antiy-AVL       2.0.3.7 2011.07.20      -
Avast   4.8.1351.0      2011.07.20      -
Avast5  5.0.677.0       2011.07.20      -
AVG     10.0.0.1190     2011.07.21      -
BitDefender     7.2     2011.07.21      -
CAT-QuickHeal   11.00   2011.07.21      -
ClamAV  0.97.0.0        2011.07.21      -
Commtouch       5.3.2.6 2011.07.21      -
Comodo  9453    2011.07.21      -
DrWeb   5.0.2.03300     2011.07.20      -
Emsisoft        5.1.0.8 2011.07.21      -
eSafe   7.0.17.0        2011.07.20      -
eTrust-Vet      36.1.8455       2011.07.20      -
F-Prot  4.6.2.117       2011.07.20      -
F-Secure        9.0.16440.0     2011.07.21      -
Fortinet        4.2.257.0       2011.07.21      -
GData   22      2011.07.21      -
Ikarus  T3.1.1.104.0    2011.07.21      -
Jiangmin        13.0.900        2011.07.20      -
K7AntiVirus     9.108.4929      2011.07.20      -
Kaspersky       9.0.0.837       2011.07.21      -
McAfee  5.400.0.1158    2011.07.21      -
McAfee-GW-Edition       2010.1D 2011.07.21      -
Microsoft       1.7104  2011.07.21      -
NOD32   6311    2011.07.21      -
Norman  6.07.10 2011.07.20      -
nProtect        2011-07-20.01   2011.07.20      -
Panda   10.0.3.5        2011.07.20      -
PCTools 8.0.0.5 2011.07.21      -
Prevx   3.0     2011.07.21      -
Rising  23.67.02.03     2011.07.20      -
Sophos  4.67.0  2011.07.21      -
SUPERAntiSpyware        4.40.0.1006     2011.07.21      -
Symantec        20111.1.0.186   2011.07.21      -
TheHacker       6.7.0.1.259     2011.07.21      -
TrendMicro      9.200.0.1012    2011.07.21      -
TrendMicro-HouseCall    9.200.0.1012    2011.07.21      -
VBA32   3.12.16.4       2011.07.20      -
VIPRE   9915    2011.07.21      -
ViRobot 2011.7.21.4580  2011.07.21      -
VirusBuster     14.0.132.0      2011.07.20      -
sigcheck: 
publisher....: 
copyright....: 
product......: EAABot
description..: EAABot Setup
original name: n/a
internal name: n/a
file version.: 
comments.....: This installation was built with Inno Setup.
signers......: -
signing date.: -
verified.....: Unsigned


Code:
0 VT Community user(s) with a total of 0 reputation credit(s) say(s) this sample is goodware. 0 VT Community user(s) with a total of 0 reputation credit(s) say(s) this sample is malware.
File name: Empires & Allies_Multi_File009a.rar
Submission date: 2011-07-21 12:42:59 (UTC)
Current status: finished
Result: 0/ 43 (0.0%)

AhnLab-V3	2011.07.21.04	2011.07.21	-
AntiVir	7.11.12.42	2011.07.21	-
Antiy-AVL	2.0.3.7	2011.07.21	-
Avast	4.8.1351.0	2011.07.21	-
Avast5	5.0.677.0	2011.07.21	-
AVG	10.0.0.1190	2011.07.21	-
BitDefender	7.2	2011.07.21	-
CAT-QuickHeal	11.00	2011.07.21	-
ClamAV	0.97.0.0	2011.07.21	-
Commtouch	5.3.2.6	2011.07.21	-
Comodo	9458	2011.07.21	-
DrWeb	5.0.2.03300	2011.07.21	-
Emsisoft	5.1.0.8	2011.07.21	-
eSafe	7.0.17.0	2011.07.20	-
eTrust-Vet	36.1.8456	2011.07.21	-
F-Prot	4.6.2.117	2011.07.20	-
F-Secure	9.0.16440.0	2011.07.21	-
Fortinet	4.2.257.0	2011.07.21	-
GData	22	2011.07.21	-
Ikarus	T3.1.1.104.0	2011.07.21	-
Jiangmin	13.0.900	2011.07.20	-
K7AntiVirus	9.108.4929	2011.07.20	-
Kaspersky	9.0.0.837	2011.07.21	-
McAfee	5.400.0.1158	2011.07.21	-
McAfee-GW-Edition	2010.1D	2011.07.21	-
Microsoft	1.7104	2011.07.21	-
NOD32	6312	2011.07.21	-
Norman	6.07.10	2011.07.21	-
nProtect	2011-07-21.01	2011.07.21	-
Panda	10.0.3.5	2011.07.21	-
PCTools	8.0.0.5	2011.07.21	-
Prevx	3.0	2011.07.21	-
Rising	23.67.03.03	2011.07.21	-
Sophos	4.67.0	2011.07.21	-
SUPERAntiSpyware	4.40.0.1006	2011.07.21	-
Symantec	20111.1.0.186	2011.07.21	-
TheHacker	6.7.0.1.259	2011.07.21	-
TrendMicro	9.200.0.1012	2011.07.21	-
TrendMicro-HouseCall	9.200.0.1012	2011.07.21	-
VBA32	3.12.16.4	2011.07.21	-
VIPRE	9918	2011.07.21	-
ViRobot	2011.7.21.4581	2011.07.21	-
VirusBuster	14.0.132.0	2011.07.20	-


Code:
0 VT Community user(s) with a total of 0 reputation credit(s) say(s) this sample is goodware. 0 VT Community user(s) with a total of 0 reputation credit(s) say(s) this sample is malware.
File name: sulit memang.rar
Submission date: 2011-07-21 12:37:10 (UTC)
Current status: finished
Result: 0/ 43 (0.0%)
Antivirus	Version	Last Update	Result
AhnLab-V3	2011.07.21.04	2011.07.21	-
AntiVir	7.11.12.42	2011.07.21	-
Antiy-AVL	2.0.3.7	2011.07.21	-
Avast	4.8.1351.0	2011.07.21	-
Avast5	5.0.677.0	2011.07.21	-
AVG	10.0.0.1190	2011.07.21	-
BitDefender	7.2	2011.07.21	-
CAT-QuickHeal	11.00	2011.07.21	-
ClamAV	0.97.0.0	2011.07.21	-
Commtouch	5.3.2.6	2011.07.21	-
Comodo	9458	2011.07.21	-
DrWeb	5.0.2.03300	2011.07.21	-
Emsisoft	5.1.0.8	2011.07.21	-
eSafe	7.0.17.0	2011.07.20	-
eTrust-Vet	36.1.8456	2011.07.21	-
F-Prot	4.6.2.117	2011.07.20	-
F-Secure	9.0.16440.0	2011.07.21	-
Fortinet	4.2.257.0	2011.07.21	-
GData	22	2011.07.21	-
Ikarus	T3.1.1.104.0	2011.07.21	-
Jiangmin	13.0.900	2011.07.20	-
K7AntiVirus	9.108.4929	2011.07.20	-
Kaspersky	9.0.0.837	2011.07.21	-
McAfee	5.400.0.1158	2011.07.21	-
McAfee-GW-Edition	2010.1D	2011.07.21	-
Microsoft	1.7104	2011.07.21	-
NOD32	6312	2011.07.21	-
Norman	6.07.10	2011.07.21	-
nProtect	2011-07-21.01	2011.07.21	-
Panda	10.0.3.5	2011.07.21	-
PCTools	8.0.0.5	2011.07.21	-
Prevx	3.0	2011.07.21	-
Rising	23.67.03.03	2011.07.21	-
Sophos	4.67.0	2011.07.21	-
SUPERAntiSpyware	4.40.0.1006	2011.07.21	-
Symantec	20111.1.0.186	2011.07.21	-
TheHacker	6.7.0.1.259	2011.07.21	-
TrendMicro	9.200.0.1012	2011.07.21	-
TrendMicro-HouseCall	9.200.0.1012	2011.07.21	-
VBA32	3.12.16.4	2011.07.21	-
VIPRE	9918	2011.07.21	-
ViRobot	2011.7.21.4581	2011.07.21	-
VirusBuster	14.0.132.0	2011.07.20	-

Greetz to
Code:
allbots.org
p627 for Bot and Plugin 
Dading for Clue and Tutorial edit
N3 Forum tercinta

*Hanya Untuk Lvling dan Coin Seting Bot Pada Tab Multi - Lvl Up - Xp and Coin


Q = Ko Masih Error OOS ?
A = Uninstall bot delete Folder EAABOT yang ada di Program File di drive C bersihkan pakai CCleaner

Code:
http://apps.facebook.com/empiresandallies/request.php?action=default&itemName=expansionkey01&view=app&ref&requestType=level_up
 

paramore

TK A
Level 1
Q = Ko Masih Error OOS ?
A = Uninstall bot delete Folder EAABOT yang ada di Program File di drive C bersihkan pakai CCleaner

Code:
http://apps.facebook.com/empiresandallies/request.php?action=default&itemName=expansionkey01&view=app&ref&requestType=level_up
wew... dah seminggu-an nyobain neh BOT sesuai dgn tutor yang sebelum-belum nya tp ttp gak berhasil-hasil. :ngacir: :ngacir:
akhirnya bisa juga berkat bantuan Peket (Sulitmemang)... :yahoo: :yahoo:

Thank's Buat Tutor an Bimbingannya akhiranya bisa...
neh SS buat bukti klo yg di jelasin ama sulit memang bener2 WORK
neh + sebagai tanda terima Kasih... :grin: :grin:
 

sulitMemang

TK A
Level 1
UPDATE Publish version 010

2011-07-21 : FIX DATABASE SAVE ERROR NOW SAVE BETTER AND FASTER IN DATABASE.
2011-07-21 : AUTO UPDATE IN PLUGIN IF UPDATE YOU WILL SEE IN PLUGIN (BY DARKSAM1995).
2011-07-21 : ADD CODE TO NOT GET AMFPHP_RUNTIME_ERROR RUN FASTER WITHOUT PROBLEMS.
2011-07-21 : In multi plugin add code if select default name get message error.
2011-07-21 : In multi plugin change the name of energy to see real name but in hook get other.
2011-07-21 : In multi plugin add code in xp & coins and now get more xp with all buildign (help me devi8).
2011-07-21 : Change many code in reload settings to do not stuck when the bot is run.
2011-07-21 : Add new code in BotClass.php and now you can see your id not z***a's id.
2011-07-21 : Add code in LocalDataClass.php to do not get save error now save in plugins.
2011-07-21 : In GetSettingsFromXml.php change the action and now get auto update from Z***a's server.
2011-07-21 : Many other change in BotClass.php and LocalDataClass.php in codebase-php folder.
2011-07-21 : And many others change to forgot write enjoy the bot and relax...


Download
Code:
http://www.allbots.org/forum/download/file.php?id=1383
SS

Code:
0 VT Community user(s) with a total of 0 reputation credit(s) say(s) this sample is goodware. 0 VT Community user(s) with a total of 0 reputation credit(s) say(s) this sample is malware.
File name: Empires & Allies_Multi_File010.rar
Submission date: 2011-07-21 20:56:23 (UTC)
Current status: finished
Result: 0/ 42 (0.0%)


Antivirus	Version	Last Update	Result
AhnLab-V3	2011.07.22.00	2011.07.21	-
AntiVir	7.11.12.48	2011.07.21	-
Antiy-AVL	2.0.3.7	2011.07.21	-
Avast	4.8.1351.0	2011.07.21	-
Avast5	5.0.677.0	2011.07.21	-
AVG	10.0.0.1190	2011.07.21	-
BitDefender	7.2	2011.07.21	-
CAT-QuickHeal	11.00	2011.07.21	-
ClamAV	0.97.0.0	2011.07.21	-
Commtouch	5.3.2.6	2011.07.21	-
Comodo	9460	2011.07.21	-
DrWeb	5.0.2.03300	2011.07.21	-
Emsisoft	5.1.0.8	2011.07.21	-
eSafe	7.0.17.0	2011.07.21	-
eTrust-Vet	36.1.8457	2011.07.21	-
F-Prot	4.6.2.117	2011.07.20	-
F-Secure	9.0.16440.0	2011.07.21	-
Fortinet	4.2.257.0	2011.07.21	-
GData	22	2011.07.21	-
Ikarus	T3.1.1.104.0	2011.07.21	-
Jiangmin	13.0.900	2011.07.21	-
K7AntiVirus	9.108.4933	2011.07.21	-
Kaspersky	9.0.0.837	2011.07.21	-
McAfee	5.400.0.1158	2011.07.21	-
McAfee-GW-Edition	2010.1D	2011.07.21	-
Microsoft	1.7104	2011.07.21	-
NOD32	6314	2011.07.21	-
Norman	6.07.10	2011.07.21	-
nProtect	2011-07-21.01	2011.07.21	-
Panda	10.0.3.5	2011.07.21	-
PCTools	8.0.0.5	2011.07.21	-
Prevx	3.0	2011.07.21	-
Rising	23.67.03.03	2011.07.21	-
Sophos	4.67.0	2011.07.21	-
SUPERAntiSpyware	4.40.0.1006	2011.07.21	-
TheHacker	6.7.0.1.259	2011.07.21	-
TrendMicro	9.200.0.1012	2011.07.21	-
TrendMicro-HouseCall	9.200.0.1012	2011.07.21	-
VBA32	3.12.16.4	2011.07.21	-
VIPRE	9922	2011.07.21	-
ViRobot	2011.7.21.4581	2011.07.21	-
VirusBuster	14.0.133.0	2011.07.21	-


Greetz to

Code:
allbots.org 
p627 For Made Bot and Plugin Update
darksam1995 For auto-update

Note : Plugin 0.09a Masih Work
 

paramore

TK A
Level 1
UPDATE Publish version 010

2011-07-21 : FIX DATABASE SAVE ERROR NOW SAVE BETTER AND FASTER IN DATABASE.
2011-07-21 : AUTO UPDATE IN PLUGIN IF UPDATE YOU WILL SEE IN PLUGIN (BY DARKSAM1995).
2011-07-21 : ADD CODE TO NOT GET AMFPHP_RUNTIME_ERROR RUN FASTER WITHOUT PROBLEMS.
2011-07-21 : In multi plugin add code if select default name get message error.
2011-07-21 : In multi plugin change the name of energy to see real name but in hook get other.
2011-07-21 : In multi plugin add code in xp & coins and now get more xp with all buildign (help me devi8).
2011-07-21 : Change many code in reload settings to do not stuck when the bot is run.
2011-07-21 : Add new code in BotClass.php and now you can see your id not z***a's id.
2011-07-21 : Add code in LocalDataClass.php to do not get save error now save in plugins.
2011-07-21 : In GetSettingsFromXml.php change the action and now get auto update from Z***a's server.
2011-07-21 : Many other change in BotClass.php and LocalDataClass.php in codebase-php folder.
2011-07-21 : And many others change to forgot write enjoy the bot and relax...


Download
Code:
http://www.allbots.org/forum/download/file.php?id=1383
SS

Code:
0 VT Community user(s) with a total of 0 reputation credit(s) say(s) this sample is goodware. 0 VT Community user(s) with a total of 0 reputation credit(s) say(s) this sample is malware.
File name: Empires & Allies_Multi_File010.rar
Submission date: 2011-07-21 20:56:23 (UTC)
Current status: finished
Result: 0/ 42 (0.0%)


Antivirus	Version	Last Update	Result
AhnLab-V3	2011.07.22.00	2011.07.21	-
AntiVir	7.11.12.48	2011.07.21	-
Antiy-AVL	2.0.3.7	2011.07.21	-
Avast	4.8.1351.0	2011.07.21	-
Avast5	5.0.677.0	2011.07.21	-
AVG	10.0.0.1190	2011.07.21	-
BitDefender	7.2	2011.07.21	-
CAT-QuickHeal	11.00	2011.07.21	-
ClamAV	0.97.0.0	2011.07.21	-
Commtouch	5.3.2.6	2011.07.21	-
Comodo	9460	2011.07.21	-
DrWeb	5.0.2.03300	2011.07.21	-
Emsisoft	5.1.0.8	2011.07.21	-
eSafe	7.0.17.0	2011.07.21	-
eTrust-Vet	36.1.8457	2011.07.21	-
F-Prot	4.6.2.117	2011.07.20	-
F-Secure	9.0.16440.0	2011.07.21	-
Fortinet	4.2.257.0	2011.07.21	-
GData	22	2011.07.21	-
Ikarus	T3.1.1.104.0	2011.07.21	-
Jiangmin	13.0.900	2011.07.21	-
K7AntiVirus	9.108.4933	2011.07.21	-
Kaspersky	9.0.0.837	2011.07.21	-
McAfee	5.400.0.1158	2011.07.21	-
McAfee-GW-Edition	2010.1D	2011.07.21	-
Microsoft	1.7104	2011.07.21	-
NOD32	6314	2011.07.21	-
Norman	6.07.10	2011.07.21	-
nProtect	2011-07-21.01	2011.07.21	-
Panda	10.0.3.5	2011.07.21	-
PCTools	8.0.0.5	2011.07.21	-
Prevx	3.0	2011.07.21	-
Rising	23.67.03.03	2011.07.21	-
Sophos	4.67.0	2011.07.21	-
SUPERAntiSpyware	4.40.0.1006	2011.07.21	-
TheHacker	6.7.0.1.259	2011.07.21	-
TrendMicro	9.200.0.1012	2011.07.21	-
TrendMicro-HouseCall	9.200.0.1012	2011.07.21	-
VBA32	3.12.16.4	2011.07.21	-
VIPRE	9922	2011.07.21	-
ViRobot	2011.7.21.4581	2011.07.21	-
VirusBuster	14.0.133.0	2011.07.21	-


Greetz to

Code:
allbots.org 
p627 For Made Bot and Plugin Update
darksam1995 For auto-update

Note : Plugin 0.09a Masih Work

iya tadi sekitar jam 3 EA nya update...
plugin nya dah gak work...
tp berapa kali dicoba error mulu pugin yg 9

sulit memang ? bot class sama hooks nya harus dipaste lagi gak...??
jiahh.... kirain dah tidur ternyata masih stand by... :tease:
 

sulitMemang

TK A
Level 1
iya tadi sekitar jam 3 EA nya update...
plugin nya dah gak work...
tp berapa kali dicoba error mulu pugin yg 9

sulit memang ? bot class sama hooks nya harus dipaste lagi gak...??
jiahh.... kirain dah tidur ternyata masih stand by... :tease:

Ga Usah di Pakai Lagi Botclass sama Hooknya kalau pake plugin yang Baru 1.0 kan Bootclass sama plugin multinya baru semua langsung aja copas isi yang ada di Plugin yang baru itu ke Folder EAA

Buat Plugin yang 0.09a sama Bootclass & Hook yang di edit masih jalan, saya masih pakai yang lama Coin nya agak gedean soalnya masi lvl kecil :( klo pakai yang baru koinnya kurang banyak :D udah gitu agak lama.



 

paramore

TK A
Level 1
tp dari subuh td dicobain plugin yg 9 error mulu... :angry:
pas dicoba yg versi 10 lancar... :yahoo:

kyaknya coin nya lebih bnyak yg 10, coz dalam 1 kali Cycle Strike Bonus nya sampe 10X :D :D

Tp masih ada sedikit masalah neh
semalem pas dicb di windows 7 lancar2 aja...

nah sekrang pasa gua cba di PC gua satunya yg XP kok BOT nya gak jalan yah...???
ditungguin mpe 20 menit BOT nya kek gini Terus : :cry: :cry:



MOhon pencerahannya....!!!!
:D :D :D
 

zeinhacker

PAUD
Level 1
tp dari subuh td dicobain plugin yg 9 error mulu... :angry:
pas dicoba yg versi 10 lancar... :yahoo:

kyaknya coin nya lebih bnyak yg 10, coz dalam 1 kali Cycle Strike Bonus nya sampe 10X :D :D

Tp masih ada sedikit masalah neh
semalem pas dicb di windows 7 lancar2 aja...

nah sekrang pasa gua cba di PC gua satunya yg XP kok BOT nya gak jalan yah...???
ditungguin mpe 20 menit BOT nya kek gini Terus : :cry: :cry:



MOhon pencerahannya....!!!!
:D :D :D

karna bot menggunakan ie .... jadi agan kalo mw menggunakan bot coba agan liat ie agan di komputer agan yang windows xp karna ie nya masih yang dulu sedangkan bot berat jadi agan updet dulu ie nya dengan ie versi baru .. contoh nya ie 2008 ,,, nah kenapa kalo di windows 7 bisa ?karna window 7 windows paling terbaru . jadi ie nya udh versi yang terbaru 2008 heheh ie = internet explorer ... ^_^ ... bukan maksud untuk junk heheh silahkan boleh di coba
 

paramore

TK A
Level 1
karna bot menggunakan ie .... jadi agan kalo mw menggunakan bot coba agan liat ie agan di komputer agan yang windows xp karna ie nya masih yang dulu sedangkan bot berat jadi agan updet dulu ie nya dengan ie versi baru .. contoh nya ie 2008 ,,, nah kenapa kalo di windows 7 bisa ?karna window 7 windows paling terbaru . jadi ie nya udh versi yang terbaru 2008 heheh ie = internet explorer ... ^_^ ... bukan maksud untuk junk heheh silahkan boleh di coba
jadi harus download IE yg terbaru yah....
Flash nya pengaruh gak...???
coz diliat di page belakang bnyak yg bilang harus pake flash khusus buat IE
sementara gua pake flash buat semua browser...

Thank's atas sarannya.
segera di cb...
:D
 

ngokngokz

PAUD
Level 1
mau tanya nih gan :content:
kok ane cba dritd s coin ga nambah" ya gan :stinker:
apa ada yang salah ?

nih gambar nya :

pencerahan gan :thank_you:
 

mametz

PAUD
Level 1
gan ane mau tanya niih klo sistem pakai Rp* ntu bisa ngg buat nerima item kaya surat perluassan ato item apa yg di butuhin jadi banyak! kan bot ngaruh buat XP dan coin nah percuma juga kita ngg ngegedein dunia kita di EAA...mohon pencerahaannya gan mungkin ada senior di sini yg mampu ngasih trik
 

dna765mb

1 SD
Level 2
Level 1
gan ane mau tanya niih klo sistem pakai Rp* ntu bisa ngg buat nerima item kaya surat perluassan ato item apa yg di butuhin jadi banyak! kan bot ngaruh buat XP dan coin nah percuma juga kita ngg ngegedein dunia kita di EAA...mohon pencerahaannya gan mungkin ada senior di sini yg mampu ngasih trik
rajin2 aja kemap battle lawan anak2 buahnya raven buat dapetin liberty bond....
selain request dari friend...
kalo gw sih gitu....ga pernah kekurangan gw berlimpah liberty bondnya...
yg kurang malah coinnya :D

penasaran nih gw nyobain lg yg get xp coin modifikasi dading....
pertamanya bisa deres pake 10 barracks....
sekarang error mulu....
ada yg salah edit kayaknya....
pake yg multi plugin versi 10 bisa kagak??????
soalnya kemaren pake yg versi 09a
 
Status
Not open for further replies.
Top