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:
@@ -15,20 +15,20 @@ public class Login {
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1606541885
|
||||
)
|
||||
@Export("__cu_q")
|
||||
static int __cu_q;
|
||||
@Export("xPadding")
|
||||
static int xPadding;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Llq;"
|
||||
)
|
||||
@Export("__cu_o")
|
||||
static IndexedSprite __cu_o;
|
||||
@Export("titleboxSprite")
|
||||
static IndexedSprite titleboxSprite;
|
||||
@ObfuscatedName("g")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Lln;"
|
||||
)
|
||||
@Export("__cu_g")
|
||||
static Sprite __cu_g;
|
||||
@Export("leftTitleSprite")
|
||||
static Sprite leftTitleSprite;
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -184301597
|
||||
@@ -39,14 +39,14 @@ public class Login {
|
||||
@ObfuscatedSignature(
|
||||
signature = "Llq;"
|
||||
)
|
||||
@Export("__cu_d")
|
||||
static IndexedSprite __cu_d;
|
||||
@Export("options_buttons_0Sprite")
|
||||
static IndexedSprite options_buttons_0Sprite;
|
||||
@ObfuscatedName("y")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 932541923
|
||||
)
|
||||
@Export("__cu_y")
|
||||
static int __cu_y;
|
||||
@Export("loginBoxX")
|
||||
static int loginBoxX;
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -504870061
|
||||
@@ -111,26 +111,26 @@ public class Login {
|
||||
@Export("currentLoginField")
|
||||
static int currentLoginField;
|
||||
@ObfuscatedName("bk")
|
||||
@Export("__cu_bk")
|
||||
static boolean __cu_bk;
|
||||
@Export("worldSelectOpen")
|
||||
static boolean worldSelectOpen;
|
||||
@ObfuscatedName("bl")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1431381579
|
||||
)
|
||||
@Export("__cu_bl")
|
||||
static int __cu_bl;
|
||||
@Export("hoveredWorldIndex")
|
||||
static int hoveredWorldIndex;
|
||||
@ObfuscatedName("br")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -376233039
|
||||
)
|
||||
@Export("__cu_br")
|
||||
static int __cu_br;
|
||||
@Export("worldSelectPage")
|
||||
static int worldSelectPage;
|
||||
@ObfuscatedName("bj")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1548722671
|
||||
)
|
||||
@Export("__cu_bj")
|
||||
static int __cu_bj;
|
||||
@Export("worldSelectPagesCount")
|
||||
static int worldSelectPagesCount;
|
||||
@ObfuscatedName("bi")
|
||||
@ObfuscatedGetter(
|
||||
longValue = 803647694904294325L
|
||||
@@ -151,8 +151,8 @@ public class Login {
|
||||
static IndexCache indexCache11;
|
||||
|
||||
static {
|
||||
__cu_q = 0;
|
||||
__cu_y = __cu_q + 202;
|
||||
xPadding = 0;
|
||||
loginBoxX = xPadding + 202;
|
||||
Login_loadingPercent = 10;
|
||||
Login_loadingText = "";
|
||||
__cu_aj = -1;
|
||||
@@ -168,10 +168,10 @@ public class Login {
|
||||
__cu_ax = false;
|
||||
__cu_ba = true;
|
||||
currentLoginField = 0;
|
||||
__cu_bk = false;
|
||||
__cu_bl = -1;
|
||||
__cu_br = 0;
|
||||
__cu_bj = 0;
|
||||
worldSelectOpen = false;
|
||||
hoveredWorldIndex = -1;
|
||||
worldSelectPage = 0;
|
||||
worldSelectPagesCount = 0;
|
||||
new DecimalFormat("##0.00");
|
||||
new class161();
|
||||
__cu_bi = -1L;
|
||||
|
||||
Reference in New Issue
Block a user