Results 1 to 15 of 15
  1. #1
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool

    Question my hack epic fail

    hi
    my hack fail i will say like many peoples EPIC FAIL i am making new one and again EPIC FAIL :#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 WeaponMgr 0xA2A7E8
    #define NoReload 0x2424
    #define WeaponDamage 0x7f8
    #define WeaponWeight 0x1F88



    float FragDmg = 0.0f;
    float weapweight = 0.0f;

    DWORD WINAPI Hacks(LPVOID)
    {
    bool reload = false,
    fragdmg = false,
    weweight = false;



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

    //hotkeys toggle + beep sounds
    if(GetAsyncKeyState(VK_F2) || GetAsyncKeyState(VK_F2) &1) { weweight = true; Beep(512, 100); }
    if(GetAsyncKeyState(VK_F3) || GetAsyncKeyState(VK_F3) &1) { reload = true; Beep(512, 100); }
    if(GetAsyncKeyState(VK_F4) || GetAsyncKeyState(VK_F4) &1) { fragdmg = true; Beep(512, 100); }



    //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 weapon weight
    if(weweight)
    {
    if (pWeaponMgr)
    {
    for(int i=0; i<445; i++)
    {
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + WeaponWeight) = weapweight;
    }
    }
    }
    //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 Main ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
    DisableThreadLibraryCalls(hDll);

    if ( dwReason == DLL_PROCESS_ATTACH ) {
    MessageBoxA(0,"Coded by kmanev073","Injected !", 0);
    CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
    }

    return true;
    }

    WHERE is the fu**** problem it compile but when i inject to msg box no anything

  2. #2
    jpjb5138's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    109
    Reputation
    10
    Thanks
    6
    My Mood
    Blah
    i Know Whats it

    pm me please

    MY TEAM :



    To Do list :

    done : [] , not done : [], working one : []

    win kriss super v []
    win thommy gun []
    win ak knife []
    win 6 per guns from bl []
    get a galaxy s phone []
    make a private cf hack [ ]
    make a pub cf hack []
    get a new pc []

  3. #3
    Takari's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Cross Fire Section
    Posts
    11,889
    Reputation
    574
    Thanks
    1,966
    My Mood
    Cool
    Swiftdude's base ?
    [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.

  4. #4
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    i think yes it may be swiftdude's its from toutorial but where is swifdude he dont post in crossfire secton i cant see him

  5. #5
    Ryuesi's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,339
    Reputation
    413
    Thanks
    2,397
    My Mood
    Relaxed
    Leeched





    Contributor Since 24-11-2011 ~ 26-12-2011
    VM / PM




  6. #6
    Chester Bennington's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    England
    Posts
    5,651
    Reputation
    389
    Thanks
    717
    My Mood
    Cheerful
    Dumbass leecher.

  7. #7
    kloklo2's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Hamburg
    Posts
    299
    Reputation
    8
    Thanks
    232
    My Mood
    Psychedelic
    I had the same problem use this

    By U
    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 Main ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
    DisableThreadLibraryCalls(hDll);

    if ( dwReason == DLL_PROCESS_ATTACH ) {
    MessageBoxA(0,"Coded by kmanev073","Injected !", 0);
    CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
    }

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

    DWORD WINAPI Wait(LPVOID)
    {
    while(!Hook()) 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, "Error Fix By Kloklo2","Kloklo2", 0);


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

  8. The Following 2 Users Say Thank You to kloklo2 For This Useful Post:

    giniyat202 (08-05-2011),MagixZone (08-04-2011)

  9. #8
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    Quote Originally Posted by Ŧime View Post
    Leeched
    lol i dont mind that its leeched LOL

  10. #9
    cfkillermax's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    646
    Reputation
    11
    Thanks
    50
    My Mood
    Angelic
    Quote Originally Posted by kmanev073 View Post
    lol i dont mind that its leeched LOL
    Omg how could you leech?!
    Actually i don't know if it's leeched but as 98% of all mpgh says leech then this must be too right?

  11. #10
    giniyat202's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in my house
    Posts
    286
    Reputation
    9
    Thanks
    258
    My Mood
    Cheerful
    @kloklo2
    that's right.
    DllMain not Main

  12. #11
    frenci8's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Everywhere
    Posts
    595
    Reputation
    17
    Thanks
    610
    My Mood
    Amazed
    and i think that weapon demage is not 0x7f8 but 0x07f8

  13. #12
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    no weapon damge is 0x7F8 not with zero

  14. #13
    Code[VB]'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    CODER
    Posts
    608
    Reputation
    11
    Thanks
    702
    My Mood
    Bitchy
    Leech noob (Swiftbase) Why all leech the same base and feel happy?? Why? noooooooob leeeechers!! Learn to code,.. only liddle cids are leeching!

  15. #14
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    i am 13 years old so i am not so big xD

  16. #15
    59943211's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    0
    Swiftdude's base ?

Similar Threads

  1. Epic Fail
    By Miyama Yuna in forum General
    Replies: 10
    Last Post: 11-30-2008, 11:38 AM
  2. Who has epically failed before?
    By Gotchuthief in forum General
    Replies: 13
    Last Post: 10-27-2008, 11:03 PM
  3. EPIC FAIL
    By Q in forum General
    Replies: 5
    Last Post: 10-25-2008, 03:37 PM
  4. I epically failed.
    By SheGotIt in forum Combat Arms Hacks & Cheats
    Replies: 53
    Last Post: 10-15-2008, 07:26 AM
  5. Epic Fail Sign
    By moosicgawd in forum Art & Graphic Design
    Replies: 19
    Last Post: 10-14-2008, 01:40 PM