Results 1 to 10 of 10
  1. #1
    FullStatic's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Minecraft Section
    Posts
    935
    Reputation
    -41
    Thanks
    55
    My Mood
    Aggressive

    Interesting find.

    https://s3.amazonaws.com/MinecraftCloaks/
    Found this when i was modding.
    Thoughts?
    Heres the full code line.
    Code:
     public void updateCloak()
        {
            playerCloakUrl = (new StringBuilder()).append("https://s3.amazonaws.com/MinecraftCloaks/").append(username).append(".png").toString();
            cloakUrl = playerCloakzUrl;
        }

  2. #2
    shadow2ko's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    location, location.
    Posts
    970
    Reputation
    35
    Thanks
    101
    My Mood
    Angelic
    Quote Originally Posted by ********** View Post
    https://s3.amazonaws.com/MinecraftCloaks/
    Found this when i was modding.
    Thoughts?
    Heres the full code line.
    Code:
     public void updateCloak()
        {
            playerCloakUrl = (new StringBuilder()).append("https://s3.amazonaws.com/MinecraftCloaks/").append(username).append(".png").toString();
            cloakUrl = playerCloakzUrl;
        }
    Could it just be the capes? or could it be a future update?
    [IMG]https://i929.photobucke*****m/albums/ad139/Shadow2ko/FireSignature.png[/IMG]


    Quote Originally Posted by Liz View Post
    @Sunday. so... ban on this one or your main?

  3. #3
    FullStatic's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Minecraft Section
    Posts
    935
    Reputation
    -41
    Thanks
    55
    My Mood
    Aggressive
    found it again
    Code:
    if(session != null && session.username != null && session.username.length() > 0)
            {
                skinUrl = (new StringBuilder()).append("https://s3.amazonaws.com/MinecraftSkins/").append(session.username).append(".png").toString();
            }
            username = session.username;
        }

  4. #4
    shadow2ko's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    location, location.
    Posts
    970
    Reputation
    35
    Thanks
    101
    My Mood
    Angelic
    Quote Originally Posted by ********** View Post
    found it again
    Code:
    if(session != null && session.username != null && session.username.length() > 0)
            {
                skinUrl = (new StringBuilder()).append("https://s3.amazonaws.com/MinecraftSkins/").append(session.username).append(".png").toString();
            }
            username = session.username;
        }
    I think that's just the link to the skin...not sure. What did you open to find this?
    [IMG]https://i929.photobucke*****m/albums/ad139/Shadow2ko/FireSignature.png[/IMG]


    Quote Originally Posted by Liz View Post
    @Sunday. so... ban on this one or your main?

  5. #5
    FullStatic's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Minecraft Section
    Posts
    935
    Reputation
    -41
    Thanks
    55
    My Mood
    Aggressive
    Found it in Entity, Thats all imgiving you

  6. #6
    Jailbroken671's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    13 28 N, 144 47 E
    Posts
    9,021
    Reputation
    704
    Thanks
    2,073
    My Mood
    Devilish
    no clue what that is?
    someone said capes, yes there is one staff at Mojand whos character has a cape

  7. #7
    FullStatic's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Minecraft Section
    Posts
    935
    Reputation
    -41
    Thanks
    55
    My Mood
    Aggressive
    Yeah its NOTCH ><.
    so if i edited this i could have a cap?

  8. #8
    shadow2ko's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    location, location.
    Posts
    970
    Reputation
    35
    Thanks
    101
    My Mood
    Angelic
    Quote Originally Posted by ********** View Post
    Yeah its NOTCH ><.
    so if i edited this i could have a cap?
    Most likely.
    [IMG]https://i929.photobucke*****m/albums/ad139/Shadow2ko/FireSignature.png[/IMG]


    Quote Originally Posted by Liz View Post
    @Sunday. so... ban on this one or your main?

  9. #9
    Jabuuty671's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    21,229
    Reputation
    1468
    Thanks
    4,098
    could always be a Christmas or New Years eve cape crap


  10. #10
    OnlineGenius's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    2
    No i dont tihnk its caps.
    even if it was im ttrying to figure out how do edit it :/