Skip to content

atnan/LaunchCraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downloads the latest Minecraft client & connects to a Minecraft server:

LaunchCraft.load(function() {
  LaunchCraft.downloadMinecraft(function() {
    LaunchCraft.launch("username", "password", "example.com");
  });
});

LaunchCraft.js uses a signed Java applet to achieve the elevated privileges it needs to download & run Minecraft. To generate a public/private key pair and self-signed certificate, use the following command:

$ keytool -genkey -alias signFiles -keystore keystore.db

You can then build & sign LaunchCraft.jar:

$ make sign

About

Download & launch Minecraft via a hidden Java applet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published