Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

V

vinci

@vinci
About
Posts
60
Topics
1
Shares
0
Groups
0
Followers
5
Following
1

Posts

Recent Best Controversial

  • Rise Rainbow
    V vinci

    @qwq-liulihaocai said in Rise Rainbow:

    Liuli NOT A LOLI

    That's exactly what a loli would say
    sus

    Kotlin/Java

  • redesky guide
    V vinci

    funfact: most of brazilians doesn't know the difference between "hack" and "hacker"

    Off-Topic

  • Hit Delay Fix Mod crashes
    V vinci

    I just made this script
    lmk if it actually works

    General

  • (help) script doesnt work
    V vinci

    it doesn't work cuz the correct method name is "shutdown", not "shutDown"
    you're welcome!!1!

    ScriptAPI

  • redesky guide
    V vinci

    @fart-sex said in redesky guide:

    fdp -> Fibrin degradation products

    fdp = filho da puta = mother fucker
    everything else is correct

    Off-Topic

  • [Help] Porting Core.
    V vinci

    here is it

    var scriptName = "MatrixAntiBot";
    var scriptAuthor = "CzechHek";
    var scriptVersion = 3.5;
    var S38PacketPlayerListItem = Java.type("net.minecraft.network.play.server.S38PacketPlayerListItem");
    var S41PacketServerDifficulty = Java.type("net.minecraft.network.play.server.S41PacketServerDifficulty");
    var wasAdded;
    
    function MatrixAntiBot() {
        this.getName = function() {
            return "MatrixAntiBot";
        };
        this.getDescription = function() {
            return "antibot (matrix proof)";
        };
        this.getCategory = function() {
            return "Combat";
        };
        this.onPacket = function(e) {
            if (e.getPacket() instanceof S41PacketServerDifficulty) wasAdded = false;
            if (e.getPacket() instanceof S38PacketPlayerListItem && e.getPacket().getAction() == "ADD_PLAYER") {
                var info = e.getPacket().getEntries().get(0);
                var name = info.getProfile().getName();
    			
                if (!wasAdded) {
                    wasAdded = name != mc.thePlayer.getName();
                } else if (mc.thePlayer && !mc.thePlayer.isSpectator() && !mc.thePlayer.capabilities.allowFlying && info.getPing() && info.getGameMode() != "NOT_SET") {
                    chat.print("Removed a bot");
                    e.cancelEvent();
                }
            }
        }
    }
    
    var matrixantibot = new MatrixAntiBot();
    
    function onEnable() {
        moduleManager.registerModule(matrixantibot);
    };
    
    function onDisable() {
        moduleManager.unregisterModule(matrixantibot);
    };
    

    it seems to be working but not sure
    it's a 5-months old script it's probs patched tho

    Support

  • any velocity that work ?
    V vinci

    @vapeisexpensive I fixed it https://forums.ccbluex.net/topic/2996/hypiklevelo-2-0

    General Discussion

  • what's better:
    V vinci

    @e-nder1355

    e86567ad-cbd9-4945-b8d0-bd923bad42ea-image.png

    General

  • [HELP] Converting Core scripts to Script API v2 scripts.
    V vinci

    @sigma-bot apparently its from api v1
    https://github.com/CCBlueX/LiquidScript/blob/master/ScriptAPI-v1 Docs/module/event.md
    7b8a7ad3-ffd0-4b6a-b2f0-c008af8a365e-image.png

    ScriptAPI

  • what's better:
    V vinci

    @e-nder1355 where are u from?

    General

  • what's better:
    V vinci

    @e-nder1355 said in what's better::

    @vinci Turkey.

    Understandable, have a nice day

    General

  • taking 0 kb with any settings in hypixel
    V vinci

    @nvinci this dont work lmfao i try it

    can you be more specific?

    Bug Reports

  • so uh,
    V vinci

    @a-former-user said in so uh,:

    @ender1355 my old posts are cringe ngl

    It's still the same

    Off-Topic

  • aac 4.4.2 fly
    V vinci

    https://deletefdp.today/beta.html

    Suggestions
  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups