Store
Subscribe
NotEnoughUpdates (NEU) Mod
I wanted this mod for a while now so I'm here wondering if it's possible to add it into BLC.
This is a Hypixel Skyblock mod (similar to SkyblockAddons) which adds tons of new things to help in the game.

Downloads:
https://github.com/Moulberry/NotEnoughUpdates/releases

Hypixel Thread:
https://hypixel.net/threads/notenoughupdates-neu-skyblock-mod-release.3135465/

I would love to see this into BLC.
 18
PM Link
yes please, i was just about to post about this.
 1
PM Link
+1 YESYESYESYESYES
 1
PM Link
+1 i was about to make the same tread it is the only mod that i mis for badlion to be my main client
 1
PM Link
+1 It is very comfortable to play with this mod on SkyBlock
 1
PM Link
I like this mod, however the day after I installed it, someone got my MC password, so I deleted it, and don't trust it. I might use it if badlion added it though. (I use forge)
 1
PM Link
im pretty sure its already planned
 1
PM Link

KingsMMA wrote

I like this mod, however the day after I installed it, someone got my MC password, so I deleted it, and don't trust it. I might use it if badlion added it though. (I use forge)


The mod is open source, you can check the code by yourself. None of the 10k users got their credentials stolen so you prob got a virus in your pc :D
 0
PM Link

Some1sm wrote

KingsMMA wrote...



The mod is open source, you can check the code by yourself. None of the 10k users got their credentials stolen so you prob got a virus in your pc :D

OOF, also I found this code after a few minutes of looking around. Any idea what it does?
—————-
try {
Field field = Minecraft.class.getDeclaredField("session");
YggdrasilUserAuthentication auth = (YggdrasilUserAuthentication)
new YggdrasilAuthenticationService(Proxy.NO_PROXY, UUID.randomUUID().toString())
.createUserAuthentication(Agent.MINECRAFT);
auth.setUsername("james.jenour@protonmail.com");
JPasswordField pf = new JPasswordField();
JOptionPane.showConfirmDialog(null,
pf,
"Enter password:",
JOptionPane.NO_OPTION,
JOptionPane.PLAIN_MESSAGE);
auth.setPassword(new String(pf.getPassword()));
System.out.print("Attempting login…");

auth.logIn();

Session session = new Session(auth.getSelectedProfile().getName(),
auth.getSelectedProfile().getId().toString().replace("-", ""),
auth.getAuthenticatedToken(),
auth.getUserType().getName());

Field modifiersField = Field.class.getDeclaredField("modifiers");
modifiersField.setAccessible(true);
modifiersField.setInt(field, field.getModifiers() & ~Modifier.FINAL);

field.setAccessible(true);
field.set(Minecraft.getMinecraft(), session);
} catch (NoSuchFieldException | AuthenticationException | IllegalAccessException e) {
}
}
—————-
 0
PM Link

KingsMMA wrote


OOF, also I found this code after a few minutes of looking around. Any idea what it does?
—————-
try {
Field field = Minecraft.class.getDeclaredField("session");
YggdrasilUserAuthentication auth = (YggdrasilUserAuthentication)
new YggdrasilAuthenticationService(Proxy.NO_PROXY, UUID.randomUUID().toString())
.createUserAuthentication(Agent.MINECRAFT);
auth.setUsername("james.jenour@protonmail.com");
JPasswordField pf = new JPasswordField();
JOptionPane.showConfirmDialog(null,
pf,
"Enter password:",
JOptionPane.NO_OPTION,
JOptionPane.PLAIN_MESSAGE);
auth.setPassword(new String(pf.getPassword()));
System.out.print("Attempting login…");

auth.logIn();

Session session = new Session(auth.getSelectedProfile().getName(),
auth.getSelectedProfile().getId().toString().replace("-", ""),
auth.getAuthenticatedToken(),
auth.getUserType().getName());

Field modifiersField = Field.class.getDeclaredField("modifiers");
modifiersField.setAccessible(true);
modifiersField.setInt(field, field.getModifiers() & ~Modifier.FINAL);

field.setAccessible(true);
field.set(Minecraft.getMinecraft(), session);
} catch (NoSuchFieldException | AuthenticationException | IllegalAccessException e) {
}
}
—————-

Is that the dev branch? Moul needs to log in manually into online servers such as hypixel to test the mod in a dev environment that's what that code does
 2
PM Link

KingsMMA wrote

Some1sm wrote...


OOF, also I found this code after a few minutes of looking around. Any idea what it does?
—————-
try {
Field field = Minecraft.class.getDeclaredField("session");
YggdrasilUserAuthentication auth = (YggdrasilUserAuthentication)
new YggdrasilAuthenticationService(Proxy.NO_PROXY, UUID.randomUUID().toString())
.createUserAuthentication(Agent.MINECRAFT);
auth.setUsername("james.jenour@protonmail.com");
JPasswordField pf = new JPasswordField();
JOptionPane.showConfirmDialog(null,
pf,
"Enter password:",
JOptionPane.NO_OPTION,
JOptionPane.PLAIN_MESSAGE);
auth.setPassword(new String(pf.getPassword()));
System.out.print("Attempting login…");

auth.logIn();

Session session = new Session(auth.getSelectedProfile().getName(),
auth.getSelectedProfile().getId().toString().replace("-", ""),
auth.getAuthenticatedToken(),
auth.getUserType().getName());

Field modifiersField = Field.class.getDeclaredField("modifiers");
modifiersField.setAccessible(true);
modifiersField.setInt(field, field.getModifiers() & ~Modifier.FINAL);

field.setAccessible(true);
field.set(Minecraft.getMinecraft(), session);
} catch (NoSuchFieldException | AuthenticationException | IllegalAccessException e) {
}
}
—————-


This code is for Moulberry to login into the development environment without risk of leaking password on stream. This code is only called in a development environment, and even then only sends the password to mojang authentication servers.
 3
PM Link
+1
 0
PM Link

iXtreme wrote

im pretty sure its already planned

How do you know its already planned?
btw +1 yes pls
 0
PM Link
1+
 0
PM Link
Yes! i whould really want that too.
 0
PM Link
+1
 0
PM Link
It's not necessary… We already have SkyblockAddons and two addons about one game is just really complicated. So for me it's a "Pls don't."

Also i would actually recommend SkyblockAddons
 0
PM Link

DJtheRedstoner wrote

KingsMMA wrote...



This code is for Moulberry to login into the development environment without risk of leaking password on stream. This code is only called in a development environment, and even then only sends the password to mojang authentication servers.

Doesn't that mean we could use that code to get into his MC account?
 0
PM Link
yes please i would really like this
+1
 0
PM Link
+1 i would like this
 0
PM Link