Navigation

    CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. ScriptAPI
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • Tuấn Trần Văn

      Unsolved This topic is deleted!
      • Tuấn Trần Văn

      2
      0
      Votes
      2
      Posts
      2
      Views
    • suicidemouse33

      Unsolved [Legendary] How can I make a script exclude players? (like the AntiBot)
      • suicidemouse33

      3
      0
      Votes
      3
      Posts
      40
      Views

      CzechHek

      @suicidemouse You can enable wasinvisible option in AntiBot and edit the list of players that were invisible manually and exclude them that way.

      or if you don't want to blacklist all other players than your target then you can use the needhit option and edit list of players that you hit

    • IFUMLN

      Unsolved WHY....
      • IFUMLN

      11
      0
      Votes
      11
      Posts
      53
      Views

      exit scammed

      @ifumln there should be detailed compiler errors when you scroll up.

    • Woobs Fan

      Unsolved How to make killinsults
      • Woobs Fan

      8
      0
      Votes
      8
      Posts
      43
      Views

      suicidemouse33

      @woobs-fan

      just like this

      var Insults = [ "whatever else goes here", "whatever else goes here... again", "whatever else goes here... again... and again" ]
    • ByGraf

      Solved Cant find the problem in my code
      • ByGraf

      7
      0
      Votes
      7
      Posts
      100
      Views

      A

      @exit-scammed It's ok

    • cancernameu

      Solved mc.thePlayer is undefined
      • cancernameu

      41
      0
      Votes
      41
      Posts
      270
      Views

      FartCheese

      40 replies what the fuck

    • A

      Unsolved This topic is deleted!
      • Ali00035

      2
      0
      Votes
      2
      Posts
      5
      Views
    • ByGraf

      Unsolved Code completion
      • ByGraf

      5
      0
      Votes
      5
      Posts
      69
      Views

      ByGraf

      @ali00035 ok I will try it out 😄

    • W

      Unsolved Wednesday Caterwaul: Florida Panthers Open up Discussion board
      • wfhKatdy

      2
      0
      Votes
      2
      Posts
      21
      Views

      ByGraf

      @wfhkatdy tf

    • ByGraf

      Solved How to switch hotbar slots via script?
      • ByGraf

      11
      0
      Votes
      11
      Posts
      71
      Views

      ByGraf

      @czechhek said in How to switch hotbar slots via script?:

      mc.playerController.updateController();

      Thank u guys so much

    • romnaed

      How to make criticals turn off after 3 hits?
      • romnaed

      14
      0
      Votes
      14
      Posts
      193
      Views

      A

      @bygraf 😄

    • test test2

      Solved How to draw a gradient rect
      • test test2

      11
      0
      Votes
      11
      Posts
      74
      Views

      T

      A better way of not using reflection would be:

      /** * @param color1 color in hex. * @param color2 color in hex. */ function drawSimpleVerticalGradientRect(x, y, x2, y2, color1, color2) { GL11.glBegin(GL11.GL_QUADS); glColor(color1); GL11.glVertex2d(x, y); GL11.glVertex2d(x, y2); glColor(color2); GL11.glVertex2d(x2, y2); GL11.glVertex2d(x2, y); GL11.glEnd(); } /** * @param color A color in hex. */ function glColor(color) { var a = (color >> 24) & 0xFF; var r = (color >> 16) & 0xFF; var g = (color >> 8) & 0xFF; var b = (color) & 0xFF; GL11.glColor4f(r / 255, g / 255, b / 255, a / 255); }

      I would like to explain this, but i don't know if i could do it well

      Example Usage:

      GlStateManager.disableTexture2D(); GlStateManager.enableBlend(); GlStateManager.blendFunc(GL11.GL_SRC_ALPHA, GL11.GL_ONE_MINUS_SRC_ALPHA); // Tells GL to transition between colors GlStateManager.shadeModel(GL11.GL_SMOOTH); drawSimpleVerticalGradientRect(10, 10, 390, 390, 0xffffffff, 0x00ffffff); // Tells GL to use the ONLY' last color GlStateManager.shadeModel(GL11.GL_FLAT); GlStateManager.disableBlend();
    • ByGraf

      Solved This topic is deleted!
      • ByGraf

      1
      0
      Votes
      1
      Posts
      3
      Views

      No one has replied

    • Mxmblee

      Solved Add to TargetStrafe
      • Mxmblee

      6
      0
      Votes
      6
      Posts
      79
      Views

      A

      @mxmblee Yes

    • test test2

      Solved drawString wrong xy value
      • test test2

      2
      0
      Votes
      2
      Posts
      33
      Views

      test test2

      help please. text goes nowhere

    • test test2

      Solved drawScaledCustomSizeModalRect isn't working
      gui script • • test test2

      4
      0
      Votes
      4
      Posts
      27
      Views

      test test2

      Sorry, i'm stupid. x and y does not exists

    • ChocoPie_isme

      anything wrong in this skidded stupid script?
      • ChocoPie_isme

      20
      0
      Votes
      20
      Posts
      540
      Views

      F

    • M

      [Request] Scaffold for JartexNetwork.
      • mems

      9
      0
      Votes
      9
      Posts
      166
      Views

      A

      @mems
      The old mems
      The old Ali

    • DinoFeng

      Solved setTimeout
      • DinoFeng

      2
      0
      Votes
      2
      Posts
      31
      Views

      CzechHek

      @dinofeng You have to define setTimeout function as it isn't built-in.
      Consider importing Core and using timeout(1000, func).

    • WOWIESOCL

      Unsolved What is the method of sending packets(Or usage)
      • WOWIESOCL

      9
      0
      Votes
      9
      Posts
      166
      Views

      A

      @wowiesocl use the inline code option pls

    • undefined


      •


      Votes

      Posts

      Views