I used some parts of @Soulplexis scripts so credits to him!
Its just a normal fly but u can customize it.
- motion
- speed
- multiple modes
If ur wondering... the fact that the OptimalSettings isn't changing anything is that I can't code :C
I used some parts of @Soulplexis scripts so credits to him!
Its just a normal fly but u can customize it.
If ur wondering... the fact that the OptimalSettings isn't changing anything is that I can't code :C
press windows + r and type in this
%appdata%\.minecraft\logs\latest.log
or this folder ig
%appdata%\.minecraft\crash-reports
that should get you to the log and the log contains information that can help you/us to fix the error
Complicated AutoUpdate
idk if its the best way to check if an update is needed but i used
localeCompare()
What should you do? Use Core to avoid ugly and long code like mine!
@i-hate-hatars
xdd also on my discord
@soulplexis labymod translator addon but its not automatic
@plumer-man yes scratch > all
I give u this like
@i-hate-hatars ok
@skiddermaster412 best tuturial thanks mate
@kvdlxne Looks pretty good! I really like this design. I'd also say, as @1zun4 said, rounding it would improve it even more. I think that'd also fit better to the general apperance of nextgen. (But since more customizable is already on your list, you may've thought about that already )
Suggestions/Ideas:
@czychuuu download inventorymanager and enable auto eat
@Systemless
Il just make somebody else convert it
enslavement
get others to help me
updates for this: https://discord.gg/ZE3DkybNte
Use potatospeed mode: MatrixOnGround1 for speed
Use MatrixOnGround2 for brrrrr
bad settings onground2
https://www.youtube.com/watch?v=DJjeRfqc_DQ
NO this isnt sigma, just hud u see combat = op
https://www.youtube.com/watch?v=Px2cxn_FAhM
recorded on pika and jartex
pov geetn speeded by a hacker w this:
https://streamable.com/dj91fu
var textures = properties.get("textures").iterator().next()
Chat.print(textures.getValue());
returns smth similar to this:
very nice staff saw me flying around lol
@credi CubeCore_9_pre2.js thats the latest i have
var script = registerScript({
name: "MatrixBHop",
version: "1.0.0",
authors: ["ENDER1355"]
});
script.registerModule({
name: "MatrixBHop",
category: "Movement",
description: "Allows you to BHop in Matrix, bypasses NCP aswell"
}, function(module) {
module.on("enable", function() {});
module.on("update", function() {
if (mc.thePlayer.onGround) { //gets called when player on ground
mc.thePlayer.jump();
mc.timer.timerSpeed = 1.0115 //you are trying to set different timer speeds in 1 tick
mc.timer.timerSpeed = 1.05 //wont work only 1 timer speed will be used
mc.thePlayer.setSprinting(true)
mc.thePlayer.serverSprintState = true
mc.thePlayer.speedInAir = 0.015
}
});
module.on('disable', function() {
mc.timer.timerSpeed = 1
mc.thePlayer.speedInAir = 0.01 //slower than vanilla use 0.02 or else it flags
});
});
// you could use it like this
function r(min,max) {
return Math.floor(Math.random()*(max-min+1)+min);
}
script.registerModule({
name: "",
description: "Nutting in cats is illegal",
category: "Fun",
tag: "",
settings: {}
}, function (module) {
module.on("enable", function () {
});
module.on("disable", function () {
mc.timer.timerSpeed = 1;
});
module.on("update", function () {
mc.timer.timerSpeed = 1
if (mc.thePlayer.ticksExisted % 5 == 0) {
mc.timer.timerSpeed = 5;
Chat.print(r(-100,100)); //sends number when timer speed 5 is used
}
});
});
@cookiechinese i will never stop liking this project