Results 1 to 6 of 6
  1. #1
    XarutoUsoCrack's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    CFAL Honra & Glória Server
    Posts
    1,087
    Reputation
    51
    Thanks
    2,543
    My Mood
    Relaxed

    Memory Functions

    Helly Guys, my Souce it's getting Crash in game.

    Help Me ?

    Code:
    #define NoScope          0xAF0
    #define WeaponMgr        0xC25BC8
    
    if ( WeaponScope )
    	{
    		if ( pWeaponMgr )
    		{
    			for ( int i = 0; i < MAXWEAPONS; i++ )
    			{
    				if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    					*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoScope) = 0.0f;
    			}
    		}
    	}

  2. The Following User Says Thank You to XarutoUsoCrack For This Useful Post:

    pDevice (09-12-2012)

  3. #2
    bogdanalex's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    2
    My Mood
    Amused
    for me is work fine....

  4. #3
    Shartob1's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    INDO-CROSSFIRE
    Posts
    140
    Reputation
    10
    Thanks
    14
    My Mood
    Amused
    Quote Originally Posted by bogdanalex View Post
    for me is work fine....
    What string "NoScop" ???
    <=======================================>
    PRESS THANK'S IF I HELP YOU
    <=======================================>
    INDO-CROSSFIRE

     

    - Make Hack Crossfire
    - Make Loader
    - 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 [0%]


     
    => dicky87smd (my teacher)
    => Kareem111 (best friend)
    => MagicWar7

  5. #4
    Nexuz2011's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Philippines
    Posts
    163
    Reputation
    8
    Thanks
    209
    My Mood
    Cool
    Quote Originally Posted by Shartob1 View Post
    What string "NoScop" ???
    String Name : "NoZoom"
    My Remix!!
    PARTY MUSIC 2012 (CLUB MIX)
    https://soundcloud.com/electro_tehj/p...-club-mix-2012

    CROSSFIRE PH HACK w/ HOOK

  6. #5
    Hydrogen's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    2,377
    Reputation
    140
    Thanks
    988
    My Mood
    Mellow
    Quote Originally Posted by bogdanalex View Post
    for me is work fine....
    doesn't work for me, And It Does Work For The Other Guys Too.

  7. #6
    ramo's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    A.R.E
    Posts
    291
    Reputation
    82
    Thanks
    4,076
    My Mood
    Blah
    This works
    Code:
    			if(pWeaponMgr)
    			{
    				for(int i=0; i<670; i++)
    				{
    					DWORD rWeapon = *(DWORD*)(pWeaponMgr+(4*i));
    					if(rWeapon)
    					{
    						for(int y=0; y<6; y++)
    						{
    							*(float*)(rWeapon + 0xAddy) = 8.0f;//No Scope overaly
                                                    }
                                            }
                                   }
                           }

  8. The Following User Says Thank You to ramo For This Useful Post:

    3D (09-25-2012)

Similar Threads

  1. [Solved] Encrypting Memory Functions
    By arun823 in forum Combat Arms Coding Help & Discussion
    Replies: 2
    Last Post: 06-02-2012, 12:10 AM
  2. C++ Memory write/read functions?
    By Spoking in forum C++/C Programming
    Replies: 16
    Last Post: 08-07-2009, 12:52 PM
  3. Optimize Memory
    By 1h1a1i in forum Hardware & Software Support
    Replies: 35
    Last Post: 08-03-2006, 07:31 AM
  4. Replies: 3
    Last Post: 01-04-2006, 09:52 PM
  5. Direct Memory Access (DMA) to Static Memory Addresses
    By Dave84311 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 12-31-2005, 08:18 PM