Results 1 to 8 of 8
  1. #1
    Kierze's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    152
    Reputation
    10
    Thanks
    163

    [Creepy/AS3] Godmode Command!

    Usage:
    /god

    ez as fuck to code and add so here it is

    Code:
        class GodCommand : Command
        {
            public GodCommand() : base("god", permLevel: 1) { }
    
            protected override bool Process(Player player, RealmTime time, string args)
            {
                if (player.HasConditionEffect(ConditionEffects.Invulnerable))
                {
                    player.ApplyConditionEffect(new ConditionEffect()
                    {
                        Effect = ConditionEffectIndex.Invulnerable,
                        DurationMS = 0,
                    });
                	player.SendInfo("Godmode Deactivated");
                    return false;
                }
                else
                {
                    player.ApplyConditionEffect(new ConditionEffect()
                    {
                        Effect = ConditionEffectIndex.Invulnerable,
                        DurationMS = -1
                    });
                    player.SendInfo("Godmode Activated");
                }
                return true;
            }
        }
    Just put this in wserver>realm>commands>admincommands.cs at the bottom
    Last edited by Kierze; 06-01-2015 at 03:06 AM.

  2. #2
    sacredmike's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Uranus ;)
    Posts
    685
    Reputation
    15
    Thanks
    3,255
    My Mood
    Devilish
    Invulnerable needs to be Invincible.
    i'm actually just a horny boy

  3. #3
    sebastianfra12's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    361
    Reputation
    21
    Thanks
    75
    My Mood
    Inspired
    ./addeff 23 is better :3

  4. #4
    Kierze's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    152
    Reputation
    10
    Thanks
    163
    Quote Originally Posted by sacredmike View Post
    Invulnerable needs to be Invincible.
    but then you don't see a sign of being in godmode

    - - - Updated - - -

    Quote Originally Posted by sebastianfra12 View Post
    ./addeff 23 is better :3
    too long to write

  5. #5
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Quote Originally Posted by Kierze View Post
    but then you don't see a sign of being in godmode

    - - - Updated - - -



    too long to write
    Invulnerable isnt 'godmode', you can still take effects from projectiles and you still get hit by projectiles, it just doesnt do damage. Invincible is better/'godmode'.
    YEP cock

  6. #6
    Kierze's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    152
    Reputation
    10
    Thanks
    163
    Quote Originally Posted by BlackRayquaza View Post
    Invulnerable isnt 'godmode', you can still take effects from projectiles and you still get hit by projectiles, it just doesnt do damage. Invincible is better/'godmode'.
    wait wait so you just said...
    invunlnerable isn't godmode it just makes it so you can't take damage... Are you sure you are ok?

  7. #7
    Ahl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Location
    /modcp
    Posts
    16,599
    Reputation
    3219
    Thanks
    5,383
    My Mood
    Angelic
    Quote Originally Posted by Kierze View Post
    wait wait so you just said...
    invunlnerable isn't godmode it just makes it so you can't take damage... Are you sure you are ok?
    He means buffs. You still get the negative buffs such as blind.

    Invincible completely removes that
    News Force Head Editor from 09/14/2018 - 03/02/2020
    Publicist from 11/23/2017 - 06/07/2019
    Global Moderator since 09/24/2017
    Minion+ from 04/16/2017 - 09/24/2017
    Market Place Minion from 04/16/2017 - 09/24/2017
    Minecraft Minion from 02/23/2017 - 09/24/2017
    Realm of the Mad God Minion from 11/06/2016 - 09/24/2017

    Middleman from 09/14/2016 - 09/24/2017
    News Force Editor from 08/23/2016 - 09/14/2018
    News Force (Section of the Week) from 03/21/2016 - 07/17/2017
    News Force (User News) from 10/18/2015 - 09/14/2018

    Donator since 03/16/2015
    Realm of the Mad God Editor from 05/20/2014 - 07/08/2014
    Member since 12/23/2012


    Rep Power: 82

  8. #8
    Kierze's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    152
    Reputation
    10
    Thanks
    163
    Quote Originally Posted by Color's Sheep View Post
    He means buffs. You still get the negative buffs such as blind.

    Invincible completely removes that
    ohhh debuffs if you wanna get no debuffs change it to invincible guys

Similar Threads

  1. GodMode AlterIW console command ?
    By SoupX in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 03-04-2011, 07:15 AM
  2. Warrock Command List
    By Dave84311 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-26-2006, 11:03 PM
  3. Demon of some commands
    By HolyFate in forum Gunz Hacks
    Replies: 12
    Last Post: 02-21-2006, 01:43 PM
  4. Godmode Hack with Ollydbg Tutorial
    By emisand in forum Gunz Hacks
    Replies: 46
    Last Post: 02-20-2006, 06:12 PM
  5. Can we post godmode for gunz
    By rock1988 in forum Gunz General
    Replies: 24
    Last Post: 02-09-2006, 10:51 PM