Results 1 to 5 of 5
  1. #1
    MightySaa0d's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    MPGH
    Posts
    602
    Reputation
    14
    Thanks
    208
    My Mood
    Innocent

    Exclamation Why do my hacks work for XP only?

    The title is self explanatory

    Why my hacks work for windows XP only?
    its really annoying

    any solution?

    i'm posting a patched code, so leachers don't leach.
    tell me whats the problem please?:


    #include<windows.h>

    #define grenades ((i==6)||(i==7)||(i==8)||(i==64)||(i==100)||(i==12 6)||(i==135)||(i==209)||(i==210)||(i==240)||(i==26 3)||(i==272)||(i==338)||(i==382)||(i==383)||(i==38 4))
    //#define Knifes ((i==5)||(i==35)||(i==74)||(i==132)||(i==239)||(i= =372)||(i==381))
    //#define Mutant ((i==120)||(i==176)||(i==177)||(i==178)||(i==182)| |(i==195)||(i==196)||(i==197)||(i==198)||(i==199)| |(i==223)||(i==224)||(i==225)||(i==226)||(i==227)| |(i==228)||(i==270)||(i==271)||(i==302)||(i==303)| |(i==304)||(i==305)||(i==306)||(i==307))

    //addies 01/05/2011
    #define WeaponMgr 0xA0F338
    #define NoReload 0x2420
    #define WeaponDamage 0x07F8

    float Hithard = 999.0f;
    float FragDmg = 0.0f;

    //prevent noob leecher from hex editing
    char Msg[] = {'w','w','w','.','m','p','g','h','.','n','e','t',' w','o','r','k',0 };
    char Title[] = {'N','A',' ','C','F',' ','H','A','C','K',0 };

    DWORD WINAPI Hacks(LPVOID)
    {
    //in case u need it, dont forget use "else"
    bool onehit = 1,
    reload = 1,
    fragdmg = 1;

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

    //hotkeys toggle + beep sounds
    if(GetAsyncKeyState(VK_F9) || GetAsyncKeyState(VK_NUMPAD0) &1) { onehit = true; Beep(512, 100); }
    if(GetAsyncKeyState(VK_F10) || GetAsyncKeyState(VK_NUMPAD1) &1) { reload = true; Beep(512, 100); }
    if(GetAsyncKeyState(VK_F11) || GetAsyncKeyState(VK_NUMPAD2) &1) { fragdmg = true; Beep(512, 100); }

    //one hit kill
    iffor(onehit)
    {
    if (pWeaponMgr)
    {
    for(int i=0; i<445; i++)
    {
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + WeaponDamage) = Hithard;
    }
    }
    }

    //no reload
    if(reload)
    {
    if (pWeaponMgr)
    {
    for(int i=0; i<445; i++)
    {
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload) = 100;
    }
    }
    }

    //no grenade damage
    if(fragdmg)
    {
    if (pWeaponMgr)
    {
    for(int i=0; i<445; i++)
    {
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL && (grenades))
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + WeaponDamage) = FragDmg;
    }
    }
    }
    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 )
    {
    //optional
    MessageBoxA(0, Msg,Title, 0);
    system("start www.mpgh.net");

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

    Note that i changed 4 things so leachers don't get a working code
    Last edited by MightySaa0d; 10-04-2011 at 11:18 AM.
    Quote Originally Posted by Jacket View Post
    I'm sexy as fuck.

    Tired of being like him?
    Then be his master and step on him just like you step of crickets! (cockroaches)


    Thanks to the GalacticGods tutorial (By me). You will become an expert in coding just like him!

    Joke


    Just take my advice seriously and read here!!!!!!!!!!
    AND become like SwiftDude and G-Force!
    https://www.mpgh.net/forum/242-crossf...ml#post5248338

  2. #2
    JusCaus's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    725
    Reputation
    23
    Thanks
    112
    My Mood
    Aggressive
    Pretty sure that base doesnt work anymore
    [IMG]https://i1132.photobucke*****m/albums/m571/JusCausGraphix.jpg[/IMG]

  3. #3
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,134
    Reputation
    4764
    Thanks
    9,674
    , Probably because you got .NET Framework 4, Microsoft Visual C++ 2010 Redistributal, and Microsoft Visual C++ 2010 Express all installed onto your XP, which is needed for hacks to run, and on your other OS computers they don't have it. - Just an assumption.
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




  4. #4
    sUCKApunch's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    103
    Reputation
    10
    Thanks
    13
    My Mood
    Amazed
    @MightySaa0d
    yea most hacks works in xp only they don't work in win 7 or win vista well i am using win 7 but i am making hack using c++ it is working great bad thing is i just made a hack of no recoil

  5. #5
    Takari's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Cross Fire Section
    Posts
    11,889
    Reputation
    574
    Thanks
    1,966
    My Mood
    Cool
    Quote Originally Posted by MightySaa0d View Post
    The title is self explanatory

    Why my hacks work for windows XP only?
    its really annoying

    any solution?

    i'm posting a patched code, so leachers don't leach.
    tell me whats the problem please?:





    Note that i changed 4 things so leachers don't get a working code
    It's a base problem .
    [IMG]https://i1114.photobucke*****m/albums/k538/ImminentJM/takari.png[/IMG]




     
    Goal:
    10,000 Posts - 10/13/2011
    Become Minion - Not Done
    Become Donator - 07/29/2011
    1000 Thanks - Done - 07/25/2011
    2000 Thanks - Not Done
    Thanks Archangel for my 1,000 Thanks.
    Thanks Keroaplt for my Signature.

Similar Threads

  1. [Help Request] D: Why dosent his hacks work for me
    By $wtW$TYyghaehe34 in forum Combat Arms Help
    Replies: 12
    Last Post: 08-13-2011, 09:35 PM
  2. why dont hacks work for windows 7
    By tougoro94 in forum WarRock Discussions
    Replies: 13
    Last Post: 09-02-2010, 11:46 PM
  3. Why do no menu hacks work for me?
    By Lehsyrus in forum Combat Arms Help
    Replies: 5
    Last Post: 08-04-2010, 04:22 PM
  4. why dont cod4 hacks work on my computor
    By willoplay408 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 3
    Last Post: 01-24-2009, 03:01 PM
  5. The hacks works for me with out DC, nothing new, come in.
    By fallenleaves in forum Combat Arms Hacks & Cheats
    Replies: 11
    Last Post: 12-21-2008, 11:40 AM