CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. notautismatall
    • Profile
    • Following 0
    • Followers 3
    • Topics 4
    • Posts 243
    • Best 6
    • Controversial 0
    • Groups 0

    notautismatall

    @notautismatall

    Check my out my youtube channel: youtube.com/sosmartskidder

    9
    Reputation
    229
    Profile views
    243
    Posts
    3
    Followers
    0
    Following
    Joined Last Online
    Location Where are we mom? Age 53

    notautismatall Unfollow Follow

    Best posts made by notautismatall

    • RE: Redesky Smooth Longjump

      @ninjamaki said in Redesky Smooth Longjump:

      module.on("disable", function () {
      mc.thePlayer.motionX = 0;
      mc.thePlayer.motionZ = 0;
      });

      reset motion like this will flag you down on AAC if you are already lagged

      posted in Scripts
      notautismatall
      notautismatall
    • RE: i need fly aac 4.3.12

      @максим-суряднов

      var C02PacketUseEntity = Java.type("net.minecraft.network.play.client.C02PacketUseEntity");
      mc.netHandler.addToSendQueue(new C02PacketUseEntity(mc.thePlayer, C02PacketUseEntity.Action.ATTACK));
      
      posted in Scripts
      notautismatall
      notautismatall
    • RE: Give me LatestHypixel fly please

      @ChocoPie_isme @Sk1d00-Cod33r

      LatestHypixel is just 'Hypixel' in the new build.
      BoostHypixel is still 'BoostHypixel'
      FreeHypixel is still 'FreeHypixel'
      And they removed 'OtherHypixel', I think because:

      1. it doesn't bypass most popular servers
      2. it's easy to remake in scriptapi, just airwalk (motionY = 0, ground packet)
      posted in General
      notautismatall
      notautismatall
    • RE: LiquidBounce Mobile Released?

      @Liulihaocai what do you mean liquidbounce mobile
      does it really exist

      i must try lol

      posted in Chinese
      notautismatall
      notautismatall
    • Calculating the distance between 2 blocks (X and Z only)

      This might be helpful with someone who is trying to make a module that can calculate how far the player has moved from his starting point.

      function diff (a, b) {
        if (a > b)
          return a - b
        else
          return b - a
      }
      
      var startX = 0, startZ = 0, diffX = 0, diffZ = 0, bruh = 0;
      
      module.on("enable", function() {
        startX = mc.thePlayer.posX
        startZ = mc.thePlayer.posZ
      })
      
      module.on("update", function() {
        diffX = diff(startX, mc.thePlayer.posX)
        diffZ = diff(startZ, mc.thePlayer.posZ)
      
        bruh = diffX + diffZ
        Chat.log('Blocks traveled: ' + bruh.toFixed(1).toString())
      })
      
      posted in Scripts
      notautismatall
      notautismatall
    • RE: I need packet fly script can someone send me it please

      there you go your 4 blocks upwards fly :axocooler:

      var C04PacketPlayerPosition = Java.type("net.minecraft.network.play.client.C03PacketPlayer.C04PacketPlayerPosition");
      mc.netHandler.addToSendQueue(new C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY + 4, mc.thePlayer.posZ, mc.thePlayer.onGround));
      mc.netHandler.addToSendQueue(new C04PacketPlayerPosition(mc.thePlayer.posX, mc.thePlayer.posY, mc.thePlayer.posZ, mc.thePlayer.onGround));
      
      posted in Scripts
      notautismatall
      notautismatall

    Latest posts made by notautismatall

    • RE: how to fix this·

      @phạm-minh-đức-official Simply eject your brain, then I think you're pretty good to go

      posted in General
      notautismatall
      notautismatall
    • RE: How does liquid bounce render its background in the main menu?

      @cr0w

      Check out GLSL

      posted in General
      notautismatall
      notautismatall
    • RE: [SCRIPT] VanillaFreeze

      @ali-ccfakex-0

      .t freecam
      

      :axoblush:

      posted in Scripts
      notautismatall
      notautismatall
    • RE: ViaVersion - Cross Version, like Sigma 5.0!

      @yorik100 Perhaps you're right?

      MCP 1.18:
      ccaff848-1578-4ae8-9d98-78de4cfff78c-image.png

      posted in Scripts
      notautismatall
      notautismatall
    • RE: whats happening with this forum

      @ali00035_ well it's been 2 years and we're still waiting for an update.

      posted in Off-Topic
      notautismatall
      notautismatall
    • RE: matrix #004 kick reason

      @FartCheese69 @Chkc-Govsky .t kick

      posted in Suggestions
      notautismatall
      notautismatall
    • RE: Funcraft Destroyer

      @fartcheese it's a shit client, loading takes 10m and crashes randomly :axolaughter:

      posted in Scripts
      notautismatall
      notautismatall
    • RE: I need a fake lag like the white out or the vape

      @cuca-beludo .toggle blink

      posted in Scripts
      notautismatall
      notautismatall
    • RE: Verus Bypass Script

      @plumer-man Yes, then I we wonder what's point of showing off those scripts @Phạm-Minh-Đức-official? Wait, your name already told everything, no need to explain :axodevil:

      posted in Scripts
      notautismatall
      notautismatall
    • RE: Verus Bypass Script

      @phạm-minh-đức-official ok, now show the proof that VerusDisabler.js, veruslover.js actually works and fully disable the anticheat 💀

      We all know that your iconic awkward silence when you are asked questions shows who you are.

      posted in Scripts
      notautismatall
      notautismatall