Page 3 of 3 FirstFirst 123
Results 31 to 36 of 36
  1. #31
    CFhackerfree's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Germany
    Posts
    801
    Reputation
    22
    Thanks
    4,417
    My Mood
    Happy
    @OMFGDUDE
    value is wrong and you need 2 offsets
    you can find the rigth Offsets here:
    https://www.mpgh.net/forum/242-crossf...onlog-etc.html
    KnifeOHK1: 0xBBC
    KnifeOHK2: 0xBC8
    (@DaRk)


    Code:
    #define knives ((i==5)||(i==35)||(i==74)||(i==132)||(i==189)||(i= =239)||(i==261)||(i==269)||(i==270)||(i==271)||(i= =372)||(i==437)||(i==517)||(548))
    
    if( pWeaponMgr)
    {
             for(int i=0; i<600; i++)
             {
                   DWORD Waffe= *(DWORD*)(pWeaponMgr+(4*i));
    				if(Waffe || && knives)
    				{
    					for(int y=0; y<10; y++)
    					{
    						*(float*)(Waffe + OFFSET+y*4) = Wert/VALUE;
    						*(float*)(Waffe + OFFSET+y*4) = Wert/VALUE;
    					}}
    Last edited by CFhackerfree; 04-04-2012 at 08:08 PM.

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

    OMFGDUDE (04-05-2012)

  3. #32
    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 CFhackerfree View Post
    @OMFGDUDE
    value is wrong and you need 2 offsets
    you can find the rigth Offsets here:
    https://www.mpgh.net/forum/242-crossf...onlog-etc.html
    KnifeOHK1: 0xBBC
    KnifeOHK2: 0xBC8
    (@DaRk)


    Code:
    #define knives ((i==5)||(i==35)||(i==74)||(i==132)||(i==189)||(i= =239)||(i==261)||(i==269)||(i==270)||(i==271)||(i= =372)||(i==437)||(i==517)||(548))
    
    if( pWeaponMgr)
    {
             for(int i=0; i<600; i++)
             {
                   DWORD Waffe= *(DWORD*)(pWeaponMgr+(4*i));
    				if(Waffe || && knives)
    				{
    					for(int y=0; y<10; y++)
    					{
    						*(float*)(Waffe + OFFSET+y*4) = Wert/VALUE;
    						*(float*)(Waffe + OFFSET+y*4) = Wert/VALUE;
    					}}
    @CFhackerfree can i ask u why ur looping through 10?? 10*4 = 40, 40 as hex is 28. so BBC + 28 = BE4 that's not right coz KnifeNormalAmmoDamage offset is 0xBBC and KnifeNormalAmmoDamge2 is BD4. u have to loop through 4 bytes each to BD4 . but u looped with 10, which equals BE4, that's not right ...it's suppose to be 6 why coz..6*4 = 24 and 24 as hex is 18 so BBC + 18 = BD4. Same thing goes for BC8, BC8 + 18 = BEO which is KnifeBigShotAmmoDamage2

    PS. u dont have to define knives
    Last edited by DaRk; 04-04-2012 at 10:18 PM.

  4. The Following User Says Thank You to DaRk For This Useful Post:

    OMFGDUDE (04-05-2012)

  5. #33
    OMFGDUDE's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    3
    Ok, thanks all, i made it for CF NA and it works great, but for CF RU it dont takes any damage. Why? It is patched or what? What do you think?

  6. #34
    CFhackerfree's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Germany
    Posts
    801
    Reputation
    22
    Thanks
    4,417
    My Mood
    Happy
    @DaRk
    hm... for me working fine -.-

  7. The Following User Says Thank You to CFhackerfree For This Useful Post:

    OMFGDUDE (04-05-2012)

  8. #35
    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 CFhackerfree View Post
    @DaRk
    hm... for me working fine -.-
    i am just saying it's suppose to be 6 not 10

  9. The Following 2 Users Say Thank You to DaRk For This Useful Post:

    CFhackerfree (04-05-2012),OMFGDUDE (04-05-2012)

  10. #36
    OMFGDUDE's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by OMFGDUDE View Post
    Ok, thanks all, i made it for CF NA and it works great, but for CF RU it dont takes any damage. Why? It is patched or what? What do you think?
    .................................................. ....

Page 3 of 3 FirstFirst 123

Similar Threads

  1. [Patched] AeroNex Hack Version. 4 [D3D MENU + OHK KNIFE + WALL HACK +FULL BRIGHT! 3/4/2012]
    By AeroNex in forum CrossFire Hacks & Cheats
    Replies: 123
    Last Post: 03-17-2012, 03:55 PM
  2. Knife OHK is patched
    By Coder[Vb10e] in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 22
    Last Post: 03-12-2012, 12:00 PM
  3. knife weapon hack problem
    By kmanev073 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 15
    Last Post: 11-23-2011, 07:53 PM
  4. Ak Knife Disconnection Problem[SOLVED]
    By jaky77777 in forum CrossFire Help
    Replies: 4
    Last Post: 08-18-2010, 01:43 PM
  5. Super Knife problem
    By xfiredoomx in forum Combat Arms Mod Discussion
    Replies: 13
    Last Post: 12-22-2009, 03:35 AM