CCBlueX Forum

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

    Gridzz

    @Gridzz

    0
    Reputation
    3
    Profile views
    15
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    Gridzz Unfollow Follow

    Latest posts made by Gridzz

    • RE: Client-side fences

      @plumer-man do you have discord? talking on this trash forum is so bad i have 0 rep

      B o z o C l o w n#7414

      posted in Scripts
      Gridzz
      Gridzz
    • Client-side fences

      Raven b3 has this feature but for sumo on hypixel, they add clientside fences to the outer ring so they cant get pushed out no matter what, i was thinking maybe you could code one for sumo on blocksmc or something since it doesnt go cross version or maybe an editor where u can place them urself. im too lazy to do this myself no hate just ideas 💔

      posted in Scripts
      Gridzz
      Gridzz
    • RE: ZoomScaffold

      sorry for ghost post but like, quadratic function lol

      posted in Scripts
      Gridzz
      Gridzz
    • How to remove title from launcher to normal.

      I don't like the LiquidBounce b72 title at the top, whenever i screenshare on discord it gives it away, especially when im closet hacking

      how do i remove this?

      posted in Scripts
      Gridzz
      Gridzz
    • RE: Script support.

      @czechhek said in Script support.:

      @gridzz there should be
      ///api_version=2
      as the first line

      edit: you had it there before ah

      Yeah, still doesn't work. What can I do, as I think it's the codes fault. I want to place blocks twice (aka the double clicking) and also set an option to double click on LMB later.

      posted in ScriptAPI
      Gridzz
      Gridzz
    • RE: Script support.

      Anyone?!>!?!?!?

      posted in ScriptAPI
      Gridzz
      Gridzz
    • RE: Script support.

      @auto-reply-bot Hey it still doesn't detect the 'DoubleClick' script in the combat GUI, how can I make it detectable?

      Edit 1: Never-mind. LOL
      Edit 2: It works but it doesn't show up in any of the arrow-gui lists, such as combat. I can bind it but I cant find it.
      Edit 3: It doesn't work scam

      posted in ScriptAPI
      Gridzz
      Gridzz
    • RE: Script support.

      @auto-reply-bot said in Script support.:

      var Mouse = Java.type('org.lwjgl.input.Mouse');
      var Robot = Java.type('java.awt.Robot');
      var InputEvent = Java.type('java.awt.event.InputEvent');
      var script = registerScript({
          name: 'DoubleClick',
          version: '1.0',
          authors: ['Gridzz']
      });
      script.registerModule({
          name: 'DoubleClick',
          description: 'Click Twice!',
          category: 'Fun'
      
      }, function (module) {
          module.on('update', function () {
              if (mc.gameSettings.keyBindAttack.isKeyDown() || Mouse.isButtonDown(0)) {
                  var bot = new Robot();
                  bot.mousePress(InputEvent.BUTTON2_DOWN_MASK);
                  bot.mouseRelease(InputEvent.BUTTON2_DOWN_MASK);
              }
          });
      });
      

      Thanks! Definitely owe you a favour that I'm going to regret ±

      posted in ScriptAPI
      Gridzz
      Gridzz
    • RE: Script support.

      @auto-reply-bot Ty but idk what to do with that, maybe more thorough like actually putting it in the code and sending me it

      posted in ScriptAPI
      Gridzz
      Gridzz
    • RE: [REQ] Tickaura/armor breaker aura

      So what do you want? Tickaura is basically killaura?

      posted in Scripts
      Gridzz
      Gridzz