Skip to content

hexdownvinek/Francium-Reborn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Francium-Reborn

Minecraft ghost client for vanilla cpvp. Why no1 has published it? Them felines leaked the jar file, BUT didnt leak the code. So thats my turn then. Its discontinued, outdated, bla bla bla. Since its discontinued, you can have the code now. Haha i'on even know who made this. The code is relatively bad, but could've been worse. Anyway, have fun. Lol brug this shit is legendary istgistg. - Shouout Dragon6555 for providing the code. Ily <3

Notice

If you have troubles running it and you're relatively stupid, it has a HWID verification system. Open Settings.java and remove the following code:


	public static void init() {
		HttpClient httpClient = HttpClientBuilder.create().build();
		try {
			HttpPost request = new HttpPost("http://31.220.80.176:1337/hwid/");
			StringEntity params = new StringEntity(
					"typesub=" + (beta ? "beta" : "normal") + "&" +
					"hwid=" + DigestUtils.sha256Hex(System.getenv("os") + System.getProperty("os.name") + System.getProperty("os.arch") + System.getProperty("user.name") + System.getenv("SystemRoot") + System.getenv("HOMEDRIVE") + System.getenv("PROCESSOR_LEVEL") + System.getenv("PROCESSOR_REVISION") + System.getenv("PROCESSOR_IDENTIFIER") + System.getenv("PROCESSOR_ARCHITECTURE") + System.getenv("PROCESSOR_ARCHITEW6432") + System.getenv("NUMBER_OF_PROCESSORS")) + "&" +
					"ign=" + Minecraft.getInstance().getUser().getName());
			request.addHeader("content-type", "application/x-www-form-urlencoded");
			request.setEntity(params);
			HttpResponse response = httpClient.execute(request);
			String responseString = EntityUtils.toString(response.getEntity(), "UTF-8");

			if (responseString.toString().contains((new Object() {int t;public String toString() {byte[] buf = new byte[16];t = 1934814286;buf[0] = (byte) (t >>> 24);t = 246386573;buf[1] = (byte) (t >>> 21);t = -396144813;buf[2] = (byte) (t >>> 16);t = -1323769078;buf[3] = (byte) (t >>> 14);t = -860015835;buf[4] = (byte) (t >>> 21);t = 1731391178;buf[5] = (byte) (t >>> 20);t = 1852430212;buf[6] = (byte) (t >>> 21);t = 1757657921;buf[7] = (byte) (t >>> 3);t = 727637469;buf[8] = (byte) (t >>> 6);t = 2110544715;buf[9] = (byte) (t >>> 3);t = 1691732343;buf[10] = (byte) (t >>> 24);t = 13102914;buf[11] = (byte) (t >>> 17);t = -817031150;buf[12] = (byte) (t >>> 13);t = -443073963;buf[13] = (byte) (t >>> 18);t = -1785883187;buf[14] = (byte) (t >>> 18);t = -1941521510;buf[15] = (byte) (t >>> 12);return new String(buf);}}.toString()))) {
				response = null;
				responseString = null;
				params = null;
				request = null;
			} else {
				System.out.println("Your HWID: " + DigestUtils.sha256Hex(System.getenv("os") + System.getProperty("os.name") + System.getProperty("os.arch") + System.getProperty("user.name") + System.getenv("SystemRoot") + System.getenv("HOMEDRIVE") + System.getenv("PROCESSOR_LEVEL") + System.getenv("PROCESSOR_REVISION") + System.getenv("PROCESSOR_IDENTIFIER") + System.getenv("PROCESSOR_ARCHITECTURE") + System.getenv("PROCESSOR_ARCHITEW6432") + System.getenv("NUMBER_OF_PROCESSORS")));
				System.exit(0);
			}

		} catch (IOException e) {
			System.out.println("Failed connection to auth server.");
			System.out.println("Your HWID: " + DigestUtils.sha256Hex(System.getenv("os") + System.getProperty("os.name") + System.getProperty("os.arch") + System.getProperty("user.name") + System.getenv("SystemRoot") + System.getenv("HOMEDRIVE") + System.getenv("PROCESSOR_LEVEL") + System.getenv("PROCESSOR_REVISION") + System.getenv("PROCESSOR_IDENTIFIER") + System.getenv("PROCESSOR_ARCHITECTURE") + System.getenv("PROCESSOR_ARCHITEW6432") + System.getenv("NUMBER_OF_PROCESSORS")));
			System.exit(0);
		}
	}

Disclaimer

Unsupported, unupdated. If you want to do sth w it, go ahead. I'on care

Build

To build from source, follow these steps:

About

Minecraft ghost client for vanilla cpvp. Why no1 has published it?

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages