Results 1 to 10 of 10
  1. #1
    moathebest's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    308
    Reputation
    17
    Thanks
    249
    My Mood
    Paranoid

    Exclamation Okay ..so i adjusted the code a little bit but still doesnt work..

    Guys can some one help am trying to make no recoil hack but it doesnt work..i didnt find any error when i was debugging...so can some 1 fix it and also can some one tell me how to put the code in that wierd box?
    CODE:





    #include "stdafx.h"

    #define WeaponMgr 0xA68F90
    #define NoRecoil ((0x258C) || (0x1928) || (0x192C) || (0x1930) || (0x2520) || (0x2594) || (0x2590) ||

    DWORD WINAPI Hacks(LPVOID)
    {

    bool norecoil = true;


    while(1)
    {
    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD pWeaponMgr = *(DWORD*)(CShell+WeaponMgr);





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

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

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

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

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

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

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

    }
    }

    Sleep(100);
    }

    }

    bool Ready2Hook()
    {
    if(GetModuleHandleA("CShell.dll") != NULL
    && GetModuleHandleA("ClientFx.fxd") != NULL)
    return 1;
    return 0;
    }

    DWORD WINAPI Wait(LPVOID)
    {
    while(!Ready2Hook()) Sleep(200);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
    return 0;
    }

    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);

    if ( dwReason == DLL_PROCESS_ATTACH )
    {

    MessageBoxA(0, "Credits- Moathebest V2","Beta Hack", 0);


    CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
    }
    return 1;
    }

  2. #2
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    go read a c++ book fix that ur self
    and norecoil won't work

  3. #3
    PiNKYPiE's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    PiNKIEPiE <3
    Posts
    163
    Reputation
    -6
    Thanks
    7
    My Mood
    Pensive
    Quote Originally Posted by moathebest View Post
    STFU noob u always comment stupid comments like an idiot...u dumb idiot
    chillpills? , i herd , its a few pointer and addies?

  4. #4
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    Quote Originally Posted by moathebest View Post
    STFU noob u always comment stupid comments like an idiot...u dumb idiot
    people are not gonna spoonfeed u
    go get a c++ book and fix it

  5. #5
    moathebest's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    308
    Reputation
    17
    Thanks
    249
    My Mood
    Paranoid
    Quote Originally Posted by errol641 View Post
    people are not gonna spoonfeed u
    go get a c++ book and fix it
    lol a little help wont damage any one....wont it... and i have already read about C++

  6. #6
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    Quote Originally Posted by moathebest View Post
    lol a little help wont damage any one....wont it... and i have already read about C++
    then why do u keep asking for help?

  7. #7
    moathebest's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    308
    Reputation
    17
    Thanks
    249
    My Mood
    Paranoid
    Quote Originally Posted by errol641 View Post
    then why do u keep asking for help?
    bec i dont know how to solve this...but i can solve another errors..so its a little proplem its sometimes buggy maybe i didnt understand a part of C++ hoping to find the answer here...

  8. #8
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    offsets are wrong.
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  9. #9
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    yes the addys are other and you get compile error or detected or not working or what give more info

  10. #10
    moathebest's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    308
    Reputation
    17
    Thanks
    249
    My Mood
    Paranoid
    Quote Originally Posted by kmanev073 View Post
    yes the addys are other and you get compile error or detected or not working or what give more info
    i dunno i couldnt get them
    Takari is the one who got me the no Recoil addys

    Another thing is that when i search for BulletPosOffset or LowerAnimRate i get this:


    need_help - MyPic*****m




    And when i make follow in disambeller i get this:


    need_help - MyPic*****m

    (2nd picture next to it)
    V4 The best Release..No joke... 4 More Features!! Here is the link

    https://www.mpgh.net/forum/175-crossf...ures-best.html


Similar Threads

  1. Replies: 8
    Last Post: 11-17-2009, 04:35 AM
  2. Replies: 5
    Last Post: 04-18-2009, 10:16 PM
  3. does any 1 have cod5 on the wii and internet with the wii.so we can share the code.
    By gunslinger55 in forum Call of Duty 5 - World at War Hacks
    Replies: 2
    Last Post: 04-17-2009, 09:13 AM
  4. I need the Coding
    By Asian_Kid9 in forum Combat Arms Hacks & Cheats
    Replies: 0
    Last Post: 12-19-2008, 11:30 AM
  5. what is the code and the right hotkey (space) for SJ
    By floris12345! in forum Visual Basic Programming
    Replies: 4
    Last Post: 01-20-2008, 01:37 PM