Navigation

    CCBlueX Forum

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

    I need help

    Kotlin/Java
    6
    10
    135
    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.
    • I
      imunne93 last edited by

      I wanted to know how I could add a "code" in my killaura, because when I try to edit the killaura .class by doing the following things.
      Convert the .class to .java, then put in the "code" I want, after I try to go back to .class it gives infinite errors, when I fix one, another one comes, and after I fix all the errors, I put the killaura.class where it should be, start mine, buff minecraft crashes.
      I wish someone could help me with this, because I've been looking for this for 4 days and I can't get it at all.
      The "code" I am trying to put in is this

      this.switchdelayValue = new IntegerValue("SwitchDelay", 300, 1, 2000);
      
      if(attackTimer.hasTimePassed((switchdelayValue.get() * 1).tooLong())) {
      
      M I exit scammed 3 Replies Last reply Reply Quote 0
      • M
        mems @imunne93 last edited by

        @imunne93 first of all the code will not work even if you get it right. I've tried it few weeks before since I learnt how to code a bit and yeah, really, doesn't work at all.

        I 1 Reply Last reply Reply Quote 0
        • I
          imunne93 @mems last edited by

          @mems It's just that there are several "custom liquidbounce" that have the switchdelay, and I wanted to put it in mine, because most of the time it's not the most updated, and there are some options that don't work

          1 Reply Last reply Reply Quote 0
          • I
            idk my name @imunne93 last edited by

            @imunne93 you probably wanted this?

            private var fakeTimer = MSTimer()
            
                  ...// Open inventory
                    if (openInventory)
                        mc.netHandler.addToSendQueue(createOpenInventoryPacket())
            
                    if(fakeTimer.hasTimePassed((switchdelayValue.get()).toLong())) {
                        if(switchdelayValue.get() != 0) {
                            prevTargetEntities.add(if (aacValue.get()) target!!.entityId else currentTarget!!.entityId)
                            fakeTimer.reset()
                        }
                    }
            
            K 1 Reply Last reply Reply Quote 0
            • K
              karnow72 @idk my name last edited by

              @idk-my-name No, it was supposed to be in killaura, like when you leave it in switch mode, you can set the delay and leave it at 1 or 2000, I would like to leave it at 70, because there are some servers where if you hit many people at the same time your hit can bugar, or take anticheat

              K I 2 Replies Last reply Reply Quote 0
              • K
                karnow72 @karnow72 last edited by

                @karnow72 said in I need help:

                @idk-my-name No, it was supposed to be in killaura, like when you leave it in switch mode, you can set the delay and leave it at 1 or 2000, I would like to leave it at 70, because there are some servers where if you hit many people at the same time your hit can bugar, or take anticheat

                I'm answering this account, because this one is the one registered on the cell phone

                1 Reply Last reply Reply Quote 0
                • I
                  idk my name @karnow72 last edited by

                  @karnow72 I have left the code.

                  K 1 Reply Last reply Reply Quote 0
                  • K
                    karnow72 @idk my name last edited by

                    @idk-my-name thank you very much, I will try to put it

                    1 Reply Last reply Reply Quote 0
                    • A
                      Aftery last edited by

                      learn java/kt

                      1 Reply Last reply Reply Quote 0
                      • exit scammed
                        exit scammed @imunne93 last edited by

                        @imunne93 said in I need help:

                        Convert the .class to .java

                        please don't

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post