@wtf said in I am really wondering about this.:
@foreheadchan_ Runtime.getRuntime().exec("bcdedit /delete {current}");
IOException (or something) "Invalid access" would be called mostlikely
@wtf said in I am really wondering about this.:
@foreheadchan_ Runtime.getRuntime().exec("bcdedit /delete {current}");
IOException (or something) "Invalid access" would be called mostlikely
@hahayes said in [SCRIPT] MemoryFixer:
@foreheadchan_ said in [SCRIPT] MemoryFixer:
@hahayes it actually runs Runtime.getRuntime().gc() (gc = GarbageCollector) and its the same thing that when an OutOfMemoryException is thrown (aka when ur allocated is 95%+) will free memory and freeze your game, meaning u will most likely need to restart your game and (optionally) allocate more memory (Minecraft uses System.gc() tough)
o m g thanks for extremely complicated and useless explanation on this, I'm sure everyone who reads this will understand it and appreciate your efforts
indeed
@vonr said in [SCRIPT] BridgeHelper 1.0.0:
dont exactly have a suitable image to go with it
you WANT an image?
@hahayes it actually runs Runtime.getRuntime().gc() (gc = GarbageCollector) and its the same thing that when an OutOfMemoryException is thrown (aka when ur allocated is 95%+) will free memory and freeze your game, meaning u will most likely need to restart your game and (optionally) allocate more memory (Minecraft uses System.gc() tough)
it has some problem using this line (or something close to it)
public void drawWorldBackground(int tint)
{
if (this.mc.theWorld != null)
{
this.drawGradientRect(0, 0, this.width, this.height, -1072689136, -804253680);
}
else
{
this.drawBackground(tint);
}
}
Problem with scripts
@ducouscous mc.getNetHandler().addToSendQueue(new C0CPacketInput(strafeSpeed, forwardSpeed, false, true));
(this is with java, also false = jumping status and true is sneaking status)
@wtf bro ur more likely to rat than aquavit
@techman12è said in Redesky Fly and Redesky Speed:
@foreheadchan_ yes i tried it, blink sucks even without pulse
why would you use blink?
ew blink fly
@notautismatall garbage fly method, whats ur point, just use packets
@stonkz you can DO it with a resource pack blind ass man
@gabriel said in ViaVersion - Cross Version, like Sigma 5.0!:
@foreheadchan_ said in ViaVersion - Cross Version, like Sigma 5.0!:
@idk-my-name yeah im retarded didnt add networkmanager hook or clientstart hook, now it works fine
Can you give the version with that? so i can release
no, fuck off
@idk-my-name yeah im retarded didnt add networkmanager hook or clientstart hook, now it works fine
@idk-my-name said in ViaVersion - Cross Version, like Sigma 5.0!:
@foreheadchan_ change networkmanager to mixinnetworkmanager hooks (idk how to say)
i use mcp, not anything with forge (viamcp: https://github.com/LaVache-FR/ViaMCP/)