CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Vulcan Highjump

    Scripts
    1
    1
    28
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Razzy last edited by

      A really badly made Vulcan Highjump

      ///api_version=2
      var script = registerScript({
      name: "VulcanHigh",
      version: "1.0",
      authors: ["Razzy"]
      });

      var hasJumped = false;

      script.registerModule({
      name: "VulcanLong",
      description: "Vulcan Long Mode",
      category: "Movement"
      }, function (module) {
      module.on("update", function () {
      if (!hasJumped && mc.thePlayer.onGround) {
      mc.thePlayer.motionY = 0.8995931202;
      hasJumped = true;
      } else if (hasJumped) {
      module.setEnabled(false);
      }
      });
      });

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      About
      • Terms of Service
      • Privacy Policy
      • Status
      • Contact Us
      Downloads
      • Releases
      • Source code
      • License
      Docs
      • Tutorials
      • CustomHUD
      • AutoSettings
      • ScriptAPI
      Community
      • Forum
      • Guilded
      • YouTube
      • Twitter
      • D.Tube