Results 1 to 6 of 6
  1. #1
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy

    adding memory hacks to mo3ad001 menu base

    how do i add meonery hacks to this base i found out how to do it on other base but i can find out how to do it on this base plz help me!!

  2. #2
    ISmokeWeedAmICoolNow's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    19
    My Mood
    Bitchy


    get out

  3. The Following 5 Users Say Thank You to ISmokeWeedAmICoolNow For This Useful Post:

    flameswor10 (10-07-2011),Ixxz (10-06-2011),KawaiiSlut (10-07-2011),OBrozz (10-06-2011),Saltine (10-06-2011)

  4. #3
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy
    just tell me how to add them

  5. #4
    Irgendeiner's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    1. Make a function like this:

    Code:
    void cHack::PatchASM(bool MenuVal, int iAddress, char chCodeOn[], char chCodeOff[], int iLength, bool &zsFlag)
    {
    	if(MenuVal)
    	{
    		if(zsFlag)
    		{
                		memcpy((void*)iAddress,(void*)(char*)chCodeOn, iLength);
    			zsFlag = false;
    		}
    	}
        	else if(zsFlag == false)
    	{
            	memcpy((void*)iAddress,(void*)(char*)chCodeOff, iLength);
    		zsFlag = true;
    	}
    }
    2. Execute it

    Code:
    Hack.PatchASM(Menu.CheckBox[1][1].State, iRapidFire, chRapidFireOn, chRapidFireOff, iRapidFireLength, Hack.Flag.Flag[i++]);
    if you need help with simple stuff like this you should go and learn the basics!

  6. The Following User Says Thank You to Irgendeiner For This Useful Post:

    yoyoman4567 (10-06-2011)

  7. #5
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy
    thank you so much

  8. #6
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Quote Originally Posted by ISmokeWeedAmICoolNow View Post


    get out
    LOL
    /tooshort

Similar Threads

  1. mo3ad001 Menu Base Help
    By Code-Keys in forum Combat Arms Coding Help & Discussion
    Replies: 7
    Last Post: 10-28-2011, 06:54 PM
  2. [Help]Adding a hack to sealionone's menu
    By NOOBJr in forum Combat Arms Coding Help & Discussion
    Replies: 7
    Last Post: 10-14-2010, 06:47 PM
  3. [Release] MuSiC_kInG RUSSIAN CF public hack, with new menu added
    By MiNT in forum CrossFire Hacks & Cheats
    Replies: 151
    Last Post: 09-26-2010, 01:10 PM
  4. Memory Hacking (the ones that works/doesn't work)
    By Kuro Tenshi in forum Combat Arms Europe Hacks
    Replies: 2
    Last Post: 04-12-2009, 02:36 AM
  5. Memory Hacking Software (MHS)
    By ElmoCA in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 02-04-2009, 05:56 PM