CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. IndomsGods
    • Profile
    • Following 0
    • Followers 1
    • Topics 4
    • Posts 49
    • Best 10
    • Controversial 0
    • Groups 0

    IndomsGods

    @IndomsGods

    10
    Reputation
    55
    Profile views
    49
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Location USA Age 22

    IndomsGods Unfollow Follow

    Best posts made by IndomsGods

    • RE: How to add text in Liquid Bouncing B73 (except the original Liquid Bouncing)

      @skidma add element --> text

      posted in General
      IndomsGods
      IndomsGods
    • RE: [REQUEST] Soul clicker

      @plumer-man here you are
      SoulCliker.js

      posted in Requests
      IndomsGods
      IndomsGods
    • RE: hotbar spoof script updated

      @soulplexis nice

      posted in Scripts
      IndomsGods
      IndomsGods
    • RE: [REQUEST] anyone got a autogapple script for redesky

      @vibe here:

      ///api_version=2
      //Copyright 2020 commandblock2 distributed under AGPL-3.0-or-later
      (script = registerScript({
          name: "AutoCum",
          version: "1.0",
          authors: ["LolMc","commandblock2"]
      })).import("Core.lib")
      
      
      Potion = Java.type('net.minecraft.potion.Potion')
      
      var originalIndex = -1
      var inventoryIndex = -1
      module =
      {
          name: "AutoCum",
          description: "Cum yellow thing to your mouth",
          category: "combat",
          values:
              [
                  health = value.createFloat("Health", 10, 1, 20),
                  itemSwitchDelay = value.createInteger("SwitchDelayms", 100, 0, 1000)
              ],
      
          onUpdate: function () {
              if (mc.thePlayer.getHealth() <= health.get() && !mc.thePlayer.isPotionActive(Potion.regeneration)) {
                  gAppleIndex = InventoryUtils.findItem(36, 45, Items.golden_apple)
                  gAppleIndex = gAppleIndex == -1 ? InventoryUtils.findItem(9, 36, Items.golden_apple) : gAppleIndex
      
                  if (originalIndex == -1) { // wtffffff have to check null because if (originalIndex) doesn't work when it equas to 0
                      originalIndex = mc.thePlayer.inventory.currentItem
                  }
      
      
                  if (gAppleIndex >= 36 && gAppleIndex < 45) {
                      //switch to gapple
                      mc.thePlayer.inventory.currentItem = gAppleIndex - 36
      
                  } else if (gAppleIndex >= 9 && gAppleIndex < 36 && !(mc.currentScreen instanceof GuiInventory)) {
                      //switch gapple and 36 (first slot)
                      inventoryIndex = gAppleIndex
                      switchGapple(inventoryIndex)
                  } else return
      
                  mc.gameSettings.keyBindUseItem.pressed = true
      
              }
              else {
                  reset()
              }
          }
      }
      function reset() {
          if (originalIndex != -1 || inventoryIndex != -1)
              mc.gameSettings.keyBindUseItem.pressed = false
      
          if (originalIndex != -1 ) {
              mc.thePlayer.inventory.currentItem = originalIndex;
              originalIndex = -1
          }
      
          if (inventoryIndex != -1) {
              switchGapple(inventoryIndex)
              inventoryIndex = -1
          }
      
      }
      
      function switchGapple(index) {
          //open inventory (I don't care about when you are on horse, implement it yourself)
          mc.getNetHandler().addToSendQueue(new C16PacketClientStatus(C16PacketClientStatus.EnumState.OPEN_INVENTORY_ACHIEVEMENT));
          mc.displayGuiScreen(new GuiInventory(mc.thePlayer));
      
          timeout(itemSwitchDelay.get(), function () {
              slot = mc.thePlayer.inventoryContainer.getSlot(index)
      
              mc.playerController.windowClick(mc.currentScreen.inventorySlots.windowId, slot.slotNumber, 0, 2, mc.thePlayer)
              mc.thePlayer.closeScreen()
          })
      }
      
      posted in Requests
      IndomsGods
      IndomsGods
    • RE: [REQUEST] speed graph

      @the_shadow_emp liquidbounce.net download liquidbounce open it --> custom hud( a paint brush) --> add elements --> speed graph

      posted in Requests
      IndomsGods
      IndomsGods
    • RE: [REQUEST] speed graph

      @the_shadow_emp no you don't

      posted in Requests
      IndomsGods
      IndomsGods
    • RE: [REQUEST] speed graph

      @the_shadow_emp hey that's my friend liquidbounce go to find ThuanNguyen and you could see that liquidbounce

      posted in Requests
      IndomsGods
      IndomsGods
    • RE: [REQUEST] speed graph

      @the_shadow_emp remeber this guy ??
      Screenshot_3.png Screenshot_2.png

      posted in Requests
      IndomsGods
      IndomsGods
    • RE: [REQUEST] speed graph

      @the_shadow_emp your hackerman's liquidbounce is come from VISIONFX LIQUIDBOUNCE
      and ThuanNguyen just uploaded it again =^

      posted in Requests
      IndomsGods
      IndomsGods
    • RE: [REQUEST] speed graph

      @the_shadow_emp here =)) it comes from new liquidbounce b73 and also has radar
      Screenshot_1.png

      posted in Requests
      IndomsGods
      IndomsGods

    Latest posts made by IndomsGods

    • RE: RedeskyPhase.js download!

      @chocopiexd oh if you know i play minefc that's mean you play too

      posted in Scripts
      IndomsGods
      IndomsGods
    • RE: RedeskyPhase.js download!

      @quadro hey your english grammar like shit what is mean "the need" it is not a noun dude noob

      posted in Scripts
      IndomsGods
      IndomsGods
    • RE: why do you hack?

      if the world don't have hackers why should we need to create AAC , AC , NCP , Watchdog anticheat

      posted in Off-Topic
      IndomsGods
      IndomsGods
    • RE: Do you think its posible to make a slient chest stealer script

      @plumer-man because they want the liquidbounce become their client =))

      posted in Requests
      IndomsGods
      IndomsGods
    • RE: How to make criticals turn off after 3 hits?

      @romnaed like AutoDisableAura???

      posted in ScriptAPI
      IndomsGods
      IndomsGods
    • RE: Help!!!

      @co丶dynamic ok thanks

      posted in General
      IndomsGods
      IndomsGods
    • Help!!!

      I need redesky autologin

      posted in General
      IndomsGods
      IndomsGods
    • Asking for help

      dead forum :LL

      posted in Off-Topic
      IndomsGods
      IndomsGods
    • RE: Take no damage when using KillAura

      @mac-osx here:
      Viaforge: https://www.curseforge.com/minecraft/mc-mods/viaforge
      Liquidbounce : https://dl.ccbluex.net/download/J5WdhzRdqm
      Liquidbounce2: https://workupload.com/file/6KfzWcKXCAQ

      posted in General Discussion
      IndomsGods
      IndomsGods
    • RE: Take no damage when using KillAura

      @mac-osx use liquidbounce 1.8.9 + viaforge

      posted in General Discussion
      IndomsGods
      IndomsGods