CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Scripts
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • ButterChicken

      [Script] AutoLogin 1.0
      • ButterChicken

      7
      1
      Votes
      7
      Posts
      468
      Views

      NinjaMaki

      CookieChinese has already made it bro, her script's name is AutoMessage

    • bestnub

      Radius-Antibot-Script for Jartex/Matrix/Other
      • bestnub

      20
      0
      Votes
      20
      Posts
      1615
      Views

      bestnub

      @CzechHek oh i didn't notice it. One-Line-Coding-Style is not my favorite

    • CookieChinese

      This topic is deleted!
      • CookieChinese

      15
      0
      Votes
      15
      Posts
      185
      Views
    • CzechHek

      TargetInfo 2.3
      core render target info • • CzechHek

      10
      1
      Votes
      10
      Posts
      1564
      Views

      ?

      @CzechHek Pretty good!

    • As丶One

      [Script]Some Script Example for scriptAPI V2 (lb b72+)
      • As丶One

      7
      1
      Votes
      7
      Posts
      618
      Views

      Senk Ju

      @CzechHek We do that in b73: https://github.com/CCBlueX/LiquidBounce/blob/master/1.8.9-Forge/src/main/java/net/ccbluex/liquidbounce/script/Script.kt#L126

    • Spoiler

      Scaffold Speedier (Legacy)
      • Spoiler

      4
      0
      Votes
      4
      Posts
      384
      Views

      ChocoPie_isme

      @Spoiler said in Scaffold Speedier (Legacy):

      for be cool like another forum users.

      im not cool

    • 6Sence

      Re uploading scripts to avoid getting deleted.
      • 6Sence

      1
      0
      Votes
      1
      Posts
      211
      Views

      No one has replied

    • CookieChinese

      This topic is deleted!
      • CookieChinese

      1
      0
      Votes
      1
      Posts
      8
      Views

      No one has replied

    • As丶One

      [Script]CloudConfig
      • As丶One

      1
      0
      Votes
      1
      Posts
      264
      Views

      No one has replied

    • CzechHek

      HackerSpoofer 1.3
      core render spoof • • CzechHek

      11
      1
      Votes
      11
      Posts
      767
      Views

      M

      @CzechHek, that's great i guess, i must try it on a server called jartex network, because before that update, when i was toggling the "specificplayer" mode, the npc was the only one hitting and looking.

    • Senk Ju

      RazerKeyboard Script
      scriptapi script • • Senk Ju

      8
      0
      Votes
      8
      Posts
      581
      Views

      scorpion3013

      Demo
      Razerkeyboard script demo – 00:49
      — scorpion3013

      Added the video to the main post.

    • De3dAnge1s

      [De3dAnge1s]SpeedMine (New ScriptsAPI)
      • De3dAnge1s

      4
      1
      Votes
      4
      Posts
      409
      Views

      De3dAnge1s

      @Kasumi_Scarlet idk

    • R

      (Reupload) [Script] EffectHUD
      • RedDragon0293

      3
      0
      Votes
      3
      Posts
      517
      Views

      ?

      I18n.format is not necessary...
      and if a variable is null, then it instanceof MyClass is always false.

      if(potioneffect.getAmplifier() == 0) s1 = s1 + " I"; else if (potioneffect.getAmplifier() == 1) s1 = s1 + " II"; else if (potioneffect.getAmplifier() == 2) s1 = s1 + " III"; else if (potioneffect.getAmplifier() == 3) s1 = s1 + " IV"; else if (potioneffect.getAmplifier() == 4) s1 = s1 + " V"; else if (potioneffect.getAmplifier() == 5) s1 = s1 + " VI"; else if (potioneffect.getAmplifier() == 6) s1 = s1 + " VII"; else if (potioneffect.getAmplifier() == 7) s1 = s1 + " VIII"; else if (potioneffect.getAmplifier() == 8) s1 = s1 + " IX"; else if (potioneffect.getAmplifier() == 9) s1 = s1 + " X"; else if (potioneffect.getAmplifier() >= 10) s1 = s1 + " X+"; else s1 = s1 + "¿";

      in this part I think it's better to use switch

    • Azure

      TimeChanger re-upload
      • Azure

      3
      0
      Votes
      3
      Posts
      252
      Views

      Azure

      Ah, yes,
      Thanks for telling me

    • ?

      Writed casually BlockUtils.js
      • A Former User

      4
      3
      Votes
      4
      Posts
      239
      Views

      ?

      Some explanation of code

      Following code in JavaScript equals number > 0 ? Math.floor(number) : Math.ceil(number)

      number |= 0 ~~number

      But according to my test, ~~x is much faster than Math.floor(x) for random positive double value. So you can use bit operation instead of Math.floor(x) and parseInt(x)

      if (block != null) blocks.set(blockPos, block); can be simplified to if (block) blocks.set(blockPos, block); or just block && blocks.set(blockPos, block);
      Because null in JavaScript is considered as false value, and && operator will not do things after it if things before it is a false value.

    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