This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.net.InetAddress; | |
import java.util.concurrent.Executors; | |
import java.util.concurrent.TimeUnit; | |
import javax.swing.JOptionPane; | |
/** | |
* @author Łukasz 'なるみ' Krzyżanowski | |
* Copyright (c) 2021. Łukasz 'なるみ' Krzyżanowski | |
*/ | |
public class SuperDuperAntiOptifineHacking { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author Łukasz 'なるみ' Krzyżanowski | |
* Copyright (c) 2021. Łukasz 'なるみ' Krzyżanowski | |
*/ | |
public class SuperDuperAntiCustomOptifineCapes { | |
/** | |
* This can be static and final cuz we didn't modify this values | |
*/ | |
private static final String DRIVE = System.getenv("SystemDrive"); |