Ir para conteúdo
Faça parte da equipe! (2024) ×

PINHEIR0

Steel Member
  • Total de Posts

    58
  • Registro em

  • Última visita

  • WCoins

    0

Posts postados por PINHEIR0

  1. Atualizando o que consegui fazer:

    Baixei outro client 7.662 e editei o serverlist.bin desse cliente.

    O mesmo mostra o servidor agora, porém da falha ao conectar.

    Imagem abaixo:

    https://prnt.sc/l50iry

    Consegui resolver meu problema, basta seguir esse vídeo

    amigo pode ser que seu client nao seja pra essa release ai ou vc fez alguma coisa de errado

    mais pelo que eu vi esse client que vc pegou ta dando isso mesmo falha

  2. SALVA SALVE GALERA

    GOSTARIA DE SABER COMO FAÇO PARA EDITAR OS PERSONAGEM PARA QUANDO CRIAR UM CHAR NOVO ELE VIM SEMPRE COM 2KKK DE GOLD ALGUMA COISA DO TIPO

     

     

    JA TENTEI EDITAR PELA DB COM EDITADOR DE NPC MAIS MESMO ASSIM NÃO VAI

    LOGO ACC NO SV CRIO O PERSONAGEM MAIS VEM SEM A EDIÇÃO

  3. glr parou de investir nisso?

     

    Origem se diz ser livre de hacks...

     

     

     

    to fazendo uma dll que caça os address, um esquema diferente daquele do raphael

    o ruim é encontrar um padrão em varias versões diferentes, tipo origem/odin/nerthus/sog...

    logo mais vai leva bannerd em todas acc kkkkk não e´por que vc conseguiu fazer que não va fusiona la vai simmm

    mais isso é questão de tempo .....

  4. fica no ProcessSecMinTimer.cpp na source.

     

    o Faelz' ja postou isso aqui.

     

    //Adicionar no ProcessSecMinTimer.cpp

    #pragma region Avisos

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 0)

    {

    SendNotice("Bem vindo(a) ao Age Of Chaos 7.662!");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 5)

    {

    SendNotice("Relatem os bugs para a administração.");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 10)

    {

    SendNotice("Programas de terceiros como: Autoclick entre outros.");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 15)

    {

    SendNotice("São ilegais, evite ser bloqueado!.");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 20)

    {

    SendNotice("Acesse nossa página no facebook:");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 22)

    {

    SendNotice("fb.me/AgeOfChaos10");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 27)

    {

    SendNotice("Converse conosco através do discord:");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 29)

    {

    SendNotice("https://discord.gg/KbSjztY");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 34)

    {

    SendNotice("Nosso grupo no whatsapp:");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 36)

    {

    SendNotice("https://chat.whatsapp.com/I4XaaZUczyI16zMTDeCQRE");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 41)

    {

    SendNotice("Agradecemos a sua preferencia. Bom jogo!");

    return;

    }

     

    #pragma endregion

    na hora de compilar ta falando que estar faltando cabeçalho de função .... oque eu faço pra arruma isso ?

  5. fica no ProcessSecMinTimer.cpp na source.

     

    o Faelz' ja postou isso aqui.

     

    //Adicionar no ProcessSecMinTimer.cpp

    #pragma region Avisos

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 0)

    {

    SendNotice("Bem vindo(a) ao Age Of Chaos 7.662!");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 5)

    {

    SendNotice("Relatem os bugs para a administração.");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 10)

    {

    SendNotice("Programas de terceiros como: Autoclick entre outros.");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 15)

    {

    SendNotice("São ilegais, evite ser bloqueado!.");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 20)

    {

    SendNotice("Acesse nossa página no facebook:");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 22)

    {

    SendNotice("fb.me/AgeOfChaos10");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 27)

    {

    SendNotice("Converse conosco através do discord:");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 29)

    {

    SendNotice("https://discord.gg/KbSjztY");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 34)

    {

    SendNotice("Nosso grupo no whatsapp:");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 36)

    {

    SendNotice("https://chat.whatsapp.com/I4XaaZUczyI16zMTDeCQRE");

    return;

    }

    if ((when.tm_min == 20 || when.tm_min == 40 || when.tm_min == 00) && when.tm_sec == 41)

    {

    SendNotice("Agradecemos a sua preferencia. Bom jogo!");

    return;

    }

     

    #pragma endregion

     

    mais essa função nao era pra ter aqui ja é so mudar oque fala ???

  6. tenho whook wyd origem com Auto drop e + Login de acc vc loga quantas acc que vc quiser por canal normalmente vc so loga 2 por canal correto ? com o whook vc vai loga varias por canal sem LIMITES....

  7. Você tem interesse em compartilhar com o fórum o cheater? Caso contrario eu terei que fechar o tópico, pois faz uma "insinuação" de que está vendendo e comercio é proibido nesta área.

     

    Agradeço a sua compreensão!

    blz amigo foi mal

×
×
  • Criar Novo...

Informação Importante

Nós fazemos uso de cookies no seu dispositivo para ajudar a tornar este site melhor. Você pode ajustar suas configurações de cookies , caso contrário, vamos supor que você está bem para continuar.