Results 1 to 8 of 8
  1. #1
    blackstab1337's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    149
    My Mood
    Amused

    Godmode no longer works

    Ive tried setting my hp to 100 and to 900 (using the normal method of get_health and set_health) and im still dying to some zombies or some shots, but not all. And bleeding (Set bleeding off though)

    Am i missing something?

    Health is not going down

  2. #2
    Fr0zeNN's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    Prahova
    Posts
    87
    Reputation
    10
    Thanks
    619
    My Mood
    Cool
    Nelson patched that -_- don't try hard to make something..is not working anymore

  3. #3
    xiEatNoodlezx's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    X:\Windows\System32
    Posts
    167
    Reputation
    10
    Thanks
    616
    My Mood
    Busy
    Theres a simple work around....
    [code]if(health > 100)
    {
    health = 100;
    }
    if (health < 0)
    {
    health = 0
    }

    Thats pretty much what the patch does...

  4. #4
    blackstab1337's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    159
    Reputation
    10
    Thanks
    149
    My Mood
    Amused
    Quote Originally Posted by Fr0zeNN View Post
    Nelson patched that -_- don't try hard to make something..is not working anymore
    What is currently working?

  5. #5
    chrisddie61527's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    47
    On what Instruction do you exactly put this? Life.getHealth?

    Also, you can just right click and replace all with code right? Using ReflexIL? or am I missing something?

  6. #6
    yobson's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    England
    Posts
    434
    Reputation
    23
    Thanks
    1,151
    My Mood
    Yeehaw
    Quote Originally Posted by xiEatNoodlezx View Post
    Theres a simple work around....
    [code]if(health > 100)
    {
    health = 100;
    }
    if (health < 0)
    {
    health = 0
    }

    Thats pretty much what the patch does...
    What void is that located in?
    Donator since February 18th 2014

  7. #7
    xiEatNoodlezx's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Location
    X:\Windows\System32
    Posts
    167
    Reputation
    10
    Thanks
    616
    My Mood
    Busy
    Quote Originally Posted by XBradX View Post
    What void is that located in?
    I simply cant remember, I was looking at it somewhere...

  8. #8
    FinishTheFight's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    U.S. , TX
    Posts
    64
    Reputation
    10
    Thanks
    357
    My Mood
    Happy
    The string void.
    [img]https://i193.photobucke*****m/albums/z98/FinishTheFight_2007/Signatures/SpaceBass.jpg[/img][img]https://i193.photobucke*****m/albums/z98/FinishTheFight_2007/Pictures/FishinspaceFinal2-1.jpg[/img]

Similar Threads

  1. Winject ESP Hack no longer works?
    By Concr3te in forum Call of Duty Modern Warfare 2 Help
    Replies: 19
    Last Post: 02-17-2010, 05:07 AM
  2. [Help] Code hack => no longer working o.O
    By Chimpen in forum WarRock Discussions
    Replies: 2
    Last Post: 10-07-2009, 03:54 PM
  3. Old CF Pub no longer working?
    By CyanideCandy in forum CrossFire Hacks & Cheats
    Replies: 2
    Last Post: 07-10-2009, 12:33 PM
  4. GODMODE-search not working
    By mgofca in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 09-07-2008, 01:59 PM
  5. GODMODE-search not working
    By mgofca in forum Combat Arms Hacks & Cheats
    Replies: 20
    Last Post: 09-07-2008, 01:46 PM