Results 1 to 9 of 9
  1. #1
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,607
    My Mood
    Relaxed

    Scope Hack = Send Error Report =/

    Code:
    #define RightClickAttributes 0xAF0
    #define ZoomAttributes       0xAF4
    bool ZoomHack = (true);
    int MaxLevelOfZooms = 2;
    DWORD rWeapon = *(DWORD*)(pWeaponMgr+(4*i));
    	if(ZoomHack)
    	{
    		for(int y=0; y<1500; y++)
    		{
    		if ((OHKWEAPONS) && (Rifle || MG || Pistol || ShotGun || SMG ))
                                {
                                                             *(float*)(rWeapon + RightClickAttributes      ) = 2.0f;
                                                              *(float*)(rWeapon + ZoomAttributes            ) = 8.0f;
    							  *(float*)(rWeapon + (0x3918         +   0 * 4)) = 2.5f; 
    							  *(float*)(rWeapon + (ZoomAttributes +   1 * 4)) = 2.0f; 
    							  *(int*  )(rWeapon + (0x3940         +  10 * 4)) = 2.0f; 
    							  *(float*)(rWeapon + (0x3944         +  11 * 4)) = 500.0f; 
    							  *(float*)(rWeapon + (0x3948         +  12 * 4)) = 500.0f; 
    
    			    }
    	         }
    	}
    why ?
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  2. #2
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored
    Quote Originally Posted by sobasoba13 View Post
    Code:
    #define RightClickAttributes 0xAF0
    #define ZoomAttributes       0xAF4
    bool ZoomHack = (true);
    int MaxLevelOfZooms = 2;
    DWORD rWeapon = *(DWORD*)(pWeaponMgr+(4*i));
        if(ZoomHack)
        {
            for(int y=0; y<1500; y++)
            {
            if ((OHKWEAPONS) && (Rifle || MG || Pistol || ShotGun || SMG ))
                                {
                                                             *(float*)(rWeapon + RightClickAttributes      ) = 2.0f;
                                                              *(float*)(rWeapon + ZoomAttributes            ) = 8.0f;
                                  *(float*)(rWeapon + (0x3918         +   0 * 4)) = 2.5f; 
                                  *(float*)(rWeapon + (ZoomAttributes +   1 * 4)) = 2.0f; 
                                  *(int*  )(rWeapon + (0x3940         +  10 * 4)) = 2.0f; 
                                  *(float*)(rWeapon + (0x3944         +  11 * 4)) = 500.0f; 
                                  *(float*)(rWeapon + (0x3948         +  12 * 4)) = 500.0f; 
    
                    }
                 }
        }
    why ?
    Code:
    #define RightClickAttributes 0xAF0
    #define ZoomAttributes       0xAF4
    bool ZoomHack = (true);
    int MaxLevelOfZooms = 2;
    DWORD rWeapon = *(DWORD*)(pWeaponMgr+(4*i));
        if(ZoomHack)
        {
            for(int y=0; y<1500; y++)
            {
            if ((OHKWEAPONS) && (Rifle || MG || Pistol || ShotGun || SMG ))
                                {
                                                             *(float*)(rWeapon + RightClickAttributes      ) = 2.0f;
                                                              *(float*)(rWeapon + ZoomAttributes            ) = 8.0f;
                                  *(float*)(rWeapon + (0x3918         +   0 * 4)) = 2.5f; 
                                  *(float*)(rWeapon + (ZoomAttributes +   1 * 4)) = 2.0f; 
                                  *(int*  )(rWeapon + (
    Code:
    0x3940         +  10 * 4)) = 2.0f; 
                                  *(float*)(rWeapon + (0x3940         +  11 * 4)) = 500.0f; 
                                  *(float*)(rWeapon + (0x3940         +  12 * 4)) = 500.0f; 
    
                    }
                 }
        }
    
    Last edited by rabir007; 12-23-2013 at 01:37 PM.







  3. #3
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,607
    My Mood
    Relaxed
    Quote Originally Posted by rabir007 View Post


    Code:
    #define RightClickAttributes 0xAF0
    #define ZoomAttributes       0xAF4
    bool ZoomHack = (true);
    int MaxLevelOfZooms = 2;
    DWORD rWeapon = *(DWORD*)(pWeaponMgr+(4*i));
        if(ZoomHack)
        {
            for(int y=0; y<1500; y++)
            {
            if ((OHKWEAPONS) && (Rifle || MG || Pistol || ShotGun || SMG ))
                                {
                                                             *(float*)(rWeapon + RightClickAttributes      ) = 2.0f;
                                                              *(float*)(rWeapon + ZoomAttributes            ) = 8.0f;
                                  *(float*)(rWeapon + (0x3918         +   0 * 4)) = 2.5f; 
                                  *(float*)(rWeapon + (ZoomAttributes +   1 * 4)) = 2.0f; 
                                  *(int*  )(rWeapon + (
    Code:
    0x3940         +  10 * 4)) = 2.0f; 
                                  *(float*)(rWeapon + (0x3940         +  11 * 4)) = 500.0f; 
                                  *(float*)(rWeapon + (0x3940         +  12 * 4)) = 500.0f; 
    
                    }
                 }
        }
    
    i will try
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  4. #4
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    870
    My Mood
    Devilish
    @rabir007
    i tried to change the [500.0f, 500.0f]
    it's the speed of the scope ,,, i mean the time between change from non scope to scope !!!!

  5. #5
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored
    Quote Originally Posted by sobasoba13 View Post
    i will try
    Second Fix:
    Code:
    *(float*)(rWeapon + RightClickAttributes      ) = 2.0f;
    *(float*)(rWeapon + ZoomAttributes            ) = 8.0f;
    *(float*)(rWeapon + (0x3918         +   0 * 4)) = 2.5f; 
    *(float*)(rWeapon + (0x3918 +   1 * 4)) = 2.0f; 
    *(int*  )(rWeapon + (0x3918         +  10 * 4)) = 2.0f; 
    *(float*)(rWeapon + (0x3918         +  11 * 4)) = 500.0f; 
    *(float*)(rWeapon + (0x3918         +  12 * 4)) = 500.0f;
    If dont work, use 0x3940







  6. #6
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored
    Quote Originally Posted by I2espect View Post
    @rabir007
    i tried to change the [500.0f, 500.0f]
    it's the speed of the scope ,,, i mean the time between change from non scope to scope !!!!
    Didn't knew, thanks for the info...
    But at the moment, i do not work on crossfire hacks... And i don't really planning anymore...
    I'm just here on MPGh to help the coders where i can...







  7. #7
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    870
    My Mood
    Devilish

    third Fix:
    Code:
    *(int*)(rWeapon + RightClickAttributes      ) = 2;
    *(int*)(rWeapon + ZoomAttributes            ) = 8;
    *(float*)(rWeapon + (0x3918         +   0 * 4)) = 2.5f; 
    *(float*)(rWeapon + (0x3918 +   1 * 4)) = 2.0f; 
    *(int*  )(rWeapon + (0x3918         +  10 * 4)) = 2; 
    *(float*)(rWeapon + (0x3918         +  11 * 4)) = 500.0f; 
    *(float*)(rWeapon + (0x3918         +  12 * 4)) = 500.0f;

  8. #8
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    870
    My Mood
    Devilish

  9. #9
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,607
    My Mood
    Relaxed
    ty i made it finally but it's buggy xD
    i will post a video
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

Similar Threads

  1. [Solved] Send Error Report in mpgh cosmic hack v.8
    By rocket2012 in forum CrossFire Help
    Replies: 5
    Last Post: 07-19-2012, 06:14 PM
  2. [Tutorial] how to fix "send error report in the hack Aimbot/Esp CFNA Pub [Beta 3 DONE]
    By [TIB]injector's in forum CrossFire Tutorials
    Replies: 14
    Last Post: 09-15-2011, 04:37 AM
  3. [SOLVED]Send error report- all hacks tested with fi inject
    By xx claws xx in forum CrossFire Help
    Replies: 3
    Last Post: 10-03-2010, 12:19 PM