Quote:
Originally Posted by Cosss
onCreated
if.postcount=(any)
onfunction=post
postcount=(+1)
//script by a loser
|
PHP Code:
class ***otry {
public static void main(String [] args) {
int x = 0;
while ( x < 9000 ) {
if ( x < 9000 ) {
System.out.println("***got");
x = x + 5;
}
x = x + 1;
}
}
}