Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Support
  3. Killaura scaffold

Killaura scaffold

Scheduled Pinned Locked Moved Support
5 Posts 4 Posters 640 Views 1 Watching
  • 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.
  • SPEBS Offline
    SPEBS Offline
    SPEB
    wrote on last edited by
    #1

    I want to know a way to auto disable killaura when enabling scaffold so it doesn't attack while scaffolding.

    exit scammedE 1 Reply Last reply
    0
    • SPEBS SPEB

      I want to know a way to auto disable killaura when enabling scaffold so it doesn't attack while scaffolding.

      exit scammedE Offline
      exit scammedE Offline
      exit scammed
      wrote on last edited by exit scammed
      #2

      @speb

      Scaffold = moduleManager.getModule("Scaffold"); //rename it if it's different in your build
      KillAura = moduleManager.getModule("KillAura"); //this too
      ...
      if (Scaffold.getState() && KillAura.getState()) KillAura.setState(false);
      
      C 1 Reply Last reply
      0
      • exit scammedE exit scammed

        @speb

        Scaffold = moduleManager.getModule("Scaffold"); //rename it if it's different in your build
        KillAura = moduleManager.getModule("KillAura"); //this too
        ...
        if (Scaffold.getState() && KillAura.getState()) KillAura.setState(false);
        
        C Offline
        C Offline
        Co丶Dynamic
        wrote on last edited by Co丶Dynamic
        #3

        @0x16 said in Killaura scaffold:

        KillAura.setState(!Scaffold.getState());

        may be this one is better

        Q 1 Reply Last reply
        0
        • C Co丶Dynamic

          @0x16 said in Killaura scaffold:

          KillAura.setState(!Scaffold.getState());

          may be this one is better

          Q Offline
          Q Offline
          quadro
          wrote on last edited by
          #4

          @co丶dynamic
          auto disable killaura when enabling scaffold: yes
          auto enable killaura when disabling scaffold: no

          C 1 Reply Last reply
          0
          • Q quadro

            @co丶dynamic
            auto disable killaura when enabling scaffold: yes
            auto enable killaura when disabling scaffold: no

            C Offline
            C Offline
            Co丶Dynamic
            wrote on last edited by Co丶Dynamic
            #5

            @quadro

            if(ScaffoldModule.getState()) {
            	if (KillAura.getState()) {
            		NeedSwitch = true;
            		KillAura.setState(false);
            	}
            } else if (NeedSwitch) {
            	NeedSwitch=false;
            	KillAura.setState(true);
            }
            

            Fixed

            1 Reply Last reply
            1
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            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
            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups