Guest User

Untitled

a guest
Jul 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.73 KB | None | 0 0
  1. import org.upiL.utils.suicide.tools.rope;
  2. import org.upiL.utils.suicide.tools.gun;
  3. import org.upiL.utils.suicide.tools.poison;
  4. import org.upiL.utils.suicide.cause;
  5. import org.upiL.utils.suicide.status;
  6.  
  7. public class Suicide {
  8.  
  9.     private cause sebab;
  10.     private status status;
  11.     private rope rope;
  12.     private gun gun;
  13.     private poison poison;
  14.     private String nama = "Insert Your Name Here";
  15.  
  16.     public static void main(final String[] args) {
  17.         if (sebab.toString() == sebab.GALAU) {
  18.             killYourSelf(nama);
  19.         }
  20.     }
  21.    
  22.     public void killYourSelf(String s) {
  23.         while (status == status.ALIVE) {
  24.             rope.hangOnNeck(s);
  25.             gun.shootSelf(s);
  26.             poison.dring(s);
  27.         }
  28.         System.out.println("Congratulations. You are now dead.s");
  29.     }
  30. }
Add Comment
Please, Sign In to add comment