Page 2 of 2 FirstFirst 12
Results 16 to 29 of 29
  1. #16
    wtfhaksftw's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    108
    Reputation
    10
    Thanks
    7
    My Mood
    Stressed
    Lol I have been learning c++ for more than 2 years, etc But I don't know how the hell you find addies though I know how to dump with ollydbg.
    Btw if it took you one month it depends on what you learned...

  2. #17
    skulhead's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    714
    Reputation
    0
    Thanks
    158
    My Mood
    Cheerful
    I learned everything I need to know.

  3. #18
    GER-Domi.'s Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    277
    Reputation
    15
    Thanks
    823
    My Mood
    Cool
    Quote Originally Posted by ©®o$s ƒi®E™ View Post
    Code:
    No Grenade Damage / 1 Hit K.O.
    
    0x07F8 => "AmmoDamage"
    
    Shot Gun Spread
    
    0x0834 => "ShotsPerAmmo"
    
    No Weapon Weight
    
    0x20D0 => "MoveSpeedPenalty"
    0x20D4 => "ZoomInMoveSpeedPenalty"
    0x20D8 => "MovePenaltyForDelayFire"
    tested > not working!
    find solofly then you are the best

  4. #19
    TheCamels8's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Israel :D
    Posts
    2,945
    Reputation
    174
    Thanks
    1,376
    My Mood
    Cheeky
    I guess some of them won't work..
    Anyways thanks, i'm starting coding for CrossFire it can help.

  5. #20
    skulhead's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    714
    Reputation
    0
    Thanks
    158
    My Mood
    Cheerful
    Quote Originally Posted by TheCamels8 View Post
    I guess some of them won't work..
    Anyways thanks, i'm starting coding for CrossFire it can help.
    It should be nice if you post some addies, because your addy finder

  6. #21
    tolga599's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    nowhere
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    where is the link of your link pliz

  7. #22
    TheCamels8's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Israel :D
    Posts
    2,945
    Reputation
    174
    Thanks
    1,376
    My Mood
    Cheeky
    Quote Originally Posted by skulhead View Post
    It should be nice if you post some addies, because your addy finder
    I'm working about it

  8. #23
    tolga599's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    nowhere
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    okay thx i'm waiting for you

  9. #24
    [D]arkMan's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Akatsuki
    Posts
    1,026
    Reputation
    10
    Thanks
    1,224
    My Mood
    Asleep
    nice :d for that man

  10. The Following User Says Thank You to [D]arkMan For This Useful Post:

    AdiosAmigo (02-22-2011)

  11. #25
    DOOP's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Leyte
    Posts
    547
    Reputation
    44
    Thanks
    3,250
    can you post PCF OFFSET of Nonade Damage, One Hit Kill, No Weapon Weight
    already have unpacked CShell.dll for PCF. but i do not know how to find onehitkill offset

  12. #26
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    ok, i just found this addy so please tell me if i am right or no.

    The addy for view bag is: 0x2B7

  13. #27
    HackedByUnknow's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Cold
    Don't learn to hack.Hack to learn lolz

  14. #28
    tolga599's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    nowhere
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    when are you finished ?

  15. #29
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    can't we replace all those Addies for no weapon weigh with this:
    Code:
    DWORD nW = 0x20D0;
    DWORD nW2 = nW + 0x4;
    DWORD nW3 = nW + 0x8;
    I think it's faster

Page 2 of 2 FirstFirst 12