Results 1 to 10 of 10
  1. #1
    CNAW28's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    168
    Reputation
    10
    Thanks
    11
    My Mood
    Amused

    Post Addies as of April 1, 2012

    If they're wrong, at least I've tried:


    SmokeAlpha [No smoke] = 0x305314
    C4PlantTime [Fast C4 Plant] = 0x302518
    C4DefuseTime [Fast C4 Defuse] = 0x302508
    MaxDefuseDistance [Long Range Defusal] = 0x3024F0
    CharacterHiddenAlpha [See Ghost (1)] = 0x3024D8
    CharacterHiddenWalkAlpha [See Ghost (2)] = 0x3024BC
    CharacterHiddenRunAlpha [See Ghost (3)] = 0x3024A4
    BulletPosOffset [No Recoil] = 0x3054EC
    ShotReactYaw%d_%d [No Knockback (1)] = 0x3054D8
    ShotReactPitch%d_%d [No Knockback (2)] =0x3054C4

    Notify me if they're wrong.

    [There are no offsets yet]

    University: Pamantasan ng Lungsod ng Maynila (PLM)

    Incoming Freshman


    Course: Bachelor of Science in Computer Studies - Computer Science

    ...Almost there, fellow coders!

  2. #2
    Ryuzaki™'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    At my headquarter, catching KIRA
    Posts
    1,671
    Reputation
    41
    Thanks
    6,252
    My Mood
    Lurking
    All of them are wrong
    Well it is your first time, that is just fine even me I am wrong in my first attempt
    Anyway, good job for trying

    And about these:
    ShotReactYaw%d_%d
    ShotReactPitch%d_%d

    Those string names are not for no Knockback, they are for no recoil
    Last edited by Ryuzaki™; 04-01-2012 at 01:41 AM.



  3. #3
    firefox800's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    294
    Reputation
    10
    Thanks
    2,136
    My Mood
    Fine
    Quote Originally Posted by CNAW28 View Post
    If they're wrong, at least I've tried:


    SmokeAlpha [No smoke] = 0x305314
    C4PlantTime [Fast C4 Plant] = 0x302518
    C4DefuseTime [Fast C4 Defuse] = 0x302508
    MaxDefuseDistance [Long Range Defusal] = 0x3024F0
    CharacterHiddenAlpha [See Ghost (1)] = 0x3024D8
    CharacterHiddenWalkAlpha [See Ghost (2)] = 0x3024BC
    CharacterHiddenRunAlpha [See Ghost (3)] = 0x3024A4
    BulletPosOffset [No Recoil] = 0x3054EC
    ShotReactYaw%d_%d [No Knockback (1)] = 0x3054D8
    ShotReactPitch%d_%d [No Knockback (2)] =0x3054C4

    Notify me if they're wrong.

    [There are no offsets yet]
    1. Dumped CSHELL or View CSHELL directly.
    2. Attached Olly.
    3. Find the corresponding string/offset.
    (Some strings can be found in Crossfire Hacks Sources Thread. it was Sticky).
    4. Happy Searching...

  4. #4
    CNAW28's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    168
    Reputation
    10
    Thanks
    11
    My Mood
    Amused
    Oh. Ok. But I thought BulletPosOffset was for No Recoil? Are they the same, @xmen?

    University: Pamantasan ng Lungsod ng Maynila (PLM)

    Incoming Freshman


    Course: Bachelor of Science in Computer Studies - Computer Science

    ...Almost there, fellow coders!

  5. #5
    Ryuzaki™'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    At my headquarter, catching KIRA
    Posts
    1,671
    Reputation
    41
    Thanks
    6,252
    My Mood
    Lurking
    Quote Originally Posted by CNAW28 View Post
    Oh. Ok. But I thought BulletPosOffset was for No Recoil? Are they the same, @xmen?
    You will need to have 6 strings to make a no recoil perfect, if you just do BulletPosOffset it will just less the recoil and scatter the bullets again after some shots



  6. #6
    tryhacker's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    where you least expect
    Posts
    341
    Reputation
    23
    Thanks
    3,914
    My Mood
    Aggressive
    Quote Originally Posted by xmen View Post
    You will need to have 6 strings to make a no recoil perfect, if you just do BulletPosOffset it will just less the recoil and scatter the bullets again after some shots
    I make 11


    Quote Originally Posted by CNAW28 View Post
    If they're wrong, at least I've tried:


    SmokeAlpha [No smoke] = 0x305314
    C4PlantTime [Fast C4 Plant] = 0x302518
    C4DefuseTime [Fast C4 Defuse] = 0x302508
    MaxDefuseDistance [Long Range Defusal] = 0x3024F0
    CharacterHiddenAlpha [See Ghost (1)] = 0x3024D8
    CharacterHiddenWalkAlpha [See Ghost (2)] = 0x3024BC
    CharacterHiddenRunAlpha [See Ghost (3)] = 0x3024A4
    BulletPosOffset [No Recoil] = 0x3054EC
    ShotReactYaw%d_%d [No Knockback (1)] = 0x3054D8
    ShotReactPitch%d_%d [No Knockback (2)] =0x3054C4

    Notify me if they're wrong.

    [There are no offsets yet]
    Smoke Alpha is not the string for no smoke

    and everything wrong sorry

  7. #7
    zhanre's Avatar
    Join Date
    Oct 2010
    Gender
    female
    Location
    Ukrain
    Posts
    270
    Reputation
    12
    Thanks
    60
    My Mood
    Aggressive
    Remember most of them start with FSTP

  8. #8
    CNAW28's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    168
    Reputation
    10
    Thanks
    11
    My Mood
    Amused
    Oh, like floats? E.g: BulletPosOffset: 0x7C

    University: Pamantasan ng Lungsod ng Maynila (PLM)

    Incoming Freshman


    Course: Bachelor of Science in Computer Studies - Computer Science

    ...Almost there, fellow coders!

  9. #9
    Ryuzaki™'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    At my headquarter, catching KIRA
    Posts
    1,671
    Reputation
    41
    Thanks
    6,252
    My Mood
    Lurking
    Quote Originally Posted by CNAW28 View Post
    Oh, like floats? E.g: BulletPosOffset: 0x7C
    Yep they are floats but 0x7C is not BulletPosOffset.



  10. #10
    CNAW28's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    168
    Reputation
    10
    Thanks
    11
    My Mood
    Amused
    @xmen its just an example. Thanks.

    University: Pamantasan ng Lungsod ng Maynila (PLM)

    Incoming Freshman


    Course: Bachelor of Science in Computer Studies - Computer Science

    ...Almost there, fellow coders!

Similar Threads

  1. [Source Code] Addy Last Update 31/01/2012
    By eagl3 in forum WarRock Hack Source Code
    Replies: 11
    Last Post: 02-09-2012, 08:54 AM
  2. [Source Code] Addy Last Update 09/02/2012
    By eagl3 in forum WarRock Hack Source Code
    Replies: 0
    Last Post: 02-09-2012, 05:59 AM
  3. [Source Code] Addy Last Update 21/01/2012
    By eagl3 in forum WarRock Hack Source Code
    Replies: 2
    Last Post: 01-24-2012, 11:57 PM
  4. [Release] Addy 23 april
    By Mike Shinoda in forum WarRock Hack Source Code
    Replies: 4
    Last Post: 05-02-2011, 10:51 AM
  5. [Release] Addy 15 april
    By schaapjes in forum WarRock Hack Source Code
    Replies: 21
    Last Post: 04-19-2011, 05:26 AM