Page 3 of 4 PrimeiroPrimeiro 1234 ÚltimoÚltimo
Resultados 21 a 30 de 31
  1. #21
    Membro robsonsoares's Avatar
    Data de Ingresso
    May 2017
    Posts
    185
    Thanks Thanks Given 
    148
    Thanks Thanks Received 
    22
    Thanked in
    18 Posts
    Mencionado
    7 Post(s)
    MEU HUMOR
    Amazed
    País
    Brazil
    Citação Originally Posted by Ravoc Ver Post
    Tutorial de uma forma mais organizada aos membros. (Para os que não tem o Custom Font)


    Primeiramente - SRC Main.dll








    Protect.h:
    Código:
    DWORD Noticie;

    Noticie.h:

    Código:
    void InitNotices();


    CustomNoticie.cpp:

    Código:
    #include "stdafx.h"
    #include "Notice.h"
    #include "Tmemory.h"
    //#include "CustomFont.h"
    #include "CustomMessage.h"
    #include "Interface.h"
    #include "Defines.h"
    
    
    DWORD      Test_Buff;
    char      Test_LevelBuff[40];
    
    
    Naked(Notices)
    {
       
       int PosX;
        PosX = 470;
    
    
       
       pDrawGUI(0x9969, (float)455 , (float)70 - 47, 173, 407);
    
    
           pDrawGUI(0x9969, (float)455 , (float)70 - 47, 173, 406);
        // -- Titulo das menssagens
        //,505,54,250,1,
        //gInterface.DrawFormat(eGold,505,50,0,0, "Noticias - AGC Hosting");
        gInterface.DrawFormat(eWhite240,500,80,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eShinyGreen,500,90,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eShinyGreen100,500,100,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGold,500,110,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGold150,500,120,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGold180,500,130,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eWhite,500,140,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eWhite150,500,150,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eWhite180,500,160,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eOrange,500,170,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGray100,500,180,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGray150,500,190,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGray190,500,200,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eBlowPink,500,210,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eRed,500,220,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eRed2,500,230,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eExcellent,500,240,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eAncient,500,250,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eSocket,500,260,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eBlue,500,270,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eBlue250,500,280,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eYellow,500,290,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eYellow170,500,300,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eBrown,500,310,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eDivine,500,320,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eWhite240,500,330,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eShinyGreen,500,340,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eShinyGreen100,500,350,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGold,500,360,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGold150,500,370,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGold180,500,380,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eWhite,500,390,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eWhite150,500,400,250,1,"pao now cool dy kenta leno");
        // -- Inicio Menssagens 
    
    
    
    
       _asm
       {
          lea eax, Test_LevelBuff
          push eax
       //   // ----
       }
       _asm
       {
          mov Test_Buff, 0x004D7D1D
          jmp Test_Buff
       }
    }
    
    
    
    
    
    
    
    
    void InitNotices()
    {
    
    
       SetRange((PVOID)0x004D7DAD, 0x0f, ASM::NOP);
       
       SetOp((LPVOID)0x004D7D13, (LPVOID)Notices, ASM::JMP);
    }

    Main.cpp:


    Código:
        if(gProtect.m_MainInfo.Noticie == 1)
        {
            InitNotices();
        }
    Interface.cpp:

    Código:
    pLoadImage("Custom\\Noticias.jpg", 0x9969, 0x2601, 0x2900, 1, 0);


    Agora, SRC GetMainInfo

    Abra, GetMainInfo.cpp.

    Dentro da struct MAIN_FILE_INFO

    adicione, DWORD Noticie;


    agora, abaixo de
    Código:
    info.RFMaxAttackSpeed
    adicione

    Código:
    nfo.Noticie = GetPrivateProfileInt("Noticie","Noticie",0,".\\MainInfo.ini");
    agora em, Maininfo.ini, adicione uma linha

    [Noticie]
    //-- 0: Disable
    //-- 1: Enable
    Noticie = 1


    Informação
    Para adicionar as msg pelo CustomMenssage.txt é fácil, pegue uma linha do código qualquer de texto "gInterface.DrawFormat(eGray100,500,180,250,1,"pao now dy kenta leno");" mude "pao now dy kenta leno" por -) , gCustomMessage.GetMessage(69)); -> Onde está 69, substitua pelo id da Msg




    @[Somente membros podem ver os links. ]

    to usando os arquivos que vc disponibilizou

    e no main nao tem a Noticie.h:

  2. #22
    Developer C++ Ravoc's Avatar

    Data de Ingresso
    Dec 2018
    Posts
    302
    Thanks Thanks Given 
    270
    Thanks Thanks Received 
    769
    Thanked in
    102 Posts
    Mencionado
    14 Post(s)
    MEU HUMOR
    Sad
    País
    France
    Citação Originally Posted by robsonsoares Ver Post
    @[Somente membros podem ver os links. ]

    to usando os arquivos que vc disponibilizou

    e no main nao tem a Noticie.h:

    Quais arquivos meu amigo?

  3. #23
    Membro robsonsoares's Avatar
    Data de Ingresso
    May 2017
    Posts
    185
    Thanks Thanks Given 
    148
    Thanks Thanks Received 
    22
    Thanked in
    18 Posts
    Mencionado
    7 Post(s)
    MEU HUMOR
    Amazed
    País
    Brazil
    Citação Originally Posted by Ravoc Ver Post
    Quais arquivos meu amigo?

    Emulador RoxGaming - UPDATE 4 (COMPLETO)


  4. #24
    Developer C++ Ravoc's Avatar

    Data de Ingresso
    Dec 2018
    Posts
    302
    Thanks Thanks Given 
    270
    Thanks Thanks Received 
    769
    Thanked in
    102 Posts
    Mencionado
    14 Post(s)
    MEU HUMOR
    Sad
    País
    France
    Citação Originally Posted by robsonsoares Ver Post
    Emulador RoxGaming - UPDATE 4 (COMPLETO)

    A, essa Src não é minha meu amigo, é do Denis Alves, é só você seguir as etapas acima que dá tudo certo.

  5. The Following User Says Thank You to Ravoc For This Useful Post:


  6. #25
    Membro robsonsoares's Avatar
    Data de Ingresso
    May 2017
    Posts
    185
    Thanks Thanks Given 
    148
    Thanks Thanks Received 
    22
    Thanked in
    18 Posts
    Mencionado
    7 Post(s)
    MEU HUMOR
    Amazed
    País
    Brazil
    Citação Originally Posted by Ravoc Ver Post
    A, essa Src não é minha meu amigo, é do Denis Alves, é só você seguir as etapas acima que dá tudo certo.


    ate tentei mas sem o Notice.h nao vai rolar

  7. #26
    Developer C++ Ravoc's Avatar

    Data de Ingresso
    Dec 2018
    Posts
    302
    Thanks Thanks Given 
    270
    Thanks Thanks Received 
    769
    Thanked in
    102 Posts
    Mencionado
    14 Post(s)
    MEU HUMOR
    Sad
    País
    France
    Citação Originally Posted by robsonsoares Ver Post
    ate tentei mas sem o Notice.h nao vai rolar

    Noticie.h:

    Código:
    void InitNotices();

  8. #27
    Membro robsonsoares's Avatar
    Data de Ingresso
    May 2017
    Posts
    185
    Thanks Thanks Given 
    148
    Thanks Thanks Received 
    22
    Thanked in
    18 Posts
    Mencionado
    7 Post(s)
    MEU HUMOR
    Amazed
    País
    Brazil
    Citação Originally Posted by cri0 Ver Post
    Da pra fazer assim tbm, sem precisar de puxar uma img.

    Código:
    pSetBlend(false);
        glColor4f((GLfloat)0.0, (GLfloat)0.0, (GLfloat)0.0, (float)0.8);
        pDrawBarForm(455.0, 80.0, 173.0, 250.0, 0.0f, 0);
        pGLSwitchBlend();
        glColor3f(1.0, 1.0, 1.0);
        //gInterface.DrawFormat(eWhite, 490, 80.0, 100, 6, "teste");

    crio sera q vc poderai me dar umas dicas pois eu add o codigo nos src mas nao ta puxando

  9. #28
    Iniciante comelon666's Avatar
    Data de Ingresso
    Apr 2019
    Posts
    8
    Thanks Thanks Given 
    41
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Mencionado
    0 Post(s)
    País
    Peru
    como ele pode ser adicionado ao lado do scene.cpp de origem para que não pareça transparente, alguém poderia deixar um exemplo?

  10. #29
    Membro robsonsoares's Avatar
    Data de Ingresso
    May 2017
    Posts
    185
    Thanks Thanks Given 
    148
    Thanks Thanks Received 
    22
    Thanked in
    18 Posts
    Mencionado
    7 Post(s)
    MEU HUMOR
    Amazed
    País
    Brazil
    Citação Originally Posted by cri0 Ver Post
    Da pra fazer assim tbm, sem precisar de puxar uma img.

    Código:
    pSetBlend(false);
        glColor4f((GLfloat)0.0, (GLfloat)0.0, (GLfloat)0.0, (float)0.8);
        pDrawBarForm(455.0, 80.0, 173.0, 250.0, 0.0f, 0);
        pGLSwitchBlend();
        glColor3f(1.0, 1.0, 1.0);
        //gInterface.DrawFormat(eWhite, 490, 80.0, 100, 6, "teste");


    colocaria onde??

    12 minutes:------- Atualizado -------

    Citação Originally Posted by Ravoc Ver Post
    Tutorial de uma forma mais organizada aos membros. (Para os que não tem o Custom Font)


    Primeiramente - SRC Main.dll


    Protect.h:
    Código:
    DWORD Noticie;

    Noticie.h:

    Código:
    void InitNotices();


    CustomNoticie.cpp:

    Código:
    #include "stdafx.h"
    #include "Notice.h"
    #include "Tmemory.h"
    //#include "CustomFont.h"
    #include "CustomMessage.h"
    #include "Interface.h"
    #include "Defines.h"
    
    
    DWORD      Test_Buff;
    char      Test_LevelBuff[40];
    
    
    Naked(Notices)
    {
       
       int PosX;
        PosX = 470;
    
    
       
       pDrawGUI(0x9969, (float)455 , (float)70 - 47, 173, 407);
    
    
           pDrawGUI(0x9969, (float)455 , (float)70 - 47, 173, 406);
        // -- Titulo das menssagens
        //,505,54,250,1,
        //gInterface.DrawFormat(eGold,505,50,0,0, "Noticias - AGC Hosting");
        gInterface.DrawFormat(eWhite240,500,80,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eShinyGreen,500,90,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eShinyGreen100,500,100,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGold,500,110,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGold150,500,120,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGold180,500,130,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eWhite,500,140,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eWhite150,500,150,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eWhite180,500,160,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eOrange,500,170,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGray100,500,180,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGray150,500,190,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGray190,500,200,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eBlowPink,500,210,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eRed,500,220,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eRed2,500,230,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eExcellent,500,240,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eAncient,500,250,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eSocket,500,260,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eBlue,500,270,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eBlue250,500,280,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eYellow,500,290,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eYellow170,500,300,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eBrown,500,310,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eDivine,500,320,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eWhite240,500,330,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eShinyGreen,500,340,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eShinyGreen100,500,350,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGold,500,360,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGold150,500,370,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eGold180,500,380,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eWhite,500,390,250,1,"pao now cool dy kenta leno");
        gInterface.DrawFormat(eWhite150,500,400,250,1,"pao now cool dy kenta leno");
        // -- Inicio Menssagens 
    
    
    
    
       _asm
       {
          lea eax, Test_LevelBuff
          push eax
       //   // ----
       }
       _asm
       {
          mov Test_Buff, 0x004D7D1D
          jmp Test_Buff
       }
    }
    
    
    
    
    
    
    
    
    void InitNotices()
    {
    
    
       SetRange((PVOID)0x004D7DAD, 0x0f, ASM::NOP);
       
       SetOp((LPVOID)0x004D7D13, (LPVOID)Notices, ASM::JMP);
    }

    Main.cpp:


    Código:
        if(gProtect.m_MainInfo.Noticie == 1)
        {
            InitNotices();
        }
    Interface.cpp:

    Código:
    pLoadImage("Custom\\Noticias.jpg", 0x9969, 0x2601, 0x2900, 1, 0);


    Agora, SRC GetMainInfo

    Abra, GetMainInfo.cpp.

    Dentro da struct MAIN_FILE_INFO

    adicione, DWORD Noticie;


    agora, abaixo de
    Código:
    info.RFMaxAttackSpeed
    adicione

    Código:
    nfo.Noticie = GetPrivateProfileInt("Noticie","Noticie",0,".\\MainInfo.ini");
    agora em, Maininfo.ini, adicione uma linha

    [Noticie]
    //-- 0: Disable
    //-- 1: Enable
    Noticie = 1


    Informação
    Para adicionar as msg pelo CustomMenssage.txt é fácil, pegue uma linha do código qualquer de texto "gInterface.DrawFormat(eGray100,500,180,250,1,"pao now dy kenta leno");" mude "pao now dy kenta leno" por -) , gCustomMessage.GetMessage(69)); -> Onde está 69, substitua pelo id da Msg



    o meu ficou assim meio estranho
    fica sumindo e aparecendo






    e fica sumindo e aparecendo
    Last edited by robsonsoares; 21/01/2021 at 11:38 PM.

  11. #30
    Iniciante comelon666's Avatar
    Data de Ingresso
    Apr 2019
    Posts
    8
    Thanks Thanks Given 
    41
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Mencionado
    0 Post(s)
    País
    Peru
    Citação Originally Posted by robsonsoares Ver Post
    colocaria onde??

    12 minutes:------- Atualizado -------






    o meu ficou assim meio estranho
    fica sumindo e aparecendo






    e fica sumindo e aparecendo
    A mesma coisa acontece comigo com a cena fonte, alguém poderia dar um exemplo de como corrigir a transparência. Obrigado!

Page 3 of 4 PrimeiroPrimeiro 1234 ÚltimoÚltimo

Permissões de Postagem

  • Você não pode iniciar novos tópicos
  • You may not post Resposta(s)
  • Você não pode enviar anexos
  • Você não pode editar suas mensagens
  •  
Sobre nós
Somos uma comunidade em atividade a 8 anos que aborda assuntos relacionados a games em geral, principalmente games MMORPG. e que busca sempre ajudar os membros através de conteúdos, tutoriais e suporte...
Nossos anunciantes
Hinetworks
VelozHost
InovHost
Rede Sociais