CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. vinci
    V
    • Profile
    • Following 1
    • Followers 5
    • Topics 2
    • Posts 86
    • Best 23
    • Controversial 0
    • Groups 0

    vinci

    @vinci

    dev @ slapp.in

    [email protected]

    41
    Reputation
    143
    Profile views
    86
    Posts
    5
    Followers
    1
    Following
    Joined Last Online

    vinci Unfollow Follow

    Best posts made by vinci

    • RE: Rise Rainbow

      @qwq-liulihaocai said in Rise Rainbow:

      Liuli NOT A LOLI

      That's exactly what a loli would say
      sus

      posted in Kotlin/Java
      V
      vinci
    • RE: redesky guide

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

      posted in Off-Topic
      V
      vinci
    • RE: Hit Delay Fix Mod crashes

      I just made this script
      lmk if it actually works

      posted in General
      V
      vinci
    • HypikleVelo 2.0

      I made this script for hypixel players and b73/b72 users
      HypikleVelo.js

      If 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

      posted in Scripts
      V
      vinci
    • RE: its cool

      what's happening with this forum?

      posted in Scripts
      V
      vinci
    • RE: (help) script doesnt work

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

      posted in ScriptAPI
      V
      vinci
    • RE: [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

      posted in Support
      V
      vinci
    • RE: redesky guide

      @fart-sex said in redesky guide:

      fdp -> Fibrin degradation products

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

      posted in Off-Topic
      V
      vinci
    • RE: AntiCheatPlus Glide

      @ender1355 lmao

      posted in Scripts
      V
      vinci
    • RE: what do u use to make scripts?

      I use notepad++ (no joke)

      posted in Scripts
      V
      vinci

    Latest posts made by vinci

    • RE: Jartex/Matrix BHop

      @end3r1355 said in Jartex/Matrix BHop:

      @vinci said in Jartex/Matrix BHop:

      @_ender1355 said in Jartex/Matrix BHop:

      @nvinci my shitcode

      @Gabriel calling me a retard

      I mean, he's not wrong

      ok

      ?

      posted in Scripts
      V
      vinci
    • RE: Jartex/Matrix BHop

      @bobismymanager said in Jartex/Matrix BHop:

      @end3r1355 yea cause you were stalking and being annoying

      He randomly upvotes my old posts for some reason lol
      Stop acting like a weirdo
      IMG_20211015_094951.jpg

      posted in Scripts
      V
      vinci
    • RE: BlockMC's Bed/Skywars Config. (Possibly undetectable)

      @mems they are using verus now lmao
      What a nice move
      AAC5 -> VERUS

      posted in Configs
      V
      vinci
    • RE: NCP fly please (blocksmc)

      seems like they are using verus now

      posted in Scripts
      V
      vinci
    • RE: what do u use to make scripts?

      I use notepad++ (no joke)

      posted in Scripts
      V
      vinci
    • RE: aac 4.4.2 fly

      https://deletefdp.today/beta.html

      posted in Suggestions
      V
      vinci
    • RE: [script] aac 4 longjump

      @aftery said in [script] aac 4 longjump:

      is equal to

      boolean = true;
      code();
      

      oh yes, you're right, but it also means if(true) and boolean = true at the same time

      posted in Scripts
      V
      vinci
    • RE: [script] aac 4 longjump

      I think you can't use "boolean = true" in an if statement, the correct way to use it is "if(boolean)" or "if(boolean==true)" or even "if(boolean!=false)"
      "if(boolean = true)" is the same as "if(true)"
      please correct me if I am wrong

      posted in Scripts
      V
      vinci
    • RE: how to change aim (foot, head, center) to killaura liquid bounce (IntelliJ idea)

      @e-nder1355 lmao bro what's wrong with you?

      posted in General
      V
      vinci
    • RE: what's better:

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

      @vinci Turkey.

      Understandable, have a nice day

      posted in General
      V
      vinci