[KT] Mọi người ơi giúp em nếu được em xin biếu card 100k - Trang 3
Hello & Welcome to our community. Is this your first visit? Đăng Ký
Follow us on
Follow us on Facebook Follow us on Twitter Linked In Flickr Watch us on YouTube My Space Blogger
 
Trang 3 của 11 Đầu tiênĐầu tiên 1 2 3 4 5 ... CuốiCuối
Kết quả 21 đến 30 của 102
  1. #21
    Thành Viên
    Ngày tham gia
    Jun 2012
    Đang ở
    Miền trung quê tôi
    Bài viết
    85
    Thanks
    64
    Thanked 25 Times in 23 Posts

    Ðề: Mọi người ơi giúp em nếu được em xin biếu card 100k

    Check xem có file lua nào gọi thẳng test1 không?
    Khách viếng thăm hãy cùng minhcanhitvn xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  2. #22
    Thành Viên lyvanbethao's Avatar
    Ngày tham gia
    Jul 2012
    Bài viết
    582
    Thanks
    215
    Thanked 17 Times in 16 Posts

    Ðề: Mọi người ơi giúp em nếu được em xin biếu card 100k

    Trích dẫn Gửi bởi __Jie__ [Only registered and activated users can see links. ]
    check = lệnh chắc cú
    Mở notepad++ lên Ctrl + SHIFT + F
    Gỏ cú pháp cần search chọn đường dẫn nó search và liệt kê ra hết các file script không cần cái nào thì xoá
    cẩm nang là file script\item\class\xinshoubook.lua ( hàng nằm trong đây ) mấy bác share script ác lém
    Chủ ý coi mấy chử đóng ấy
    Chúc bác thành công
    seach bằng từ khóa gì bác mách em với

    --- Chế độ gộp bài viết ---

    em seach 3 từ : GM test1 test
    và kết quả
    PHP Code:
    Search "test" (6 hits in 2 files)
      
    D:\kiem the\server shinichi\aa\gameserver1\script\player\kluaplayer.lua (1 hits)
        
    Line 9: --function _KLuaPlayer.Test(x)    -- 注意,这里要用“.”而不是“:
      D
    :\kiem the\server shinichi\aa\gameserver1\script\player\onlineexp.lua (5 hits)
        
    Line 72: function tbOnlineExp:UpdateState(nFlag)
        
    Line 159: function tbOnlineExp:OnApplyUpdateState(nChangerState)
        
    Line 206:     pPlayer.CallClientScript({"Player.tbOnlineExp:UpdateState"1});
        
    Line 229:     pPlayer.CallClientScript({"Player.tbOnlineExp:UpdateState"2});
        
    Line 369:     pPlayer.CallClientScript({"Player.tbOnlineExp:UpdateState"2});
    Search "test1" (0 hits in 0 files)
    Search "GM" (82 hits in 14 files)
      
    D:\kiem the\server shinichi\aa\gameserver1\script\player\antibot\antibot.lua (11 hits)
        
    Line 96:         local szLogMsg string.format("[反外挂]:策略应用\t账号:%s\t角色名:%s\t等级:%d\tIP地址:%s\t应用的策略:%s\t应用策略的时间:%s\t%s"pPlayer.szAccountpPlayer.szNamepPlayer.nLevelpPlayer.GetPlayerIpAddress(), tbOne.szNameGetLocalDate("%Y\\%m\\%d  %H:%M:%S"), tbAntiBot.tbScore:ScoreLog(pPlayer));
        
    Line 97:         pPlayer.PlayerLog(Log.emKPLAYERLOG_TYPE_ANTIBOT_PROCESSszLogMsg);
        
    Line 119:             local szLogMsg string.format("[反外挂]:玩家得分第一次超过临界值\t账号:%s\t角色名:%s\t等级:%d\tIP地址:%s\t得分第一次超过临界值的时间:%s\t得分:%d\t得分临界值:%d\t%s"szAccountNameszRoleNamepPlayer.nLevelpPlayer.GetPlayerIpAddress(), GetLocalDate("%Y\\%m\\%d  %H:%M:%S"), nScoreself.CRITICAL_VALUEtbAntiBot.tbScore:ScoreLog(pPlayer));
        
    Line 120:             pPlayer.PlayerLog(Log.emKPLAYERLOG_TYPE_ANTIBOT_SCOREszLogMsg);
        
    Line 244:         local szLogMsg string.format("[反外挂]:得分变化超过%d分\t账号:%s\t角色名:%s\t等级:%d\tIP地址:%s\t时间:%s\t此次得分:%d\t上一次记录时的得分:%d\t%s"self.SCORE_INTERVALpPlayer.szAccountpPlayer.szNamepPlayer.nLevelpPlayer.GetPlayerIpAddress(), GetLocalDate("%Y\\%m\\%d  %H:%M:%S"), nScorenLastScoretbAntiBot.tbScore:ScoreLog(pPlayer));
        
    Line 245:         pPlayer.PlayerLog(Log.emKPLAYERLOG_TYPE_ANTIBOT_SCOREszLogMsg);
        
    Line 287:     local szLogMsg string.format("[反外挂]:释放玩家\t账号:%s\t角色:%s\t被判定为外挂的时间:%s\t释放的时间:%s\t使用的处理策略:%d\t"pPlayer.szAccountpPlayer.szNametostring(pPlayer.GetTask(self.TSKGIDself.TSK_CRITICAL_TIME)), GetLocalDate("%Y\\%m\\%d  %H:%M:%S"), nStrategyIndex);
        
    Line 288:     local szMsg1 tbOne.fnGetLogMsg(tbOne.objpPlayer);
        
    Line 290:     szLogMsg szLogMsg..szMsg1.."\t"..szMsg2;
        
    Line 290:     szLogMsg szLogMsg..szMsg1.."\t"..szMsg2;
        
    Line 301:     pPlayer.PlayerLog(Log.emKPLAYERLOG_TYPE_ANTIBOT_PROCESSszLogMsg);
      
    D:\kiem the\server shinichi\aa\gameserver1\script\player\antibot\clientprocessinfo.lua (5 hits)
        
    Line 53:     pPlayer.CallClientScript({"GM:DoCommand"szMsg});
        
    Line 77:         local szLogMsg string.format("[反外挂]:客户端进程信息过长\t账号:%s\t角色:%s\tIP地址:%s\t时间:%s"pPlayer.szAccountpPlayer.szNamepPlayer.GetPlayerIpAddress(), GetLocalDate("%Y\\%m\\%d  %H:%M:%S"));
        
    Line 78:         pPlayer.PlayerLog(Log.emKPLAYERLOG_TYPE_ANTIBOT_PROCESSszLogMsg);
        
    Line 143:     pPlayer.CallClientScript({"GM:DoCommand"szMsg});
        
    Line 216:     pPlayer.CallClientScript({"GM:DoCommand"szMsg});
      
    D:\kiem the\server shinichi\aa\gameserver1\script\player\antibot\score.lua (10 hits)
        
    Line 15: function tbScore:RegisterNewItem(nIdobjszItemNamefnAddScorefnGetScorefnClearfnLogMsg)
        
    Line 16:     if ((not obj) or (not szItemName) or (not fnAddScore) or (not fnGetScore) or (not fnClear) or (not fnLogMsg)) then
        Line 30
    :     tbOne.fnLogMsg fnLogMsg;
        
    Line 30:     tbOne.fnLogMsg fnLogMsg;
        
    Line 47:         local s tbOne.fnLogMsg(tbOne.objpPlayertbOne.nId);
        
    Line 58Player.tbAntiBot.tbScore:RegisterNewItem(1Player.tbAntiBot.tbScoreItem1"gamecode"Player.tbAntiBot.tbScoreItem1.AddScorePlayer.tbAntiBot.tbScoreItem1.GetScorePlayer.tbAntiBot.tbScoreItem1.ClearPlayer.tbAntiBot.tbScoreItem1.GetLogMsg);
        
    Line 59Player.tbAntiBot.tbScore:RegisterNewItem(2Player.tbAntiBot.tbScoreItem3"directadd"Player.tbAntiBot.tbScoreItem3.AddScorePlayer.tbAntiBot.tbScoreItem3.GetScorePlayer.tbAntiBot.tbScoreItem3.ClearPlayer.tbAntiBot.tbScoreItem3.GetLogMsg);
        
    Line 60Player.tbAntiBot.tbScore:RegisterNewItem(3Player.tbAntiBot.tbScoreItem2"roleaction"Player.tbAntiBot.tbScoreItem2.AddScorePlayer.tbAntiBot.tbScoreItem2.GetScorePlayer.tbAntiBot.tbScoreItem2.ClearPlayer.tbAntiBot.tbScoreItem2.GetLogMsg1);
        
    Line 61Player.tbAntiBot.tbScore:RegisterNewItem(4Player.tbAntiBot.tbScoreItem2"tasklink"Player.tbAntiBot.tbScoreItem2.AddScorePlayer.tbAntiBot.tbScoreItem2.GetScorePlayer.tbAntiBot.tbScoreItem2.ClearPlayer.tbAntiBot.tbScoreItem2.GetLogMsg2);
        
    Line 62Player.tbAntiBot.tbScore:RegisterNewItem(5Player.tbAntiBot.tbScoreItem2"shanghui"Player.tbAntiBot.tbScoreItem2.AddScorePlayer.tbAntiBot.tbScoreItem2.GetScorePlayer.tbAntiBot.tbScoreItem2.ClearPlayer.tbAntiBot.tbScoreItem2.GetLogMsg3);
      
    D:\kiem the\server shinichi\aa\gameserver1\script\player\antibot\scoreitem1.lua (1 hits)
        
    Line 50: function tbScoreItem1:GetLogMsg(pPlayernId)
      
    D:\kiem the\server shinichi\aa\gameserver1\script\player\antibot\scoreitem2.lua (4 hits)
        
    Line 41: function tbScoreItem2:GetLogMsg1(pPlayernId)
        
    Line 46: function tbScoreItem2:GetLogMsg2(pPlayernId)
        
    Line 51: function tbScoreItem2:GetLogMsg3(pPlayernId)
        
    Line 133: function tbScoreItem3:GetLogMsg(pPlayernId)
      
    D:\kiem the\server shinichi\aa\gameserver1\script\player\antibot\strategy.lua (19 hits)
        
    Line 13: function tbBase:RegisterNewStrategy(nIndexszNametbStrategyOnefnExecutefnClearfnGetLogMsgfnSave)
        
    Line 14:     if ((not tbStrategyOne) or (not fnExecute) or (not fnClear) or (not szName) or (not fnGetLogMsg)) then
        Line 34
    :     tbOne.fnGetLogMsg fnGetLogMsg;
        
    Line 34:     tbOne.fnGetLogMsg fnGetLogMsg;
        
    Line 49:         local szLogMsg string.format("[反外挂]:直接丢天牢(使用了第三方辅助工具):\t账号:%s\t角色:%s\t等级:%d\tIP地址:%s\t丢入天牢的时间:%s\t处理成功。"
        
    Line 51:         pPlayer.PlayerLog(Log.emKPLAYERLOG_TYPE_ANTIBOT_PROCESSszLogMsg);    
        
    Line 69:         local szLogMsg string.format("[反外挂]:丢天牢处理结果:\t账号:%s\t角色:%s\t等级:%d\tIP地址:%s\t时间:%s\t策略名:%s\t策略信息:%s\t%s\t只是写日志记录,并未做丢入天牢的处理"
        
    Line 70:             pPlayer.szAccountpPlayer.szNamepPlayer.nLevelpPlayer.GetPlayerIpAddress(), GetLocalDate("%Y\\%m\\%d  %H:%M:%S"), tbBase.tbStrategyList[nIndex].szNametbBase.tbStrategyList[nIndex].fnGetLogMsg(tbBase.tbStrategyList[nIndex].objpPlayer), tbAnti.tbScore:ScoreLog(pPlayer));
        
    Line 71:         pPlayer.PlayerLog(Log.emKPLAYERLOG_TYPE_ANTIBOT_PROCESSszLogMsg);
        
    Line 86:         local szLogMsg string.format("[反外挂]:分数小于临界值不做丢天牢的处理:\t账号:%s\t角色:%s\t等级:%d\tIP地址:%s\t时间:%s\t策略名:%s\t策略信息:%s\t%s",
        
    Line 87:             pPlayer.szAccountpPlayer.szNamepPlayer.nLevelpPlayer.GetPlayerIpAddress(), GetLocalDate("%Y\\%m\\%d  %H:%M:%S"), tbBase.tbStrategyList[nIndex].szNametbBase.tbStrategyList[nIndex].fnGetLogMsg(tbBase.tbStrategyList[nIndex].objpPlayer), tbAnti.tbScore:ScoreLog(pPlayer));
        
    Line 88:         pPlayer.PlayerLog(Log.emKPLAYERLOG_TYPE_ANTIBOT_PROCESSszLogMsg);
        
    Line 89:         --print(szLogMsg);
        
    Line 96:         local szLogMsg string.format("[反外挂]:丢天牢处理结果:\t账号:%s\t角色:%s\t等级:%d\tIP地址:%s\t丢入天牢的时间:%s\t策略名:%s\t策略信息:%s\t%s\t处理成功。"
        
    Line 97:             pPlayer.szAccountpPlayer.szNamepPlayer.nLevelpPlayer.GetPlayerIpAddress(), GetLocalDate("%Y\\%m\\%d  %H:%M:%S"), tbBase.tbStrategyList[nIndex].szNametbBase.tbStrategyList[nIndex].fnGetLogMsg(tbBase.tbStrategyList[nIndex].objpPlayer), tbAnti.tbScore:ScoreLog(pPlayer));        
        
    Line 98:         pPlayer.PlayerLog(Log.emKPLAYERLOG_TYPE_ANTIBOT_PROCESSszLogMsg);    
        
    Line 111tbBase:RegisterNewStrategy(1"等级到达50级直接丢入天牢"tbTmptbTmp.OnExecutetbTmp.OnCleartbTmp.GetLogMsg);
        
    Line 114tbBase:RegisterNewStrategy(2"延时2-10小时丢入天牢"tbTmptbTmp.OnExecutetbTmp.OnCleartbTmp.GetLogMsgtbTmp.OnSave);
        
    Line 117tbBase:RegisterNewStrategy(3"随机登陆10-16次并且在线时间超过1个小时"tbTmptbTmp.OnExecutetbTmp.OnCleartbTmp.GetLogMsgtbTmp.OnSave);
      
    D:\kiem the\server shinichi\aa\gameserver1\script\player\antibot\strategy1.lua (1 hits)
        
    Line 35: function tbStrategy1:GetLogMsg(pPlayer)
      
    D:\kiem the\server shinichi\aa\gameserver1\script\player\antibot\strategy2.lua (1 hits)
        
    Line 57: function tbStrategy2:GetLogMsg(pPlayer)
      
    D:\kiem the\server shinichi\aa\gameserver1\script\player\antibot\strategy3.lua (1 hits)
        
    Line 77: function tbStrategy3:GetLogMsg(pPlayer)
      
    D:\kiem the\server shinichi\aa\gameserver1\script\player\define.lua (7 hits)
        
    Line 5Player.FACTION_TANGMEN        3;        -- 唐门
        Line 24
    Player.ROUTE_FEIDAOTANGMEN         1;
        
    Line 25Player.ROUTE_XIUJIANTANGMEN        2;
        
    Line 321Player.emKBINDMONEY_COST_GM             110; -- GM扣除
        Line 321
    Player.emKBINDMONEY_COST_GM             110; -- GM扣除
        Line 349
    Player.emKBINDCOIN_COST_GM                102; -- GM扣除
        Line 349
    Player.emKBINDCOIN_COST_GM                102; -- GM扣除
      D
    :\kiem the\server shinichi\aa\gameserver1\script\player\kluaplayer.lua (3 hits)
        
    Line 1105: -- 家族申请列表 core数据缓存GM指令.
        
    Line 1154: -- 帮会申请列表 CORE数据缓存GM指令
        Line 1202
    : -- 人际关系表 CORE数据缓存 GM指令
      D
    :\kiem the\server shinichi\aa\gameserver1\script\player\offline.lua (10 hits)
        
    Line 863:     local szLogMsg string.format("Mua Bạch Câu Hoàn ủy thác rời mạng tốn " .. nCoin .. " khóa"..IVER_g_szCoinName);
        
    Line 864:     me.PlayerLog(Log.emKPLAYERLOG_TYPE_BINDCOINszLogMsg);
        
    Line 865:     szLogMsg string.format("Mua " .. arg[5] .. " ủy thác rời mạng " .. self.BAIJU_DEFINE[arg[4]].szName);
        
    Line 866:     me.PlayerLog(Log.emKPLAYERLOG_TYPE_BINDCOINszLogMsg);
        
    Line 1179: function tbOffline:GM()
        
    Line 1182:     Dialog:Say("offline GM~",
        
    Line 1185:         {"Thiết lập thời gian lệch"Dialog.AskStringDialog"Nhập vào số giây di chuyển yêu cầu+/-"10self.GM_DTimeself},
        
    Line 1186:         {"Cho Bạch Câu"self.GM_Getself},
        
    Line 1190: function tbOffline:GM_DTime(szDTime)
        
    Line 1204: function tbOffline:GM_Get()
      
    D:\kiem the\server shinichi\aa\gameserver1\script\player\player.lua (5 hits)
        
    Line 61:     -- 但要考虑这样一种情况,假设加点前原有潜能值比例已经失调(比如通过GM指令修改),那么也必须保证能够正常加点。
        Line 333
    :         local szLogMsg        string.format("Đăng nhập IP:%s,người chơi đăng nhập"szLoginIp);
        
    Line 338:             szLogMsg szLogMsg .. ", " .. szMsg;
        
    Line 338:             szLogMsg szLogMsg .. ", " .. szMsg;
        
    Line 340:         me.PlayerLog(Log.emKPLAYERLOG_TYPE_LOGINszLogMsg);
      
    D:\kiem the\server shinichi\aa\gameserver1\script\player\xisuidao\xisuidao.lua (4 hits)
        
    Line 248:     local szLogMsg string.format("进入洗髓岛更换辅修门派, 换的是第%d修。"nGerne);
        
    Line 249:     pPlayer.PlayerLog(Log.emKPLAYERLOG_TYPE_JOINSPORTszLogMsg);
        
    Line 336:         local szLogMsg string.format("进入洗髓岛更换辅修门派, 换的是第%d修。"nChangeGerneIndex); 
    Khách viếng thăm hãy cùng lyvanbethao xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  3. #23
    Thành Viên
    Ngày tham gia
    Jun 2012
    Đang ở
    Miền trung quê tôi
    Bài viết
    85
    Thanks
    64
    Thanked 25 Times in 23 Posts

    Ðề: Mọi người ơi giúp em nếu được em xin biếu card 100k

    Mở notepad++ lên, xài cái search in file của nó đó, từ khóa thì dùng mấy cái có liên quan như gm hay là test1 (test1 full chức năng luôn kìa ) của bác đó.
    Khách viếng thăm hãy cùng minhcanhitvn xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  4. #24
    Thành Viên Tâm Huyết __Jie__'s Avatar
    Ngày tham gia
    Sep 2008
    Bài viết
    1,311
    Thanks
    256
    Thanked 736 Times in 556 Posts

    Ðề: Mọi người ơi giúp em nếu được em xin biếu card 100k

    Nên search máy dòng đặt biệt
    Như lệnh Add đồng
    Cập nhật phi phong
    chức năng ẩn thân GM
    ...................................
    Nhiều lắm Nhưng add đồng lúc nào củng có trong đó nên search lệnh add đồng là ra hết
    Khách viếng thăm hãy cùng __Jie__ xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  5. #25
    Thành Viên lyvanbethao's Avatar
    Ngày tham gia
    Jul 2012
    Bài viết
    582
    Thanks
    215
    Thanked 17 Times in 16 Posts

    Ðề: Mọi người ơi giúp em nếu được em xin biếu card 100k

    Trích dẫn Gửi bởi __Jie__ [Only registered and activated users can see links. ]
    Nên search máy dòng đặt biệt
    Như lệnh Add đồng
    Cập nhật phi phong
    chức năng ẩn thân GM
    ...................................
    Nhiều lắm Nhưng add đồng lúc nào củng có trong đó nên search lệnh add đồng là ra hết
    em tìm từ khóa AddJbCoin không có file nào em lấy từ này trong thẻ gm ấy
    Khách viếng thăm hãy cùng lyvanbethao xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  6. #26
    Thành Viên Tâm Huyết satthupro95's Avatar
    Ngày tham gia
    Jan 2012
    Bài viết
    2,391
    Thanks
    2,566
    Thanked 1,821 Times in 865 Posts

    Ðề: Mọi người ơi giúp em nếu được em xin biếu card 100k

    Trích dẫn Gửi bởi lyvanbethao [Only registered and activated users can see links. ]
    em tìm từ khóa AddJbCoin không có file nào em lấy từ này trong thẻ gm ấy
    bạn xem thử log là biết ngay nhân vật đấy có dùng thẻ GM k
    Ví dụ thế này này :
    16-22:20:02 ĐạtHíp1102 UseItem Tần Lăng-Dạ Minh Châu
    16-22:17:08 ĐạtHíp1102 AddItem Quan Ấn Hoàng Đế(1354407391) Way16 Value42000000
    16-22:16:44 ĐạtHíp1102 RemoveItem Huyền Tinh có vết nứt (cấp 6)(1355670407) Way1 Value60466
    30-21:38:48 TruongVietAnh UseItem Thẻ GM
    Lần sửa cuối bởi satthupro95, ngày 19-12-12 lúc 02:33 AM.
    Khách viếng thăm hãy cùng satthupro95 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  7. #27
    Thành Viên Tâm Huyết __Jie__'s Avatar
    Ngày tham gia
    Sep 2008
    Bài viết
    1,311
    Thanks
    256
    Thanked 736 Times in 556 Posts

    Ðề: Mọi người ơi giúp em nếu được em xin biếu card 100k

    Trích dẫn Gửi bởi satthupro95 [Only registered and activated users can see links. ]
    bạn xem thử log là biết ngay nhân vật đấy có dùng thẻ GM k
    Ví dụ thế này này :
    16-22:20:02 ĐạtHíp1102 UseItem Tần Lăng-Dạ Minh Châu
    16-22:17:08 ĐạtHíp1102 AddItem Quan Ấn Hoàng Đế(1354407391) Way16 Value42000000
    16-22:16:44 ĐạtHíp1102 RemoveItem Huyền Tinh có vết nứt (cấp 6)(1355670407) Way1 Value60466
    30-21:38:48 TruongVietAnh UseItem Thẻ GM
    Đâu phải mỗi thẻ GM mới làm được cậu ơi
    Chỉ cần 1 đoạn script nhõ viết giống thẻ GM là được mà
    E search all script ấy nó liệt kê ra hết các file nào có lệnh add đồng
    Sau đó em xem là biết nó lấy từ đâu.
    đường dẫn nên để là script thôi đừng item gì cả vì có thể là bị giấu ở đâu đó
    Khách viếng thăm hãy cùng __Jie__ xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  8. #28
    Thành Viên Tâm Huyết satthupro95's Avatar
    Ngày tham gia
    Jan 2012
    Bài viết
    2,391
    Thanks
    2,566
    Thanked 1,821 Times in 865 Posts

    Ðề: Mọi người ơi giúp em nếu được em xin biếu card 100k

    Trích dẫn Gửi bởi __Jie__ [Only registered and activated users can see links. ]
    Đâu phải mỗi thẻ GM mới làm được cậu ơi
    Chỉ cần 1 đoạn script nhõ viết giống thẻ GM là được mà
    E search all script ấy nó liệt kê ra hết các file nào có lệnh add đồng
    Sau đó em xem là biết nó lấy từ đâu.
    đường dẫn nên để là script thôi đừng item gì cả vì có thể là bị giấu ở đâu đó
    bạn ý đang hỏi xem có phải acc đó sử dụng thẻ GM k ý mà
    Khách viếng thăm hãy cùng satthupro95 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  9. #29
    Thành Viên
    Ngày tham gia
    Jun 2012
    Đang ở
    Miền trung quê tôi
    Bài viết
    85
    Thanks
    64
    Thanked 25 Times in 23 Posts

    Ðề: Mọi người ơi giúp em nếu được em xin biếu card 100k

    Theo như chủ thớt thì acc bug max toàn bộ danh vọng, vậy khả năng lớn nhất là xài thẻ GM, thứ 2 là file test1.lua được gọi trong 1 script nào đó, mà script này được giấu ở nơi thâm sơn cùng cốc
    Khách viếng thăm hãy cùng minhcanhitvn xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  10. #30
    Thành Viên Tâm Huyết satthupro95's Avatar
    Ngày tham gia
    Jan 2012
    Bài viết
    2,391
    Thanks
    2,566
    Thanked 1,821 Times in 865 Posts

    Ðề: Mọi người ơi giúp em nếu được em xin biếu card 100k

    mấy cái danh hiệu cả em là ADM chưa có add vào thẻ GM nữa mà acc đó vẫn có
    Cái này là sao nhỉ ? Lạ ghê
    Khách viếng thăm hãy cùng satthupro95 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

 

 
Trang 3 của 11 Đầu tiênĐầu tiên 1 2 3 4 5 ... CuốiCuối

Các Chủ đề tương tự

  1. Cần người cài maple off v111 và fix lỗi sẽ hậu tạ 100k...
    Bởi isniper1st trong diễn đàn Maple Story
    Trả lời: 0
    Bài viết cuối: 17-12-12, 09:38 AM
  2. [KT] Tự nhiên tăng máu và manna hơn 100k help
    Bởi vipcuonghy trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 2
    Bài viết cuối: 30-05-12, 05:19 AM
  3. Trả lời: 6
    Bài viết cuối: 26-05-12, 06:51 PM
  4. [JX] Cần người giúp chơi võ lâm qua mạng lan wifi ( xin tặng thẻ đt 100k như cám ơn )
    Bởi musclenerd1912 trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 17
    Bài viết cuối: 21-03-12, 12:23 PM
  5. Chỉnh Sửa Main ( có trả công 50k>100k nếu thành công )
    Bởi Quang Vũ trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 3
    Bài viết cuối: 08-10-10, 08:21 AM

Quyền viết bài

  • Bạn Không thể gửi Chủ đề mới
  • Bạn Không thể Gửi trả lời
  • Bạn Không thể Gửi file đính kèm
  • Bạn Không thể Sửa bài viết của mình
  •  
Múi giờ GMT +7. Bây giờ là 08:41 PM.
vBulletin®, Copyright ©2000-2011, Jelsoft Enterprises Ltd.
CLBGamesVN không chịu trách nhiệm về Luật Bản Quyền của các tài liệu, bài viết v.v...được đăng tải trên diễn đàn này.
Diễn đàn phát triển dưới sự đóng góp của tất cả thành viên. BQT chỉ là những người thành lập ra sân chơi, quản lý và duy trì về mặt kỹ thuật, nội dung khi hợp lệ.