iloveShutdown
-
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); } }

-
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); } }

@krgjd yep,i love it
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login