Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Kotlin/Java
  3. I need help

I need help

Scheduled Pinned Locked Moved Kotlin/Java
10 Posts 6 Posters 832 Views
  • 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 Offline
    I Offline
    imunne93
    wrote on last edited by
    #1

    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())) {
    
    ? I exit scammedE 3 Replies Last reply
    0
    • I imunne93

      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())) {
      
      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      @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
      0
      • ? A Former User

        @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 Offline
        I Offline
        imunne93
        wrote on last edited by
        #3

        @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
        0
        • I imunne93

          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())) {
          
          I Offline
          I Offline
          idk my name
          wrote on last edited by
          #4

          @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
          0
          • I idk my name

            @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 Offline
            K Offline
            karnow72
            wrote on last edited by
            #5

            @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
            0
            • K karnow72

              @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 Offline
              K Offline
              karnow72
              wrote on last edited by
              #6

              @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
              0
              • K karnow72

                @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 Offline
                I Offline
                idk my name
                wrote on last edited by
                #7

                @karnow72 I have left the code.

                K 1 Reply Last reply
                0
                • I idk my name

                  @karnow72 I have left the code.

                  K Offline
                  K Offline
                  karnow72
                  wrote on last edited by
                  #8

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

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    Aftery
                    wrote on last edited by
                    #9

                    learn java/kt

                    1 Reply Last reply
                    0
                    • I imunne93

                      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())) {
                      
                      exit scammedE Offline
                      exit scammedE Offline
                      exit scammed
                      wrote on last edited by
                      #10

                      @imunne93 said in I need help:

                      Convert the .class to .java

                      please don't

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      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
                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups