Thread: Raids interface release [hardcoded client code included]

Results 1 to 10 of 10
  1. #1 Raids interface release [hardcoded client code included] 
    Registered Member

    Join Date
    Aug 2015
    Posts
    78
    Thanks given
    35
    Thanks received
    25
    Rep Power
    110
    Attached image

    https://www.dropbox.com/s/7i0r92qc49...Raids.zip?dl=0

    Code:
    
    public void interface() {
    		RSInterface main = addInterface(47289);
    		final int STARTING_POINT = 47290;
    
    		addSpriteLoader(STARTING_POINT, 1570);
    		addText(STARTING_POINT+1, "Party Setup", ColorConstants.ORANGE, false, true, 52, tda, 2);
    		addText(STARTING_POINT+2, "Difficulty", ColorConstants.ORANGE, false, true, 52, tda, 2);
    		addRectangle(STARTING_POINT+3, 100, 0x373128, true, 128, 26);
    		addRectangle(STARTING_POINT+4, 100, 0x2c2720, true, 128, 27);
    		addRectangle(STARTING_POINT+5, 100, 0x373128, true, 128, 27);
    
    		addConfigButtonWSpriteLoader(STARTING_POINT+6, 47288, 1335, 1336, 100, 20, "Easy", 0, 5, 1026);
    		addConfigButtonWSpriteLoader(STARTING_POINT+7, 47288, 1335, 1336, 100, 20, "Easy", 1, 5, 1026);
    		addConfigButtonWSpriteLoader(STARTING_POINT+8, 47288, 1335, 1336, 100, 20, "Easy", 2, 5, 1026);
    
    		addText(STARTING_POINT+9, "Easy", ColorConstants.ORANGE, false, true, 52, tda, 0);
    		addText(STARTING_POINT+10, "Medium", ColorConstants.ORANGE, false, true, 52, tda, 0);
    		addText(STARTING_POINT+11, "Hard", ColorConstants.ORANGE, false, true, 52, tda, 0);
    
    		addPet(STARTING_POINT + 12, 5);
    
    		addText(STARTING_POINT+13, "Members", ColorConstants.ORANGE, false, true, 52, tda, 2);
    
    		itemGroupAutoScroll(STARTING_POINT+ 14, STARTING_POINT+15, 65, 1, 17, 5, 10, new String[] { null, null, null, null, null }, false );
    
    		addText(STARTING_POINT+16, "Member #1", ColorConstants.ORANGE, false, true, 52, tda, 0);
    		addText(STARTING_POINT+17, "Member #2", ColorConstants.ORANGE, false, true, 52, tda, 0);
    		addText(STARTING_POINT+18, "Member #3", ColorConstants.ORANGE, false, true, 52, tda, 0);
    		addText(STARTING_POINT+19, "Member #4", ColorConstants.ORANGE, false, true, 52, tda, 0);
    
    		addHoverButtonWSpriteLoader(STARTING_POINT+20, 1575, 205, 35, "Start", -1, STARTING_POINT+21, 1);
    		addHoveredImageWSpriteLoader(STARTING_POINT+21, 1576, 205, 35, STARTING_POINT+22);
    
    		addHoverButtonWSpriteLoader(STARTING_POINT+23, 1573, 100, 35, "Create/Invite", -1, STARTING_POINT+24, 1);
    		addHoveredImageWSpriteLoader(STARTING_POINT+24, 1574, 100, 35, STARTING_POINT+25);
    
    		addHoverButtonWSpriteLoader(STARTING_POINT+26, 1573, 100, 35, "Remove/Leave", -1, STARTING_POINT+27, 1);
    		addHoveredImageWSpriteLoader(STARTING_POINT+27, 1574, 100, 35, STARTING_POINT+28);
    
    		addText(STARTING_POINT+29, "Start Fight!", ColorConstants.ORANGE, false, true, 52, tda, 3);
    		addText(STARTING_POINT+30, "Create/Invite", ColorConstants.ORANGE, false, true, 52, tda, 3);
    		addText(STARTING_POINT+31, "Remove/Leave", ColorConstants.ORANGE, false, true, 52, tda, 3);
    
    		addHoverButtonWSpriteLoader(STARTING_POINT+32, 1434, 15, 20, "Close", -1, STARTING_POINT+33, 1);
    		addHoveredImageWSpriteLoader(STARTING_POINT+33, 1435, 15, 20, STARTING_POINT+34);
    
    
    		main.totalChildren(30);
    		main.child(0, STARTING_POINT, 6, 15);
    		main.child(1, STARTING_POINT+1, 215, 24);
    		main.child(2, STARTING_POINT+2, 50, 56);
    		main.child(3, STARTING_POINT+3, 18, 77);
    		main.child(4, STARTING_POINT+4, 18, 103);
    		main.child(5, STARTING_POINT+5, 18, 130);
    		main.child(6, STARTING_POINT+6, 20, 83);
    		main.child(7, STARTING_POINT+7, 20, 109);
    		main.child(8, STARTING_POINT+8, 20, 136);
    		main.child(9, STARTING_POINT+9, 45, 83);
    		main.child(10, STARTING_POINT+10, 45, 109);
    		main.child(11, STARTING_POINT+11, 45, 136);
    		main.child(12, STARTING_POINT+12, 185, 60);
    		main.child(13, STARTING_POINT+13, 400, 58);
    		main.child(14, STARTING_POINT+14, 20, 168);
    		main.child(15, STARTING_POINT+16, 400, 81);
    		main.child(16, STARTING_POINT+17, 400, 96);
    		main.child(17, STARTING_POINT+18, 400, 111);
    		main.child(18, STARTING_POINT+19, 400, 127);
    		main.child(19, STARTING_POINT+20, 154, 208);
    		main.child(20, STARTING_POINT+21, 154, 208);
    		main.child(21, STARTING_POINT+23, 27, 208);
    		main.child(22, STARTING_POINT+24, 27, 208);
    		main.child(23, STARTING_POINT+26, 385, 208);
    		main.child(24, STARTING_POINT+27, 385, 208);
    		main.child(25, STARTING_POINT+29, 217, 213);
    		main.child(26, STARTING_POINT+30, 32, 213);
    		main.child(27, STARTING_POINT+31, 385, 213);
    		main.child(28, STARTING_POINT+32, 480, 24);
    		main.child(29, STARTING_POINT+33, 480, 24);
    	}
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Mar 2015
    Age
    31
    Posts
    1,332
    Thanks given
    215
    Thanks received
    329
    Rep Power
    0
    thanks for this contribution
    Reply With Quote  
     

  3. #3  
    #1 Interface Services

    Herb's Avatar
    Join Date
    Nov 2015
    Posts
    587
    Thanks given
    181
    Thanks received
    705
    Rep Power
    4387
    I don't know if this is yours to share (sprites). I designed that interface for a server called Envision. I checked your profile data on R-S, and nowhere do I see a link between you and Envision. If Envision did not permit you to release this, I kindly ask you to remove this.

    Suppose you do have permission; thanks for the contribution . I checked your interface service thread, looks like you developed some of my interfaces. Would you mind PMing me on discord? got something I want to ask you.

    EDIT:

    Adam shortly after this post messaged me the proof of permission. Thanks again
    Last edited by Herb; 01-28-2022 at 05:10 PM.
    Spoiler for signature:
    Reply With Quote  
     

  4. #4  
    Software Developer

    Tyrant's Avatar
    Join Date
    Jul 2013
    Age
    24
    Posts
    1,562
    Thanks given
    678
    Thanks received
    423
    Rep Power
    1060
    Quote Originally Posted by Herb View Post
    I don't know if this is yours to share (sprites). I designed that interface for a server called Envision. I checked your profile data on R-S, and nowhere do I see a link between you and Envision. If Envision did not permit you to release this, I kindly ask you to remove this.

    Suppose you do have permission; thanks for the contribution . I checked your interface service thread, looks like you developed some of my interfaces. Would you mind PMing me on discord? got something I want to ask you.
    I mean it looks shit anyways so I don't think they would care
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member
    Melvin's Avatar
    Join Date
    Aug 2011
    Posts
    1,150
    Thanks given
    546
    Thanks received
    418
    Rep Power
    1561
    Quote Originally Posted by Herb View Post
    I don't know if this is yours to share (sprites). I designed that interface for a server called Envision. I checked your profile data on R-S, and nowhere do I see a link between you and Envision. If Envision did not permit you to release this, I kindly ask you to remove this.

    Suppose you do have permission; thanks for the contribution . I checked your interface service thread, looks like you developed some of my interfaces. Would you mind PMing me on discord? got something I want to ask you.
    funny how the interface literally says your name


    A creative man is motivated by the desire to achieve, not by the desire to beat others.”


    ― Ayn Rand
    Reply With Quote  
     

  7. Thankful user:


  8. #6  
    Donator
    Pretty_Stinky's Avatar
    Join Date
    Mar 2015
    Posts
    154
    Thanks given
    1
    Thanks received
    11
    Rep Power
    0
    Quote Originally Posted by Herb View Post
    I don't know if this is yours to share (sprites). I designed that interface for a server called Envision. I checked your profile data on R-S, and nowhere do I see a link between you and Envision. If Envision did not permit you to release this, I kindly ask you to remove this.

    Suppose you do have permission; thanks for the contribution . I checked your interface service thread, looks like you developed some of my interfaces. Would you mind PMing me on discord? got something I want to ask you.

    EDIT:

    Adam shortly after this post messaged me the proof of permission. Thanks again
    how doses adam even know about the release is banned from this forums..
    Reply With Quote  
     

  9. #7  
    #1 Interface Services

    Herb's Avatar
    Join Date
    Nov 2015
    Posts
    587
    Thanks given
    181
    Thanks received
    705
    Rep Power
    4387
    Quote Originally Posted by Rampagee View Post
    how doses adam even know about the release is banned from this forums..
    No idea, suddenly messaged me.
    Attached image
    Spoiler for signature:
    Reply With Quote  
     

  10. #8  
    Donator
    Pretty_Stinky's Avatar
    Join Date
    Mar 2015
    Posts
    154
    Thanks given
    1
    Thanks received
    11
    Rep Power
    0
    Quote Originally Posted by Herb View Post
    No idea, suddenly messaged me.
    Attached image

    guys legit a scumbag idk how he is still around.
    Reply With Quote  
     

  11. #9  
    Registered Member
    rebecca's Avatar
    Join Date
    Aug 2017
    Posts
    1,071
    Thanks given
    862
    Thanks received
    915
    Rep Power
    5000
    nice john
    Reply With Quote  
     

  12. Thankful user:


  13. #10  
    Registered Member

    Join Date
    Aug 2015
    Posts
    78
    Thanks given
    35
    Thanks received
    25
    Rep Power
    110
    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. Replies: 1
    Last Post: 01-17-2016, 06:43 AM
  2. Quiting Client Coding.
    By Clienthax in forum RS2 Client
    Replies: 26
    Last Post: 03-05-2008, 05:01 PM
  3. Replies: 29
    Last Post: 01-01-2008, 01:42 AM
  4. Should i Release my Client(s)...
    By Impulser in forum RS2 Client
    Replies: 16
    Last Post: 11-11-2007, 06:48 PM
  5. [RELEASE] WebClient-Source Code
    By ThuGie in forum Requests
    Replies: 9
    Last Post: 07-29-2007, 08:17 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •