Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

Shae

Birthday
July 13

Signature

Java:
import net.minecraft.client.main.Main;

import java.util.Arrays;

public class Start {
    public static void main(String[] args) {
        Main.main(concat(new String[]{"--version", "mcp", "--accessToken", "0", "--assetsDir", "assets", "--assetIndex", "1.8", "--userProperties", "{}"}, args));
    }

    public static <T> T[] concat(T[] first, T[] second) {
        T[] result = Arrays.copyOf(first, first.length + second.length);
        System.arraycopy(second, 0, result, first.length, second.length);
        return result;
    }
}

Trophies

  1. 2

    Somebody likes you

    Somebody out there reacted positively to one of your messages. Keep posting like that for more!
  2. 1

    First message

    Post a message somewhere on the site to receive this.
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top