CCBlueX Forum

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

    [SUPPORT] How to make a jump fly?

    Kotlin/Java
    4
    4
    194
    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.
    • G
      Gabriel last edited by

      How do i make a fly that jumps every 10 ticks, and spoofs being on ground?

      A CzechHek 2 Replies Last reply Reply Quote 0
      • icewormy3
        icewormy3 last edited by icewormy3

        if(mc.thePlayer.ticksExisted % 10 == 0) {
               mc.thePlayer.jump();
               mc.thePlayer.sendQueue.addToSendQueue(new CO3PacketPlayer(true));
        }
        
        1 Reply Last reply Reply Quote 0
        • A
          Aftery @Gabriel last edited by

          @gabriel its called writing code then executing it

          1 Reply Last reply Reply Quote 0
          • CzechHek
            CzechHek @Gabriel last edited by

            @gabriel go make some cococcococooa's helper configs and get out of here

            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