Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    matheuspoloni's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive

    Como Atualizar Um Hack de Crossfire?

    Como Atualizar Um Hack de Crossfire? Se Alguem Souber Ensina Por Favor.....
    Pois Eu Criei Um E o Xtrap Detecto Dai Eu Gostaria de Como Upar Ele Para Funcionar Obrigado...

  2. #2
    Jim Shannon's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    265
    Reputation
    10
    Thanks
    11
    My Mood
    Hungover
    se vc realmente tivesse criado o hack saberia como atualiza-lo, como vc nao criou realmente nao sabe, então pergunte para a pessoa de quem vc pegou a source pronta

    Respect List:

    We11
    ChaosMagician
    Alessandro
    Luizimloko
    BACKD00R (mahsartor)


    Disrespect List:

    Sr_Especialista (fernando.edition)
    darklegollas
    Gx4hxR

  3. #3
    matheuspoloni's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    Realmente Não Peguei de Ninguem Apenas Segui um Tuto com o Código Pronto Depois Fiz so que Detecta Gostaria Realmente de Como Atualizalo....

  4. #4
    tryhacker's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    where you least expect
    Posts
    341
    Reputation
    23
    Thanks
    3,914
    My Mood
    Aggressive
    apenas atualize sua dllmain pq pode tar patched

  5. #5
    matheuspoloni's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    Poderia me Add No msn Pois Sou iniciante na área de Hacks,Fiz tudo Mais Detecta me Ajuda...
    Msn
    tito_poloni@hotmail.com

  6. #6
    hellrodrigo's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    84
    Reputation
    10
    Thanks
    4
    My Mood
    Cynical
    vey vc nao feiz o hacker quem sabe fazer o hacker sabe atualizar sempre , vc apenas plagiou de alguem qui feiz

  7. #7
    matheuspoloni's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    Aff'Todos Duvidão Eu Segui um Tuto e Fiz La Contia Todos os Códigos,Botei no Visual C++ 2008 E fiz a dlll,apos isso tentei testar mais o Xtrap Detecta





    Estou Ussando Esse Código
    #include "windows.h"

    #define WeaponMgr 0xA69120
    #define BasicPlyrIf 0xA02398
    #define wallclass 0xA6910C
    #define NoRecoil1 0x26A4
    #define NoRecoil2 0x20FC
    #define NoRecoil3 0x258C
    #define NoRecoil4 0x1B00
    #define NoRecoil5 0x211C
    #define NoRecoil6 0x1F94
    #define NoRecoil7 0x2470
    #define NoReload 0x269C
    #define NoWeight 0x2454

    void Hacks(){

    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");

    DWORD pBasicPlayerInfo = *(DWORD*)(CShell + BasicPlyrIf);
    DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr);
    DWORD pWallClass = *(DWORD*)(CShell + wallclass);


    if(pWallClass) {
    for(int i = 0;i<64;i++) {
    *(float*)(pWallClass+(i*0x04F4)+0x4E8) = true;
    *(float*)(pWallClass+(i*0x04F4)+0x4EC) = true;
    *(float*)(pWallClass+(i*0x04F4)+0x4F0) = true;
    }
    }

    if(pBasicPlayerInfo){ // Crouch Speed
    *(float*)(pBasicPlayerInfo+0x0C) = 1.5f;
    }

    if (pWeaponMgr){
    for(int i=0; i<577; i++){
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL){
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload) = 100.0f;
    }
    }
    }


    if (pWeaponMgr){
    for(int i=0; i<577; i++){
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL){
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoWeight) = 0.0f;
    }
    }
    }

    if (pWeaponMgr){
    for(int i=0; i<577; i++){
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL){
    DWORD pNoRecoil = *(DWORD*)(pWeaponMgr + (4*i));
    for(int y=0; y<9; y++){
    if(pNoRecoil){
    *(float*)(pNoRecoil + (NoRecoil1 + (4*y))) = 0.0f;
    *(float*)(pNoRecoil + (NoRecoil2 + (4*y))) = 0.0f;
    *(float*)(pNoRecoil + (NoRecoil3 + (4*y))) = 0.0f;
    *(float*)(pNoRecoil + (NoRecoil4 + (4*y))) = 0.0f;
    *(float*)(pNoRecoil + (NoRecoil5 + (4*y))) = 0.0f;
    *(float*)(pNoRecoil + (NoRecoil6 + (4*y))) = 0.0f;
    *(float*)(pNoRecoil + (NoRecoil7 + (4*y))) = 0.0f;
    }
    }
    }
    }
    }

    }

    void HackEngine(){
    DWORD CShell = NULL;
    do{CShell = (DWORD)GetModuleHandleA("CShell.dll"); Sleep(100);} while (CShell == NULL);
    while(1){Hacks(); Sleep(100); }
    }

    extern "C" __declspec(dllexport) BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved){
    if(fdwReason == DLL_PROCESS_ATTACH){
    DisableThreadLibraryCalls(hinstDLL);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HackEngine, NULL, NULL, NULL);
    return true;
    }
    return false;
    }
    Last edited by matheuspoloni; 05-21-2012 at 03:07 PM.

  8. #8
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw
    Quote Originally Posted by tryhacker View Post
    apenas atualize sua dllmain pq pode tar patched
    e ai mano ta sumidao nao entra mais no msn nao ? kkkk

  9. #9
    tryhacker's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    where you least expect
    Posts
    341
    Reputation
    23
    Thanks
    3,914
    My Mood
    Aggressive
    Quote Originally Posted by luizimloko View Post
    e ai mano ta sumidao nao entra mais no msn nao ? kkkk
    kk to com problems no meu pc normal e si eu entrar nesse pc meu irmão vai fikr entrano direto e falano besteira

    nem to afim ki ele zoe meu msn dnv kk

    to esperando o kra ki concerta formatar o meu pc pra eu logar

  10. #10
    matheuspoloni's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    Alguem Sabe Pf Estou Prescisando....

  11. #11
    Code_Black's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by tryhacker View Post
    kk to com problems no meu pc normal e si eu entrar nesse pc meu irmão vai fikr entrano direto e falano besteira

    nem to afim ki ele zoe meu msn dnv kk

    to esperando o kra ki concerta formatar o meu pc pra eu logar
    Sabe programar muito bem mas não sabe formatar PC... Tenso!


  12. #12
    matheus1213's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    0
    My Mood
    In Love
    KKKKK tensooo mesmooo eu sei formata mais não sei progamar

  13. #13
    tryhacker's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    where you least expect
    Posts
    341
    Reputation
    23
    Thanks
    3,914
    My Mood
    Aggressive
    Quote Originally Posted by matheuspoloni View Post
    Aff'Todos Duvidão Eu Segui um Tuto e Fiz La Contia Todos os Códigos,Botei no Visual C++ 2008 E fiz a dlll,apos isso tentei testar mais o Xtrap Detecta

    Estou Ussando Esse Código
    mano essa base ai é publica NÃO UZE BASE PUBLICA pq NUNK funciona e como vc falou no inicio do post

    Quote Originally Posted by matheuspoloni View Post
    Pois Eu Criei Um E o Xtrap Detecto
    si essa base não é sua como vc pode ter criado?? afff mano CTRL+C vai ti ajudar em nada

    Quote Originally Posted by Code_Black View Post
    Sabe programar muito bem mas não sabe formatar PC... Tenso!

    não sou perfeito

  14. #14
    matheuspoloni's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    Quote Originally Posted by tryhacker View Post
    mano essa base ai é publica NÃO UZE BASE PUBLICA pq NUNK funciona e como vc falou no inicio do post



    si essa base não é sua como vc pode ter criado?? afff mano CTRL+C vai ti ajudar em nada



    não sou perfeito

    Entao Como Eu Acho Os Códigos,Sempre Funcionando?Ou Como eu Atualizo um ?

  15. #15
    tryhacker's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    where you least expect
    Posts
    341
    Reputation
    23
    Thanks
    3,914
    My Mood
    Aggressive
    Quote Originally Posted by matheuspoloni View Post
    Entao Como Eu Acho Os Códigos,Sempre Funcionando?Ou Como eu Atualizo um ?
    vc copiou a base sem dar créditos ao dono

    malz mano vo ti ajudar não 1 coisa ki eu odeio é CTRL+C

Page 1 of 2 12 LastLast

Similar Threads

  1. Como Atualizar um hack?
    By felippe9 in forum Combat Arms Brazil Help
    Replies: 3
    Last Post: 02-22-2011, 09:37 AM
  2. Can Some1 Make Me A GP Hack For CrossFire?
    By x187Killa in forum CrossFire Hacks & Cheats
    Replies: 79
    Last Post: 06-22-2009, 06:49 PM
  3. Best Tutorial for hacking on crossfire!!!!
    By flclman2212 in forum CrossFire Hacks & Cheats
    Replies: 13
    Last Post: 05-06-2009, 03:01 PM
  4. is there unlimited ammo hack for crossfire?
    By jacoby15 in forum CrossFire Hacks & Cheats
    Replies: 4
    Last Post: 04-28-2009, 02:16 PM
  5. hacks for crossfire
    By pieman1995 in forum General Hacking
    Replies: 10
    Last Post: 04-17-2009, 11:52 PM