Jump to content
Existing user? Sign In

Sign In



Sign Up

Wyrmrush

Members
  • Posts

    255
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Wyrmrush

  1. how to run valius client and server?
  2. Wyrmrush

    Valius - 2020

    Reuload please in mega or dropboxxxxxxxxx :c
  3. How to add icon to anguish/ascend/ethos Just go to Gamewindows replace that with this package com.client; import java.net.*; import java.util.Arrays; import java.awt.*; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import java.awt.event.WindowListener; import java.awt.image.BufferedImage; import java.io.IOException; import javax.imageio.ImageIO; import javax.swing.*; import org.omg.CORBA.portable.InputStream; import com.client.features.settings.InformationFile; import com.client.loader.Loader; import com.sun.javafx.util.Utils; import com.sun.xml.internal.ws.api.ResourceLoader; public class ClientWindow extends Client implements ActionListener, WindowListener { private static final long serialVersionUID = -6978617783576386732L; private static final String location = null; private InformationFile informationFile = new InformationFile(); String userNameFrameTitle; private Image icon; public void initUI() { try { icon = new ImageIcon(new URL("[Hidden Content]")).getImage(); UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); frame = new JFrame(Configuration.CLIENT_TITLE); frame.setLayout(new BorderLayout()); try { java.io.InputStream inputStream = ClassLoader.getSystemResourceAsStream("icon.png"); if (inputStream == null) { System.err.println("Could not load icon image."); } else { BufferedImage bufferedImage = ImageIO.read(inputStream); frame.setIconImage(bufferedImage); } } catch (IOException iOException) { System.err.println("Cannot get icon image from url."); } setFocusTraversalKeysEnabled(false); frame.setResizable(false); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); JPanel gamePanel = new JPanel(); gamePanel.setLayout(new BorderLayout()); gamePanel.add(this); gamePanel.setPreferredSize(new Dimension(765, 503)); frame.getContentPane().add(gamePanel, BorderLayout.CENTER); frame.pack(); insets = frame.getInsets(); frame.setLocationRelativeTo(null); frame.setVisible(true); init(); } catch (Exception e) { e.printStackTrace(); } } private void setIconImage(Image bimg) { // TODO Auto-generated method stub } private String getClientUserName() { return Client.myPlayer.name; } public ClientWindow(String args[]) { super(); try { com.client.sign.Signlink.startpriv(InetAddress.getByName(server)); initUI(); } catch (Exception ex) { ex.printStackTrace(); } } @Override public URL getCodeBase() { try { return new URL("http://" + server + "/overlays"); } catch (Exception e) { return super.getCodeBase(); } } @Override public URL getDocumentBase() { return getCodeBase(); } public void loadError(String s) { System.out.println("loadError: " + s); } @Override public String getParameter(String key) { return ""; } @Override public void actionPerformed(ActionEvent evt) { } private static JFrame frame; public static JFrame getFrame() { return frame; } private static Insets insets; public static Insets getInset() { return insets; } } then take the iconof you client to client folder and that's it ,your client has an icon enjoy! Join my Discord
  4. Hello friend I bring you a tutorial of the message "Conneting to Server" when starting section in anguish Go to Client Game and look for the following public void login(String s, String s1, boolean flag) { and down it will come out something like this if (missingPassword()) { return; } firstLoginMessage = ""; secondLoginMessage = ""; Signlink.errorname = s; try { if (!flag) { drawLoginScreen(true); } Replace it to this if (missingPassword()) { return; } firstLoginMessage = "Connecting to server..."; secondLoginMessage = ""; Signlink.errorname = s; try { if (!flag) { drawLoginScreen(true); } Enjoy! join my Discord
  5. How do I add an icon to my Client?I am using Project51/ascend/ethos and l looked for guides and it does not work with Project51 and it sti comes out with the ttile java cafe that

Contact

[email protected]

astra.security

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

Runewild Ikov RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex in any way & exists solely for educational purposes.

×
×
  • Create New...