Исходник RockstarClient Alpha [IDE READY]

удали пж
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
Код:
Expand Collapse Copy
package fun.rockstarity.api.secure.nativeapi;

import java.util.HashMap;
import fun.rockstarity.api.helpers.game.Chat;
import fun.rockstarity.api.helpers.render.Converter;
import fun.rockstarity.api.helpers.secure.KeyGeneration;
import fun.rockstarity.api.helpers.secure.Web;
import fun.rockstarity.api.secure.users.User;
import lombok.experimental.UtilityClass;
import net.minecraft.util.ResourceLocation;
import ru.kotopushka.antiautistleak.obfuscator.includes.annotations.auth.ReleaseNativeAuth;
import ru.kotopushka.antiautistleak.obfuscator.includes.annotations.compile.ReleaseCompileToNativeCalls;

/**
 * @author ConeTin
 * @since 7 июн. 2024 г.
 */

@ReleaseNativeAuth
@ReleaseCompileToNativeCalls
@UtilityClass
public class NativeHelper {
    
    public String readShader(String name) {
        /*
        HashMap<String, String> data = new HashMap<>();
        data.put("shader", KeyGeneration.encrypt(name));
        return KeyGeneration.decrypt(Web.protectedPostRequest(data, "https://rockstar.moscow/api/v1/files/premium/shaders/give_shader.php").trim());
        */
        return Web.read("https://rockstar.moscow/api/v1/files/premium/shaders/list/" + name);
    }
    
    public ResourceLocation getImageResource(String name) {
        return Converter.getResourceLocation(name.startsWith("http") ? name : "https://rockstar.moscow/api/v1/files/premium/" + name);
    }
    
    public String getFontResource(String name) {
        return "https://rockstar.moscow/api/v1/files/premium/fonts/" + name + ".ttf";
    }
    
    public String getSoundResource(String name) {
        return "https://rockstar.moscow/api/v1/files/premium/sounds/" + name + ".wav";
    }
    
    public String getThemes() {
        return Web.read("https://rockstar.moscow/api/v1/premium/themes/style_list.php");
    }
    
}
ты чут чут ошибаешься
нет , на сайте лежат ассеты, по коду можно понять
 
Назад
Сверху Снизу