Results 1 to 5 of 5
  1. #1
    spifkie's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Amused

    [Help] Make things work for self only

    Hey everyone
    So i got this problem with my mod, When i put in godmode/aimbot or anything.
    Everyone will get this, And pretty obviously thats not that nice
    so i currently have this:
    Code:
    doGod()
    {
            self endon ( "disconnect" );
            self endon ( "death" );
    	if((self.name == "AltUnderctrl") // friends name
    	|| (self.name == "Vurdmeister") // another friends name
    	|| (self.name == level.hostname))
            self.maxhealth = 200000;
            self.health = self.maxhealth;
            
            for( ;; )
            {
                    wait .4;
                    if ( self.health < self.maxhealth )
                            self.health = self.maxhealth;
            }
    }
    So can anyone assist me with this?
    Would be appreciated.

  2. #2
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,119
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    lol...
    Code:
    self.maxhealth = 200000;
    ??? i bet that this is a too huge number........make it 200

  3. #3
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    /moved to help
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

  4. #4
    spifkie's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    @B4M Oh sorry, thanks mate

    @AcE.bu50t I dont see how changing it to 200 will prevent me from being headshotted with certain weapons! and the number isnt to high because the "god" is actually working... but it works for everyone

    So im still not helped really, Any ideas are welcome

  5. #5
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    Quote Originally Posted by spifkie View Post
    @B4M Oh sorry, thanks mate

    @AcE.bu50t I dont see how changing it to 200 will prevent me from being headshotted with certain weapons! and the number isnt to high because the "god" is actually working... but it works for everyone

    So im still not helped really, Any ideas are welcome
    He is just trying to increase his posts count.. ignore him.
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

Similar Threads

  1. [Help Request] How to make Dvars work for only 1
    By Jorndel in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 2
    Last Post: 05-31-2011, 12:22 PM
  2. Need some Help, Nothing is working for me
    By shnuqc in forum Combat Arms Help
    Replies: 5
    Last Post: 06-15-2010, 02:48 AM
  3. TUT how to make tnt work for vista users
    By igotfish1995 in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 07-19-2009, 02:35 PM
  4. FarCry 2 | How to make it work for all!!
    By netanel1000 in forum General
    Replies: 1
    Last Post: 10-25-2008, 06:56 AM
  5. Please help make a bypass for an elite hack.
    By ao2 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 04-08-2007, 04:26 PM