Introducing MPGH's AIGA. The latest advancement in artificial intelligence. Click here now to learn more!
Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    WE11ington's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    174
    Reputation
    16
    Thanks
    701

    Endereços / Bytes de ligar e desligar [10/12/2010]

    Code:
    #define DeviceGame		0x00909F00
    #define LTClientEXE		0x00485DD0
    #define LTClientDLL		0x377FD9F0 
    #define HacksMemoryOK		0x3780B6E8
    #define EspName1		0x3736981C 
    #define EspName2		0x373698B6
    #define NoRecoil		0x374607DC
    #define NoReload		0x374AC544
    #define SuperBullets		0x374A7246
    #define Invisible		0x378155F5
    #define GlassWalls		0x005721EA
    ==================================================
    Declaravéis global
    ==================================================

    Code:
    int Nomes, Invisivel, SemCoice, SemRecarregar, 
    	SuperMunicao, ParedesDeVidro, ChamsSatelite, 
    	SemNevoeiro, BrilhoTotal, BrilhoDeCalor,
    	SemEfeitos, Gravidade, SuperPulo,
    	Velocidade, AtivarDistancia, SemTremer,
    	TracarBalas, MostrarFPS;
    
    int x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12;
    ==================================================
    Hacks em modo escrevendo memórias
    ==================================================

    ESP Nomes:
    Code:
    if((HacksMemoryOK == 1) && Nomes) {
    	memcpy((void *)EspName1, (void *)(PBYTE)"\x90\x90", 2);
    	memcpy((void *)EspName2, (void *)(PBYTE)"\x90\x90", 2);
    } else {	
    	memcpy((void *)EspName1, (void *)(PBYTE)"\x75\x21", 2);
    	memcpy((void *)EspName2, (void *)(PBYTE)"\x75\x05", 2);
    }
    Invísivel:
    Code:
    if((HacksMemoryOK == 1) && Invisivel) {
    	memcpy((void *)Invisible, (void *)(PBYTE)"\x01", 1);
    } else {
    	memcpy((void *)Invisible, (void *)(PBYTE)"\x00", 1);
    }
    Sem Coice:
    Code:
    if((HacksMemoryOK == 1) && SemCoice) {
    	memcpy((void *)NoRecoil, (void *)(PBYTE)"\x90\x90\x90\x90", 4);
    } else {
    	memcpy((void *)NoRecoil, (void *)(PBYTE)"\xD9\x44\x24\x10", 4);
    }
    Sem Recarregar:
    Code:
    if((HacksMemoryOK == 1) && SemRecarregar) {
    	memcpy((void *)NoReload, (void *)(PBYTE)"\x90\x90\x90\x90\x90\x90", 6);
    } else {
    	memcpy((void *)NoReload, (void *)(PBYTE)"\x0F\x84\xB1\x01\x00\x00", 6);
    }
    Super Munição:
    Code:
    if((HacksMemoryOK == 1) && SuperMunicao) {
    	memcpy((void *)SuperBullets, (void *)(PBYTE)"\x90\x90\x90", 3);
    } else {
    	memcpy((void *)SuperBullets, (void *)(PBYTE)"\x0F\x94\xC0", 3);
    }
    Paredes De Vidro
    Code:
    if((HacksMemoryOK == 1) && ParedesDeVidro) {
    	memcpy((LPVOID)GlassWalls, "\x6A\x00", 2);
    } else {
    	memcpy((LPVOID)GlassWalls, "\x6A\x01", 2);
    }
    ==================================================
    Hacks em modo console de comando
    Para funcionar os hacks, renderize em Present
    ou EndScene

    ==================================================

    Função Console de Comando:
    Code:
    void __cdecl Console(const char* Command)
    {
    	DWORD __LTClient = LTClientEXE;
    	__asm
    	{
    		push Command
    		call __LTClient
    		add esp, 0x4
    	}
    }
    Chams Satélite:
    Code:
    if(ChamsSatelite && !x1) {
    	Console("SkelModelStencil 1");
    	x1 = 1;
    } else if(x1) {
    	Console("SkelModelStencil 0");
    	x1 = 0;
    }
    Sem Nevoeiro:
    Code:
    if(SemNevoeiro && !x2) {
    	Console("FogEnable 0");
    	x2 = 1;
    } else if(x2) {
    	Console("FogEnable 1");
    	x2 = 0;
    }
    Brilho Total:
    Code:
    if(BrilhoTotal && !x3) {
    	Console("FullBright 1");
    	x3 = 1;
    } else if(x3) {
    	Console("FullBright 0");
    	x3 = 0;
    }
    Brilho De Calor:
    Code:
    if(BrilhoDeCalor && !x4) {
    	Console("ScreenGlowEnable 1");
    	x4 = 1;
    } else if(x4) {
    	Console("ScreenGlowEnable 0");
    	x4 = 0;
    }
    Sem Efeitos:
    Code:
    if(SemEfeitos && !x5) {
    	Console("DrawVolumeEffects 0");
    	x5 = 1;
    } else if(x5) {
    	Console("DrawVolumeEffects 1");
    	x5 = 0;
    }
    Gravidade:
    Code:
    if(Gravidade && GetAsyncKeyState(VK_SPACE)) {
    	Console("PlayerGravity 800");
    } else { 
    	Console("PlayerGravity -800"); 
    }
    Super Pulo:
    Code:
    if(SuperPulo && !x6) {
    	if(GetAsyncKeyState(VK_SPACE))
    		Console("JumpVel 600.000000");
    	x6 = 1;
    } else if(x6) {
    	Console("JumpVel 300.000000"); 
    	x6 = 0;
    }
    Velocidade:
    Code:
    if(Velocidade && !x7) {
    	Console("BaseMoveAccel 3000.000000");
    	Console("StartAccel 3000.000000");
    	Console("MaxAccel 3000.000000");
    	Console("AccelInc 3000.000000");
    	Console("WalkVel 3000.000000");  
    	Console("FRunVel 3000.000000");
    	Console("BRunVel 3000.000000");
    	Console("SRunVel 3000.000000");
    	x7 = 1;
    } else if(x7) {
    	Console("BaseMoveAccel 3000.000000");
    	Console("StartAccel 500.000000");
    	Console("MaxAccel 3000.000000");
    	Console("AccelInc 6000.000000");
    	Console("WalkVel 70.000000");
    	Console("FRunVel 285.000000");
    	Console("BRunVel 285.000000");
    	Console("SRunVel 285.000000");
    	x7 = 0;
    }
    Ativar Distância:
    Code:
    if(AtivarDistancia && !x8) {
    	Console("ActivationDistance 999999");
    	x8 = 1;
    } else if(x8) {
    	Console("ActivationDistance 10");
    	x8 = 0;
    }
    Sem Propagação:
    Code:
    if(SemPropagacao && !x9) {
    	Console("PerturbRotationEffect  0.000000");
    	Console("PerturbIncreaseSpeed 0.000000");
    	Console("PerturbWalkPercent 0.000000");
    	Console("PerturbFiringIncreaseSpeed 0.000000");
    	Console("PerturbRecoil 0.000000");
    	Console("FireMovePerturb 0.000000");
    	Console("ZoomedFireMoveDuckPerturb 0.000000");
    	Console("ZoomedFireMovePerturb 0.000000");
    	Console("ZoomedFireDuckPerturb 0.000000");
    	x9 = 1;
    } else if(x9) {
    	Console("PerturbRotationEffect  3.000000");
    	Console("PerturbIncreaseSpeed 3.000000");
    	Console("PerturbWalkPercent 9.000000");
    	Console("PerturbFiringIncreaseSpeed 0.500000");
    	Console("PerturbRecoil 9.000000");
    	Console("FireMovePerturb 9.000000");
    	Console("ZoomedFireMoveDuckPerturb 9.000000");
    	Console("ZoomedFireMovePerturb 9.000000");
    	Console("ZoomedFireDuckPerturb 9.000000");
    	x9 = 0;
    }
    Sem Tremer:
    Code:
    if(SemTremer && !x10) {
    	Console("WeaponSway 0");
    	x10 = 1;
    } else if(x10)
    	Console("WeaponSway 1");
    	x10 = 0;
    }
    Traçar Balas:
    Code:
    if(TracarBalas && if(!x11) {
    	Console("ShowFirePath 1");
    	x11 = 1;
    } else if(x11) {
    	Console("ShowFirePath 0");
    	x11 = 0;
    }
    Mostrar FPS:
    Code:
    if(MostrarFPS && !x12) {
    	Console("ShowFPS 1");
    	x12 = 1;
    } else if(x12) {
    	Console("ShowFPS 0");
    	x12 = 0;
    }
    Todas essas funções são as que estão no hack que publiquei aqui na MPGH.NET, não precisam agradecer.

    Como sempre o .L33T fazia, com aquela carinha de besta.
    Last edited by WE11ington; 12-10-2010 at 02:01 PM.

  2. The Following 9 Users Say Thank You to WE11ington For This Useful Post:

    franpanpan (12-10-2010),leoisso (12-20-2010),luccss (12-09-2010),MasterOrc (01-14-2011),pDevice (09-23-2012),richard031 (12-10-2010),S0aD (02-26-2011),Smash C.A (01-16-2011),Turbulence (03-21-2011)

  3. #2
    luccss's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    482
    Reputation
    183
    Thanks
    3,440
    My Mood
    Breezy
    Oia acho que agora fico bunito em !!!

  4. #3
    kleiton's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Meu Pc
    Posts
    25
    Reputation
    10
    Thanks
    14
    My Mood
    Inspired
    vlw por posta muito obrigado

  5. #4
    vingadormaster's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    154
    Reputation
    17
    Thanks
    243
    apenas para lembrar, estes são os endereços que converti para o CABR ou encontrei os alternativo e compartilhei com o Alessandro10 em particular:

    #define HacksMemoryOK 0x3780B6E8
    #define NoRecoil 0x374607DC
    #define NoReload 0x374AC544
    #define Invisible 0x378155F5

    os alternativos que encontrei:
    #define NoRecoil 0x374607DC
    #define Invisible 0x378155F5

    English:

    just to remind, these are the addresses that i converted to CABR or found the alternative and shared with Alessandro10 in private:

    #define HacksMemoryOK 0x3780B6E8
    #define NoRecoil 0x374607DC
    #define NoReload 0x374AC544
    #define Invisible 0x378155F5

    the alternative i found:
    #define NoRecoil 0x374607DC
    #define Invisible 0x378155F5

  6. #5
    WE11ington's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    174
    Reputation
    16
    Thanks
    701
    WOW ele passou seus endereços pra alguém? Desse jeito toma cuidado, que alguém pode te encontrar então. (Brincadeira )

    Endereço não é problema, se eu fosse chorar por isso, eu estaria ferrado já hehehe, porque eu fiz um hack VIP para o Call Of Duty: Black Ops e esqueci de proteger o mesmo, um grupo alemão pegou meu hack com alguém e destruiu pegando todos os endereços, ou seja, o problema é meu e nao deles. Quem fez o hack que tem que colocar uma boa proteção, independente de ser VIP ou Público.

  7. #6
    CodingHack's Avatar
    Join Date
    Dec 2010
    Gender
    female
    Posts
    10
    Reputation
    10
    Thanks
    3
    Cara, me da uma luz ai, depois que eu tenho esses endereços, dai como eu fasso pra cirar um hacker, uma .dll, eu coloca isso ai no Worpad colo e salvo com a extençao .dll? e depois é so injectar?

    CARA DA UMA LUZ AI, VC JA SABE, EU SOU TEU FÃ!!!

  8. #7
    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 CodingHack View Post
    Cara, me da uma luz ai, depois que eu tenho esses endereços, dai como eu fasso pra cirar um hacker, uma .dll, eu coloca isso ai no Worpad colo e salvo com a extençao .dll? e depois é so injectar?

    CARA DA UMA LUZ AI, VC JA SABE, EU SOU TEU FÃ!!!
    HAHAHAHAHAHAHAHAHAHA
    Rachei de rir!
    Wordpad salvo como .dll


    Se você acha que é assim que se faz hacks, desista mano!

    Mas tá, vou dizer.
    Baixe o Visual C++ 2008 (ou 2010) Express Edition
    Crie um novo projeto DLL empty
    Dai veja se vai fazer um auto-on, um hotkey ou um menu
    Agora cole o código de acordo com modo de hack que fará (auto-on, etc)
    Compile, e use.
    • CABR Minion:
    Feb, 12th 2011 - Aug, 12th 2011

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

  9. #8
    franpanpan's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    7
    My Mood
    Aggressive
    vlw WE11ington vc é d+ cara .L33T deve ta se mordendo

  10. #9
    WE11ington's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    174
    Reputation
    16
    Thanks
    701
    Quote Originally Posted by franpanpan View Post
    vlw WE11ington vc é d+ cara .L33T deve ta se mordendo
    A casa simplesmente caiu para .L33T e Alessandro10, eles pensavam que iriam ser os REIS de codificação Combat Arms Brasil, lembrando estou somente a ajudar agora.

  11. #10
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Quote Originally Posted by WE11ington View Post
    A casa simplesmente caiu para .L33T e Alessandro10, eles pensavam que iriam ser os REIS de codificação Combat Arms Brasil, lembrando estou somente a ajudar agora.
    "Não estamos competindo com ninguém, muito menos tentando ser os reis da seção CABR." e também "Se nós não postarmos novos hacks depois que o CABR atualizar, do jeito que está indo, você simplesmente não vai conseguir fazer mais nada."

  12. #11
    CodingHack's Avatar
    Join Date
    Dec 2010
    Gender
    female
    Posts
    10
    Reputation
    10
    Thanks
    3
    Cara, com ou sem codigo eu nao estou conseguindo fazer nada, eu queria uma "BASE" para poder colocar esses codigos ai! se alguem de bom coraçao querendo ajudar puder postar ai como ultilizar esses codigos, eu agradeceria!!

    Ai WELLIGTON, REALMENTE VC É O CARA, MAIS DIZ AI, AONDE EU COLOCO ESSES CODIOGS AI, E ELE JA VEM COM O BYPASS!?

    VALEU AI CARA!!!

  13. #12
    WE11ington's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    174
    Reputation
    16
    Thanks
    701
    Quote Originally Posted by Alessandro10 View Post
    "Não estamos competindo com ninguém, muito menos tentando ser os reis da seção CABR." e também "Se nós não postarmos novos hacks depois que o CABR atualizar, do jeito que está indo, você simplesmente não vai conseguir fazer mais nada."
    KKKKKK, você é o Tiririca pra me fazer rir.

  14. #13
    CodingHack's Avatar
    Join Date
    Dec 2010
    Gender
    female
    Posts
    10
    Reputation
    10
    Thanks
    3

    aff

    Quote Originally Posted by WE11ington View Post
    KKKKKK, você é o Tiririca pra me fazer rir.
    CARA, ME DA UMA LUZ ERMAO, PELO AMOR DE DEUS!! COMO QUE EU USO ESSE ADDRESS, CARA SO ASSIM MESMO PRA VC AJUDAR E CABAR COM O LAESSANDRO!

  15. #14
    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 CodingHack View Post
    CARA, ME DA UMA LUZ ERMAO, PELO AMOR DE DEUS!! COMO QUE EU USO ESSE ADDRESS, CARA SO ASSIM MESMO PRA VC AJUDAR E CABAR COM O LAESSANDRO!
    Ué, não tem isso na WC ainda? Credo, justo eles que vivem do que é postado aqui! (principalmente noobs da seção CABR que acham que vão ser eleito presidente da república se tiver muitos thanks)
    • CABR Minion:
    Feb, 12th 2011 - Aug, 12th 2011

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

  16. #15
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Isso aproveita e solta o Bypass tbm.. estou esperando de camarote *-*

Page 1 of 2 12 LastLast