Thread: Best 718 Client?

Results 1 to 7 of 7
  1. #1 Best 718 Client? 
    Banned
    Join Date
    Sep 2013
    Posts
    1
    Thanks given
    96
    Thanks received
    104
    Rep Power
    0
    Recommended 718 client for a 718/742 server?

    [Only registered and activated users can see links. ]

    Doesn't work.

    [Only registered and activated users can see links. ]

    Lags very much.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Oct 2012
    Posts
    1,280
    Thanks given
    331
    Thanks received
    257
    Rep Power
    69
    [Only registered and activated users can see links. ]

    This has snow in it It's the same as any 718 client.
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Sep 2013
    Posts
    1
    Thanks given
    96
    Thanks received
    104
    Rep Power
    0
    Quote Originally Posted by Friend View Post
    [Only registered and activated users can see links. ]

    This has snow in it It's the same as any 718 client.
    I'll test if it works.

    EDIT: Doesn't work.
    Reply With Quote  
     

  4. #4  
    Success is the worst teacher

    Santa Hat's Avatar
    Join Date
    Oct 2012
    Age
    24
    Posts
    3,337
    Thanks given
    801
    Thanks received
    1,185
    Rep Power
    189
    What exactly do you mean? Doesnt work?

    Did you change the ip?
    Did you change the sub revision to the correct one?

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

  5. Thankful user:


  6. #5  
    Registered Member
    Join Date
    Oct 2012
    Posts
    1,280
    Thanks given
    331
    Thanks received
    257
    Rep Power
    69
    Quote Originally Posted by Hydra View Post
    I'll test if it works.

    EDIT: Doesn't work.
    Why do I have an awkward feeling that you didn't change sub_revision... All 718 clients work for a 718 loading 742..
    Reply With Quote  
     

  7. #6  
    Banned
    Join Date
    Sep 2013
    Posts
    1
    Thanks given
    96
    Thanks received
    104
    Rep Power
    0
    Spoiler for Loader.java:

    import java.applet.Applet;
    import java.awt.BorderLayout;
    import java.awt.Dimension;
    import java.io.IOException;
    import java.net.URL;
    import java.util.Properties;

    import javax.swing.JFrame;
    import javax.swing.JPanel;


    public class Loader extends Applet {
    private static final long serialVersionUID = 7639088664641445302L;
    public static Properties client_parameters = new Properties();
    public JFrame client_frame;
    public JPanel client_panel = new JPanel();

    public static boolean usingRS = false;
    public static boolean useIsaac = false;

    public static String IP = "127.0.0.1";
    public static boolean LOBBY_ENABLED = false;
    public static boolean DISABLE_XTEA_CRASH = true;
    public static boolean DISABLE_USELESS_PACKETS = true;
    public static boolean DISABLE_RSA = false;
    public static boolean COMBAT_BETA = true;

    public static final int REVISION = 718;
    public static final int LOBBY_PORT = 43594;
    public static String LOBBY_IP = "127.0.0.1";
    public static int SUB_REVISION = 3;
    public static Loader instance;
    public static int[] outSizes = new int[256];
    public static boolean localHost;

    public static void main(String[] args) {
    if (args.length > 0) {
    if(Boolean.parseBoolean(args[0]))
    LOBBY_IP = IP = "127.0.0.1";
    LOBBY_ENABLED = Boolean.parseBoolean(args[1]);
    SUB_REVISION = Integer.parseInt(args[2]);
    }
    Loader loader = instance = new Loader();
    loader.doFrame();
    }

    @Override
    public void init() {
    instance = this;
    doApplet();
    }

    void doApplet() {
    setParams();
    startClient();
    }

    public void doFrame() {
    setParams();
    openFrame();
    startClient();
    }

    void setParams() {
    client_parameters.put("separate_jvm", "true");
    client_parameters.put("boxbgcolor", "black");
    client_parameters.put("image",
    "http://www.runescape.com/img/game/splash2.gif");
    client_parameters.put("centerimage", "true");
    client_parameters.put("boxborder", "false");
    client_parameters
    .put(
    "java_arguments",
    "-Xmx256m -Xss2m -Dsun.java2d.noddraw=true -XX:CompileThreshold=1500 -Xincgc -XX:+UseConcMarkSweepGC -XX:+UseParNewGC");
    client_parameters.put("27", "0");
    client_parameters.put("1", "0");
    client_parameters.put("16", "false");
    client_parameters.put("17", "false");
    client_parameters.put("21", usingRS ? "11" : "1"); //WORLD ID
    client_parameters.put("30", "false");
    client_parameters.put("20", usingRS ? "lobby17.runescape.com" : LOBBY_IP);
    client_parameters.put("29", "");
    client_parameters.put("11", "true");
    client_parameters.put("25", "1378752098");
    client_parameters.put("28", "0");
    client_parameters.put("8", ".runescape.com");
    client_parameters.put("23", "false");
    client_parameters.put("32", "0");
    client_parameters.put("15",
    "wwGlrZHF5gKN6D3mDdihco3oPeYN2KFybL9hUUFqOvk") ;
    client_parameters.put("0", "IjGJjn4L3q5lRpOR9ClzZQ");
    client_parameters.put("2", "");
    client_parameters.put("4", "" + (LOBBY_PORT - 40000));//usingRS ? "1116" : "3594"); //LOBBY ID
    client_parameters.put("14", "");
    client_parameters.put("5", "8194");
    client_parameters.put("-1", "QlwePyRU5GcnAn1lr035ag");
    client_parameters.put("6", "0");
    client_parameters
    .put(
    "24",
    "true,false,0,43,200,18,0,21,354,-15,Verdana,11,0xF4ECE9,candy_bar_middle.gif,candy_ bar_back.gif,candy_bar_outline_left.gif,candy_bar_ outline_right.gif,candy_bar_outline_top.gif,candy_ bar_outline_bottom.gif,loadbar_body_left.gif,loadb ar_body_right.gif,loadbar_body_fill.gif,6");
    client_parameters.put("3", "hAJWGrsaETglRjuwxMwnlA/d5W6EgYWx");
    client_parameters.put("12", "false");
    client_parameters.put("13", "0");
    client_parameters.put("26", "0");
    client_parameters.put("9", "77");
    client_parameters.put("22", "false");
    client_parameters.put("18", "false");
    client_parameters.put("33", "");
    client_parameters.put("haveie6", "false");
    }

    void openFrame() {
    client_frame = new JFrame("Matrix RSPS");
    client_frame.setLayout(new BorderLayout());
    client_panel.setLayout(new BorderLayout());
    client_panel.add(this);
    client_panel.setPreferredSize(new Dimension(765, 503));
    client_frame.getContentPane().add(client_panel, "Center");
    client_frame.setDefaultCloseOperation(JFrame.EXIT_ ON_CLOSE);

    client_frame.pack();
    client_frame.setVisible(true);

    }

    void startClient() {
    try {
    client clnt = new client();
    clnt.supplyApplet(this);
    clnt.init();
    clnt.start();
    } catch (Exception exception) {
    exception.printStackTrace();
    }
    }

    @Override
    public String getParameter(String string) {
    return (String) client_parameters.get(string);
    }

    @Override
    public URL getDocumentBase() {
    return getCodeBase();
    }

    @Override
    public URL getCodeBase() {
    try {
    if (usingRS)
    return new URL("http://world11.runescape.com");
    else
    return new URL("http://"+IP);
    } catch (Exception exception) {
    exception.printStackTrace();
    return null;
    }
    }

    void printOut() throws IOException {
    String s = "";
    for (int i : outSizes) {
    s += i + ", ";
    }
    System.out.println("in = new int[] {" + s + "};");
    }
    }

    Spoiler for Settings.java:

    package com.rs;

    import java.math.BigInteger;

    import com.rs.game.WorldTile;

    public final class Settings {

    /**
    * General client and server settings.
    */
    public static final String SERVER_NAME = "Entice";
    public static final int PORT_ID = 43594;
    public static final String LASTEST_UPDATE = "<col=7E2217>Latest update: Auto Vote System!";
    public static final String CACHE_PATH = "data/cache/";
    public static final int RECEIVE_DATA_LIMIT = 7500;
    public static final int PACKET_SIZE_LIMIT = 7500;
    public static final int CLIENT_BUILD = 718;
    public static final int CUSTOM_CLIENT_BUILD = 3;

    /**
    * Link settings
    */
    public static final String TINYCHAT_LINK = "http://enticersps.com";
    public static final String WEBSITE_LINK = "http://enticersps.com";
    public static final String ITEMLIST_LINK = "http://enticersps.com";
    public static final String ITEMDB_LINK = "http://enticersps.com";
    public static final String VOTE_LINK = "http://enticersps.com";

    /**
    * Launching settings
    */
    public static boolean DEBUG;
    public static boolean HOSTED;
    public static boolean ECONOMY;

    /**
    * If the use of the managment server is enabled.
    */
    public static boolean MANAGMENT_SERVER_ENABLED = true;

    /**
    * Graphical User Interface settings
    */
    public static final String GUI_SIGN = "Entice GUI";
    public static final String LINE_SEPARATOR = System.getProperty("line.separator");

    /**
    * Player settings
    */
    public static final int START_PLAYER_HITPOINTS = 100;
    public static final WorldTile START_PLAYER_LOCATION = new WorldTile(3094,3502, 0);
    public static final String START_CONTROLER = "StartTutorial"; // "NewHomeControler";//
    public static final WorldTile RESPAWN_PLAYER_LOCATION = new WorldTile(3094,3502, 0); //new WorldTile(2966, 3387, 0);// //
    public static final long MAX_PACKETS_DECODER_PING_DELAY = 30000; // 30seconds
    public static final int XP_RATE = 20;
    public static final int DROP_RATE = 10;

    /**
    * World settings
    */
    public static final int WORLD_CYCLE_TIME = 600; // the speed of world in ms

    /**
    * Music & Emote settings
    */
    public static final int AIR_GUITAR_MUSICS_COUNT = 50;

    /**
    * Quest settings
    */
    public static final int QUESTS = 183;

    /**
    * Memory settings
    */
    public static final int PLAYERS_LIMIT = 2000;
    public static final int LOCAL_PLAYERS_LIMIT = 250;
    public static final int NPCS_LIMIT = Short.MAX_VALUE;
    public static final int LOCAL_NPCS_LIMIT = 250;
    public static final int MIN_FREE_MEM_ALLOWED = 30000000; // 30mb

    /**
    * Game constants
    */
    public static final int[] MAP_SIZES = { 104, 120, 136, 168, 72 };

    public static final String GRAB_SERVER_TOKEN = "hAJWGrsaETglRjuwxMwnlA/d5W6EgYWx";
    public static final int[] GRAB_SERVER_KEYS = {1441,78700,44880,39771,363186,44375,0,16140,7316
    ,271148,810710,216189,379672,454149,933950,21006,2 5367,17247,1244,1,14856,1494,119,882901,1818764,39 63,3618};


    //an exeption(grab server has his own keyset unlike rest of client)
    public static final BigInteger GRAB_SERVER_PRIVATE_EXPONENT = new BigInteger("95776340111155337321344029627634178888 62610179158224522858675069799671345401935471657707 75775581569761779944798377609896913564389748796472 93064177555518187567327659793331431421153203931914 93385852685739642805226692650786060316670508430284 57403101783060014007776705919584666536372751314988 66778592148380588481");
    public static final BigInteger GRAB_SERVER_MODULUS = new BigInteger("11955533126099553049462732219165481661 31554766126038171030796899259954022634578958908291 48093414135342420807287820032417458428763496565605 97016393669681148550055350674397952146548980174697 33929018855887774620231652524839884318774110218164 45058706597607453280166045122971960003629860919338 852061972113876035333");

    public static final BigInteger PRIVATE_EXPONENT = new BigInteger("90587072701551327129007891668787349509 34763040821504508280762828577004966423215677675565 41985054129565862899813064331465033084110673586801 17206732091608088418458220580479081111360656446804 39756075245536786262037053746105033422444816707136 77434071848520578333239171703233027973563526721185 95769338616589092625");
    public static final BigInteger MODULUS = new BigInteger("10287663727111612473233850066363964311 35044647893392494903993126596747720393148759041768 09267475033772367707882873773291786014475222178654 93244225412573162278152441320852346552075853706040 85416102546191669071425937313376184908798314014619 45679478046811438574041131738117063340726565226753 787565780501845348613");

    /**
    * Donator settings
    */
    public static String[] DONATOR_ITEMS = { "primal", /* "virtus", "pernix", */
    "promethium", "(i)", "thok's", "trident" };

    public static String[] EXTREME_DONATOR_ITEMS = {"donator", "corruption", "salvation", "harmony"};

    /**
    * Item settings
    */
    public static String[] EARNED_ITEMS = { "tokkul", "castle wars ticket", "(class",
    "sacred clay", "dominion", "sled", "magic carpet"};

    public static String[] REMOVING_ITEMS = { "(class",
    "sacred clay", "dominion", "sled"};

    public static String[] VOTE_REQUIRED_ITEMS = {
    "torva", "virtus", "pernix", "ganodermic", "flaming skull", "polypore", "spirit shield",
    "chaotic", "celestial", "light saber", "fallen cape"
    };

    public static boolean inApacheEmperorZone(WorldTile tile) {
    return (tile.getX() >= 2830 && tile.getX() <= 2862 && tile.getY() >= 10042 && tile.getY() <= 10062);
    }

    private Settings() {

    }
    }

    Reply With Quote  
     

  8. #7  
    Registered Member
    maffia-rpg's Avatar
    Join Date
    Jul 2011
    Posts
    2,776
    Thanks given
    587
    Thanks received
    759
    Rep Power
    120
    When I saw the title, I thought that this was a troll thread :/
    There is no good 718 client, well, not the matrix ones.
    Quote Originally Posted by Nando View Post
    why would I care about trying to get you to care about me homosexual?
    back to coding shit revisions
    1080% lost.
    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: 15
    Last Post: 12-01-2010, 08:25 PM
  2. Best Renamed Client.
    By Mergim in forum RS2 Client
    Replies: 10
    Last Post: 10-01-2009, 11:19 PM
  3. Best 508 client/server.
    By Inside Sin in forum Help
    Replies: 15
    Last Post: 05-18-2009, 01:35 AM
  4. Best Cheat client
    By Loading in forum Help
    Replies: 8
    Last Post: 05-01-2009, 02:31 AM
  5. Best starter client source.
    By Joe in forum RS2 Client
    Replies: 2
    Last Post: 12-15-2007, 03:04 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
  •