CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Chat gbt makes a ncp disabler

    Scripts
    4
    4
    313
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Prexerex 0
      Prexerex 0 last edited by

      import net.ccbluex.liquidbounce.event.EventTarget
      import net.ccbluex.liquidbounce.event.PacketEvent
      import net.ccbluex.liquidbounce.features.module.Module
      import net.ccbluex.liquidbounce.features.module.ModuleCategory
      import net.ccbluex.liquidbounce.features.module.ModuleInfo
      
      import net.minecraft.network.play.client.C03PacketPlayer
      
      @ModuleInfo(name = "NCPDisabler", description = "Disables the protection provided by NoCheatPlus.", category = ModuleCategory.HACKS)
      class NCPDisabler : Module() {
      
          @EventTarget
          fun onPacket(event: PacketEvent) {
              val packet = event.packet
      
              if (packet is C03PacketPlayer) {
                  // Cancel the packet to bypass NCP's protection
                  event.cancelEvent()
              }
          }
      
      }
      
      

      so chat gbt made a ncp disabler i think its just a blink

      kawaiinekololis 1 Reply Last reply Reply Quote 0
      • kawaiinekololis
        kawaiinekololis Admin @Prexerex 0 last edited by kawaiinekololis

        2f4d0eeb-f900-4ba9-b54c-de27711a8fca-image.png

        96d85f93-a992-4065-866d-fc07bd23f0ec-image.png

        0a83dfc5-c6bd-4bb3-9498-f750f5c94928-image.png

        Not perfect but this is already very good. ChatGPT does very well with our ScriptAPI. It just needs more information and examples, if you want to use it feed it with a lot of scripts and train it a little.

        JoelOTC 1 Reply Last reply Reply Quote 1
        • xMisio
          xMisio last edited by

          give script download

          1 Reply Last reply Reply Quote 0
          • JoelOTC
            JoelOTC @kawaiinekololis last edited by JoelOTC

            @kawaiinekololis What did you say to ChatGPT?

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            About
            • Terms of Service
            • Privacy Policy
            • Status
            • Contact Us
            Downloads
            • Releases
            • Source code
            • License
            Docs
            • Tutorials
            • CustomHUD
            • AutoSettings
            • ScriptAPI
            Community
            • Forum
            • Guilded
            • YouTube
            • Twitter
            • D.Tube