vinci
Posts
-
Rise Rainbow -
redesky guidefunfact: most of brazilians doesn't know the difference between "hack" and "hacker"
-
Hit Delay Fix Mod crashesI just made this script
lmk if it actually works -
HypikleVelo 2.0I made this script for hypixel players and b73/b72 users
HypikleVelo.jsIf you don't know what's the diff between this script and the built-in velocity in lb, @mems has already explained this
it has been fixed in LiquidBounce Nextgen
-
its coolwhat's happening with this forum?
-
(help) script doesnt workit doesn't work cuz the correct method name is "shutdown", not "shutDown"
you're welcome!!1! -
[Help] Porting Core.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 -
redesky guide@fart-sex said in redesky guide:
fdp -> Fibrin degradation products
fdp = filho da puta = mother fucker
everything else is correct -
AntiCheatPlus Glide@ender1355 lmao
-
what do u use to make scripts?I use notepad++ (no joke)
-
taking 0 kb with any settings in hypixel@nvinci this dont work lmfao i try it
can you be more specific?
-
any velocity that work ?@vapeisexpensive I fixed it https://forums.ccbluex.net/topic/2996/hypiklevelo-2-0
-
what's better:@e-nder1355
-
[HELP] Converting Core scripts to Script API v2 scripts.@sigma-bot apparently its from api v1
https://github.com/CCBlueX/LiquidScript/blob/master/ScriptAPI-v1 Docs/module/event.md
-
what's better:@e-nder1355 where are u from?
-
what's better: