Thread: hp above heads

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 33
  1. #1 hp above heads 
    Crysis
    Guest
    Difficulty: 1/10
    Anti leech? No
    Description To add Hp Above heads (like moparscape).
    Classes modified: client.java

    Open client.java (in your client).

    find
    Code:
        public boolean aBoolean1157;
    add this underneath it

    Code:
    public boolean hp = true;
    now under

    Code:
                if(((Class30_Sub2_Sub4_Sub1) (obj)).anInt1532 > anInt1161)
                {
                    method127(true, ((Class30_Sub2_Sub4_Sub1) (obj)), ((Class30_Sub2_Sub4_Sub1) (obj)).anInt1507 + 15);
                    if(anInt963 > -1)
                    {
    add
    Code:
                        if(hp == true)                    
                            aClass30_Sub2_Sub1_Sub4_1272.method382(0xff0000, anInt963, -918, (new StringBuilder()).append(((Class30_Sub2_Sub4_Sub1)(Class30_Sub2_Sub4_Sub1)obj).anInt1533).append("/").append(((Class30_Sub2_Sub4_Sub1)(Class30_Sub2_Sub4_Sub1)obj).anInt1534).toString(), anInt964 - 9, true);
    ===========================
    now the command, this is 100% credits to xharveyx

    Code:
    	if(aString887.equals("::hpon")) {
    		hp = true;
    	}
    	if(aString887.equals("::hpoff")) {
    		hp = false;
    	}
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2007
    Posts
    518
    Thanks given
    1
    Thanks received
    3
    Discord
    View profile
    Rep Power
    0
    Really nice.
    Ill add now.

    - Izzane
    Reply With Quote  
     

  3. #3  
    Whitey
    Guest
    Cool, I havent seen this before as a tut.
    Reply With Quote  
     

  4. #4  
    Crysis
    Guest
    had for i while, thougt id release
    Reply With Quote  
     

  5. #5  
    Cpt. Anarchy
    Guest
    Now all you need to do is make a client the has buttons enabling it or disabling it.
    Reply With Quote  
     

  6. #6  
    Respected Member

    Markus's Avatar
    Join Date
    Aug 2007
    Age
    30
    Posts
    3,465
    Thanks given
    31
    Thanks received
    418
    Rep Power
    2440
    Nice tut, but if people really want hp above head all they need to do is go and use the mopar client.
    Former Global Mod

    Reply With Quote  
     

  7. #7  
    Registered Member
    Harvey's Avatar
    Join Date
    Mar 2007
    Posts
    965
    Thanks given
    0
    Thanks received
    55
    Rep Power
    296
    i changed the true to false and added this with commands
    Code:
    	if(aString887.equals("::hpon")) {
    		hp = true;
    	}
    	if(aString887.equals("::hpoff")) {
    		hp = false;
    	}
    I added system print thingy majig.

    Quote Originally Posted by markus555 View Post
    Nice tut, but if people really want hp above head all they need to do is go and use the mopar client.
    what is you wanted a custom client with skill capes etc? what if you wanted noone to know your port? what if you want to make a client like mopars? this can help...
    Last edited by Harvey; 10-07-2007 at 02:00 AM. Reason: Double posting is not allowed!
    Thanks,

    Harvey
    Reply With Quote  
     

  8. #8  
    Extreme Donator
    booher's Avatar
    Join Date
    Jul 2007
    Age
    27
    Posts
    461
    Thanks given
    2
    Thanks received
    20
    Rep Power
    46
    im adding it to my 377 clinet
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  9. #9  
    Crysis
    Guest
    np glad i can help, harvey, ty for teh smexi rep
    Reply With Quote  
     

  10. #10  
    Phoenixx
    Guest
    Awesomeness...
    Very easy to add. Great job.
    Reply With Quote  
     

Page 1 of 4 123 ... LastLast

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
  •