I need help
-
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 thisthis.switchdelayValue = new IntegerValue("SwitchDelay", 300, 1, 2000);
if(attackTimer.hasTimePassed((switchdelayValue.get() * 1).tooLong())) {
-
@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() } }
-
@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
-
@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
-
@idk-my-name thank you very much, I will try to put it
-