Results 1 to 8 of 8
  1. #1
    Coder.UnkNóia's Avatar
    Join Date
    May 2015
    Gender
    male
    Location
    Hungary (Hungria)
    Posts
    17
    Reputation
    10
    Thanks
    5
    My Mood
    In Love

    Post Fogo Rápido ou Tiro Rápido - Por acesso direto na memória (Sem uso de classes)

    Eai Galera Da MPGH Hoje Vim Trazer o Codigo Do Fogo Rápido ou Tiro Rápido Por acesso direto na memória (Sem uso de classes)!

    Código:
    [HTML]#include <windows.h>

    #define ADDR_GAMESTATUS 0x379EACD0
    #define ADDR_PLAYERMANAGER 0x37A103DC

    bool bRapidFire;

    VOID WINAPIV THREAD( LPVOID )
    {
    while(!GetModuleHandleA("ClientFX.fxd"))
    Sleep(25);

    while(1)
    {
    if((GetAsyncKeyState(VK_CONTROL)) && (GetAsyncKeyState(VK_NUMPAD1)&1))
    bRapidFire = !bRapidFire;

    if((*(BYTE *)ADDR_GAMESTATUS == 1) && bRapidFire)
    {
    if(GetAsyncKeyState(VK_LBUTTON)<0)
    *(DWORD*)(*(DWORD*)(*(DWORD*)(*(DWORD*)(ADDR_PLAYE RMANAGER) + 0x18) + 0x0C) + 0xE0) = 1;
    }

    Sleep(25);
    }
    }

    BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
    {
    if(fdwReason == DLL_PROCESS_ATTACH)
    {
    DisableThreadLibraryCalls(hinstDLL);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)THREAD, 0, 0, 0);
    }

    return TRUE;
    }[/HTML]

    Créditos ao m3gadriv3 por essa conversão.

  2. The Following User Says Thank You to Coder.UnkNóia For This Useful Post:

    Werner Heisenberg (05-28-2015)

  3. #2
    Werner Heisenberg's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    9
    My Mood
    Blah
    Isso é interessante...

  4. #3
    Tayp.Anonymous's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    Brasil
    Posts
    88
    Reputation
    10
    Thanks
    55
    Bem interessante!
    O que você tem todo mundo pode ter, mais o que você é ninguém pode ser!

  5. #4
    Katrunda's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Location
    Looking for a computer screen right now...
    Posts
    34
    Reputation
    10
    Thanks
    22
    My Mood
    Angelic
    Isso tudo que você esta postando esta na wc...
    Codding ,thats all
    Some of my menus and works..

    you can click in the phots to see it in higher resolution










  6. #5
    Werner Heisenberg's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    9
    My Mood
    Blah
    Quote Originally Posted by Katrunda View Post
    Isso tudo que você esta postando esta na wc...
    i dai bro...?
    Deixa o cara popular aqui.... kkkk

  7. #6
    Katrunda's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Location
    Looking for a computer screen right now...
    Posts
    34
    Reputation
    10
    Thanks
    22
    My Mood
    Angelic
    Quote Originally Posted by Werner Heisenberg View Post
    i dai bro...?
    Deixa o cara popular aqui.... kkkk
    Ele poderia ser popular fazendo algo de novo .. não copiando e colondo de outros sites...

    Nem deve saber como fazer uma msg box aparecer.. Ok né
    Codding ,thats all
    Some of my menus and works..

    you can click in the phots to see it in higher resolution










  8. #7
    Werner Heisenberg's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    76
    Reputation
    10
    Thanks
    9
    My Mood
    Blah
    Quote Originally Posted by Katrunda View Post
    Ele poderia ser popular fazendo algo de novo .. não copiando e colondo de outros sites...

    Nem deve saber como fazer uma msg box aparecer.. Ok né
    Você interpretou errado o que eu disse.
    "Deixa o cara popular aqui."
    Popular - no sentido de encher/quantidade
    Se fosse "Deixa o cara SER popular aqui." ai seria o que você disse...
    ___________
    Mas da pra contar a dedo aqui os caras que sabem conceitos de C++ e POO e os que não sabem...

  9. #8
    Katrunda's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Location
    Looking for a computer screen right now...
    Posts
    34
    Reputation
    10
    Thanks
    22
    My Mood
    Angelic
    Quote Originally Posted by Werner Heisenberg View Post
    Você interpretou errado o que eu disse.
    "Deixa o cara popular aqui."
    Popular - no sentido de encher/quantidade
    Se fosse "Deixa o cara SER popular aqui." ai seria o que você disse...
    ___________
    Mas da pra contar a dedo aqui os caras que sabem conceitos de C++ e POO e os que não sabem...
    interpretei errado então, concordo 100% com você
    Codding ,thats all
    Some of my menus and works..

    you can click in the phots to see it in higher resolution










Similar Threads

  1. O que foi mais rápido?
    By Capevaldo in forum Brazil Spam
    Replies: 10
    Last Post: 01-28-2012, 09:12 PM
  2. [Solved] GP Rápido
    By erikrodrigues in forum Combat Arms Brazil Help
    Replies: 6
    Last Post: 11-11-2011, 05:25 PM
  3. [Código] Carregamento Rápido do Sprint [Assembler Code]
    By WE11ington in forum Combat Arms BR Hack Coding/Source Code
    Replies: 30
    Last Post: 05-25-2011, 12:29 PM
  4. por favor
    By yankill in forum CrossFire Hacks & Cheats
    Replies: 5
    Last Post: 04-11-2010, 07:39 PM
  5. nexon cash gratis y legal(paso por paso)
    By megoz in forum Combat Arms Discussions
    Replies: 6
    Last Post: 10-20-2009, 02:48 PM