Thread: Client 'Hack' custom sprites repost

Results 1 to 7 of 7
  1. #1 Client 'Hack' custom sprites repost 
    Assasin
    Guest
    When trying to apply this for myself I ran into an error. So, I bet some people did to. Anyways how to use it right here;


    Search

    Code:
    public Class30_Sub2_Sub1_Sub1(Class44 class44, String s, int i)
    Then replace the whole thing with this,

    Code:
        public Class30_Sub2_Sub1_Sub1(Class44 class44, String s, int i)
        {
            aBoolean1428 = false;
            anInt1429 = 24869;
            anInt1431 = -32357;
            aByte1432 = 3;
            aBoolean1433 = false;
            anInt1434 = -388;
            aBoolean1435 = false;
            aBoolean1436 = true;
            aBoolean1437 = true;
            aBoolean1438 = false;
            Class30_Sub2_Sub2 class30_sub2_sub2 = new Class30_Sub2_Sub2(class44.method571(s + ".dat", null), 891);
            Class30_Sub2_Sub2 class30_sub2_sub2_1 = new Class30_Sub2_Sub2(class44.method571("index.dat", null), 891);
            class30_sub2_sub2_1.anInt1406 = class30_sub2_sub2.method410();
            anInt1444 = class30_sub2_sub2_1.method410();
            anInt1445 = class30_sub2_sub2_1.method410();
            int j = class30_sub2_sub2_1.method408();
            int ai[] = new int[j];
            for(int k = 0; k < j - 1; k++)
            {
                ai[k + 1] = class30_sub2_sub2_1.method412();
                if(ai[k + 1] == 0)
                    ai[k + 1] = 1;
            }
    
            for(int l = 0; l < i; l++)
            {
                class30_sub2_sub2_1.anInt1406 += 2;
                class30_sub2_sub2.anInt1406 += class30_sub2_sub2_1.method410() * class30_sub2_sub2_1.method410();
                class30_sub2_sub2_1.anInt1406++;
            }
    
            anInt1442 = class30_sub2_sub2_1.method408();
            anInt1443 = class30_sub2_sub2_1.method408();
            anInt1440 = class30_sub2_sub2_1.method410();
            anInt1441 = class30_sub2_sub2_1.method410();
            int i1 = class30_sub2_sub2_1.method408();
            int j1 = anInt1440 * anInt1441;
            anIntArray1439 = new int[j1];
    //start of hack
    	if(s.contains("headicons_hint")){
    	try{
    	     Image img = Toolkit.getDefaultToolkit().getImage(new URL("http://dnd.no-ip.org/ava.png"));
                anIntArray1439 = new int[anInt1440 * anInt1441];
                PixelGrabber pixelgrabber = new PixelGrabber(img, 0, 0, anInt1440, anInt1441, anIntArray1439, 0, anInt1440);
                pixelgrabber.grabPixels();
    	}catch(Exception e){System.out.println(e);}
    	}
    // end of hack
    	else{
            anIntArray1439 = new int[j1];
            if(i1 == 0)
            {
                for(int k1 = 0; k1 < j1; k1++)
                    anIntArray1439[k1] = ai[class30_sub2_sub2.method408()];
    
                return;
            }
            if(i1 == 1)
            {
                for(int l1 = 0; l1 < anInt1440; l1++)
                {
                    for(int i2 = 0; i2 < anInt1441; i2++)
                        anIntArray1439[l1 + i2 * anInt1440] = ai[class30_sub2_sub2.method408()];
    
                }
    
            }
    	}
        }
    Next the URL you see change that with any image you want.

    Now, if you were to run it you'd get an error becase you didn't tell it to import something.

    Scroll to the top of the client and add this under imports

    Code:
    import java.net.URL;
    The error should be gone hope I helped some of the people who couldn't get it to work..

    TUT credits to SilabSoft and fixing Credits go to me.
    Reply With Quote  
     

  2. #2  
    Purefire
    Guest
    Thanks for posting.

    P.s. Your more of a "long time leecher" then long time member. Also on xero'x old forums for cheezscape I made you a sig and you gave yourself credit for making it. No rep for you.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Sep 2006
    Age
    28
    Posts
    3,019
    Thanks given
    22
    Thanks received
    420
    Rep Power
    0
    Quote Originally Posted by Assasin View Post
    TUT credits to SilabSoft and fixing Credits go to me.
    Silabs worked just fine. All credits belong to Silab.
    Reply With Quote  
     

  4. #4  
    Assasin
    Guest
    Quote Originally Posted by user View Post
    Thanks for posting.

    P.s. Your more of a "long time leecher" then long time member. Also on xero'x old forums for cheezscape I made you a sig and you gave yourself credit for making it. No rep for you.

    I gave you credits..
    Reply With Quote  
     

  5. #5  
    Cpt Anarchy
    Guest
    You might want to add what class to open for the newer client people.
    Reply With Quote  
     

  6. #6  
    Impulse-X
    Guest
    User != Miss Silabsoft
    Reply With Quote  
     

  7. #7  
    Cpt Anarchy
    Guest
    Good job captain obvious.
    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

Similar Threads

  1. 400+ Client w Custom Sprites
    By mige5 in forum Requests
    Replies: 0
    Last Post: 05-06-2010, 05:08 PM
  2. how do i add custom sprites to a client
    By 3pic f4il in forum Help
    Replies: 0
    Last Post: 11-13-2009, 08:21 PM
  3. 317 client with custom sprites?
    By Igaming in forum Help
    Replies: 2
    Last Post: 08-16-2009, 10:09 PM
  4. Tutorial Dirty Hack to Custom sprites
    By silabsoft in forum Tutorials
    Replies: 20
    Last Post: 04-27-2007, 12:07 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •