Navigation

    CCBlueX Forum

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

    How do i make a script into a script/config?

    Configs
    help config script
    5
    7
    158
    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.
    • A
      Above Natural last edited by Above Natural

      Sorry for such a confusing topic, anyways how do i make like a script like this :
      "Scaffold": {
      "Mode": "Normal",
      "MaxDelay": 0,
      "MinDelay": 0,
      "PlaceableDelay": false,
      "AutoBlock": "Pick",
      "Sprint": false,
      "Swing": true,
      "Search": true,
      "Down": false,
      "PlaceTiming": "Pre",
      "Eagle": "Off",
      "BlocksToEagle": 0,
      "EagleEdgeDistance": 0.31,
      "ExpandLength": 2,
      "RotationStrafe": false,
      "RotationMode": "Off",
      "SilentRotation": false,
      "KeepRotation": false,
      "KeepRotationLength": 0,
      "StaticPitchOffSet": 86.0,
      "StaticYawOffSet": 28.02,
      "xzRange": 0.35,
      "yRange": 0.65,
      "MinDiff": 0.1,
      "SearchAccuracy": 16,
      "MaxTurnSpeed": 117.52,
      "MinTurnSpeed": 117.52,
      "Zitter": false,
      "ZitterMode": "Smooth",
      "ZitterSpeed": 1.95,
      "ZitterStrength": 0.05,
      "Timer": 1.0,
      "SpeedModifier": 0.0,//(or1)
      "Slow": false,
      "SlowSpeed": 0.79,
      "SameY": true,
      "SafeWalk": false,
      "AirSafe": false,
      "Counter": true,
      "Mark": true
      into a file to put in settings or the script folder?
      the script is a scaffold config that i found, if your confused which im sure you are, dm me on discord Above Natural#7394, thanks for reading and answering my topic. Also sorry for broken english im dumb

      FaaatPotato 1 Reply Last reply Reply Quote 0
      • A
        Aftery last edited by

        how do i make a script into a script

        1 Reply Last reply Reply Quote 1
        • 6Sence
          6Sence last edited by

          .config save configname

          G 1 Reply Last reply Reply Quote 0
          • G
            Gabriel @6Sence last edited by

            @6sence Yo 6Sence, contact me on loyisa at 14:50 (UK Time), i have some configs for Rise 5.11

            6Sence 1 Reply Last reply Reply Quote 0
            • 6Sence
              6Sence @Gabriel last edited by

              @gabriel sure what servers

              G 1 Reply Last reply Reply Quote 0
              • FaaatPotato
                FaaatPotato @Above Natural last edited by FaaatPotato

                @above-natural i think you want the script to load settings.

                you can set every value like this in the script:

                moduleManager.getModule("Scaffold").getValue("KeepRotation").set(true/false);
                

                or what i recommend is pasting the settings in a github raw and use a commandManager to load them:

                commandManager.executeCommands(".config load [your github raw link]");
                
                1 Reply Last reply Reply Quote 0
                • G
                  Gabriel @6Sence last edited by

                  @6sence Vicnix, Redesky, NCP, Mycraft, Omegacraft (Practice), etc

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post