• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Where can I find that java window that shows the difference between a male and female in the sack?

Scarpozzi

Lifer
Ya know...the java window that shakes and shakes and shakes for the female....and like bumps once for the male?

 
Originally posted by: MercenaryForHire
:wtf;

- M4H
If you haven't seen it, it's a window that pops up with two java buttons on it. One says "Man" the other says "Women". It's supposed to represent the diff in men/women orgasms. It's pretty funny...
 
here

import window.*
import male.*
import female.*

public static void main (String args[]) {

int sex = 0;
if (sex = 0) {
shake();
exit (0);
}
sex = 1;
if (sex = 1) {
bump();
exit(0);
}

 
Back
Top