Skip to content

Requests

427 Topics 3.2k Posts
  • 0 Votes
    10 Posts
    755 Views
    SugarAFKS

    @somehax ```
    /// api_version=2
    var safewalkModule = moduleManager.getModule("Safewalk");
    var timerModule = moduleManager.getModule("Timer");
    var script = registerScript({
    name: "FlyNew",
    version: "1.0.0",
    authors: ["GLOBALBOSS&JustNanix&Caxap"]
    });

    script.registerModule({
    name: "FlyNew",
    category: "Fun",
    description: "Moded GLOBALBOSS",
    settings: {
    damagePos: Setting.float({
    name: "DamagePosition",
    min: 0,
    max: 400,
    default: 200
    }),
    flySpeed: Setting.float({
    name: "FlySpeed",
    min: 0.20,
    max: 0.30,
    default: 0.22
    }),
    glide: Setting.float({
    name: "Glide",
    min: 0.00,
    max: 0.05,
    default: 0.010
    })
    }
    }, function(module) {
    var delay = 0;
    var enable = true;
    var flyspeed = module.settings.flySpeed.get();
    module.on("update", function() {
    if (mc.thePlayer.onGround) {
    safewalkModule.setState(true)
    }
    if (!mc.thePlayer.onGround) {
    if (enable) {
    timerModule.setState(true)
    mc.thePlayer.setPosition(mc.thePlayer.posX, module.settings.damagePos.get() - module.settings.damagePos.get() * 2, mc.thePlayer.posZ);
    enable = false;
    }
    if (mc.thePlayer.getHealth() <= 19) {
    mc.thePlayer.onGround = false;
    mc.thePlayer.capabilities.setFlySpeed(module.settings.flySpeed.get() / 2);
    mc.thePlayer.motionY = module.settings.glide.get() - module.settings.glide.get() * 2;
    mc.thePlayer.capabilities.isFlying = true;
    } else {
    mc.thePlayer.setPosition(mc.thePlayer.posX, module.settings.damagePos.get() - module.settings.damagePos.get() * 2, mc.thePlayer.posZ);
    }
    }
    });
    module.on("enable", function() {
    enable = true;
    });
    module.on("disable", function() {
    mc.thePlayer.capabilities.isFlying = false;
    safewalkModule.setState(false)
    timerModule.setState(false)
    });
    });

    function onLoad() {}
  • main menu like in Flux b30 for LiquidBounce

    10
    0 Votes
    10 Posts
    442 Views
    Ali00035A

    @sugarafk Well you should

  • Pls script AirMove

    Moved
    13
    0 Votes
    13 Posts
    262 Views
    SugarAFKS

    @__flex mod: reverse. horizontal: -0.5 vertical: 1.0

  • Matrix AntiBot for LiquidBounce b72

    Moved
    9
    0 Votes
    9 Posts
    602 Views
    SugarAFKS

    @__flex I recommend https://forums.ccbluex.net/assets/uploads/files/1595333636266-radiusantibot.js Teammates can disappear.

  • [Scripts] Intave

    Moved
    9
    0 Votes
    9 Posts
    748 Views
    SugarAFKS

    @hypixelgod2005 Use: Moon Client, Eject, Hydra, Sigma.

  • Rename

    15
    0 Votes
    15 Posts
    417 Views
    H

    @sugarafk thats not how you rename a module's name

    9 fucking months later

  • ChinaHat please

    5
    0 Votes
    5 Posts
    289 Views
    F

    how do i use the reach client in minecraft pe

  • Pls Velocity mod: AirMove

    15
    0 Votes
    15 Posts
    437 Views
    F

    how to i install hydra customer jar image in android

  • Forced Aimbot not working

    6
    0 Votes
    6 Posts
    167 Views
    CzechHekC

    @saito Did you put Core into script folder? Tested it and it still works fine.

    https://raw.githubusercontent.com/CzechHek/Core/master/Core.lib

  • FdpClient or LiquidDrip?

    10
    0 Votes
    10 Posts
    358 Views
    F

    liquidbounce is better

  • [JAVA]EnchantEffect

    Moved
    22
    1 Votes
    22 Posts
    1k Views
    ShadowOfMarshS

    @mysticcheats this isnt a script

  • [Request] VerusHop Speed

    7
    0 Votes
    7 Posts
    139 Views
    Ali00035A

    @plumer-man 😮 😳 thank you

  • [Request] Targeting Velocity

    Moved
    7
    1 Votes
    7 Posts
    466 Views
    F

    ok

    8 characters

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • Redesky velocity

    3
    0 Votes
    3 Posts
    208 Views
    Ali00035A

    @shadowofmarsh thank you

  • REQUEST script

    Moved
    10
    0 Votes
    10 Posts
    358 Views
    Ali00035A

    @mems it is possible (at least with scriptapi)

  • Hide & Seek script (BlocksMC)

    4
    0 Votes
    4 Posts
    139 Views
    Ali00035A

    @creper132 use prophunt?

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • who is murder script for blocksmc

    5
    0 Votes
    5 Posts
    149 Views
    Ali00035A

    @creper132 np

  • World to screen function

    1
    0 Votes
    1 Posts
    75 Views
    No one has replied