Rework clanmanmode attack option hiding (#746)

* A whole bunch of refactoring

* Api/mixins/injector additions for hiding attack options

* Rework clanmanmode attack hiding

* Update Client.java
This commit is contained in:
Lucwousin
2019-06-26 01:01:21 +02:00
committed by Kyleeld
parent ae6274a16f
commit 39a4cb2266
118 changed files with 2038 additions and 1955 deletions

View File

@@ -84,24 +84,24 @@ public class ViewportMouse {
garbageValue = "2128573585"
)
static int method2983(int var0, Script var1, boolean var2) {
Widget var3 = Huffman.getWidget(Interpreter.Interpreter_intStack[--class179.Interpreter_intStackSize]);
Widget var3 = Huffman.getWidget(Interpreter.Interpreter_intStack[--RouteStrategy.Interpreter_intStackSize]);
if(var0 == 2500) {
Interpreter.Interpreter_intStack[++class179.Interpreter_intStackSize - 1] = var3.x;
Interpreter.Interpreter_intStack[++RouteStrategy.Interpreter_intStackSize - 1] = var3.x;
return 1;
} else if(var0 == 2501) {
Interpreter.Interpreter_intStack[++class179.Interpreter_intStackSize - 1] = var3.y;
Interpreter.Interpreter_intStack[++RouteStrategy.Interpreter_intStackSize - 1] = var3.y;
return 1;
} else if(var0 == 2502) {
Interpreter.Interpreter_intStack[++class179.Interpreter_intStackSize - 1] = var3.width;
Interpreter.Interpreter_intStack[++RouteStrategy.Interpreter_intStackSize - 1] = var3.width;
return 1;
} else if(var0 == 2503) {
Interpreter.Interpreter_intStack[++class179.Interpreter_intStackSize - 1] = var3.height;
Interpreter.Interpreter_intStack[++RouteStrategy.Interpreter_intStackSize - 1] = var3.height;
return 1;
} else if(var0 == 2504) {
Interpreter.Interpreter_intStack[++class179.Interpreter_intStackSize - 1] = var3.isHidden?1:0;
Interpreter.Interpreter_intStack[++RouteStrategy.Interpreter_intStackSize - 1] = var3.isHidden?1:0;
return 1;
} else if(var0 == 2505) {
Interpreter.Interpreter_intStack[++class179.Interpreter_intStackSize - 1] = var3.parentId;
Interpreter.Interpreter_intStack[++RouteStrategy.Interpreter_intStackSize - 1] = var3.parentId;
return 1;
} else {
return 2;