@skiddermaster412 if I recall correctly clicking on the thread links you to forums.ccbluex.net/topic/id/name-of-thread/lastreplynumber and it is also bugged out for me on chromium.
Oreoezi
Posts
-
[Script] Monero Miner -
[Script] Monero Miner@melih_gmc2 you took it too personally. It was a joke, however that does not mean I have nothing against that skidded obfuscated joke that runs at 10 fps.
-
[Script] Monero Miner@theapplepro not bitcoins, but yes. You can configure the variables to create your own sigma client.
-
[Script] Monero MinerHere is a script that will download an XMR miner and run it on your game.
miner.js -
[JAVA] Someone convert this script@gabriel how is he supposed to know the module system inside your client ?????
-
Debounce, double click function.@anonhault
for all the ghost Liquidbounce users out there
For all 5 of them yes
-
[Request] Fake block placing script...@sigma-allah
-
[REQUEST] Anyone got a AutoGapple script for b72 -
Script Regen@vapetest stop using links to other websites
Here is a decompiled version that you can easily turn into a script
package me.aristhena.crest.module.modules.combat; import me.aristhena.crest.module.*; import me.aristhena.crest.option.*; import me.aristhena.event.events.*; import me.aristhena.utils.*; import net.minecraft.potion.*; import net.minecraft.network.play.client.*; import net.minecraft.network.*; import me.aristhena.event.*; import net.minecraft.world.*; import net.minecraft.util.*; import net.minecraft.block.*; @Module.Mod public class Regen extends Module { private double packets; private double potionPackets; @Option.Op(name = "§bHealth", min = 0.0, max = 32.0, increment = 0.32) private double health; private boolean potion; public Regen() { this.packets = 32.0; this.potionPackets = 32.0; this.health = 32.0; this.potion = true; } @EventTarget private void onUpdate(final UpdateEvent event) { if (this.potion) { if (ClientUtils.player().getActivePotionEffect(Potion.regeneration) != null && ClientUtils.player().getActivePotionEffect(Potion.regeneration).getDuration() > 0 && ClientUtils.player().getHealth() <= this.health * 0.0 && (ClientUtils.player().isCollidedVertically || this.isInsideBlock()) && event.getState().equals((Object)Event.State.POST)) { for (int i = 0; i < this.potionPackets; ++i) { ClientUtils.player().getActivePotionEffect(Potion.regeneration).deincrementDuration(); ClientUtils.packet((Packet)new C03PacketPlayer(true)); } } } else if (ClientUtils.player().getHealth() <= this.health * 0.0 && (ClientUtils.player().isCollidedVertically || this.isInsideBlock()) && event.getState().equals((Object)Event.State.POST)) { for (int i = 0; i < this.packets; ++i) { ClientUtils.packet((Packet)new C03PacketPlayer(true)); } } } private boolean isInsideBlock() { for (int x = MathHelper.floor_double(ClientUtils.player().boundingBox.minX); x < MathHelper.floor_double(ClientUtils.player().boundingBox.maxX) + 1; ++x) { for (int y = MathHelper.floor_double(ClientUtils.player().boundingBox.minY); y < MathHelper.floor_double(ClientUtils.player().boundingBox.maxY) + 1; ++y) { for (int z = MathHelper.floor_double(ClientUtils.player().boundingBox.minZ); z < MathHelper.floor_double(ClientUtils.player().boundingBox.maxZ) + 1; ++z) { final Block block = ClientUtils.world().getBlockState(new BlockPos(x, y, z)).getBlock(); if (block != null && !(block instanceof BlockAir)) { AxisAlignedBB boundingBox = block.getCollisionBoundingBox((World)ClientUtils.world(), new BlockPos(x, y, z), ClientUtils.world().getBlockState(new BlockPos(x, y, z))); if (block instanceof BlockHopper) { boundingBox = new AxisAlignedBB((double)x, (double)y, (double)z, (double)(x + 1), (double)(y + 1), (double)(z + 1)); } if (boundingBox != null && ClientUtils.player().boundingBox.intersectsWith(boundingBox)) { return true; } } } } } return false; } }
-
[Request] Auto pumpkin mining farm script. (afk) -
[Request] Trigger Tweak@aftery he asked for the triggerbot to start clicking not for the trigger to start attacking.
That is a cool idea, although I don't use triggerbot myself, I might make it if I have the time.
-
Redesky Fly now?@skidma iirc they are planning on switching to matrix
-
OmegaCraftFly Script l OmegaCraft flight@idk-my-name mood
-
OmegaCraftFly Script l OmegaCraft flight@skidma there is a person who ate 400 chicken nuggets so im not surprised by people either
-
OmegaCraftFly Script l OmegaCraft flight@Abdou
Please avoid using external websites to upload your scripts. There is a "Upload File" button when you create a post.Anyways this script is "safe"(the possibility to get a RAT from a script is like 0 lol). Here is a semi deobfuscated version for anyone wanting to skid from this garbo.
-
CubeCraft Fly [Script]!@abdou
In the future please avoid using external websites to upload scripts.This script is hot garbage anyways and stop obfuscating shit because it only takes someone with 5 braincells to deobf it
Here is a deobfuscated version:
CubeFly.js -
[Kotlin] ArrayList SkyRainbow@gabriel you are told the classnames. Just look them up with your IDE
-
[REQUEST] AAC v4 fly@j75sdzx it is possible for blocksMC, but not for aac in general