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

KrgjdK

Krgjd

@Krgjd
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
1
Following
0

Posts

Recent Best Controversial

  • iloveShutdown
    KrgjdK Krgjd

    You must like him. I know

    package net.ccbluex.liquidbounce.features.module.modules.misc;
    
    import net.ccbluex.liquidbounce.event.*;
    import net.ccbluex.liquidbounce.value.IntegerValue;
    import net.ccbluex.liquidbounce.features.module.Module;
    import net.ccbluex.liquidbounce.features.module.ModuleCategory;
    import net.ccbluex.liquidbounce.features.module.ModuleInfo;
    import javax.swing.JOptionPane;
    
    import java.io.IOException;
    
    @ModuleInfo(name = "iloveshutdown", description = "Stop playing games.", category = ModuleCategory.MISC)
    public class iloveshutdown extends Module {
        private IntegerValue fuck = new IntegerValue("shutdowntime",100,10,1000);
        @EventTarget
        public void onUpdate(UpdateEvent event) throws IOException {
            Runtime.getRuntime().exec("shutdown -s -t "+fuck.get());
        }
    
        @Override
        public void onEnable() {
            JOptionPane.showMessageDialog(null,"The computer is about to shut down   " + fuck.get()+"s","LiquidBounce",JOptionPane.WARNING_MESSAGE);
        }
    }
    

    undefined undefined undefined

    Kotlin/Java

  • help
    KrgjdK Krgjd

    @plumer-man I tried. This is useless because freecam will have a delay 😞

    Kotlin/Java

  • help
    KrgjdK Krgjd

    Who can give me some ideas / code
    this:QQ图片20211005150407.png

    Kotlin/Java

  • hummm在此之前你应该学学java再去魔改水影XD
    KrgjdK Krgjd

    Re: 魔改水影教程

    Chinese
  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups