Results 1 to 8 of 8
  1. #1
    iProgammer's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    4

    SpeedHacker report error, help me

    What is the error of this backup? The addresses are fully updated according to the latest update ...
    When I enter the crossfire comes the 'Report error'.
    Code:
    float SpeedOld[1776];
    void backupvalue()
    {
    	for (int i = 0; i <= 1776; i++)
    	{
    		DWORD Weapon = (DWORD) (pWeaponMgr + (4 * i));
    		
    		if (Weapon != 0)
    		{
    			SpeedOld[i] = *(float*) (Weapon + MoveSpeedPenalty);
    		}
    	}
    }
    
    void SpeedHacker()
    {
    	for (int i = 0; i <= 1776; i++)
    	{
    		DWORD Weapon = (DWORD) (pWeaponMgr + (4 * i));
    		
    		if (GetAsyncKeyState(VK_SHIFT))
    			Weapon = ! Weapon;
    		if (Weapon != 0)
                                     if (GetAsyncKeyState(VK_SHIFT))
    				*(float*) (Weapon + MoveSpeedPenalty) = -0.2f;
    			else
    				*(float*) (Weapon + MoveSpeedPenalty) = SpeedOld[i];
    	}
    }

  2. #2
    D2-DEV's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    7
    My Mood
    Busy
    LOL, SPEED HACK NOT CURRENTLY WORKS

  3. #3
    O conhecimento é o caminho para liberdade.
    MPGH Member
    dreek1's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    localhost
    Posts
    1,175
    Reputation
    74
    Thanks
    1,263
    My Mood
    In Love
    Quote Originally Posted by iProgammer View Post
    What is the error of this backup? The addresses are fully updated according to the latest update ...
    When I enter the crossfire comes the 'Report error'.
    Code:
    float SpeedOld[1776];
    void backupvalue()
    {
    	for (int i = 0; i <= 1776; i++)
    	{
    		DWORD Weapon = (DWORD) (pWeaponMgr + (4 * i));
    		
    		if (Weapon != 0)
    		{
    			SpeedOld[i] = *(float*) (Weapon + MoveSpeedPenalty);
    		}
    	}
    }
    
    void SpeedHacker()
    {
    	for (int i = 0; i <= 1776; i++)
    	{
    		DWORD Weapon = (DWORD) (pWeaponMgr + (4 * i));
    		
    		if (GetAsyncKeyState(VK_SHIFT))
    			Weapon = ! Weapon;
    		if (Weapon != 0)
                                     if (GetAsyncKeyState(VK_SHIFT))
    				*(float*) (Weapon + MoveSpeedPenalty) = -0.2f;
    			else
    				*(float*) (Weapon + MoveSpeedPenalty) = SpeedOld[i];
    	}
    }
    You can't do it

  4. #4
    D2-DEV's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    7
    My Mood
    Busy
    lol its working for me !? fine ?!

  5. #5
    CaioFonseca's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Location
    XCrap.xt
    Posts
    27
    Reputation
    10
    Thanks
    5
    you no stop of ask for help here at mpgh right Why do not you do things by yourself?
    My name is Network

  6. #6
    iProgammer's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    4
    I have no mind of gold, I only asked for some help ... If you find yourself finding it, it's a bad problem.

  7. #7
    D2-DEV's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    7
    My Mood
    Busy
    get its addys

    - - - Updated - - -

    Code:
    ReloadAnimRatio - Weapon Reload (No Reload)
    ChangeWeaponAnimRatio - Weapon change delay (No weapon change delay)
    AmmoDamage - Weapon Damage (One hit kill)
    LowerAnimRate - Weapon Recoil (Less Recoil not full No Recoil

  8. #8
    D2-DEV's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    7
    My Mood
    Busy
    thank me if i helped you

    use that bypass :
    #define Bypass28_3 0x5C6771

Similar Threads

  1. [Help Request] Send error report????? PLEASE HELP
    By Imcrack in forum CrossFire Help
    Replies: 1
    Last Post: 08-07-2013, 02:38 PM
  2. [Help Request] iw3mp.exe ERROR HELP!
    By cottar blood in forum Call of Duty Modern Warfare Help
    Replies: 11
    Last Post: 12-27-2011, 03:42 PM
  3. [Help Request] CANA Error Help!!!
    By ParkII in forum Combat Arms Brazil Help
    Replies: 5
    Last Post: 08-06-2011, 09:51 AM
  4. [Help Request] MSVCR100 error help profire
    By x8xbcdhx8x in forum Combat Arms Help
    Replies: 5
    Last Post: 06-11-2011, 06:44 PM
  5. [help] with reporting errors[solved]
    By cosconub in forum Visual Basic Programming
    Replies: 4
    Last Post: 02-07-2011, 03:02 PM