Thread: [Non Renamed] X-ray Right Click

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 [Non Renamed] X-ray Right Click 
    Donator

    Join Date
    Feb 2010
    Posts
    381
    Thanks given
    8
    Thanks received
    4
    Rep Power
    5
    Well today i added the "Transparent Right click" And i changed the settings to make the right click Xray Vision.

    You do not need any sprites or anything for this its a basic change for the stuff, and it's pretty cool..

    In Client Class search this void method40
    Replace this whole method with this:

    Code:
    public final void method40(byte byte0)
        {
            int i = anInt949;
            int j = anInt950;
            int k = anInt951;
            int l = anInt952;
            int i1 = 0x5d5447;
            Class30_Sub2_Sub1.transparentBox(l, j, i, i1, k, 0, 400);
            if(byte0 == 9)
                byte0 = 0;
            else
                return;
            Class30_Sub2_Sub1.method336(16, j + 1, i + 1, 0, k - 2, 0);
            Class30_Sub2_Sub1.method337(i + 1, k - 2, l - 19, 0, j + 18, true);
            aClass30_Sub2_Sub1_Sub4_1272.method385(i1, "Choose Option", j + 14, 822, i + 3);
            int j1 = super.anInt20;
            int k1 = super.anInt21;
            if(anInt948 == 0)
            {
                j1 -= 4;
                k1 -= 4;
            }
            if(anInt948 == 1)
            {
                j1 -= 553;
                k1 -= 205;
            }
            if(anInt948 == 2)
            {
                j1 -= 17;
                k1 -= 357;
            }
            for(int l1 = 0; l1 < anInt1133; l1++)
            {
                int i2 = j + 31 + (anInt1133 - 1 - l1) * 15;
                int j2 = 0xffffff;
                if(j1 > i && j1 < i + k && k1 > i2 - 13 && k1 < i2 + 3)
                    j2 = 0xffff00;
                aClass30_Sub2_Sub1_Sub4_1272.method389(false, true, i + 3, j2, aStringArray1199[l1], i2);
            }
    
        }
    Now go into Class30_sub2_sub1 and add this method.

    Code:
    public static void transparentBox(int i, int j, int k, int l, int i1, int j1, int opac)
        {
    	int j3 = 256 - opac;
            if(k < anInt1383)
            {
                i1 -= anInt1383 - k;
                k = anInt1383;
            }
            if(j < anInt1381)
            {
                i -= anInt1381 - j;
                j = anInt1381;
            }
            if(k + i1 > anInt1384)
                i1 = anInt1384 - k;
            if(j + i > anInt1382)
                i = anInt1382 - j;
            int k1 = anInt1379 - i1;
            int l1 = k + j * anInt1379;
            if(j1 != 0)
                anInt1374 = -374;
            for(int i2 = -i; i2 < 0; i2++)
            {
                for(int j2 = -i1; j2 < 0; j2++){
    				int i3 = anIntArray1378[l1];
                    anIntArray1378[l1++] = ((l & 0xff00ff) * opac + (i3 & 0xff00ff) * j3 & 0xff00ff00) + ((l & 0xff00) * opac + (i3 & 0xff00) * j3 & 0xff0000) >> 8;
    			}
                l1 += k1;
            }
    
        }
    Picture:



    Credits:

    -Demise
    -Legacy508


    Click here to see girls masturbating amazingly, If it dosent work click spoiler for link.
    Spoiler for Link:

    You idiot, HAHAHA!

    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Nov 2009
    Posts
    3,056
    Thanks given
    113
    Thanks received
    838
    Rep Power
    740
    haha, thats funny
    Reply With Quote  
     

  3. #3  
    Fuckin PRO Derek's Avatar
    Join Date
    May 2008
    Posts
    1,259
    Thanks given
    38
    Thanks received
    86
    Rep Power
    67
    Is there a reason the transparency is purple on delta clients?
    Thank me if I helped you.





    [Only registered and activated users can see links. ]
    or
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #4  
    #extreme

    +Deus Ex's Avatar
    Join Date
    Nov 2009
    Posts
    2,965
    Thanks given
    236
    Thanks received
    214
    Rep Power
    411
    What u mean x-ray? the pic seems like the one demise released :/
    Best regards,
    +Deus Ex
    Reply With Quote  
     

  5. #5  
    Web Developer
    Connor's Avatar
    Join Date
    Jul 2010
    Posts
    203
    Thanks given
    21
    Thanks received
    2
    Rep Power
    47
    Hawt
    They have this on NR (Near-Reality)

    Mr Silent

    Kind Regards,
    Connor
    Reply With Quote  
     

  6. #6  
    Donator

    Join Date
    Feb 2010
    Posts
    381
    Thanks given
    8
    Thanks received
    4
    Rep Power
    5
    It is the one Demise released, I just changed it around a bit and made it sort of X-Ray, Look at the characterts legs through the right click option.

    Click here to see girls masturbating amazingly, If it dosent work click spoiler for link.
    Spoiler for Link:

    You idiot, HAHAHA!

    Reply With Quote  
     

  7. #7  
    Sub
    Sub is offline
    sυввч

    Sub's Avatar
    Join Date
    Aug 2007
    Age
    21
    Posts
    4,325
    Thanks given
    1,082
    Thanks received
    346
    Discord
    View profile
    Rep Power
    2755
    its called transparent not xray -_-
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Nov 2009
    Posts
    1,800
    Thanks given
    7
    Thanks received
    18
    Rep Power
    0
    Quote Originally Posted by Sub View Post
    its called transparent not xray -_-
    He means the colours change >.<
    Reply With Quote  
     

  9. #9  
    Interfacing with your sister

    Streax's Avatar
    Join Date
    Jun 2009
    Posts
    2,311
    Thanks given
    782
    Thanks received
    175
    Rep Power
    229
    well it does look like xray but nice job.
    Reply With Quote  
     

  10. #10  
    Registered Member

    Join Date
    Aug 2008
    Posts
    2,823
    Thanks given
    362
    Thanks received
    447
    Rep Power
    965
    You need a better pic
    Reply With Quote  
     

Page 1 of 2 12 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
  •