Script Legn@ Full !

Thảo luận trong 'Hộp lưu trữ' bắt đầu bởi Dragon St.Knight, 15/3/06.

Trạng thái chủ đề:
Không mở trả lời sau này.
  1. JoKezr

    JoKezr Mr & Ms Pac-Man

    Tham gia ngày:
    25/10/05
    Bài viết:
    121
    Nơi ở:
    Sad™
    link đây nè các bác chỉ hộ em với http://i29.photobucket.com/albums/c271/xXTrieuTuLongXx/loi.jpg
    đây là script em coppy của bác trường gì đó :
    double DisconnectFlag = 0.3; // Disconnect when current HP is below 30%

    double hpFractionEat = 0.8; //Eat HP when current HP<= 80%
    double spFractionEat = 0.8;
    double hpFraction = 0.95; //Eat until current HP >= 95 %
    double spFraction = 0.95;

    byte DisconFai = 00; // Faith of warrior to disconnect
    string state="";
    byte pt_count = 0;

    uint tv1 = 0; //là QS luôn
    uint tv2 = 0;
    uint tv3 = 0;
    uint tv4 = 0;

    uint maxpt = 0; //so thanh vien


    public override void MyAttack()
    {
    CharacterInfo MyChar = ts.Character;
    ts.SendAttack(MyChar.Row, MyChar.Col, 0, 2, 10000);
    }
    public override void MyPartnerAttack()
    {
    CharacterInfo MyWarrior = ts.CurrentPartner;
    ts.SendAttack(MyWarrior.Row, MyWarrior.Col, 0, 2, 10000);
    }

    public override void BattleStarted()
    {
    ts.SetTimerOnOff(false);
    }

    public override void BattleStoped()
    {
    ProcessInventoryAction();
    AutoEatFood();
    ts.ClickOnNPC(3);
    Start();
    }

    public override void doRecvQuestion()
    {
    state="BTQ";
    }
    public override void ResponseAnswer()
    {
    int dtime=get_random(1,5);
    debug("Delay "+dtime.ToString()+" before answer.");
    ts.delay(dtime*1000);
    string tmp=ts.LastQuestion.Replace("=?","");
    int ans=ts.Eval(tmp);
    byte ans_index=Convert.ToByte(ts.LastAnswers[ans.ToString()]);
    debug("Answer choice:"+ans_index.ToString());
    ts.Answer(ans_index);
    }

    public override void onPlayerWalk(uint uid, ushort x, ushort y)
    {
    if (uid > 1 && uid < 501) {
    debug("GM den roi chay thoi",0xFF0000);
    ts.Disconnect(false);
    }
    }


    public override void PartyStop(uint playerid)
    {
    if (playerid == tv1 || playerid == tv2 || playerid == tv3 || playerid == tv4) {ts.Disconnect();}
    }


    public override void Start()
    {
    ts.ClickOnNPC(3);
    }

    public override void FinishAnswer()
    {
    Start()
    }

    public override void NpcDialogMenu(ushort DialogId)
    {
    debug("Menu ID="+DialogId.ToString());
    if (DialogId==1) {ts.SelectChoice(1); ts.SendEnd(); }
    else {ts.SendEnd();}
    }

    public override void NpcDialog(ushort DialogId)
    {
    debug("Dialog ID="+DialogId.ToString());
    if (DialogId==10152) {ts.SendEnd();}
    else
    if (DialogId==10150) {ts.SendEnd();ts.ClickOnNPC(3);}
    }

    public override void OnTimer()
    {
    ts.AcceptParty(tv1);
    ts.AcceptParty(tv2);
    ts.AcceptParty(tv3);
    ts.AcceptParty(tv4);
    }

    public override void AcceptedParty(uint playerid)
    {
    if(playerid == tv1) {ts.Sena(playerid);}
    pt_count++;
    if(pt_count==maxpt){
    debug(" So thanh vien la : " + pt_count ,0x0000FF);
    Start();}
    else{
    debug(" So thanh vien la : " + pt_count ,0x0000FF);
    }
    }

    public override void InitBot()
    {
    ts.SetTimerOnOff(true);
    ts.SetReconnectTime(1);
    ts.SetMaxIdleTime(20);
    debug(" S? con ma : " + ts.Character.ghost ,0xFF0000) ;
    }
    các bác xem hộ em với :(( , mất cả buổi chiều mà không được
     
  2. hugosasary

    hugosasary Youtube Master Race

    Tham gia ngày:
    10/3/06
    Bài viết:
    13
    dọc trang 1 thấy MOD nói chỉ post script ko xin xỏ
    oke nếu script chạy tốt
    script bot toàn lỗi thử hỏi sao ko post bài hỏi dc
    cụ thể là script chu pt o gate TriệuChi
    ko post thì thoi
    chứ post thì fải post cho dúng dừng post dể có MP mà làm người khác fải mệt mỏi
    ý ko fải chỉ tríc mà chỉ thay mặt các ban khác ko bit viet scrip nói hộ
    script TrieuChi ko đanh dc mà
    hien Dialog=??????
    ai làm ơn post lại cả dám gà xin đa tạ !!!!!
     
  3. LyDaiLong(Noob)

    LyDaiLong(Noob) Youtube Master Race

    Tham gia ngày:
    2/4/06
    Bài viết:
    31
    troi` oi sao ko ai tra? loi` noob nay` het' ha? khinh thuong` ah` bon gian dung voi doc du ac' yeu' vay thi may' pa bot lam` gi` ha??? tra? loi` di tui con` bat truoc' bot' theo
    :D
     
  4. JoKezr

    JoKezr Mr & Ms Pac-Man

    Tham gia ngày:
    25/10/05
    Bài viết:
    121
    Nơi ở:
    Sad™
    hix sc của bác trường thiếu tùm lum vậy nè nào thì dấu ";" dấu "{" nữa nhiều quá đi , đề nghị bác trường xem lại cái sc Độc Du Ác


    double DisconnectFlag = 0.3; // Disconnect when current HP is below 30%

    double hpFractionEat = 0.8; //Eat HP when current HP<= 80%
    double spFractionEat = 0.8;
    double hpFraction = 0.95; //Eat until current HP >= 95 %
    double spFraction = 0.95;

    byte DisconFai = 00; // Faith of warrior to disconnect
    string state="";
    byte pt_count = 0;

    uint tv1 = 0; //là QS luôn
    uint tv2 = 0;
    uint tv3 = 0;
    uint tv4 = 0;

    uint maxpt = 0; //so thanh vien


    public override void MyAttack()
    {
    CharacterInfo MyChar = ts.Character;
    ts.SendAttack(MyChar.Row, MyChar.Col, 0, 2, 10000);
    }
    public override void MyPartnerAttack()
    {
    CharacterInfo MyWarrior = ts.CurrentPartner;
    ts.SendAttack(MyWarrior.Row, MyWarrior.Col, 0, 2, 10000);
    }

    public override void BattleStarted()
    {
    ts.SetTimerOnOff(false);
    }

    public override void BattleStoped()
    {
    ProcessInventoryAction();
    AutoEatFood();
    ts.ClickOnNPC(3);
    Start();
    }

    public override void doRecvQuestion()
    {
    state="BTQ";
    }
    public override void ResponseAnswer()
    {
    int dtime=get_random(1,5);
    debug("Delay "+dtime.ToString()+" before answer.");
    ts.delay(dtime*1000);
    string tmp=ts.LastQuestion.Replace("=?","");
    int ans=ts.Eval(tmp);
    byte ans_index=Convert.ToByte(ts.LastAnswers[ans.ToString()]);
    debug("Answer choice:"+ans_index.ToString());
    ts.Answer(ans_index);
    }

    public override void onPlayerWalk(uint uid, ushort x, ushort y)
    {
    if (uid > 1 && uid < 501) {
    debug("GM den roi chay thoi",0xFF0000);
    ts.Disconnect(false);
    }
    }


    public override void PartyStop(uint playerid)
    {
    if (playerid == tv1 || playerid == tv2 || playerid == tv3 || playerid == tv4) {ts.Disconnect();}
    }


    public override void Start();
    {
    ts.ClickOnNPC(3);
    }

    public override void FinishAnswer()
    {
    Start()
    }

    public override void NpcDialogMenu(ushort DialogId)
    {
    debug("Menu ID="+DialogId.ToString());
    if (DialogId==1) {ts.SelectChoice(1); ts.SendEnd(); }
    else {ts.SendEnd();}
    }

    public override void NpcDialog(ushort DialogId)
    {
    debug("Dialog ID="+DialogId.ToString());
    if (DialogId==10152) {ts.SendEnd();}
    else
    if (DialogId==10150) {ts.SendEnd();ts.ClickOnNPC(3);}
    }

    public override void OnTimer()
    {
    ts.AcceptParty(tv1);
    ts.AcceptParty(tv2);
    ts.AcceptParty(tv3);
    ts.AcceptParty(tv4);
    }

    public override void AcceptedParty(uint playerid)
    {
    if(playerid == tv1) {ts.Sena(playerid);}
    pt_count++;
    if(pt_count==maxpt){
    debug(" So thanh vien la : " + pt_count ,0x0000FF);
    Start();}
    else{
    debug(" So thanh vien la : " + pt_count ,0x0000FF);
    }
    }

    public override void InitBot()
    {
    ts.SetTimerOnOff(true);
    ts.SetReconnectTime(1);
    ts.SetMaxIdleTime(20);
    debug(" S? con ma : " + ts.Character.ghost ,0xFF0000) ;
    }
     
  5. ốc_nhồi

    ốc_nhồi Youtube Master Race

    Tham gia ngày:
    4/4/06
    Bài viết:
    0
    các pác chỉ cho em dau la ban legen vậy ở trang thứ mấy thế???:D
     
  6. ốc_nhồi

    ốc_nhồi Youtube Master Race

    Tham gia ngày:
    4/4/06
    Bài viết:
    0
    cac pac chi cho em di dau la phan hack cua ban legen vay hay la thu dam het ko cho em bit
     
  7. JoKezr

    JoKezr Mr & Ms Pac-Man

    Tham gia ngày:
    25/10/05
    Bài viết:
    121
    Nơi ở:
    Sad™
    chán quá đi trời ơi , bác Trường đâu gùi cho hỏi cái , bác sửa lại cái sc Độc Du Ác cái , em hok bik sửa , em thấy hình nó báo lỗi lên là " ; expectd " và "Invalid token '{' in class , struct or interface member declaration " , còn nữa nè "Invalid token '(' in class , struct or interface member declaration " , Expect class , delegate, enum ,interface , or struct . mời bác Trường suẳ lại dùm em :D thanks nhiều , em chưa bik nhiều về sc nên ko bik sửa .




    double DisconnectFlag = 0.3; // Disconnect when current HP is below 30%

    double hpFractionEat = 0.8; //Eat HP when current HP<= 80%
    double spFractionEat = 0.8;
    double hpFraction = 0.95; //Eat until current HP >= 95 %
    double spFraction = 0.95;

    byte DisconFai = 00; // Faith of warrior to disconnect
    string state="";
    byte pt_count = 0;

    uint tv1 = 0; //là QS luôn
    uint tv2 = 0;
    uint tv3 = 0;
    uint tv4 = 0;

    uint maxpt = 0; //so thanh vien


    public override void MyAttack()
    {
    CharacterInfo MyChar = ts.Character;
    ts.SendAttack(MyChar.Row, MyChar.Col, 0, 2, 10000);
    }
    public override void MyPartnerAttack()
    {
    CharacterInfo MyWarrior = ts.CurrentPartner;
    ts.SendAttack(MyWarrior.Row, MyWarrior.Col, 0, 2, 10000);
    }

    public override void BattleStarted()
    {
    ts.SetTimerOnOff(false);
    }

    public override void BattleStoped()
    {
    ProcessInventoryAction();
    AutoEatFood();
    ts.ClickOnNPC(3);
    Start();
    }

    public override void doRecvQuestion()
    {
    state="BTQ";
    }
    public override void ResponseAnswer()
    {
    int dtime=get_random(1,5);
    debug("Delay "+dtime.ToString()+" before answer.");
    ts.delay(dtime*1000);
    string tmp=ts.LastQuestion.Replace("=?","");
    int ans=ts.Eval(tmp);
    byte ans_index=Convert.ToByte(ts.LastAnswers[ans.ToString()]);
    debug("Answer choice:"+ans_index.ToString());
    ts.Answer(ans_index);
    }

    public override void onPlayerWalk(uint uid, ushort x, ushort y)
    {
    if (uid > 1 && uid < 501) {
    debug("GM den roi chay thoi",0xFF0000);
    ts.Disconnect(false);
    }
    }


    public override void PartyStop(uint playerid)
    {
    if (playerid == tv1 || playerid == tv2 || playerid == tv3 || playerid == tv4) {ts.Disconnect();}
    }


    public override void Start();
    {
    ts.ClickOnNPC(3);
    }

    public override void FinishAnswer()
    {
    Start()
    }

    public override void NpcDialogMenu(ushort DialogId)
    {
    debug("Menu ID="+DialogId.ToString());
    if (DialogId==1) {ts.SelectChoice(1); ts.SendEnd(); }
    else {ts.SendEnd();}
    }

    public override void NpcDialog(ushort DialogId)
    {
    debug("Dialog ID="+DialogId.ToString());
    if (DialogId==10152) {ts.SendEnd();}
    else
    if (DialogId==10150) {ts.SendEnd();ts.ClickOnNPC(3);}
    }

    public override void OnTimer()
    {
    ts.AcceptParty(tv1);
    ts.AcceptParty(tv2);
    ts.AcceptParty(tv3);
    ts.AcceptParty(tv4);
    }

    public override void AcceptedParty(uint playerid)
    {
    if(playerid == tv1) {ts.Sena(playerid);}
    pt_count++;
    if(pt_count==maxpt){
    debug(" So thanh vien la : " + pt_count ,0x0000FF);
    Start();}
    else{
    debug(" So thanh vien la : " + pt_count ,0x0000FF);
    }
    }

    public override void InitBot()
    {
    ts.SetTimerOnOff(true);
    ts.SetReconnectTime(1);
    ts.SetMaxIdleTime(20);
    debug(" S? con ma : " + ts.Character.ghost ,0xFF0000) ;
    }
     
  8. ốc_nhồi

    ốc_nhồi Youtube Master Race

    Tham gia ngày:
    4/4/06
    Bài viết:
    0
    cac pac chi cho em di dau la phan hack cua ban legen vay hay la thu dam het ko cho em bit
     
  9. DuongVănTruong

    DuongVănTruong Guest

    Tham gia ngày:
    Bài viết:
    0
    Nơi ở:
    Thiên Đường
    Bot Giản Ung sửa rùi nè:
    PHP:
    double DisconnectFlag 0.3;     // Disconnect when current HP is below 30%  

    double hpFractionEat 0.8;    //Eat HP when current HP<= 80%  
    double spFractionEat 0.8;  
    double hpFraction 0.95;        //Eat until current HP >= 95 %  
    double spFraction 0.95;  

    byte DisconFai 90;        //    Faith of warrior to disconnect  
    string state="";  
    byte pt_count 0;  

    uint tv1 0//là QS luôn  
    uint tv2 0;  
    uint tv3 0;  
    uint tv4 0;  

    uint maxpt 0//so thanh vien   


    public override void MyAttack()  
    {         
        
    CharacterInfo MyChar ts.Character;   
        
    ts.SendAttack(MyChar.RowMyChar.Col0210000);      
    }  
    public 
    override void MyPartnerAttack()  
    {  
        
    CharacterInfo MyWarrior ts.CurrentPartner;   
        
    ts.SendAttack(MyWarrior.RowMyWarrior.Col0210000);  
    }  

    public 
    override void BattleStarted()  
    {  
       
    ts.SetTimerOnOff(false);  
    }  

    public 
    override void BattleStoped()  
    {      
    ProcessInventoryAction();  
        
    AutoEatFood();  
    ts.ClickOnNPC(1);  
    Start();  
    }  

    public 
    override void doRecvQuestion()  
    {   
    state="BTQ";  
    }  
    public 
    override void ResponseAnswer()  
    {  
    int dtime=get_random(1,5);  
    debug("Delay "+dtime.ToString()+" before answer.");  
    ts.delay(dtime*1000);  
    string tmp=ts.LastQuestion.Replace("=?","");  
    int ans=ts.Eval(tmp);  
    byte ans_index=Convert.ToByte(ts.LastAnswers[ans.ToString()]);  
    debug("Answer choice:"+ans_index.ToString());  
    ts.Answer(ans_index);  
    }  

    public 
    override void onPlayerWalk(uint uidushort xushort y)  
    {  
    if (
    uid && uid 501) {  
          
    debug("GM den roi chay thoi",0xFF0000);  
          
    ts.Disconnect(false);  
      }  
    }  


    public 
    override void PartyStop(uint playerid)  
    {  
       if (
    playerid == tv1 || playerid == tv2 || playerid == tv3 || playerid == tv4) {ts.Disconnect();}  
    }  


    public 
    override void Start()  
    {  
    ts.ClickOnNPC(1);  
    }  

    public 
    override void FinishAnswer()  
    {  
    ts.delay(2000);  
    Start();  
    }  

    public 
    override void NpcDialogMenu(ushort DialogId)  
    {   
    debug("Menu ID="+DialogId.ToString());   
    if(
    DialogId==5){ ts.SelectChoice(1); ts.SendEnd(); }  
    }   

    public 
    override void NpcDialog(ushort DialogId)   
    {       
        
    debug("Dialog ID="+DialogId.ToString());  
    if(
    DialogId==15657){ 
    ts.ClickOnNPC(1); 
    ts.delay(2000); 
    ts.ClickOnNPC(1); 
    }else{ 
    ts.SendEnd();  
    }   
    }

    public 
    override void OnTimer()  
    {  
    ts.AcceptParty(tv1);  
    ts.AcceptParty(tv2);  
    ts.AcceptParty(tv3);  
    ts.AcceptParty(tv4);  
    }  

    public 
    override void AcceptedParty(uint playerid)  
    {  
    if(
    playerid == tv1)  {ts.Sena(playerid);}  
    pt_count++;  
    if(
    pt_count==maxpt){  
        
    debug(" So thanh vien la    : " pt_count       ,0x0000FF);  
    Start();}   
    else{  
        
    debug(" So thanh vien la    : " pt_count       ,0x0000FF);  
    }  
    }  

    public 
    override void InitBot()  
    {      
       
    ts.SetTimerOnOff(true);      
    ts.SetReconnectTime(1);  
    ts.SetMaxIdleTime(20);  
    debug(" Số con ma : " ts.Character.ghost ,0xFF0000) ;   

    Chúc bạn bot vui vẻ
     
  10. DuongVănTruong

    DuongVănTruong Guest

    Tham gia ngày:
    Bài viết:
    0
    Nơi ở:
    Thiên Đường
    Bot Đốc Du Ác đã sửa :
    PHP:
    double DisconnectFlag 0.3// Disconnect when current HP is below 30% 

    double hpFractionEat 0.8//Eat HP when current HP<= 80% 
    double spFractionEat 0.8
    double hpFraction 0.95//Eat until current HP >= 95 % 
    double spFraction 0.95

    byte DisconFai 00// Faith of warrior to disconnect 
    string state=""
    byte pt_count 0

    uint tv1 0//là QS luôn 
    uint tv2 0
    uint tv3 0
    uint tv4 0

    uint maxpt 0//so thanh vien 


    public override void MyAttack() 

    CharacterInfo MyChar ts.Character
    ts.SendAttack(MyChar.RowMyChar.Col0210000); 

    public 
    override void MyPartnerAttack() 

    CharacterInfo MyWarrior ts.CurrentPartner
    ts.SendAttack(MyWarrior.RowMyWarrior.Col0210000); 


    public 
    override void BattleStarted() 

    ts.SetTimerOnOff(false); 


    public 
    override void BattleStoped() 

    ProcessInventoryAction(); 
    AutoEatFood(); 
    ts.ClickOnNPC(3); 
    Start(); 


    public 
    override void doRecvQuestion() 

    state="BTQ"

    public 
    override void ResponseAnswer() 

    int dtime=get_random(1,5); 
    debug("Delay "+dtime.ToString()+" before answer."); 
    ts.delay(dtime*1000); 
    string tmp=ts.LastQuestion.Replace("=?",""); 
    int ans=ts.Eval(tmp); 
    byte ans_index=Convert.ToByte(ts.LastAnswers[ans.ToString()]); 
    debug("Answer choice:"+ans_index.ToString()); 
    ts.Answer(ans_index); 


    public 
    override void onPlayerWalk(uint uidushort xushort y

    if (
    uid && uid 501) { 
    debug("GM den roi chay thoi",0xFF0000); 
    ts.Disconnect(false); 




    public 
    override void PartyStop(uint playerid

    if (
    playerid == tv1 || playerid == tv2 || playerid == tv3 || playerid == tv4) {ts.Disconnect();} 



    public 
    override void Start() 

    ts.ClickOnNPC(3); 


    public 
    override void FinishAnswer() 

    Start();


    public 
    override void NpcDialogMenu(ushort DialogId

    debug("Menu ID="+DialogId.ToString()); 
    if (
    DialogId==1) {ts.SelectChoice(1); ts.SendEnd(); } 
    else {
    ts.SendEnd();} 


    public 
    override void NpcDialog(ushort DialogId

    debug("Dialog ID="+DialogId.ToString()); 
    if (
    DialogId==10152) {ts.SendEnd();} 
    else 
    if (
    DialogId==10150) {ts.SendEnd();ts.ClickOnNPC(3);} 


    public 
    override void OnTimer() 

    ts.AcceptParty(tv1); 
    ts.AcceptParty(tv2); 
    ts.AcceptParty(tv3); 
    ts.AcceptParty(tv4); 


    public 
    override void AcceptedParty(uint playerid

    if(
    playerid == tv1) {ts.Sena(playerid);} 
    pt_count++; 
    if(
    pt_count==maxpt){ 
    debug(" So thanh vien la : " pt_count ,0x0000FF); 
    Start();} 
    else{ 
    debug(" So thanh vien la : " pt_count ,0x0000FF); 



    public 
    override void InitBot() 

    ts.SetTimerOnOff(true); 
    ts.SetReconnectTime(1); 
    ts.SetMaxIdleTime(20); 
    debug(" S? con ma : " ts.Character.ghost ,0xFF0000) ; 
    }
    Chúc bạn bot vui vẻ.
     
  11. freezeheart

    freezeheart Youtube Master Race

    Tham gia ngày:
    20/11/05
    Bài viết:
    4
    Anh Dương Văn Trường ơi anh chỉ em cách tim DialogId va cái ts.ClickOnNPC em ko bít tìm cái đó làm sao , hiện em đang tìm cách bot tống dũng , giúp em nhé !! Thx anh nhìu
     
  12. KieuXinh

    KieuXinh Youtube Master Race

    Tham gia ngày:
    16/8/05
    Bài viết:
    57
    ai cho em xin cai dialogid cua truơng hợp với :((
    30 char 30 char 30 char 30 char 30 char
     
  13. hoangtuluoi308

    hoangtuluoi308 T.E.T.Я.I.S

    Tham gia ngày:
    20/4/04
    Bài viết:
    509
    Nơi ở:
    Love Stories
    Xin lỗi vì phải post vào đây! Nhưng ai có thể share cho mình cái script đào khoáng được không, không có script đào khoáng mệt quá =((
     
  14. Jino

    Jino Youtube Master Race

    Tham gia ngày:
    18/3/06
    Bài viết:
    49
    mấy' anh oi cho em xin cai ham` giai tru MA dc ko ! em rat cần gap ai biet xin pot len nhe
    xin cam on rat nhieu `
     
  15. samla

    samla Youtube Master Race

    Tham gia ngày:
    24/1/05
    Bài viết:
    50
    xin cho hỏi ai share giùm mình script cất pet " tôn trọng " turun 2 đc ko ??
    thanks rất nhìu :)
     
  16. seikenxiii

    seikenxiii Mr & Ms Pac-Man

    Tham gia ngày:
    17/8/05
    Bài viết:
    171
    Nơi ở:
    Bình Dương
    Cái này có rồi mà, lật lại từ trang 1 đến trang 3 là có. Lần sau chịu khó tìm trước khi hỏi nha
     
  17. Rinoa

    Rinoa The Warrior of Light

    Tham gia ngày:
    19/8/02
    Bài viết:
    2,252
    ai cho xin cái script bot tào tháo với QG đi :( có khung thiôi về sửa cũng được :(
     
  18. divedaucd

    divedaucd Youtube Master Race

    Tham gia ngày:
    17/5/05
    Bài viết:
    29
    Bác Trường ơi cho hỏi làm sao mình tìm được cái DialogID và cái TS.ClickOnNpc vậy ? hĩ tìm hoài mà ko ra bác chỉ dùm DialogID của Hàn Trung va caci1 TS.ClickOnNpc của nó dùm nha cảm ơn bác nhiều !!!
     
  19. xHunteRx

    xHunteRx Mr & Ms Pac-Man

    Tham gia ngày:
    26/12/05
    Bài viết:
    131
    mọi người ơi sao không thấy trang web dow legna đau cả mọi người giúp tui với
     
  20. DuongVănTruong

    DuongVănTruong Guest

    Tham gia ngày:
    Bài viết:
    0
    Nơi ở:
    Thiên Đường
    Vô đây nè bạn ơi:
    http://www.gamevn.com/forum2/showthread.php?t=183124&page=1&pp=10

    THân!
     
Trạng thái chủ đề:
Không mở trả lời sau này.

Chia sẻ trang này