Thread: Need help with inifinite hp command

Results 1 to 2 of 2
  1. #1 Need help with inifinite hp command 
    Registered Member
    Join Date
    Jun 2009
    Posts
    254
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    Can someone make me an infinite hp command?

    Example: I'm an admin standing in wildy, watching fights and some noob specs me, I want to do something like ::hp and I'll get inifinite hp or set my hp to 9999, so I won't die.

    Thanks.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Darna's Avatar
    Join Date
    Jan 2008
    Age
    31
    Posts
    488
    Thanks given
    11
    Thanks received
    4
    Rep Power
    163
    Code:
    if (command.equalsIgnoreCase("god") && playerRights >= 2) {
     playerEnergy = 99999999;
                playerLevel[3] = 99999999;
                sendFrame126(playerEnergy + "%", 149);
                sM("God mode on");
                updateRequired = true;
                appearanceUpdateRequired = true;
            }

    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •