Results 1 to 11 of 11
  1. #1
    zFreeLove's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    2
    My Mood
    Confused

    Wall Hacker Confused

    Peguei a base do ForeverRed e atualizei o address so que o wall ficou assim
    http:/ /i.imgur.com/ V4dQNYt.jpg

    Oque tem de errado?



    Code

    #include <Windows.h>
    #include <process.h>

    DWORD WallHack = 0xB70148 + 0xA4;

    void PatchCom ( DWORD Addr, BYTE* Patched, INT SizeLen )
    {
    DWORD dwOld;

    VirtualProtect( (void*)Addr, SizeLen, 0x40, &dwOld);
    memcpy( (void*)Addr, Patched, SizeLen );
    VirtualProtect( (void*)Addr, SizeLen, dwOld, &dwOld);
    }

    UINT WINAPI ReleaseBase ( VOID * )
    {
    while( true )
    {
    PatchCom( WallHack, (BYTE*)"\x00\x00\x00\x68\x00\x00", 6 );
    }
    }

    BOOL WINAPI DllMain ( HINSTANCE hDll, DWORD dwReason, VOID * )
    {
    if( dwReason == 1 )
    {
    DisableThreadLibraryCalls(hDll);
    _beginthreadex(0, 0, ReleaseBase, 0, 0, 0);
    }

    return TRUE;
    }

  2. #2
    6ixth's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    3,033
    Reputation
    661
    Thanks
    19,904
    Nothing wrong!

  3. The Following User Says Thank You to 6ixth For This Useful Post:

    Nine11 (02-12-2017)

  4. #3
    zFreeLove's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    2
    My Mood
    Confused
    Quote Originally Posted by ForeverRed View Post
    Nothing wrong!
    Tem sim, Acho que não especifiquei bem mas só da pra ver os tiros e explosões(pela parede) não da pra ver os player's inimigos

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

    6ixth (12-11-2015)

  6. #4
    6ixth's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    3,033
    Reputation
    661
    Thanks
    19,904
    Quote Originally Posted by zFreeLove View Post
    Tem sim, Acho que não especifiquei bem mas só da pra ver os tiros e explosões(pela parede) não da pra ver os player's inimigos
    Just try another address...

  7. The Following 2 Users Say Thank You to 6ixth For This Useful Post:

    Nine11 (02-12-2017),zFreeLove (12-11-2015)

  8. #5
    zFreeLove's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    2
    My Mood
    Confused
    Quote Originally Posted by ForeverRed View Post


    Just try another address...
    Procurei pela string 75 ?? 83 0D ?? ?? ?? ?? 01 B8 ?? ?? ?? ?? E8

    Deu Mov EAX,_crossfire.00B70148

    0xB70148 + 0xA4

    http : // i. imgur.com /9FbT9WS .jpg

    Como que eu procuro o outro endereço sendo que esse e o certo?

  9. #6
    O conhecimento é o caminho para liberdade.
    MPGH Member
    dreek1's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    localhost
    Posts
    1,175
    Reputation
    74
    Thanks
    1,263
    My Mood
    In Love
    Code:
    #define WALLHACK 		0xB701EC
    Public Hack:
    Jun 2012 / Dec 2017

  10. #7
    zFreeLove's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    2
    My Mood
    Confused
    Quote Originally Posted by dreek1 View Post
    Code:
    #define WALLHACK 		0xB701EC
    Ja tinha feito isso que você falou mas aconteceu do mesmo jeito que eu disse acima, o '' wall '' funcionou mas só mostra os tiros, explosões(atraves das paredes) e desfoca minha arma...
    Olha só a imagem abaixo

    http : //i .imgur .com/sopzPez.jpg

  11. #8
    zFreeLove's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    2
    My Mood
    Confused
    close the topic, problem resolved

  12. #9
    qiliux's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by zFreeLove View Post
    close the topic, problem resolved
    I have some questions about your codes.
    In this statement DWORD WallHack = 0xB70148 + 0xA4 , if 0x0xB70148 is the address of the d3dModule , what does 0xA4 mean??

  13. #10
    zFreeLove's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    2
    My Mood
    Confused
    Quote Originally Posted by qiliux View Post
    I have some questions about your codes.
    In this statement DWORD WallHack = 0xB70148 + 0xA4 , if 0x0xB70148 is the address of the d3dModule , what does 0xA4 mean??
    No, The 00B70148 is the address, remove the 00 e add 0x + 0xA4, thus being 0xB70149 + 0xA4

    #Define WallHacker 0xB701EC



    from what I know hack d3d not using address, I could be wrong

  14. #11
    qiliux's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    I am a new baby..Don't know how to wallhack.
    Is what you code a wallhack ? Your code is for other use ?
    Can you explain 00B70148 and 0xA4 ?
    What does that mean ? And how to find them .
    Now i have petools ,and Extreme Injectors 3.6.
    I find your code easier than others .
    Last edited by qiliux; 12-14-2015 at 07:54 AM.

Similar Threads

  1. [Detected] Genesys 1.2 | Updated 28/05/13 | Chams | Wall Hacker |
    By Coder.Anonymous in forum District 187 Hacks & Cheats
    Replies: 56
    Last Post: 06-02-2013, 11:15 AM
  2. Addy Wall hacker
    By 0danado in forum CrossFire Latin America / Brazil Hack Source Code
    Replies: 17
    Last Post: 02-19-2013, 06:03 PM
  3. [Request] 1 Wall Hacker For Brazilian PB
    By HeadHunter-SG in forum Point Blank Hacks
    Replies: 1
    Last Post: 10-05-2012, 11:33 PM
  4. Need help point blank crashing cause of wall hacker or aimbot!
    By rampage2gene in forum Piercing Blow Tutorials
    Replies: 2
    Last Post: 04-29-2012, 07:34 AM
  5. [Request] Wall hacker to bs launcher
    By lukinhashacker in forum Blackshot Hacks & Cheats
    Replies: 0
    Last Post: 08-15-2010, 10:28 AM