Page 1 of 3 123 LastLast
Results 1 to 15 of 44
  1. #1
    Yatgari382010's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    In the Swiftful Ghats..<3
    Posts
    263
    Reputation
    10
    Thanks
    29
    My Mood
    Aggressive

    Help me with my base please :(

    #include <Windows.h>


    #define NoReload 0x26A4
    #define WeaponMgr 0xAAC3D0
    #define NoRecoil1: 0x051C
    #define Norecoil2: 0x0684
    #define Norecoil3: 0x1938
    #define Norecoil4: 0x1B14
    #define Norecoil5: 0x1FA0
    #define Norecoil6: 0x2108
    #define Norecoil7: 0x2270

    void memoryhack()//lets try somthing
    {
    while(1)
    {

    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr);
    {
    if(pWeaponMgr)
    {
    for(int i=0; i<598; i++)
    {
    DWORD wep = *(DWORD*)(pWeaponMgr)+(4*i) ;
    if(wep)
    {
    for(int y=0; y<10; y++)
    {
    *(float*)(wep + 0x0684+y*4) = 0;
    *(float*)(wep + 0x051C+y*4) = 0;
    *(float*)(wep + 0x1938+y*4) = 0;
    *(float*)(wep + 0x1B14+y*4) = 0;
    *(float*)(wep + 0x1FA0+y*4) = 0;
    *(float*)(wep + 0x2108+y*4) = 0;
    *(float*)(wep + 0x2270+y*4) = 0;
    }
    }
    }
    }


    int WINAPI DllMain(
    __in HINSTANCE hinstDLL,
    __in DWORD fdwReason,
    __in LPVOID lpvReserved
    )


    {switch( fdwReason ) {
    case DLL_PROCESS_ATTACH:
    DisableThreadLibraryCalls(hinstDLL);

    while(GetModuleHandleA("CShell.dll") == 0)
    THREAD();
    Sleep(9800);
    return 1;
    CreateThread(0,0,(LPTHREAD_START_ROUTINE)THREAD,0, 0,0);
    break;
    }


    return true;
    }


    }





    Getting X-trap new codes but still dont know whsats the prob.. help me
    @darkness99
    @DaRk

  2. #2
    darkness99's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    ASM Part
    Posts
    235
    Reputation
    10
    Thanks
    211
    loop is 600 , try useing another way from integer in dll export

  3. #3
    Yatgari382010's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    In the Swiftful Ghats..<3
    Posts
    263
    Reputation
    10
    Thanks
    29
    My Mood
    Aggressive
    Quote Originally Posted by darkness99 View Post
    loop is 600 , try useing another way from integer in dll export
    for(int i=0; i<600; i++) ?? correct? rply fast

  4. #4
    darkness99's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    ASM Part
    Posts
    235
    Reputation
    10
    Thanks
    211
    Quote Originally Posted by Yatgari382010 View Post


    for(int i=0; i<600; i++) ?? correct? rply fast
    yes , correct hensley* posted weapon log you can also go check
    Last edited by darkness99; 03-21-2012 at 08:25 AM.

  5. The Following 2 Users Say Thank You to darkness99 For This Useful Post:

    Ryuesi (03-20-2012),Yatgari382010 (03-20-2012)

  6. #5
    Yatgari382010's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    In the Swiftful Ghats..<3
    Posts
    263
    Reputation
    10
    Thanks
    29
    My Mood
    Aggressive
    Quote Originally Posted by darkness99 View Post


    yes , correct henelsy posted weapon log you can also go check
    Thanked you.. and is my base or dll main undected? or its patched?

  7. #6
    darkness99's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    ASM Part
    Posts
    235
    Reputation
    10
    Thanks
    211
    Quote Originally Posted by Yatgari382010 View Post


    Thanked you.. and is my base or dll main undected? or its patched?
    You have to add a few thing's and a little fixes on DLL MAIN or try another injection way .

  8. #7
    Yatgari382010's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    In the Swiftful Ghats..<3
    Posts
    263
    Reputation
    10
    Thanks
    29
    My Mood
    Aggressive
    Quote Originally Posted by darkness99 View Post


    You have to add a few thing's and a little fixes on DLL MAIN or try another injection way .
    Help me with it @darkness99 please? TV me?

  9. #8
    darkness99's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    ASM Part
    Posts
    235
    Reputation
    10
    Thanks
    211
    just make a new class and add get cshell then VOIDCLASS(); and createthread to it

  10. #9
    Yatgari382010's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    In the Swiftful Ghats..<3
    Posts
    263
    Reputation
    10
    Thanks
    29
    My Mood
    Aggressive
    Quote Originally Posted by darkness99 View Post
    just make a new class and add get cshell then VOIDCLASS(); and createthread to it
    can u do teamviewer and help me out 1nce please?

  11. #10
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty
    @Yatgari382010 wtf look at ur code!! the first thing i noticed in it was Sleep(9800); wtf is this????? and even if its not detected it will never work u will keep getting send error report even be4 the snddrv pop up thats alot the real one is Sleep(100);

  12. #11
    Yatgari382010's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    In the Swiftful Ghats..<3
    Posts
    263
    Reputation
    10
    Thanks
    29
    My Mood
    Aggressive
    Quote Originally Posted by Dead(H)ell View Post
    @Yatgari382010 wtf look at ur code!! the first thing i noticed in it was Sleep(9800); wtf is this????? and even if its not detected it will never work u will keep getting send error report even be4 the snddrv pop up thats alot the real one is Sleep(100);
    And anyother problem in my codings @Dead(H)ell ? please let me know wna lauch v1..can u do teamviewer?

  13. #12
    darkness99's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    ASM Part
    Posts
    235
    Reputation
    10
    Thanks
    211
    it's not your base stop c+P and leeching noob , because that i dont help you a lot.

    https://www.mpgh.net/forum/242-crossf...e-my-base.html

  14. #13
    Dead(H)ell's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    Earth
    Posts
    471
    Reputation
    37
    Thanks
    715
    My Mood
    Flirty
    @Yatgari382010
    Here You Go,i fixed it all for u
    Code:
    #include <Windows.h>
    #include <fstream>
    #include <iostream>
    
    #define NoReload 0x26A4
    #define WeaponMgr 0xAAC3D0
    #define NoRecoil1 0x051C
    #define Norecoil2 0x0684
    #define Norecoil3 0x1938
    #define Norecoil4 0x1B14
    #define Norecoil5 0x1FA0
    #define Norecoil6 0x2108
    #define Norecoil7 0x2270
    
    void YatagariHack(void)
    {
    while(1)
    {
    
    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr);
    {
    if(pWeaponMgr)
    {
    for(int i=0; i<598; i++)
    {
    DWORD wep = *(DWORD*)(pWeaponMgr)+(4*i) ;
    if(wep)
    {
    for(int y=0; y<10; y++)
    {
    *(float*)(wep + 0x0684+y*4) = 0;
    *(float*)(wep + 0x051C+y*4) = 0;
    *(float*)(wep + 0x1938+y*4) = 0;
    *(float*)(wep + 0x1B14+y*4) = 0;
    *(float*)(wep + 0x1FA0+y*4) = 0;
    *(float*)(wep + 0x2108+y*4) = 0;
    *(float*)(wep + 0x2270+y*4) = 0;
    }
    }
    }
    }
    }
    }
    }
    
    DWORD WINAPI Yatagari (LPVOID)
    
    {
    YatagariHack();
    return 1;
    
    }
    
    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    if (dwReason == DLL_PROCESS_ATTACH)
    {
    }
    if (GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.Fxd") )
    {
    	MessageBoxA(0, "Yatagari Hack V1","" ,0);
    DisableThreadLibraryCalls(hDll); 
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Yatagari, NULL, NULL, NULL);
    }
    return TRUE;
    }
    Thank me if i helped

  15. The Following User Says Thank You to Dead(H)ell For This Useful Post:

    Yatgari382010 (03-21-2012)

  16. #14
    Yatgari382010's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    In the Swiftful Ghats..<3
    Posts
    263
    Reputation
    10
    Thanks
    29
    My Mood
    Aggressive
    Thanks @Dead(H)ell tested it..

    ---------- Post added at 10:47 PM ---------- Previous post was at 10:26 PM ----------

    @Dead(H)ell the hacks like noreload and no recoil dont work can u chk it please?

  17. #15
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    add this part:
    PTC("killXtrap 1");


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

Page 1 of 3 123 LastLast

Similar Threads

  1. [Help] me with mah IP please
    By axg24 in forum CrossFire Help
    Replies: 6
    Last Post: 07-02-2010, 11:11 PM
  2. can someone help me with a base
    By EliteDragon in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 1
    Last Post: 06-20-2010, 09:35 AM
  3. [Help] Help Me with some hacks please
    By superman3706 in forum CrossFire Hacks & Cheats
    Replies: 7
    Last Post: 09-29-2009, 03:35 PM
  4. Help me with new pub please!
    By Ragehax in forum CrossFire Hacks & Cheats
    Replies: 2
    Last Post: 07-12-2009, 07:16 PM
  5. HELP me with warrock hacks please.
    By aznfan123 in forum WarRock - International Hacks
    Replies: 11
    Last Post: 01-29-2008, 12:27 PM