CCBlueX Forum

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

    [request] scaffold helper

    Requests
    5
    11
    216
    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.
    • 23 hours
      23 hours last edited by

      I had a script called "ScaffoldHelper" but i cant find on the forums, it was a addon for scaffold that changed head movement, can someone give it if they have it

      M SugarAFK 3 Replies Last reply Reply Quote 0
      • M
        mems Moderator @23 hours last edited by mems

        @23-hours what is that script, what does it do? like straight 90* head snap to face the block?

        23 hours 1 Reply Last reply Reply Quote 1
        • 23 hours
          23 hours @mems last edited by

          @mems kinda yea it snapped the head to look at the block, and it didnt do the side walk like normal scaffold rotations

          M 1 Reply Last reply Reply Quote 0
          • M
            mems Moderator @23 hours last edited by mems

            @23-hours and why would you need that script anyways? it will most likely flag for improper look at blocks which will lead you to a kick.

            23 hours 1 Reply Last reply Reply Quote 0
            • 23 hours
              23 hours @mems last edited by

              @mems found it, its a aac4 scaffold rotations, it dosent flag and it fixes everything about redeskys scaffold its very good

              Ali00035 1 Reply Last reply Reply Quote 0
              • SugarAFK
                SugarAFK @23 hours last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • SugarAFK
                  SugarAFK @23 hours last edited by

                  @23-hours var scriptName = 'ScaffoldHelper'
                  var scriptAuthor = 'As?One'
                  var scriptVersion = 1.0

                  function ScaffoldAddon() {
                  var RotationUtils = Java.type('net.ccbluex.liquidbounce.utils.RotationUtils')
                  var Rotation = Java.type('net.ccbluex.liquidbounce.utils.Rotation')
                  var Scaffold = moduleManager.getModule('Scaffold')
                  function isMoving() {
                  return mc.thePlayer.movementInput.moveForward || mc.thePlayer.movementInput.moveStrafe;
                  }
                  this.getName = function () {
                  return 'ScaffoldHelper'
                  }

                  this.getDescription = function () {
                  	return 'ScaffoldAddon By As?One'
                  }
                  
                  this.getCategory = function () {
                  	return 'Fun'
                  }
                  this.onUpdate = function () {
                  
                  	
                  	if(Scaffold.getState()) {
                  		if(isMoving()){
                  			Scaffold.getValue('Rotations').set(false)
                  			DiffYaw = 0
                  			if(mc.thePlayer.movementInput.moveForward > 0) DiffYaw = 180
                  			if(mc.thePlayer.movementInput.moveForward < 0) DiffYaw = 0
                  			RotationUtils.setTargetRotation(new Rotation(mc.thePlayer.rotationYaw + DiffYaw, 86))
                  			
                  		}else{
                  			Scaffold.getValue('Rotations').set(true)
                  		}
                  	}
                  }
                  

                  }

                  var ScaffoldAddon = new ScaffoldAddon()
                  var ScaffoldAddonClient

                  function onEnable() {
                  ScaffoldAddonClient = moduleManager.registerModule(ScaffoldAddon)
                  }

                  function onDisable() {
                  moduleManager.unregisterModule(ScaffoldAddonClient)
                  }

                  1 Reply Last reply Reply Quote 0
                  • Ali00035
                    Ali00035 Banned @23 hours last edited by

                    @SugarAFK

                    @23-hours said in [request] scaffold helper:

                    found it

                    Next time please take a look at the above posts before posting

                    SugarAFK 1 Reply Last reply Reply Quote 0
                    • SugarAFK
                      SugarAFK @Ali00035 last edited by

                      @ali00035 And? I threw in the code for those who might be looking.

                      Ali00035 H 2 Replies Last reply Reply Quote 0
                      • Ali00035
                        Ali00035 Banned @SugarAFK last edited by

                        @sugarafk Oh, well, sorry.

                        1 Reply Last reply Reply Quote 0
                        • H
                          halal.club Banned @SugarAFK last edited by

                          @sugarafk alr

                          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