Thread: Ajuda ae

Results 1 to 9 of 9
  1. #1
    gahsudario's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    0

    Ajuda ae

    Tipo eu uso a base do white eu tirei dc

    como que antes de abri o hacker aparece uma janela escrita o que eu quero e direcionamento para ake ?

  2. #2
    Strikex's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    1,311
    Reputation
    9
    Thanks
    355
    My Mood
    Relaxed
    Message box?
    por isso que eu digo, a web cheats ta bem melhor em programação doque aqui!

  3. #3
    Se lutar tú vai além, humilde igual Jesus.
    MPGH Member
    Turbulence's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    2,181
    Reputation
    10
    Thanks
    742
    My Mood
    Pensive
    gahsudario pare de ficar pedindo essas ajudas tão inúteis..
    basta olhar em algumas sources que tem messagebox e outros exemplos para você !

  4. #4
    Capevaldo's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    CWBeats
    Posts
    5,523
    Reputation
    242
    Thanks
    1,150
    My Mood
    Drunk
    Quote Originally Posted by Strikex View Post
    Message box?
    por isso que eu digo, a web cheats ta bem melhor em programação doque aqui!
    Os que não manjam de programação lá vem pra cá, afinal, aqui tem as bases...


    Boatos dizem que a MessageBox está sendo detectada...
    • CABR Minion:
    Feb, 12th 2011 - Aug, 12th 2011

    • Full CA Section Minion:
    July, 06th 2011 - Aug, 12th 2011

  5. #5
    TokolocoSK's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Comendo Peru Pato Frango Búrguer.
    Posts
    2,874
    Reputation
    65
    Thanks
    6,858
    My Mood
    Yeehaw
    Aff Não Saber Por Uma MenssageBox é Foda


    Code:
    MessageBox(0, "Texto", "Título", MB_OK);



  6. #6
    baraozin's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    975
    Reputation
    82
    Thanks
    802
    My Mood
    Amused

    Wink ta aki ;)

    va em base.cpp e aonde ta assim:
    Code:
    DWORD WINAPI dwMainThread(LPVOID)
    {
    	while(!Base.IsGameReadyForHook())
    		Sleep(100);
    	Directx.Hook();
    
    	return 0;
    }
    Coloque assim:
    Code:
    DWORD WINAPI dwMainThread(LPVOID)
    {
    	
    MessageBox(0, "HACK BY: SEU NOME     'Versao 12215", "Creditos", MB_OK);
    	system("start www.mpgh.net");
    
    	while(!Base.IsGameReadyForHook())
    		Sleep(100);
    	Directx.Hook();
    
    	return 0;
    }

  7. #7
    Capevaldo's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    CWBeats
    Posts
    5,523
    Reputation
    242
    Thanks
    1,150
    My Mood
    Drunk
    Baraozin esclareceu o que precisava para que apareca a mensagem.

    @gahsudario

    Posso fechar?
    • CABR Minion:
    Feb, 12th 2011 - Aug, 12th 2011

    • Full CA Section Minion:
    July, 06th 2011 - Aug, 12th 2011

  8. #8
    gahsudario's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    0
    pode vlw ae

  9. #9
    Capevaldo's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    CWBeats
    Posts
    5,523
    Reputation
    242
    Thanks
    1,150
    My Mood
    Drunk
    Dúvida respondida.

    /Closed.
    • CABR Minion:
    Feb, 12th 2011 - Aug, 12th 2011

    • Full CA Section Minion:
    July, 06th 2011 - Aug, 12th 2011