Начинающий
- Статус
- Оффлайн
- Регистрация
- 6 Июл 2025
- Сообщения
- 23
- Реакции
- 0
Мне интересно ваше мнение оцените обфу(ток честно)
Код до насилия:
package Atheryx.ez.system.features.movement;
import Atheryx.ez.system.api.Category;
import Atheryx.ez.system.api.Function;
import Atheryx.ez.system.api.NewFunction;
import Atheryx.ez.system.events.EventHandler;
import Atheryx.ez.system.events.impl.UpdateEvent;
import Atheryx.ez.system.settings.impl.ModeSetting;
import Atheryx.ez.system.settings.impl.NumberSetting;
import Atheryx.ez.utils.helpers.MoveUtil;
import ayeo.prot.VMProtect;
import net.minecraft.entity.Entity;
import net.minecraft.entity.LivingEntity;
import net.minecraft.entity.decoration.ArmorStandEntity;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.entity.vehicle.BoatEntity;
import net.minecraft.util.math.Box;
import net.minecraft.util.math.Vec2f;
import java.util.List;
@VMProtect(protect = VMProtect.Type.ULTRA)
@NewFunction(name = "Speed", desc = "Ускоряет скорость персонажа", category = Category.MOVEMENT)
public class Speed extends Function {
public static Speed Instance;
public static ModeSetting mode = new ModeSetting("Режим", "Vanilla", "Grim Collide");
public static NumberSetting speed = new NumberSetting("Буст", 1.0, 0.1, 2.0, 0.1);
public static NumberSetting box = new NumberSetting("Расширение бокса", 1.0, 0.1, 1.5, 0.1);
public static NumberSetting grimSpeed = new NumberSetting("Буст", 0.07, 0.01, 0.14, 0.01);
public Speed() {
Instance = this;
addSettings(mode, speed, box, grimSpeed);
mode.runnable(() -> {
speed.setVisible(mode.isEnabled("Vanilla"));
box.setVisible(mode.isEnabled("Grim Collide"));
grimSpeed.setVisible(mode.isEnabled("Grim Collide"));
});
}
@EventHandler
public void update(UpdateEvent event) {
if (nullCheck.player()) return;
switch (mode.getActiveMode()) {
case "Grim Collide" -> {
if (!MoveUtil.isMoving()) return;
int collisions = 0;
for (Entity ent : mc.world.getEntities()) {
if (ent != mc.player && (ent instanceof PlayerEntity || ent instanceof BoatEntity) && mc.player.getBoundingBox().expand(box.getValue()).intersects(ent.getBoundingBox()))
collisions++;
double[] motion = directionSpeed((speed.getValue() / 100) * collisions);
mc.player.addVelocity(motion[0], 0, motion[1]);
}
}
}
}
public double[] directionSpeed(double speed) {
Vec2f movement = mc.player.input.getMovementInput();
float f = movement.y;
float f2 = movement.x;
float f3 = mc.player.getYaw();
if (f != 0.0f) {
if (f2 > 0.0f) {
f3 += ((f > 0.0f) ? -45 : 45);
} else if (f2 < 0.0f) {
f3 += ((f > 0.0f) ? 45 : -45);
}
f2 = 0.0f;
if (f > 0.0f) {
f = 1.0f;
} else if (f < 0.0f) {
f = -1.0f;
}
}
final double d2 = Math.sin(Math.toRadians(f3 + 90.0f));
final double d3 = Math.cos(Math.toRadians(f3 + 90.0f));
final double d4 = f * speed * d3 + f2 * speed * d2;
final double d5 = f * speed * d2 - f2 * speed * d3;
return new double[]{d4, d5};
}
}
Код после:
package org.spongepowered.asm.util.ljn.zu;
import com.sun.proxy.util.vqi.xm.Dfiw;
import com.sun.proxy.util.vqi.xm.Fk;
import com.sun.proxy.util.vqi.xm.Rmu;
import java.lang.invoke.CallSite;
import java.nio.charset.StandardCharsets;
import net.minecraft.class_1297;
import net.minecraft.class_1657;
import net.minecraft.class_1690;
import org.spongepowered.asm.util.ljn.zu.;
import org.spongepowered.asm.util.ljn.zu.$Cb;
import org.spongepowered.asm.util.ljn.zu.$Cbc;
import org.spongepowered.asm.util.ljn.zu.$Cbg;
import org.spongepowered.asm.util.ljn.zu.$Cbi;
import org.spongepowered.asm.util.ljn.zu.$Cbk;
@.Cd(name="Q\u00ceW+\u0086", desc="\u00d2\u001d\u00e3\u00cf2\u00e4\u00c2P\u0013~#\u0001r+\u0003\u00ac\u00a2\u00ef3\u001e\u00d8\u000e,\u00bf\u00c2\u00ae\u00cc\u00df\u00a3\u00cf\u00d0\u007f\u008e\u009e\u00e2\u00f12\u00eb\u00c3n\u0013\u007f\"0r#\u0002\u009eR\u0088b~", category=.Ca.MOVEMENT, $={-1532544040689463479L, 5077815835341244251L, 6143888569118281639L})
public class $Cs
extends $Cb {
public static $Cs $fku;
public static $Cbg $fkv;
public static $Cbi $fkw;
public static $Cbi $fkx;
public static $Cbi $fky;
private static final /* synthetic */ byte[] __vmCode_0;
private static final /* synthetic */ Object[] __vmConsts_0;
private static final /* synthetic */ Rmu[] __vmRefs_0;
public $Cs() {
if (Thread.currentThread() == null) {
throw null;
}
$fku = this;
$Cbc[] $CbcArray = new $Cbc[(-597164625 + 1057956704 ^ 0x7DAA4CDE) + -1725787597];
$CbcArray[(0xAC4537DC ^ 0x82E0925A) - -1220273719 - -131935037 ^ 0x7F3EB6FA] = $fkv;
$CbcArray[-1794418956 - -497689121 ^ 0xD22B8081 ^ 0x609EF995] = $fkw;
$CbcArray[171428299 + 1339737143 + -1511165440] = $fkx;
$CbcArray[1203564407 - 1502318717 ^ 0xEE315EF9] = $fky;
this.$ml($CbcArray);
$fkv.$mgz(() -> {
if ("".length() > 0) {
throw null;
}
Object[] objectArray = new Object[(0x5B57C573 ^ 0x43179E5B) + 1668205660 ^ 0x7BAF2785];
Dfiw.execute(__vmCode_0, __vmConsts_0, __vmRefs_0, objectArray);
});
}
/*
* Unable to fully structure code
*/
@.Cg
public void $mbq(.Cn var1_1) {
if (Thread.currentThread() == null) {
throw null;
}
if (this.$fjn.$mch()) {
return;
}
var2_2 = $Cs.$fkv.getActiveMode();
var3_3 = -1208212044 - 107360974 + 1315573017;
switch (var2_2.hashCode()) {
case 1532281965: {
var12_4 = "ubN\u0090\u0011\u009aT\u00be\u001c\u0017#\u0098\u0089\u00d5Bue\u00af".getBytes(StandardCharsets.ISO_8859_1);
var13_5 = 2463621426236115621L;
var15_6 = 0;
while (var15_6 < var12_4.length) {
var13_5 = var13_5 * -8762651454449740211L + 6512381900077724949L;
v0 = var15_6++;
var12_4[v0] = (byte)(var12_4[v0] ^ (byte)var13_5);
}
var8_7 = new String(var12_4, StandardCharsets.UTF_8).getBytes(StandardCharsets.ISO_8859_1);
var9_8 = 2463621426236115621L;
var11_9 = 0;
while (var11_9 < var8_7.length) {
var9_8 = var9_8 * -8762651454449740211L + 6512381900077724949L;
v1 = var11_9++;
var8_7[v1] = (byte)(var8_7[v1] ^ (byte)var9_8);
}
if (!var2_2.equals(new String(var8_7, StandardCharsets.UTF_8))) break;
var3_3 = -452829052 ^ 1172422895 ^ 514876166 ^ -1101806739;
}
}
switch (var3_3) {
case 0: {
if (!$Cbk.isMoving()) {
return;
}
collisions = -885792906 - 1800092875 + -503939491 - -371268502 ^ 1476410526;
var5_11 = Fk.bootstrap("m", "[\b\u00a1b\u0018D{h\u00d6\u009f4\u00ab\u0081\u0082\u00f6\u00e1T\u001e\u00a6\u0012C\u001e-", "X\b\u00a1%\u001aIJ<\u008d\u00dcd\u00ff", "\u001dD\u0099'\u0014[t\"\u00d9\u008c;\u00aa\u00da\u00e4\u00e1\u00e8G\f\u00b7!\u0010\u0016", 1, 7390079545098528397L, -8355823790705911029L, -3588010532967459802L, Fk.bootstrap("f", "/\u0017U\u00bdl\u00db\u008f\u00b7\u00a2\u0080\u00c0t\u00f5\u001d\u0002> \u0001R\u00cd2\u0083\u00d1", "'\u001bD\u00fee\u00ed\u00d0\u00e4\u00f9\u00c5", "\r\u001cD\u00e6.\u00df\u0088\u00bc\u00a4\u0091\u00d3s\u00e7FN1-\u0013R\u00e1^\u0084\u00d2\u00ea\u00fa", 5, -3395593860657756078L, -3489893776562358817L, -3618193898396218157L, this.$fjm)).iterator();
while (var5_11.hasNext()) {
ent = (class_1297)var5_11.next();
if (ent == Fk.bootstrap("f", "`\u00fa\u00f0b\u00a7b\u000e<\u00a5\u00c5\u001d\u00c3v\u008c\u00bb]\u001f\u00bc\u0007\u00a2\t\n`", "h\u00f6\u00e1!\u00aeTQn\u00f4\u0083", "B\u00f1\u00e19\u00e5f\t7\u00a3\u00d4\u000e\u00c4d\u00d7\u00f7R\u0012\u00ae\u0007\u008ee\fd?\r", 5, 967539576489780353L, 3563027112208010261L, 3420114448683985529L, this.$fjm)) ** GOTO lbl49
if (ent instanceof class_1657) ** GOTO lbl45
if (!(ent instanceof class_1690)) ** GOTO lbl49
lbl45:
// 2 sources
if (Fk.bootstrap("m", "\u0092f\u0096vEf\u00a0@\u00b7\u00e9[\u0017t\u0088EQ\u00cd@\u00e1\u00d6\u00ea\fF", "\u0091f\u00961Gk\u0091\u001c\u00ed\u00af", "\u00d4O\u008c<\\ \u00a3L\u00ba\u00feY\u0003a\u00c1R\u0012\u00cf_\u00f3\u00fa\u00ab`Lf\u00bc\u00f0\u00c3\u00fb", 1, -3760451848280393203L, 6594038185462391913L, 8413197635938721447L, Fk.bootstrap("m", "\u00c6\u00b3T\u00115\u008f>\u00abk\u0084\u00e18\u00cc)\u00d3\u0082\te\u0093!*\u0015(", "\u00c5\u00b3TV7\u0082\u000f\u00ff8\u00c7\u00b4", "\u0080\u0092\tr6\u0083$\u00e1e\u009f\u00ee;\u00dbt\u00d1\u0088\u001c9\u0083\u0012yUcQ\u00fa\u0005x\u00a5", 1, -8001656574717006162L, 7495015477113498275L, -5334842066823347746L, Fk.bootstrap("m", "\u00b4\u009b\u001e\u0081\u0017\u00b7d\u00eby\u00cc\u00cb\b\u00ce\u00b1)\";\r\u0099q\u00cdj\u00bc", "\u00b7\u009b\u001e\u00c6\u0015\u00baU\u00bb\"\u008c\u0093", "\u00f2\u00d7&\u00c0\u001f\u00aa%\u00e3s\u00d0\u00cf\r\u00c8\u00ff,:u\u001d\u0086O\u0089-\u00d5<\u00a9\u0006\u0011", 1, 8298376671056918478L, -2151988508582363389L, -5066960971971099024L, Fk.bootstrap("f", "m\u0000\u0083\u0016\u00c6\u00a4qD0G&o\u008f\u00b2\f\u009d\u00c2v\u00e4\u0086x\\\u008f", "e\f\u0092U\u00cf\u0092.\u0016a\u0001", "O\u000b\u0092M\u0084\u00a0vO6V5h\u009d\u00e9@\u0092\u00cfd\u00e4\u00aa\u0014Z\u008b\u00f7\u00c8", 5, -7980582278026084527L, 6988095691653403545L, -1149608689421563238L, this.$fjm)), $Cs.$fkx.getValue()), Fk.bootstrap("m", "\u00ce0\u00c8&\u0095t:\u00f4\u00b3\u0017\r\u00ff\\\u0002gMa\u0006ovi\u000f\u008d\u0086", "\u00cd0\u00c8a\u0097y\u000b\u00a4\u00e8WU", "\u0088|\u00f0g\u009di{\u00fc\u00b9\u000b\t\u00faZLbU/\u0016pH+N\u00eb\u0083\u0003\u00bd\u00f7", 1, -5380221899223019007L, -5024335181741008853L, -6670271868868806283L, ent)) != false) {
++collisions;
}
lbl49:
// 5 sources
motion = this.$mia($Cs.$fkw.getValue() / 100.0 * (double)collisions);
Fk.bootstrap("m", "\u008e$\u00a0\u00f2\u0085\u00b0rP\u0013\u0083\u0085k\f\u00a6O\ta\u00d2\u0087b?\r\n", "\u008d$\u00a0\u00b5\u0087\u00bdC\u0000G\u00c7\u00d6", "\u00c8\u0005\u0090\u0099\u00c1\u008f", 1, 364225151765104133L, -5795261366215314829L, 7126727487762661281L, Fk.bootstrap("f", "\u00e7\u00c6}\f\u00e4\u00cagF\u00ea\u00d1hE\u00fd\u008cjO\u00e8\u00d0z|\u00ba\u00929", "\u00ef\u00calO\u00ed\u00fc8\u0014\u00bb\u0097", "\u00c5\u00cdlW\u00a6\u00ce`M\u00ec\u00c0{B\u00ef\u00d7&@\u00e5\u00c2zP\u00d6\u0094=\u0015\u00b2", 5, 7820513980553749027L, -4078464979427718721L, 378016633464522092L, this.$fjm), motion[-1157085147 - 437480669 ^ -1594565816], 0.0, motion[867798093 ^ 514440727 ^ 756036187]);
}
break;
}
}
}
/*
* WARNING - void declaration
*/
public double[] $mia(double d) {
void speed;
if (Thread.currentThread() == null) {
throw null;
}
CallSite movement = Fk.bootstrap("m", "\u00f4\u0086TN\u009b\u0006\u00f2\u00e8\u00f1I9\u009f\u001ah7\u00c9\u00eb\u00e0\u00e3\u00ce\u00d1+8", "\u00f7\u0086T\t\u0099\u000b\u00c3\u00be\u00a3\t`", "\u00b2\u00cal\u000f\u0093\u001b\u00b3\u00e0\u00fbU=\u009a\u001c&2\u00d1\u00a5\u00f0\u00fc\u00f0\u0095lS\u008f\u00b6\u00da\u00f3", 1, 460553205179773813L, 3016728938284421717L, 1082756354089703617L, Fk.bootstrap("f", "\u00f1\u00fe\u00dbdR\u0012!N\u00bc)\u008em\u000b\u0014\u00ec\u0087~h\\\u0094\u0088\u00cf\u00f9", "\u00f9\u00f2\u00ca'[$|\u0012\u00eeh", "\u00d3\u00f5\u00ca?\u0010\u0016&E\u00ba8\u009dj\u0019O\u00a0\u0088sz\\\u00b8\u00e0\u00cc\u00fb\u009fd", 5, 1445253440891724651L, -802036731856747141L, 5209261524736741174L, Fk.bootstrap("f", "~|>\u00ccI$\u00f02\u00dbs\u0013-\u00b8\u001a\u00a5\u00d3\u0001\u009a\u00e9\u00ecG,\u00de", "vp/\u008f@\u0012\u00af`\u008a5", "\\w/\u0097\u000b \u00f79\u00ddb\u0000*\u00aaA\u00e9\u00dc\f\u0088\u00e9\u00c0+*\u00da\u00113", 5, 8547204107483490031L, 2415235640851792617L, -8378792446788837239L, this.$fjm)));
Object f = Fk.bootstrap("f", "z\u00cf\u00f0\u0095\u0099\u00a3\n\u00bf\u00b7\u0098%\u009c\u00c0%Gv\u00f5YweF~\u00d5", "r\u00c3\u00e1\u00d6\u0090\u0095U\u00e9\u00e0\u00d8", "R", 5, -671386049849913702L, -3547141916643525721L, -465217327199933538L, movement);
Object f2 = Fk.bootstrap("f", "\u00ab,\u00a9\u00eeX\u0010\u00a3\u0014\u00c6\u00db\u00dcGa\u00f6\u00ce\u00bd\u00e4z\u00ee\u00de\u00c7\r\u00bc", "\u00a3 \u00b8\u00adQ&\u00fcB\u0091\u009a", "\u0083", 5, -2153669935025155055L, -1729169716368473339L, 234787277806902128L, movement);
reference var6_5 = Fk.bootstrap("m", "\u00ee\u00a94#m%\u00ae\u00e9\u00e3\u00be!jtc\u00a3\u00e0\u00e1\u00bf3S7x\u00f6", "\u00ed\u00a94do(\u009f\u00bf\u00b6\u00f8u8", "\u00a8\u00e5\u0006", 1, -7360610872409350260L, -7876767358605353137L, 7967714846069992780L, Fk.bootstrap("f", "\u00c5\u0017-O\u00ea\u00a7[\u00d9\u0000Xp~K\u00a9\u008e\u0018z\u0091\u00ba\u008f\u00c4\u000f\u0095", "\u00cd\u001b<\f\u00e3\u0091\u0004\u008bQ\u001e", "\u00e7\u001c<\u0014\u00a8\u00a3\\\u00d2\u0006IcyY\u00f2\u00c2\u0017w\u0083\u00ba\u00a3\u00a8\t\u0091\u001a\u00e8", 5, 3064754375870729476L, -2490705949840689439L, 5721937548894392615L, this.$fjm));
if (f != 0.0f) {
if (f2 > 0.0f) {
var6_5 += (float)(f > 0.0f ? -943871186 - 1986639685 + 86074920 + -1450531390 : (0xD452EA95 ^ 0x2C809853) + 120425831);
} else if (f2 < 0.0f) {
var6_5 += (float)(f > 0.0f ? -1525176273 + -1998208904 - 771582074 : 1604589822 + 1247140415 + 1443237014);
}
f2 = 0.0f;
if (f > 0.0f) {
f = 1.0f;
} else if (f < 0.0f) {
f = -1.0f;
}
}
double d2 = Math.sin(Math.toRadians((double)(var6_5 + 90.0f)));
double d3 = Math.cos(Math.toRadians((double)(var6_5 + 90.0f)));
double d4 = (double)f * speed * d3 + (double)f2 * speed * d2;
double d5 = (double)f * speed * d2 - (double)f2 * speed * d3;
double[] dArray = new double[-1831041415 + 954591644 + -766286041 + 35722924 - -1607012890];
dArray[-1940343281 - -1058305601 ^ 0xF4DDA5F0 ^ 0x65C3AB25 ^ 0x5A732285] = d4;
dArray[-1324510742 + -1541631596 - 1428824957] = d5;
return dArray;
}
static {
if (Thread.currentThread().getPriority() >> 30 != 0) {
throw null;
}
byte[] byArray = "W}\u00f7\u0088\u0017+\u00b7E\u00d7\u00e1".getBytes(StandardCharsets.ISO_8859_1);
long l = -1726533154501475715L;
int n = 0;
while (n < byArray.length) {
l = l * 2604766911227481071L + -2659194235036797996L;
int n2 = n++;
byArray[n2] = (byte)(byArray[n2] ^ (byte)l);
}
String string = new String(byArray, StandardCharsets.UTF_8);
String[] stringArray = new String[(1057933469 - -840108444 ^ 0xDDC2E52 ^ 0x9FCCF248) + 483324383];
byArray = "+'\u00adm5>\u00de".getBytes(StandardCharsets.ISO_8859_1);
l = 1992929044010017944L;
n = 0;
while (n < byArray.length) {
l = l * 3740184285359438101L + -2497092613846692091L;
int n3 = n++;
byArray[n3] = (byte)(byArray[n3] ^ (byte)l);
}
stringArray[-528162077 + -1341387353 ^ 0x9090F08A] = new String(byArray, StandardCharsets.UTF_8);
byArray = "\u00d0:\u0006\u00dd\u00e7\u00db\u00f0l\u009b\u0081\u00ab5".getBytes(StandardCharsets.ISO_8859_1);
l = -1684386491175821216L;
n = 0;
while (n < byArray.length) {
l = l * 335251840352898903L + 5559357563134683639L;
int n4 = n++;
byArray[n4] = (byte)(byArray[n4] ^ (byte)l);
}
stringArray[(0xE0487403 ^ 0x8A93FB86) - 1792774020] = new String(byArray, StandardCharsets.UTF_8);
$fkv = new $Cbg(string, stringArray);
byArray = "\u00c0P\u00f12\u00e1 \u0091\u0013".getBytes(StandardCharsets.ISO_8859_1);
l = -2187582054314850863L;
n = 0;
while (n < byArray.length) {
l = l * 3946223411556696335L + -6444081860734335535L;
int n5 = n++;
byArray[n5] = (byte)(byArray[n5] ^ (byte)l);
}
$fkw = new $Cbi(new String(byArray, StandardCharsets.UTF_8), 1.0, 0.1, 2.0, 0.1);
byArray = "\u00e3E\u00e3U\u00e2d\u00e2m\u00e3]\u00e2e\u00e3P\u00e3X\u00e3]\u00e3P\u00135\u00825\u008d5\u00894\u00b25\u0083".getBytes(StandardCharsets.ISO_8859_1);
l = 693241950347963877L;
n = 0;
while (n < byArray.length) {
l = l * 8373472136674699263L + -6565058632923310824L;
int n6 = n++;
byArray[n6] = (byte)(byArray[n6] ^ (byte)l);
}
$fkx = new $Cbi(new String(byArray, StandardCharsets.UTF_8), 1.0, 0.1, 1.5, 0.1);
byArray = "\u00db\u00a0\u00de\u0086\"\u00b8fO".getBytes(StandardCharsets.ISO_8859_1);
l = -1011985779113210947L;
n = 0;
while (n < byArray.length) {
l = l * -8854030307311757259L + -5474783737593234454L;
int n7 = n++;
byArray[n7] = (byte)(byArray[n7] ^ (byte)l);
}
$fky = new $Cbi(new String(byArray, StandardCharsets.UTF_8), 0.07, 0.01, 0.14, 0.01);
byArray = "]\u001d\u00aa\u00fb\u00ba\u0013^\u00a7\u0016\u00cf[\u0093L\u0081\u0096}\u00f5\u00cf\u0012*\u00aa\u00e0\u00cd\u00d7\u00c5\u00e7p\u00c7`\u00f3\u00bc\u00ee<A\u0083[\u009a\u00b0<\u0007\u00b5\u0017\u0083\u00f0P\u00e0\u00b4\u00a5)-01I\u00b9\u00926\u00a4G\u0013!@\u0090$\u00f6\u001f\u00ddc\u00f7".getBytes(StandardCharsets.ISO_8859_1);
l = -8224738985703445617L;
n = 0;
while (n < byArray.length) {
l = l * -7487853412259271995L + 132924567768642897L;
int n8 = n++;
byArray[n8] = (byte)(byArray[n8] ^ (byte)l);
}
__vmCode_0 = new String(byArray, StandardCharsets.UTF_8).getBytes(StandardCharsets.ISO_8859_1);
Object[] objectArray = new Object[-1340139036 - -1603438294 - -20795088 - -70569449 ^ 0x1523BD71];
byArray = "\u001c\u00f5H\u00c9N _".getBytes(StandardCharsets.ISO_8859_1);
l = -3965935793718904536L;
n = 0;
while (n < byArray.length) {
l = l * -5854794974171346475L + 6289027232798227714L;
int n9 = n++;
byArray[n9] = (byte)(byArray[n9] ^ (byte)l);
}
objectArray[(544768522 + -1915203555 - -352531749 ^ 0x2FD8C805) - -326316215] = new String(byArray, StandardCharsets.UTF_8);
byArray = "\u001e\u000e\u00f6\u00af\u00c5KD\"\u001d\u00fd\u00d3\u00bf".getBytes(StandardCharsets.ISO_8859_1);
l = 289344562441460022L;
n = 0;
while (n < byArray.length) {
l = l * 6980914665040673537L + 2820165254238888483L;
int n10 = n++;
byArray[n10] = (byte)(byArray[n10] ^ (byte)l);
}
objectArray[(-695324452 + 280678158 ^ 0x8996EFA4 ^ 0xBD08C136) - -740896393] = new String(byArray, StandardCharsets.UTF_8);
__vmConsts_0 = objectArray;
Rmu[] rmuArray = new Rmu[-1751746233 - 1171575853 - -1954267537 + -2027390769 + -1298521972];
byArray = "D\u0015,h\u0018W\u00e4i\u00cc\u0082\u00bb\u00a8\u009c\u00c2y\u00e2OH*4\u0006\b\u00fes\u00c2\u008b\u00e4\u00ab\u0081\u00c9$\u00fd^Ho\u0004\u0018".getBytes(StandardCharsets.ISO_8859_1);
l = -676244070233766009L;
n = 0;
while (n < byArray.length) {
l = l * 8065849789378788855L + 3499591512153162474L;
int n11 = n++;
byArray[n11] = (byte)(byArray[n11] ^ (byte)l);
}
String string2 = new String(byArray, StandardCharsets.UTF_8);
byArray = "\u00be\u00a6\u009d\u00cb".getBytes(StandardCharsets.ISO_8859_1);
l = -8645262545712326140L;
n = 0;
while (n < byArray.length) {
l = l * -3457951814450699047L + -8104219482867781066L;
int n12 = n++;
byArray[n12] = (byte)(byArray[n12] ^ (byte)l);
}
String string3 = new String(byArray, StandardCharsets.UTF_8);
byArray = "\u00a2B\u00e6\u0084\u00f5J\u00b0@(\u00a2\t\u008b]\u00a6\u00fd5\u00fb9kr\u00f9\u0004_*\u0082\u009cp\u0004\u008ek&X4\u00f8\u00dbgy\u00fbI\u00b4".getBytes(StandardCharsets.ISO_8859_1);
l = 1485349812871301911L;
n = 0;
while (n < byArray.length) {
l = l * -6284884235560099623L + -876973720215994513L;
int n13 = n++;
byArray[n13] = (byte)(byArray[n13] ^ (byte)l);
}
rmuArray[-1171789480 + 2056675724 - 2081635974 - -2020438218 ^ 0x31187D28] = new Rmu((byte)(1574262531 + -2097391144 ^ 0xCEED49F7 ^ 0xF55EC5BC ^ 0xDB623C95), string2, string3, new String(byArray, StandardCharsets.UTF_8));
byArray = "\u00ed\u00d6\u00f1\u00f7\u0099<\u0011n5\u0091\u0016G\u00cd\u00f9<5FkW\u000b\u00e7\u00c3k\u00d4\u009b\u00f8)\u00a40R\u00c1\u008a\u00b7\u00cb\u00f2[Y".getBytes(StandardCharsets.ISO_8859_1);
l = -8431431793568884816L;
n = 0;
while (n < byArray.length) {
l = l * 2198953138722547945L + -4338317970619623854L;
int n14 = n++;
byArray[n14] = (byte)(byArray[n14] ^ (byte)l);
}
String string4 = new String(byArray, StandardCharsets.UTF_8);
byArray = "\u00cd9\u008a\u00b1".getBytes(StandardCharsets.ISO_8859_1);
l = 7313369199656066103L;
n = 0;
while (n < byArray.length) {
l = l * 1025798797099938227L + 5951402536380530548L;
int n15 = n++;
byArray[n15] = (byte)(byArray[n15] ^ (byte)l);
}
String string5 = new String(byArray, StandardCharsets.UTF_8);
byArray = "t9&U\u00df\u00fd|\u0005\u00c6\u00a1\u00a1\u00d2\u000f\u0089\u0019\u00a8}R\u001bs\u00a3\u0003\u00c3?\u00fc\u00cf\u00c8\u00ad,\u00b42\u0095\u0082c;\u00d6\u00f3,\u00ab\u0011".getBytes(StandardCharsets.ISO_8859_1);
l = 3361065241209618682L;
n = 0;
while (n < byArray.length) {
l = l * -5996374550592834287L + -8414136920472403042L;
int n16 = n++;
byArray[n16] = (byte)(byArray[n16] ^ (byte)l);
}
rmuArray[(-1058848297 - -1412235860 + -1219836786 ^ 0x4AEA2B1C) + 2035211356] = new Rmu((0x44D46AFF ^ 0x6468F351) + -1750566150 + 1201335133, string4, string5, new String(byArray, StandardCharsets.UTF_8));
byArray = "c\u001f\u009dl\u00eby\tQ\u0083\u0000\u00e2\u0094\u0087\u00e4\f\u0012\u00d8rK\u00c0%\u00d6\u00e3\u00db\u00fd9\u00ed\u0007\u00ca\u001f\u0081\u009d\u0019b~`\u009a\u008e".getBytes(StandardCharsets.ISO_8859_1);
l = 1982936936807023111L;
n = 0;
while (n < byArray.length) {
l = l * -2596014776065370963L + -304869234838412463L;
int n17 = n++;
byArray[n17] = (byte)(byArray[n17] ^ (byte)l);
}
String string6 = new String(byArray, StandardCharsets.UTF_8);
byArray = "\u00c4\u0015\u00d3".getBytes(StandardCharsets.ISO_8859_1);
l = -4079927367241973912L;
n = 0;
while (n < byArray.length) {
l = l * -9181647503262775651L + -5229684321421539048L;
int n18 = n++;
byArray[n18] = (byte)(byArray[n18] ^ (byte)l);
}
String string7 = new String(byArray, StandardCharsets.UTF_8);
byArray = "n\u0081`\u0018X$\u009d]\u00f7S\u00bdF-\u00c1\u00f0H\u0088\u00ca\u0091p\u0094".getBytes(StandardCharsets.ISO_8859_1);
l = 8471530221310728769L;
n = 0;
while (n < byArray.length) {
l = l * 2921096868474897435L + -293782088487278485L;
int n19 = n++;
byArray[n19] = (byte)(byArray[n19] ^ (byte)l);
}
rmuArray[(0x1FD2227A ^ 0x5F25A955) + -1089964845] = new Rmu((byte)(706596961 + 1032568043 + -2017076843 ^ 0xEF6F66E0), string6, string7, new String(byArray, StandardCharsets.UTF_8));
byArray = "\u00fbjk\u009f7xSN\u0093\u009d\u001c\u00ff\u00d3\u008d\u00eee0\u00f7\u00ad\u0003i\u00e7\u0089\u0094\u00dd\u00d4\u0003<\u000e\u00c6s\u00baa\u00b7\u00a8s\u00a6\u00e1".getBytes(StandardCharsets.ISO_8859_1);
l = -3006309058511683520L;
n = 0;
while (n < byArray.length) {
l = l * -5305538523119865443L + -8907850184857588652L;
int n20 = n++;
byArray[n20] = (byte)(byArray[n20] ^ (byte)l);
}
String string8 = new String(byArray, StandardCharsets.UTF_8);
byArray = "c\u0080\u0012\u00b5\u0005\u00a2\u00cbM\u00e4\u0018".getBytes(StandardCharsets.ISO_8859_1);
l = 7380099081960061527L;
n = 0;
while (n < byArray.length) {
l = l * 7615558746711194877L + -7388681273063391211L;
int n21 = n++;
byArray[n21] = (byte)(byArray[n21] ^ (byte)l);
}
String string9 = new String(byArray, StandardCharsets.UTF_8);
byArray = "\b\u0083\u0095\u009b".getBytes(StandardCharsets.ISO_8859_1);
l = 801837123463228613L;
n = 0;
while (n < byArray.length) {
l = l * -3536644668257531525L + 6456344783838685561L;
int n22 = n++;
byArray[n22] = (byte)(byArray[n22] ^ (byte)l);
}
rmuArray[2013087237 - 211679479 + -1694310504 - -2108554678 ^ 0x84102A5F] = new Rmu((453372264 - -1766399936 ^ 0x417B4873) - -986431142, string8, string9, new String(byArray, StandardCharsets.UTF_8));
byArray = "#\u0010\u0097y\u0007\u00da\u00b70{\u00170\u00893\u00dfZ\u008b\u0088\u00ad\u00f1\u0005y\u00e5\r\n\u00d5\u00fe\u00cfj\u008e\u00b4\u00e7t\u00f9\u008d\u0014\u00d5\u00c7".getBytes(StandardCharsets.ISO_8859_1);
l = 6781616508728116686L;
n = 0;
while (n < byArray.length) {
l = l * 4967049236439663285L + 4251250000752258982L;
int n23 = n++;
byArray[n23] = (byte)(byArray[n23] ^ (byte)l);
}
String string10 = new String(byArray, StandardCharsets.UTF_8);
byArray = "Kn\u00ea\u00a2".getBytes(StandardCharsets.ISO_8859_1);
l = 8201197522643119542L;
n = 0;
while (n < byArray.length) {
l = l * -5142923102838987039L + -46409590161870215L;
int n24 = n++;
byArray[n24] = (byte)(byArray[n24] ^ (byte)l);
}
String string11 = new String(byArray, StandardCharsets.UTF_8);
byArray = "Q\u0003\u0085\u00c9nS\u000b-K\u00f3\u00da\u00e6\u00a6\u00bf\u00a6\u00d8H\u00d8\u00a8\u001f\"\u001d$gA\u008d#I\u00b5r=UGy8j\"\u00a2\u00f2\u00d9".getBytes(StandardCharsets.ISO_8859_1);
l = 4575722899810694618L;
n = 0;
while (n < byArray.length) {
l = l * 1494978658512098821L + 1218247982288156123L;
int n25 = n++;
byArray[n25] = (byte)(byArray[n25] ^ (byte)l);
}
rmuArray[(-1486229699 + 1914002665 ^ 0xBF2E3BF6) + 1504610356] = new Rmu(-157191328 - -393078684 - -1378698746 - 1614586097, string10, string11, new String(byArray, StandardCharsets.UTF_8));
byArray = "\u0092Q\u00bal\u00ce\u0013\u00f2\u00ed\u001a\u00c6-\u00acJ\u0086of\u0099\f\u00bc0\u00d0L\u00e8\u00f7\u0014\u00cfr\u00afW\u008d2y\u0088\f\u00f9\u0000\u00ce".getBytes(StandardCharsets.ISO_8859_1);
l = 8558820086531184131L;
n = 0;
while (n < byArray.length) {
l = l * 1690362225671227087L + 8778073454201211280L;
int n26 = n++;
byArray[n26] = (byte)(byArray[n26] ^ (byte)l);
}
String string12 = new String(byArray, StandardCharsets.UTF_8);
byArray = "\"\u000b\u00cb\u00f6".getBytes(StandardCharsets.ISO_8859_1);
l = 3191411784499236411L;
n = 0;
while (n < byArray.length) {
l = l * -167329305147442347L + 6931480791528337775L;
int n27 = n++;
byArray[n27] = (byte)(byArray[n27] ^ (byte)l);
}
String string13 = new String(byArray, StandardCharsets.UTF_8);
byArray = "\u000e]\u00d0\u00f5-\u0081\u0012=\u00ac\u00d5Gb\u00ed\u0005\u0087\u00a0'V\u008d\u00f3q\u009fM'\u00b6\u00dbN=\u00ee\u0018\u008c\u00fd8G\u008d\u00b6A\u0090\u000bi".getBytes(StandardCharsets.ISO_8859_1);
l = -7522726916795805486L;
n = 0;
while (n < byArray.length) {
l = l * -4281837874794725639L + -2154905679798332672L;
int n28 = n++;
byArray[n28] = (byte)(byArray[n28] ^ (byte)l);
}
rmuArray[1939239301 + -1995721150 + 1274520790 + -2032924940 - -814886004] = new Rmu((0x7CFF58C2 ^ 0x9AFF07DC ^ 0xEB8C93AE) - 227331243, string12, string13, new String(byArray, StandardCharsets.UTF_8));
__vmRefs_0 = rmuArray;
}
}