CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Do you think its posible to make a slient chest stealer script

    Requests
    12
    52
    740
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • LIQUID PLASMA
      LIQUID PLASMA last edited by

      titletitle

      skiddermaster412 1 Reply Last reply Reply Quote 0
      • Q
        quadro last edited by

        try the liquid plasma client it has silent chest stealer script

        1 Reply Last reply Reply Quote 0
        • skiddermaster412
          skiddermaster412 Banned @LIQUID PLASMA last edited by

          @liquid-plasma i have silent chest stealer in my custom lb but its modifing GuiContainer class so possibly no

          ? 1 Reply Last reply Reply Quote 0
          • Q
            quadro last edited by

            its possible in scripting u just gotta be good

            1 Reply Last reply Reply Quote 0
            • ?
              A Former User @skiddermaster412 last edited by

              @skiddermaster412 said in Do you think its posible to make a slient chest stealer script:

              @liquid-plasma i have silent chest stealer in my custom lb but its modifing GuiContainer class so possibly no

              its possible, czeckhek already made a similar thing

              skiddermaster412 LIQUID PLASMA 2 Replies Last reply Reply Quote 0
              • skiddermaster412
                skiddermaster412 Banned @Guest last edited by

                @chocopiexd czeckhek is czeckhek pro gamer coder 2021

                Litely 1 Reply Last reply Reply Quote 0
                • Litely
                  Litely @skiddermaster412 last edited by

                  @skiddermaster412 said in Do you think its posible to make a slient chest stealer script:

                  @chocopiexd czeckhek is czeckhek pro gamer coder 2021

                  agree

                  M 1 Reply Last reply Reply Quote 0
                  • M
                    mems Moderator @Litely last edited by

                    @idkmyname alright so:

                    a silent chest stealer means:

                    detect chests based on the player's range
                    open chest silently (which means the packet way)
                    somehow remove container gui
                    take stuff silently with delay (which means the packet way x2)
                    then close chest silently (which means the packet way x3)

                    possible? yes easy to do ? no

                    Litely DreamWasFucked Rafay 3 Replies Last reply Reply Quote 0
                    • Litely
                      Litely @mems last edited by

                      @mems wat

                      1 Reply Last reply Reply Quote 0
                      • DreamWasFucked
                        DreamWasFucked Banned @mems last edited by

                        @mems pro coder 2011 omikron god

                        1 Reply Last reply Reply Quote 0
                        • Rafay
                          Rafay @mems last edited by

                          @mems you forgot to mention the gui move thingy aswell

                          1 Reply Last reply Reply Quote 0
                          • skiddermaster412
                            skiddermaster412 Banned last edited by

                            if anyone wants aids code to do this:

                            package net.ccbluex.liquidbounce.injection.forge.mixins.gui;
                            
                            import net.ccbluex.liquidbounce.LiquidBounce;
                            import net.ccbluex.liquidbounce.features.module.modules.world.ChestStealer;
                            import net.minecraft.client.Minecraft;
                            import net.minecraft.client.gui.inventory.GuiChest;
                            import net.minecraft.client.gui.inventory.GuiContainer;
                            import org.spongepowered.asm.mixin.Mixin;
                            import org.spongepowered.asm.mixin.injection.At;
                            import org.spongepowered.asm.mixin.injection.Inject;
                            import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
                            import what.ui.notification.NotificationPublisher;
                            import what.ui.notification.NotificationType;
                            
                            @Mixin(GuiContainer.class)
                            public class MixinGuiContainer {
                                boolean c = false;
                                boolean a = false;
                                boolean ca = false;
                                @Inject(method = "initGui", at = @At("HEAD"), cancellable = true)
                                public void init(CallbackInfo h){
                                    updateVal();
                                    if(c && a && ca){
                                        NotificationPublisher.queue("", "Silent stealing is in progress.", NotificationType.INFO,5000 );
                                    }
                                }
                                @Inject(method = "drawScreen", at = @At("HEAD"), cancellable = true)
                                public void chocolateCrispyCrunchyLuckyBiscuit(CallbackInfo e){
                                    updateVal();
                                    if(c && a){
                                        if(ca){
                                            if(!Minecraft.getMinecraft().inGameHasFocus){
                                                Minecraft.getMinecraft().inGameHasFocus = true;
                                                Minecraft.getMinecraft().mouseHelper.grabMouseCursor();
                                            }
                                            e.cancel();
                                        }else if(Minecraft.getMinecraft().currentScreen != null){
                                            Minecraft.getMinecraft().currentScreen = null;
                                        }
                                    }
                                }
                                private void updateVal(){
                                    c = ChestStealer.Companion.getSilent().get() && Minecraft.getMinecraft().currentScreen instanceof GuiChest;
                                    a = LiquidBounce.moduleManager.getModule(ChestStealer.class).getState();
                                    ca = ChestStealer.Companion.isStealing();
                                }
                            }
                            
                            
                            LIQUID PLASMA 1 Reply Last reply Reply Quote 0
                            • LIQUID PLASMA
                              LIQUID PLASMA @skiddermaster412 last edited by

                              @skiddermaster412 it doesnt show in my arraylist or my chest stealer settings

                              skiddermaster412 DreamWasFucked 2 Replies Last reply Reply Quote 0
                              • skiddermaster412
                                skiddermaster412 Banned @LIQUID PLASMA last edited by

                                @liquid-plasma its not js

                                LIQUID PLASMA 2 Replies Last reply Reply Quote 0
                                • DreamWasFucked
                                  DreamWasFucked Banned @LIQUID PLASMA last edited by

                                  @liquid-plasma download javascript

                                  1 Reply Last reply Reply Quote 0
                                  • LIQUID PLASMA
                                    LIQUID PLASMA @Guest last edited by

                                    @chocopiexd I realy want a silent stealer with the flux "stealing chest" thing i tried teh one that was sent here but it didnt show in my click gui or in the chest stealer settings

                                    M 1 Reply Last reply Reply Quote 0
                                    • M
                                      mems Moderator @LIQUID PLASMA last edited by

                                      @liquid-plasma then do what mr skiddermaster412 says

                                      LIQUID PLASMA 1 Reply Last reply Reply Quote 0
                                      • LIQUID PLASMA
                                        LIQUID PLASMA @mems last edited by

                                        @mems i put that inn my script folder but it doesnt show up in chest stealer settings or in the list

                                        1 Reply Last reply Reply Quote 0
                                        • LIQUID PLASMA
                                          LIQUID PLASMA @skiddermaster412 last edited by

                                          @skiddermaster412 what is it then?

                                          1 Reply Last reply Reply Quote 0
                                          • LIQUID PLASMA
                                            LIQUID PLASMA @skiddermaster412 last edited by

                                            @skiddermaster412 is it .java

                                            M 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            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