Fica melhor assim:
package godless.atheist.hell;
// Obfusquem este codigo
/** @author=Fenrir */
public final class Evil666 { // Believers cannot subclass me
private Evil666() {
// Believers cannot instantiate me
}
public static void main( String args[] ) {
final boolean thereIsAGod = false; // Once initialized, believers cannot modify my value
while ( !thereIsAGod ) { // I will run eternaly
System.out.println("God does not exist, you fool\t");
// Here we give God a chance to manifest (supposing that it exists)
if ( thereIsAGod ) {
break;
}
}
}
}
Ponham o binario do fonte obfuscado em um jar executavel e deem um jeito dele executar toda vez que o computador de um crente for iniciado.