Results 1 to 7 of 7
  1. #1
    dmx66_96's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    13
    My Mood
    Cool

    help the work of a current of 2 functions

    help the work of a current of 2 functions

    Code:
    #include "stdafx.h" 
    #define WeaponMgr                   0xA65EE8
    #define NoReload                    0x2698
    
    DWORD WINAPI Hacks(LPVOID) 
    {
    bool hak = true;
    bool recoil = true;
    
     while(1)
     {
    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD pWeaponMgr = *(DWORD*)(CShell+WeaponMgr);
    	 
    if(hak)
    {
       if (pWeaponMgr)
       {
           for(int i=0; i<560; i++)
    {
       if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) != NULL)
           *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) + NoReload ) = 150;
    }
       
    	   }
       }
    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, "your test Here for the message","your title message", 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
    noreload offset is 0x269C
    got updated

  3. #3
    dmx66_96's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    13
    My Mood
    Cool
    no you did not understand the help that here is more than 2 functions

  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 dmx66_96 View Post
    no you did not understand the help that here is more than 2 functions
    theres only one function that is noreload

  5. #5
    dmx66_96's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    13
    My Mood
    Cool
    and create one more nekak

  6. #6
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    I think he is asking us to add him another feature instead of just no reload
    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?




  7. #7
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    @dmx66_96
    what other feature u wanna add?

Similar Threads

  1. [Solved] Help, the Injectors don't work for me!
    By Drakill in forum CrossFire Help
    Replies: 2
    Last Post: 07-04-2011, 12:56 AM
  2. Can somebody help me work the CF pub?
    By Biggboi16 in forum CrossFire Help
    Replies: 6
    Last Post: 07-09-2010, 05:18 PM
  3. Help|The chams are working!!
    By shay2911 in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 4
    Last Post: 10-23-2009, 08:17 PM
  4. I found the working stamina address!!!
    By konni in forum WarRock - International Hacks
    Replies: 21
    Last Post: 01-23-2008, 05:25 PM
  5. Summing up The Works of All GFX Team Members (Past n Present)
    By Jackal in forum Art & Graphic Design
    Replies: 8
    Last Post: 02-09-2007, 04:19 PM