Thread: Jar my client please!

Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1 Jar my client please! 
    Registered Member
    Join Date
    Jun 2015
    Posts
    45
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    Hello i use Project Insanity Client, but i can't fix it to jar it please can some one help my to make this a jar file?
    I would appreciate it very much!

    Sincerly,

    Thomas

    Here is the download link:
    Xeonscape Client
    Reply With Quote  
     

  2. #2  
    'Slutty McFur'

    Owain's Avatar
    Join Date
    Sep 2014
    Age
    26
    Posts
    2,894
    Thanks given
    2,360
    Thanks received
    2,200
    Rep Power
    5000
    Hello,
    You can use the advanced search function to search for a tutorial, there's lots to choose from.
    Here's one I picked out:
    https://www.rune-server.ee/runescape...t-eclipse.html


    Spoiler for wat:
    Attached image
    Attached image

    Attached image


    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    Join Date
    Jun 2015
    Posts
    45
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    I tryed with jarmaker but doesn't work, maybe someone else can help me.
    Reply With Quote  
     

  5. #4  
    Donator


    Join Date
    Jan 2010
    Age
    29
    Posts
    4,122
    Thanks given
    274
    Thanks received
    551
    Rep Power
    738
    Just use eclipse to export it.
    Reply With Quote  
     

  6. #5  
    Ask me how I'm doing

    .NF.'s Avatar
    Join Date
    Aug 2015
    Age
    30
    Posts
    2,174
    Thanks given
    293
    Thanks received
    619
    Rep Power
    567
    Quote Originally Posted by Nexorth View Post
    I tryed with jarmaker but doesn't work, maybe someone else can help me.
    How about you make use of the fucking search bar and stop creating useless threads like this which can be avoided if you spend time looking around.
    https://www.rune-server.ee/runescape...t-eclipse.html
    Attached image
    Reply With Quote  
     

  7. #6  
    Registered Member
    Join Date
    Jun 2015
    Posts
    45
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    Well because maybe someone can help me faster?
    Reply With Quote  
     

  8. #7  
    Ask me how I'm doing

    .NF.'s Avatar
    Join Date
    Aug 2015
    Age
    30
    Posts
    2,174
    Thanks given
    293
    Thanks received
    619
    Rep Power
    567
    Quote Originally Posted by Nexorth View Post
    Well because maybe someone can help me faster?
    2 people literally linked a guide to you. if you type in "how to jar client" it literally comes up. stop being fucking lazy.
    Attached image
    Reply With Quote  
     

  9. Thankful user:


  10. #8  
    Donator
    ownervs911's Avatar
    Join Date
    Jul 2013
    Posts
    166
    Thanks given
    6
    Thanks received
    4
    Rep Power
    11
    Quote Originally Posted by Nexorth View Post
    Hello i use Project Insanity Client, but i can't fix it to jar it please can some one help my to make this a jar file?
    I would appreciate it very much!

    Sincerly,

    Thomas

    Here is the download link:
    Xeonscape Client
    Go in your client.java mate and remove your main Method and replace with this cause you need to set value before loading the client? there you go

    public static void main(String args[]) {
    try {
    System.out.println("RS2 user client - release #" + 317);
    if(args.length != 5) {
    setLowMem();
    isMembers = true;
    portOff = 0;
    nodeID = 10;
    signlink.storeid = 32;
    signlink.startpriv(InetAddress.getLocalHost());
    new Jframe(args);
    //System.out.println("Usage: node-id, port-offset, [lowmem/highmem], [free/members], storeid");
    //return;
    }
    nodeID = Integer.parseInt(args[0]);
    //portOff = Integer.parseInt(args[1]);
    portOff = 0;
    if(args[2].equals("lowmem"))
    setLowMem();
    else if(args[2].equals("highmem")) {
    setHighMem();
    } else {
    System.out.println("Usage: node-id, port-offset, [lowmem/highmem], [free/members], storeid");
    return;
    }
    if(args[3].equals("free"))
    isMembers = false;
    else if(args[3].equals("members")) {
    isMembers = true;
    } else {
    System.out.println("Usage: node-id, port-offset, [lowmem/highmem], [free/members], storeid");
    return;
    }
    signlink.storeid = Integer.parseInt(args[4]);
    signlink.startpriv(InetAddress.getLocalHost());
    new Jframe(args);
    //client client1 = new client();
    //client1.createClientFrame(503, 765);
    } catch(Exception exception) {
    }
    }


    Reply With Quote  
     

  11. #9  
    Registered Member Farage's Avatar
    Join Date
    Jan 2017
    Posts
    252
    Thanks given
    24
    Thanks received
    22
    Rep Power
    0
    Have a nice day!
    Иди в пизду!
    Bonne journée!
    Einen schönen Tag noch!
    Hezký den!
    祝你今天愉快!
    Reply With Quote  
     

  12. Thankful user:


  13. #10  
    Registered Member
    Join Date
    Jun 2015
    Posts
    45
    Thanks given
    4
    Thanks received
    0
    Rep Power
    11
    Thanks for the help anyway! But now i have got problem two look this will happend when i login the game!
    http://imgur.com/wdZJZfC
    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

Similar Threads

  1. Who can Jar my client - Please Help.
    By Vans in forum Help
    Replies: 12
    Last Post: 09-28-2013, 07:02 AM
  2. [614] Jar My Client Please
    By Formality in forum Help
    Replies: 10
    Last Post: 08-14-2013, 11:09 PM
  3. [614] Jar My Client Please - Paying Via Paypal
    By Wo1fswing4me in forum Buying
    Replies: 7
    Last Post: 07-18-2013, 06:22 AM
  4. [PI] Help Me To Jar My Client Please [PI]
    By Phoenix in forum Requests
    Replies: 1
    Last Post: 07-06-2013, 06:10 PM
  5. need someone to jar my client please
    By x coder chase x in forum Help
    Replies: 4
    Last Post: 11-11-2011, 12:33 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
  •