Подведи собственные итоги года совместно с YOUGAME и забери ценные призы! Перейти

AntiDebuf

Начинающий
Начинающий
Статус
Оффлайн
Регистрация
11 Май 2024
Сообщения
304
Реакции
4
Сливаю вам мега Self3Code AntiDebuf от пастера ака каратель фт хв байпасс

AntiDebuf:
Expand Collapse Copy
package dev.Kainer.functions.impl.movement;

import com.google.common.eventbus.Subscribe;
import dev.Kainer.events.EventUpdate;
import dev.Kainer.functions.api.Category;
import dev.Kainer.functions.api.Function;
import dev.Kainer.functions.api.FunctionRegister;
import dev.Kainer.functions.settings.Setting;
import dev.Kainer.functions.settings.impl.ModeSetting;
import net.minecraft.potion.Effects;

@FunctionRegister(
        name = "AntiDebuf",
        type = Category.Movement
)
public class AntiDebuf extends Function {
    public ModeSetting mod = new ModeSetting("Мод", "Все", new String[]{"Все"});

    public AntiDebuf() {
        this.addSettings(new Setting[]{this.mod});
    }

    @Subscribe
    private void onUpdate(EventUpdate e) {


        if (this.mod.is("Все")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        }

    }

    public void onDisable() {
        super.onDisable();
        mc.player.removeActivePotionEffect(Effects.LEVITATION);
        mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        mc.player.removeActivePotionEffect(Effects.SLOWNESS);
    }
}
 
нет обходов
 
Сливаю вам мега Self3Code AntiDebuf от пастера ака каратель фт хв байпасс

AntiDebuf:
Expand Collapse Copy
package dev.Kainer.functions.impl.movement;

import com.google.common.eventbus.Subscribe;
import dev.Kainer.events.EventUpdate;
import dev.Kainer.functions.api.Category;
import dev.Kainer.functions.api.Function;
import dev.Kainer.functions.api.FunctionRegister;
import dev.Kainer.functions.settings.Setting;
import dev.Kainer.functions.settings.impl.ModeSetting;
import net.minecraft.potion.Effects;

@FunctionRegister(
        name = "AntiDebuf",
        type = Category.Movement
)
public class AntiDebuf extends Function {
    public ModeSetting mod = new ModeSetting("Мод", "Все", new String[]{"Все"});

    public AntiDebuf() {
        this.addSettings(new Setting[]{this.mod});
    }

    @Subscribe
    private void onUpdate(EventUpdate e) {


        if (this.mod.is("Все")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        }

    }

    public void onDisable() {
        super.onDisable();
        mc.player.removeActivePotionEffect(Effects.LEVITATION);
        mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        mc.player.removeActivePotionEffect(Effects.SLOWNESS);
    }
}
Vanilla bypass?
 
Сливаю вам мега Self3Code AntiDebuf от пастера ака каратель фт хв байпасс

AntiDebuf:
Expand Collapse Copy
package dev.Kainer.functions.impl.movement;

import com.google.common.eventbus.Subscribe;
import dev.Kainer.events.EventUpdate;
import dev.Kainer.functions.api.Category;
import dev.Kainer.functions.api.Function;
import dev.Kainer.functions.api.FunctionRegister;
import dev.Kainer.functions.settings.Setting;
import dev.Kainer.functions.settings.impl.ModeSetting;
import net.minecraft.potion.Effects;

@FunctionRegister(
        name = "AntiDebuf",
        type = Category.Movement
)
public class AntiDebuf extends Function {
    public ModeSetting mod = new ModeSetting("Мод", "Все", new String[]{"Все"});

    public AntiDebuf() {
        this.addSettings(new Setting[]{this.mod});
    }

    @Subscribe
    private void onUpdate(EventUpdate e) {


        if (this.mod.is("Все")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        }

    }

    public void onDisable() {
        super.onDisable();
        mc.player.removeActivePotionEffect(Effects.LEVITATION);
        mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        mc.player.removeActivePotionEffect(Effects.SLOWNESS);
    }
}
ахахха пацан так ты спастил даже такую функцию)
 
Сливаю вам мега Self3Code AntiDebuf от пастера ака каратель фт хв байпасс

AntiDebuf:
Expand Collapse Copy
package dev.Kainer.functions.impl.movement;

import com.google.common.eventbus.Subscribe;
import dev.Kainer.events.EventUpdate;
import dev.Kainer.functions.api.Category;
import dev.Kainer.functions.api.Function;
import dev.Kainer.functions.api.FunctionRegister;
import dev.Kainer.functions.settings.Setting;
import dev.Kainer.functions.settings.impl.ModeSetting;
import net.minecraft.potion.Effects;

@FunctionRegister(
        name = "AntiDebuf",
        type = Category.Movement
)
public class AntiDebuf extends Function {
    public ModeSetting mod = new ModeSetting("Мод", "Все", new String[]{"Все"});

    public AntiDebuf() {
        this.addSettings(new Setting[]{this.mod});
    }

    @Subscribe
    private void onUpdate(EventUpdate e) {


        if (this.mod.is("Все")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        }

    }

    public void onDisable() {
        super.onDisable();
        mc.player.removeActivePotionEffect(Effects.LEVITATION);
        mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        mc.player.removeActivePotionEffect(Effects.SLOWNESS);
    }
}
выбор сделать не осилил?
 
выбор сделать не осилил?
держи мой chat gps солюшен
ghatgps:
Expand Collapse Copy
package im.expensive.functions.impl.combat;

import com.google.common.eventbus.Subscribe;
import im.expensive.events.EventUpdate;
import im.expensive.functions.api.Category;
import im.expensive.functions.api.Function;
import im.expensive.functions.api.FunctionRegister;
import im.expensive.functions.settings.Setting;
import im.expensive.functions.settings.impl.ModeSetting;
import net.minecraft.potion.Effects;

@FunctionRegister(
        name = "AntiDebuf",
        type = Category.Combat
)
public class AntiDebuf extends Function {
    // Настройки режимов
    public ModeSetting mod = new ModeSetting("Мод", "Все", new String[]{"Все", "Только Slowness", "Только Levitation", "Только SLOW_FALLING", "Только Jump Boost"});

    public AntiDebuf() {
        this.addSettings(new Setting[]{this.mod});
    }

    @Subscribe
    private void onUpdate(EventUpdate e) {
        if (mc.player == null) return; // Проверка на null

        // Проверка режима и удаление соответствующих эффектов
        if (mod.is("Все")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
            mc.player.removeActivePotionEffect(Effects.JUMP_BOOST);  // Удаляем Jump Boost
        } else if (mod.is("Только Slowness")) {
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        } else if (mod.is("Только Levitation")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
        } else if (mod.is("Только SLOW_FALLING")) {
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        } else if (mod.is("Только Jump Boost")) {
            mc.player.removeActivePotionEffect(Effects.JUMP_BOOST);  // Удаляем Jump Boost
        }
    }

    [USER=1367676]@override[/USER]
    public void onDisable() {
        super.onDisable();
        if (mc.player == null) return; // Проверка на null

        // Удаляем все эффекты при отключении мода
        mc.player.removeActivePotionEffect(Effects.LEVITATION);
        mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        mc.player.removeActivePotionEffect(Effects.JUMP_BOOST);  // Удаляем Jump Boost
    }
}
 
держи мой chat gps солюшен
ghatgps:
Expand Collapse Copy
package im.expensive.functions.impl.combat;

import com.google.common.eventbus.Subscribe;
import im.expensive.events.EventUpdate;
import im.expensive.functions.api.Category;
import im.expensive.functions.api.Function;
import im.expensive.functions.api.FunctionRegister;
import im.expensive.functions.settings.Setting;
import im.expensive.functions.settings.impl.ModeSetting;
import net.minecraft.potion.Effects;

@FunctionRegister(
        name = "AntiDebuf",
        type = Category.Combat
)
public class AntiDebuf extends Function {
    // Настройки режимов
    public ModeSetting mod = new ModeSetting("Мод", "Все", new String[]{"Все", "Только Slowness", "Только Levitation", "Только SLOW_FALLING", "Только Jump Boost"});

    public AntiDebuf() {
        this.addSettings(new Setting[]{this.mod});
    }

    @Subscribe
    private void onUpdate(EventUpdate e) {
        if (mc.player == null) return; // Проверка на null

        // Проверка режима и удаление соответствующих эффектов
        if (mod.is("Все")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
            mc.player.removeActivePotionEffect(Effects.JUMP_BOOST);  // Удаляем Jump Boost
        } else if (mod.is("Только Slowness")) {
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        } else if (mod.is("Только Levitation")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
        } else if (mod.is("Только SLOW_FALLING")) {
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        } else if (mod.is("Только Jump Boost")) {
            mc.player.removeActivePotionEffect(Effects.JUMP_BOOST);  // Удаляем Jump Boost
        }
    }

    [USER=1367676]@override[/USER]
    public void onDisable() {
        super.onDisable();
        if (mc.player == null) return; // Проверка на null

        // Удаляем все эффекты при отключении мода
        mc.player.removeActivePotionEffect(Effects.LEVITATION);
        mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        mc.player.removeActivePotionEffect(Effects.JUMP_BOOST);  // Удаляем Jump Boost
    }
}
Спасибо, но мне не надо
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
держи мой chat gps солюшен
ghatgps:
Expand Collapse Copy
package im.expensive.functions.impl.combat;

import com.google.common.eventbus.Subscribe;
import im.expensive.events.EventUpdate;
import im.expensive.functions.api.Category;
import im.expensive.functions.api.Function;
import im.expensive.functions.api.FunctionRegister;
import im.expensive.functions.settings.Setting;
import im.expensive.functions.settings.impl.ModeSetting;
import net.minecraft.potion.Effects;

@FunctionRegister(
        name = "AntiDebuf",
        type = Category.Combat
)
public class AntiDebuf extends Function {
    // Настройки режимов
    public ModeSetting mod = new ModeSetting("Мод", "Все", new String[]{"Все", "Только Slowness", "Только Levitation", "Только SLOW_FALLING", "Только Jump Boost"});

    public AntiDebuf() {
        this.addSettings(new Setting[]{this.mod});
    }

    @Subscribe
    private void onUpdate(EventUpdate e) {
        if (mc.player == null) return; // Проверка на null

        // Проверка режима и удаление соответствующих эффектов
        if (mod.is("Все")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
            mc.player.removeActivePotionEffect(Effects.JUMP_BOOST);  // Удаляем Jump Boost
        } else if (mod.is("Только Slowness")) {
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        } else if (mod.is("Только Levitation")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
        } else if (mod.is("Только SLOW_FALLING")) {
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        } else if (mod.is("Только Jump Boost")) {
            mc.player.removeActivePotionEffect(Effects.JUMP_BOOST);  // Удаляем Jump Boost
        }
    }

    [USER=1367676]@override[/USER]
    public void onDisable() {
        super.onDisable();
        if (mc.player == null) return; // Проверка на null

        // Удаляем все эффекты при отключении мода
        mc.player.removeActivePotionEffect(Effects.LEVITATION);
        mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        mc.player.removeActivePotionEffect(Effects.JUMP_BOOST);  // Удаляем Jump Boost
    }
}
Бупас?
 
Сливаю вам мега Self3Code AntiDebuf от пастера ака каратель фт хв байпасс

AntiDebuf:
Expand Collapse Copy
package dev.Kainer.functions.impl.movement;

import com.google.common.eventbus.Subscribe;
import dev.Kainer.events.EventUpdate;
import dev.Kainer.functions.api.Category;
import dev.Kainer.functions.api.Function;
import dev.Kainer.functions.api.FunctionRegister;
import dev.Kainer.functions.settings.Setting;
import dev.Kainer.functions.settings.impl.ModeSetting;
import net.minecraft.potion.Effects;

@FunctionRegister(
        name = "AntiDebuf",
        type = Category.Movement
)
public class AntiDebuf extends Function {
    public ModeSetting mod = new ModeSetting("Мод", "Все", new String[]{"Все"});

    public AntiDebuf() {
        this.addSettings(new Setting[]{this.mod});
    }

    @Subscribe
    private void onUpdate(EventUpdate e) {


        if (this.mod.is("Все")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        }

    }

    public void onDisable() {
        super.onDisable();
        mc.player.removeActivePotionEffect(Effects.LEVITATION);
        mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        mc.player.removeActivePotionEffect(Effects.SLOWNESS);
    }
}
Ебааать спс как с экспы перенести на quit fabric forge kotlin ?
 
Сливаю вам мега Self3Code AntiDebuf от пастера ака каратель фт хв байпасс

AntiDebuf:
Expand Collapse Copy
package dev.Kainer.functions.impl.movement;

import com.google.common.eventbus.Subscribe;
import dev.Kainer.events.EventUpdate;
import dev.Kainer.functions.api.Category;
import dev.Kainer.functions.api.Function;
import dev.Kainer.functions.api.FunctionRegister;
import dev.Kainer.functions.settings.Setting;
import dev.Kainer.functions.settings.impl.ModeSetting;
import net.minecraft.potion.Effects;

@FunctionRegister(
        name = "AntiDebuf",
        type = Category.Movement
)
public class AntiDebuf extends Function {
    public ModeSetting mod = new ModeSetting("Мод", "Все", new String[]{"Все"});

    public AntiDebuf() {
        this.addSettings(new Setting[]{this.mod});
    }

    @Subscribe
    private void onUpdate(EventUpdate e) {


        if (this.mod.is("Все")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        }

    }

    public void onDisable() {
        super.onDisable();
        mc.player.removeActivePotionEffect(Effects.LEVITATION);
        mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        mc.player.removeActivePotionEffect(Effects.SLOWNESS);
    }
}
Ебать спс! забайпасил атернос и single game афигеть
 
держи мой chat gps солюшен
ghatgps:
Expand Collapse Copy
package im.expensive.functions.impl.combat;

import com.google.common.eventbus.Subscribe;
import im.expensive.events.EventUpdate;
import im.expensive.functions.api.Category;
import im.expensive.functions.api.Function;
import im.expensive.functions.api.FunctionRegister;
import im.expensive.functions.settings.Setting;
import im.expensive.functions.settings.impl.ModeSetting;
import net.minecraft.potion.Effects;

@FunctionRegister(
        name = "AntiDebuf",
        type = Category.Combat
)
public class AntiDebuf extends Function {
    // Настройки режимов
    public ModeSetting mod = new ModeSetting("Мод", "Все", new String[]{"Все", "Только Slowness", "Только Levitation", "Только SLOW_FALLING", "Только Jump Boost"});

    public AntiDebuf() {
        this.addSettings(new Setting[]{this.mod});
    }

    @Subscribe
    private void onUpdate(EventUpdate e) {
        if (mc.player == null) return; // Проверка на null

        // Проверка режима и удаление соответствующих эффектов
        if (mod.is("Все")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
            mc.player.removeActivePotionEffect(Effects.JUMP_BOOST);  // Удаляем Jump Boost
        } else if (mod.is("Только Slowness")) {
            mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        } else if (mod.is("Только Levitation")) {
            mc.player.removeActivePotionEffect(Effects.LEVITATION);
        } else if (mod.is("Только SLOW_FALLING")) {
            mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        } else if (mod.is("Только Jump Boost")) {
            mc.player.removeActivePotionEffect(Effects.JUMP_BOOST);  // Удаляем Jump Boost
        }
    }

    [USER=1367676]@override[/USER]
    public void onDisable() {
        super.onDisable();
        if (mc.player == null) return; // Проверка на null

        // Удаляем все эффекты при отключении мода
        mc.player.removeActivePotionEffect(Effects.LEVITATION);
        mc.player.removeActivePotionEffect(Effects.SLOW_FALLING);
        mc.player.removeActivePotionEffect(Effects.SLOWNESS);
        mc.player.removeActivePotionEffect(Effects.JUMP_BOOST);  // Удаляем Jump Boost
    }
}
такое на лгбт чате делать 0_0 Эт же буквально минута времени самому написать
 
Назад
Сверху Снизу