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. Scripts
  3. Some module renamer script which anyone can make

Some module renamer script which anyone can make

Scheduled Pinned Locked Moved Scripts
34 Posts 11 Posters 2.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Ali00035A Offline
    Ali00035A Offline
    Ali00035
    wrote on last edited by Ali00035
    #1

    Even someone without too much coding knowledge can make this. (Me)
    Works with scripts.
    Warning: The new module names reset after you close the game.
    Warning 2: The new module names don't affect the ClickGUI but they do affect the arraylist and commands.

    I know that I'm leaving MCC, but I just wanted to post a script probably for the last time. (Probably because I might post some new scripts)

    /// api_version=2
    // TODO: Make this script affect ClickGUI too.
    var script = registerScript({
        name: "Rename",
        version: "1.0.0",
        authors: ["Ali00035"]
    });
    script.registerCommand({
        name: "renamemodule",
        aliases: ["renamemodule", "rn"]
    }, function(command) {
        command.on("execute", function(args) {
            if (args.length == 3) {
                moduleManager.getModule(args[1]).name = args[2];
                Chat.print("§9[LiquidBounce]§9 §3Succesfully renamed " + args[1] + " to " + args[2]);
            } else {
                Chat.print("§9[LiquidBounce]§9 §3Usage:§3 §9 .renamemodule <module> <newname>");
            }
        });
    });
    
    kumri owoK ybyyby_ awaY IFUMLNI Hacked Clients MinecraftH FaaatPotatoF 5 Replies Last reply
    3
    • kumri owoK Offline
      kumri owoK Offline
      kumri owo
      replied to Ali00035 on last edited by
      #2

      @53000ila nice!

      Ali00035A 1 Reply Last reply
      1
      • Ali00035A Offline
        Ali00035A Offline
        Ali00035
        replied to kumri owo on last edited by
        #3

        @q-w-q-cutiehacks Thanks.

        1 Reply Last reply
        0
        • ybyyby_ awaY Offline
          ybyyby_ awaY Offline
          ybyyby_ awa
          replied to Ali00035 on last edited by
          #4

          @53000ila goodwork

          1 Reply Last reply
          1
          • IFUMLNI Offline
            IFUMLNI Offline
            IFUMLN
            replied to Ali00035 on last edited by
            #5

            @53000ila cool

            1 Reply Last reply
            1
            • Ali00035A Offline
              Ali00035A Offline
              Ali00035
              wrote on last edited by
              #6

              @ybyyby_-awa @IFUMLN Thanks.

              1 Reply Last reply
              0
              • Hacked Clients MinecraftH Offline
                Hacked Clients MinecraftH Offline
                Hacked Clients Minecraft
                replied to Ali00035 on last edited by
                #7

                @ali00035 nice

                Ali00035A 1 Reply Last reply
                0
                • Ali00035A Offline
                  Ali00035A Offline
                  Ali00035
                  replied to Hacked Clients Minecraft on last edited by
                  #8

                  @hacked-clients-minecraft Thanks. undefined

                  Phạm Minh Đức officialP 1 Reply Last reply
                  0
                  • Phạm Minh Đức officialP Offline
                    Phạm Minh Đức officialP Offline
                    Phạm Minh Đức official
                    replied to Ali00035 on last edited by
                    #9

                    @ali00035 noce

                    Ali00035A 1 Reply Last reply
                    0
                    • Ali00035A Offline
                      Ali00035A Offline
                      Ali00035
                      replied to Phạm Minh Đức official on last edited by
                      #10

                      @phạm-minh-đức-official undefined undefined Thanks.

                      Phạm Minh Đức officialP 1 Reply Last reply
                      0
                      • Phạm Minh Đức officialP Offline
                        Phạm Minh Đức officialP Offline
                        Phạm Minh Đức official
                        replied to Ali00035 on last edited by
                        #11

                        @ali00035 no problemundefined undefined undefined undefined undefined

                        1 Reply Last reply
                        0
                        • FaaatPotatoF Offline
                          FaaatPotatoF Offline
                          FaaatPotato
                          replied to Ali00035 on last edited by FaaatPotato
                          #12

                          @ali00035

                          @ali00035 said in Some module renamer script which anyone can make:

                          // TODO: Make this script affect ClickGUI too.

                          did it on accident
                          wanted to make a spoofmodules script
                          use core and it works xddd

                          for each (var module in moduleManager.modules) {
                              moduleManager.getModule(module.name).name = "any"
                          //module.name = x works too?
                          }
                          

                          if you do that lb resets everything ig so dont do that. Implement it into your command xdd!
                          It could also be that those changes only take effect after reloading ig. So you would need to reset them somehow.

                          2022-09-18_15.38.50.png

                          Ali00035A I 2 Replies Last reply
                          0
                          • Ali00035A Offline
                            Ali00035A Offline
                            Ali00035
                            replied to FaaatPotato on last edited by
                            #13

                            @faaatpotato Lol nice

                            FaaatPotatoF 2 Replies Last reply
                            0
                            • FaaatPotatoF Offline
                              FaaatPotatoF Offline
                              FaaatPotato
                              replied to Ali00035 on last edited by FaaatPotato
                              #14

                              @ali00035 but this could fuck up your binds

                              1 Reply Last reply
                              0
                              • FaaatPotatoF Offline
                                FaaatPotatoF Offline
                                FaaatPotato
                                replied to Ali00035 on last edited by FaaatPotato
                                #15

                                @ali00035

                                ///api_version=2
                                (script = registerScript({
                                    name: "ModuleRenamer",
                                    version: "1.0.0",
                                    authors: ["Ali00035"]
                                })).import("Core.lib");
                                
                                saveNames = []
                                
                                RenameModule = {
                                    name: "RenameModule",
                                    aliases: ["rm"],
                                    version: script.version,
                                    handler: {
                                        rename: function(moduleName, newName) {
                                            for each (var module in moduleManager.modules) {
                                                if (module.name == moduleName) { 
                                                    module.name = newName
                                                    saveNames.push(moduleName, newName);
                                                    commandManager.executeCommands(".r ClickGUI")
                                                    clearChat();
                                                }
                                            }
                                        },
                                        reset: function() {
                                            for (i = 0; i < saveNames.length; i++) {
                                                for each (var module in moduleManager.modules) {
                                                    if (module.name == saveNames[i] && saveNames.length > 0) {
                                                        module.name = saveNames[i-1]
                                                    }
                                                }
                                            }
                                            saveNames = []
                                            commandManager.executeCommands(".r ClickGUI")
                                            clearChat();
                                        }
                                    }
                                }
                                
                                command = RenameModule;
                                
                                melih_gmc2M Ali00035A CzechHekC 3 Replies Last reply
                                1
                                • melih_gmc2M Offline
                                  melih_gmc2M Offline
                                  melih_gmc2
                                  replied to FaaatPotato on last edited by
                                  #16

                                  @faaatpotato best

                                  FaaatPotatoF 1 Reply Last reply
                                  0
                                  • FaaatPotatoF Offline
                                    FaaatPotatoF Offline
                                    FaaatPotato
                                    replied to melih_gmc2 on last edited by FaaatPotato
                                    #17

                                    @melih_gmc2 still could contain some bugs, be careful. Made this in 5mins diddnt test enough

                                    For example if you execute reset twice. Fucks everything xdd
                                    need to clear the array there

                                    k fixed that

                                    Ali00035A 1 Reply Last reply
                                    0
                                    • Ali00035A Offline
                                      Ali00035A Offline
                                      Ali00035
                                      replied to FaaatPotato on last edited by
                                      #18

                                      @faaatpotato said in Some module renamer script which anyone can make:

                                      k fixed that

                                      Nice.

                                      1 Reply Last reply
                                      0
                                      • Ali00035A Offline
                                        Ali00035A Offline
                                        Ali00035
                                        replied to FaaatPotato on last edited by Ali00035
                                        #19

                                        @faaatpotato said in Some module renamer script which anyone can make:

                                        for each (var module in moduleManager.modules) {
                                        if (module.name == moduleName) {

                                        I already know this method because of Nvaros' clickgui hide script (props to him) I wanted to add this but it wasn't a good idea.

                                        FaaatPotatoF 1 Reply Last reply
                                        1
                                        • FaaatPotatoF Offline
                                          FaaatPotatoF Offline
                                          FaaatPotato
                                          replied to Ali00035 on last edited by
                                          #20

                                          @ali00035 I think the idea wasnt bad at all. Spoofing modules is useful, especially if you create videos where you dont want certain modules to be seen.

                                          Ali00035A Plumer ManP 2 Replies Last reply
                                          0

                                          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