Posted on 17 August 2020 - 01:12 PM
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.
Posted on 18 August 2020 - 08:32 PM
yes please, i was just about to post about this.Posted on 19 August 2020 - 03:26 PM
+1 i was about to make the same tread it is the only mod that i mis for badlion to be my main clientPosted on 20 August 2020 - 08:43 AM
+1 It is very comfortable to play with this mod on SkyBlockPosted on 22 August 2020 - 06:01 AM
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)Posted on 22 August 2020 - 12:08 PM
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
Posted on 22 August 2020 - 08:44 PM
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) {
}
}
—————-
Posted on 23 August 2020 - 01:31 PM
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
Posted on 23 August 2020 - 02:13 PM
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.
Posted on 24 August 2020 - 04:57 AM
iXtreme wrote
How do you know its already planned?
btw +1 yes pls
Posted on 26 August 2020 - 03:31 AM
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
Posted on 28 August 2020 - 07:53 PM
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?
Posted on 29 August 2020 - 02:53 AM
yes please i would really like this+1