Results 1 to 13 of 13
  1. #1
    3D's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In The World :P
    Posts
    1,007
    Reputation
    134
    Thanks
    14,169
    My Mood
    Amazed

    Why this base send error in game.........?

    Code:
    #include <Windows.h>
    
    #define WeaponMgr 0xB65E94//
    
    #define nochange 0xBDC//
    #define NoReload 0xBD8//
    #define damage 0x7C4//
    #define norecoil 0x4E8//
    #define norecoil2 0x36A0//
    #define norecoil3 0xE98//
    #define norecoil4 0x1000//
    #define norecoil5 0x1168//
    #define knifeOHK 0x3B9C//
    #define knifeOHK2 0xBA4//
    
    #define wallhack 0x6D0644
    
    DWORD WINAPI hacks(LPVOID)
    {
    while(1)
    {
    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD* m16 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 25*4); 
    DWORD* m700 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 14*4);
    DWORD* knife = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 5*4); 
    DWORD* m4_rd = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 266*4);
    DWORD* xmasaxe = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 239*4); 
    DWORD* Merry = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 238*4);
    DWORD* awmrd = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 268*4); 
    DWORD* wep2 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr )) + 218*4);
    
    *m700 = *awmrd;
    *m16 = *m4_rd;
    *knife = *xmasaxe;
    
    memcpy((VOID*)wallhack, "\x00\x00\x00\x00\x00\x00", 6);
    
    
    if (CShell + WeaponMgr)
    
    
    for(int i=0; i<700; i++)
    {
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    {
    for (int j=0; j<10 ; j++)
    {
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload +j*4) = 100.0f;
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + nochange +j*4) = 100;
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil +j*4) = 0;
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil2+j*4) = 0;
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil3+j*4) = 0;
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil4+j*4) = 0;
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + norecoil5+j*4) = 0;
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + knifeOHK+j*4) = 1400;
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + knifeOHK2+j*4) = 1400;
    
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + damage+j*4) = 1400;//not working,, gives client error
    }
    }
    }
    
    
    }
    
    }
    
    bool Ready2Hook()
    {
    if(GetModuleHandleA("CShell.dll") != NULL
    && GetModuleHandleA("ClientFx.fxd") != NULL)
    return 1;
    return 0;
    }
    
    DWORD WINAPI Wait(LPVOID)
    {
    while(!Ready2Hook()) Sleep(100);
    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, "Enjoy Hack","Injected!", 0);
    
    CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
    }
    return 1;
    }
    i think this OLD..

    any one try to fix..

    @[S]aeed
    @DaRk
    @MaDo111
    @HackerMaybe

  2. #2
    dicky88smd's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    205
    Reputation
    10
    Thanks
    62
    My Mood
    Busy
    what error type

    you must explain what error so we can give you to solve them.

    yupz this base has old one, i think this base will detected but IDK if you make it undetect again.

    <=======================================>
    PRESS THANK'S IF I HELP YU
    <=======================================>
    NO HACK NO FUN
    <=======================================>
     

    - Make Hack Crossfire
    - Make 30 Function's
    - Make Weapon Logger
    - Make Value Logger
    - Make Addy Logger
    - Make Public Hack
    - Make Bypass Xtrap
    - Make Bypass Client Error
    - Make D3D
    - Make Aimbot


     

    => Bandi12
    => Giniyat101
    => UltraPGNoob
    => Swag
    => MPGH Minion

  3. #3
    quarex57's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    i think this hack for Crossfire P-Server :S

  4. #4
    3D's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In The World :P
    Posts
    1,007
    Reputation
    134
    Thanks
    14,169
    My Mood
    Amazed
    Quote Originally Posted by dicky88smd View Post
    what error type

    you must explain what error so we can give you to solve them.

    yupz this base has old one, i think this base will detected but IDK if you make it undetect again.
    UNDETESTED..
    BUT SEND REPORT ERROR..WHEN JOIN AGAME..

  5. #5
    shwerma's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    240
    Reputation
    10
    Thanks
    1,237
    My Mood
    Innocent
    man it get send report.....faild to connect to server before the game open.....lol





    Don't forget to press thx if i helped u

  6. #6
    P0w3r's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    8
    My Mood
    Cynical
    you said the base is undetected? then just remove all hacks & test one by one until you found the error. you dont have many hacks in there anyway lol.

  7. #7
    Dark Side's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    West London
    Posts
    670
    Reputation
    99
    Thanks
    1,372
    My Mood
    Asleep
    This is SwiftDude base ...
    Base Detected in 2011/2010 so no point using it now ...

  8. #8
    Intellectual's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    GDI
    Posts
    5,389
    Reputation
    785
    Thanks
    16,091
    My Mood
    Yeehaw
    Quote Originally Posted by Dark Side View Post
    This is SwiftDude base ...
    Base Detected in 2011/2010 so no point using it now ...
    even if its detected u can change it to undeteced

  9. #9
    Dark Side's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    West London
    Posts
    670
    Reputation
    99
    Thanks
    1,372
    My Mood
    Asleep
    Quote Originally Posted by TuŽn][OnZzZzZ View Post

    even if its detected u can change it to undeteced
    Yeah, i know but this guy leecher and don't know c++ he just copy+paste
    also ask him what this code means he will say i dont know ...
    Code:
    cout << "TEXT";

  10. The Following User Says Thank You to Dark Side For This Useful Post:

    Intellectual (08-07-2012)

  11. #10
    MaDo111's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Egypt
    Posts
    100
    Reputation
    10
    Thanks
    1,755
    Quote Originally Posted by P0w3r View Post
    you said the base is undetected? then just remove all hacks & test one by one until you found the error. you dont have many hacks in there anyway lol.
    yeah i with u do what he said

  12. #11
    koshek's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    9 Gam3et el Dewal
    Posts
    54
    Reputation
    10
    Thanks
    1,056
    My Mood
    Cool
    If you made this base for CFNA it will never work . Because it's contains (old offsets - WeaponHack - OHK - NoReload -NoChangeDelay - detected base )
    Last edited by koshek; 08-07-2012 at 04:55 PM.
    No Impossible But Impossible is Nothing

  13. The Following 2 Users Say Thank You to koshek For This Useful Post:

    [mi5 (08-07-2012),[S]aeed (08-07-2012)

  14. #12
    shwerma's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    240
    Reputation
    10
    Thanks
    1,237
    My Mood
    Innocent
    Quote Originally Posted by koshek View Post
    If you made this base for CFNA it will never work . Because it's contains (old offsets - WeaponHack - OHK - NoReload -NoChangeDelay - detected base )
    ya right man.....





    Don't forget to press thx if i helped u

  15. #13
    لا إله إلا الله محمد رسول الله
    MPGH Member
    [S]aeed's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Egypt
    Posts
    847
    Reputation
    233
    Thanks
    22,269
    My Mood
    Cynical
    Quote Originally Posted by koshek View Post
    If you made this base for CFNA it will never work . Because it's contains (old offsets - WeaponHack - OHK - NoReload -NoChangeDelay - detected base )
    eChta As7be (translation: yea you are sa7-right-sa7)
    Last edited by [S]aeed; 08-07-2012 at 05:09 PM.
    To Be Continued...


    نبينا كالسحاب .. ولا يضر السحاب نبح الكلاب


    ██████████████████████████
    ██████████████████████████
    ██████████████████████████


    لا إله إلا الله محمد رسول الله
    There is no god but Allah, Mohamed is the messenger of AllaH

  16. The Following User Says Thank You to [S]aeed For This Useful Post:

    koshek (08-07-2012)

Similar Threads

  1. [Help Request] When I join A game it says send error report
    By inthemax in forum CrossFire Help
    Replies: 8
    Last Post: 09-17-2011, 05:14 AM
  2. Why this error
    By snayfer in forum Combat Arms Coding Help & Discussion
    Replies: 10
    Last Post: 02-10-2011, 04:09 PM
  3. [HELP] Why this error?
    By gustavo5066 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 12
    Last Post: 11-01-2010, 02:36 AM
  4. Why does the error "Running game hack.....
    By iharuyuki in forum WarRock - International Hacks
    Replies: 6
    Last Post: 03-26-2009, 04:39 AM