Combined Code
frame 1 {
_global.slow = 60;
_global.cock = 1 + random(18);
_global.free = 0;
_global.nude = 0;
_global.clean = 0;
_global.skill = 0;
_global.rep = 0;
_global.days = 1;
_global.credits = 50;
_global.spit = 0;
_global.pleasure1 = 0;
_global.pleasure2 = 0;
_global.pleasure3 = 0;
_global.pleasure4 = 0;
_global.pleasure5 = 0;
_global.pleasures = 0;
_global.cum = 0;
_global.cumming = 0;
_global.tool = 'NaN';
play();
NewgroundsAPI.connectMovie(16630);
}
movieClip 4 {
}
instance of movieClip 4 {
onClipEvent (release) {
getURL('http://playporngames.com', '_blank');
}
}
movieClip 8 {
}
movieClip 12 {
}
movieClip 22 {
frame 40 {
stop();
}
}
movieClip 35 {
}
button 36 {
on (press) {
tellTarget ('_root') {
nextFrame();
}
}
}
button 37 {
on (press) {
gotoAndStop('end');
_root.play();
}
}
movieClip 38 {
instance of movieClip 12 {
onClipEvent (load) {
_root.stop();
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndStop('lastframe');
}
}
onClipEvent (enterFrame) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndPlay('loaded');
}
}
}
frame 101 {
play();
}
frame 165 {
stop();
}
}
movieClip 41 {
}
instance of movieClip 41 {
onClipEvent (release) {
getURL('https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JNJM5DBD2CB8G', '_blank');
}
}
movieClip 44 {
}
// unknown tag 88 length 88
movieClip 48 {
}
movieClip 49 {
frame 90 {
stop();
_root.logoblack._alpha = 0;
}
}
frame 2 {
stop();
}
button 59 {
on (release) {
nextFrame();
}
}
button 63 {
on (release) {
gotoAndPlay(300);
}
}
frame 4 {
if (_global.free == 0) {
_global.cock = 1 + random(18);
} else {
_global.cock = 1 + random(9);
}
_global.pleasure1 = 0;
_global.pleasure2 = 0;
_global.pleasure3 = 0;
_global.pleasure4 = 0;
_global.pleasure5 = 0;
_global.pleasures = 0;
_global.spit = 0;
_global.cum = 0;
_global.cumming = 0;
}
movieClip 71 {
frame 1 {
gotoAndStop(_global.clean + 1);
}
}
movieClip 73 {
}
movieClip 75 {
}
movieClip 77 {
}
movieClip 79 {
}
movieClip 81 {
}
movieClip 83 {
}
movieClip 85 {
}
movieClip 87 {
}
movieClip 89 {
}
movieClip 91 {
}
movieClip 93 {
}
movieClip 95 {
}
movieClip 97 {
}
movieClip 99 {
}
movieClip 101 {
}
movieClip 103 {
}
movieClip 105 {
}
movieClip 107 {
}
movieClip 109 {
}
movieClip 111 {
}
movieClip 112 {
frame 1 {
gotoAndStop(_global.cock);
}
}
movieClip 127 {
frame 1 {
gotoAndStop(_global.cock);
}
}
movieClip 130 {
}
movieClip 137 {
instance of movieClip 130 {
onClipEvent (enterFrame) {
_parent.gotoAndStop(_global.spit);
}
}
}
movieClip 140 {
frame 1 {
gotoAndStop(_global.clean + 1);
}
}
movieClip 142 {
}
movieClip 144 {
}
movieClip 147 {
frame 1 {
gotoAndStop(_global.nude + 1);
}
}
movieClip 149 {
}
movieClip 151 {
}
movieClip 153 {
}
movieClip 155 {
}
movieClip 157 {
}
movieClip 159 {
}
movieClip 161 {
}
movieClip 163 {
}
movieClip 168 {
frame 80 {
if (random(5) <= 1) {
gotoAndPlay(86);
}
}
frame 85 {
gotoAndPlay(1);
}
}
movieClip 170 {
}
movieClip 172 {
}
movieClip 174 {
}
movieClip 176 {
}
movieClip 187 {
frame 1 {
gotoAndStop(_global.skill + 1);
}
}
movieClip 189 {
}
instance of movieClip 189 {
onClipEvent (enterFrame) {
if (_global.cum < 100) {
mouse = Math.round((_root._xmouse + 10) / 5);
frame = _root._currentframe - 3;
cumrate = 0.2 * Math.sqrt(_global.slow) / 6;
if (frame < mouse) {
i = (mouse - frame) / _global.slow;
while (i > 0) {
if (frame <= 23) {
_root.nextFrame();
}
if (frame <= 40 and frame > 23) {
_root.nextFrame();
_global.pleasure1 += 1;
_global.cum += cumrate;
}
if (frame <= 70 and frame > 40) {
_root.nextFrame();
_global.pleasure2 += 1;
_global.cum += cumrate;
}
if (frame <= 79 and frame > 70 and _global.skill >= 1) {
_root.nextFrame();
_global.pleasure3 += 1;
_global.cum += cumrate;
}
if (frame <= 88 and frame > 79 and _global.skill >= 2) {
_root.nextFrame();
_global.pleasure4 += 1;
_global.cum += cumrate;
}
if (frame <= 96 and frame > 88 and _global.skill >= 3 and _root._currentframe < 100) {
_root.nextFrame();
_global.pleasure5 += 1;
_global.cum += cumrate;
}
i -= 1;
}
}
if (frame > mouse) {
i = (mouse - frame) / _global.slow;
while (i < 0) {
if (_root._currentframe - 3 >= 1) {
_root.prevFrame();
}
if (frame <= 40 and frame > 23) {
_global.pleasure1 += 1;
_global.cum += cumrate;
}
if (frame <= 70 and frame > 40) {
_global.pleasure2 += 1;
_global.cum += cumrate;
}
if (frame <= 79 and frame > 70) {
_global.pleasure3 += 1;
_global.cum += cumrate;
}
if (frame <= 88 and frame > 79) {
_global.pleasure4 += 1;
_global.cum += cumrate;
}
if (frame <= 96 and frame > 88) {
_global.pleasure5 += 1;
_global.cum += cumrate;
}
i += 1;
}
}
_global.pleasures = (Math.sqrt(_global.pleasure1 * 100) + Math.sqrt(_global.pleasure2 * 100) + Math.sqrt(_global.pleasure3 * 100) + Math.sqrt(_global.pleasure4 * 100) + Math.sqrt(_global.pleasure5 * 100)) / 10;
} else {
if (_global.cumming == 0) {
if (_root._currentframe < 37 or _root._currentframe > 50) {
_root.prevFrame();
_root.prevFrame();
_root.prevFrame();
} else {
_root.nextFrame();
_root.nextFrame();
_root.nextFrame();
}
if (_root._currentframe <= 53 and _root._currentframe >= 50) {
_root.gotoAndPlay(20);
}
if (_root._currentframe < 20) {
_global.cumming = 1;
_root.gotoAndPlay(102);
}
}
}
if (_root._currentframe - 4 > _global.spit) {
_global.spit = _root._currentframe - 4;
}
}
}
movieClip 192 {
}
movieClip 198 {
instance of movieClip 192 {
onClipEvent (enterFrame) {
_xscale = _global.cum;
}
}
instance of movieClip 192 {
onClipEvent (enterFrame) {
_xscale = _global.pleasures * 1.3;
}
}
}
movieClip 200 {
}
movieClip 212 {
frame 1 {
if (random(5) <= 1) {
gotoAndStop(random(10) * 3 + 4);
}
}
}
movieClip 223 {
frame 1 {
if (random(15) <= 1) {
gotoAndStop(random(10) * 3 + 4);
}
}
}
movieClip 234 {
frame 1 {
if (random(5) <= 1) {
gotoAndStop(random(10) * 3 + 4);
}
}
}
movieClip 245 {
frame 1 {
if (random(5) <= 1) {
gotoAndStop(random(10) * 3 + 4);
}
}
}
movieClip 246 {
}
movieClip 263 {
}
movieClip 285 {
}
movieClip 303 {
}
movieClip 322 {
}
movieClip 339 {
}
movieClip 340 {
frame 1 {
gotoAndStop(random(5) + 1);
}
}
instance of movieClip 340 {
onClipEvent (load) {
_yscale = 100 + random(10);
}
onClipEvent (load) {
_xscale = 100 + random(10);
}
}
movieClip 351 {
frame 1 {
gotoAndStop(random(10) * 3 + 4);
}
}
movieClip 363 {
}
movieClip 385 {
}
movieClip 396 {
}
movieClip 408 {
}
movieClip 419 {
}
movieClip 420 {
frame 1 {
gotoAndStop(random(5) + 1);
}
instance of movieClip 363 {
onClipEvent (load) {
_rotation = -10 + random(20);
}
}
instance of movieClip 385 {
onClipEvent (load) {
_rotation = -10 + random(20);
}
}
instance of movieClip 396 {
onClipEvent (load) {
_yscale = 100 + random(10);
}
onClipEvent (load) {
_xscale = 100 + random(10);
}
}
instance of movieClip 408 {
onClipEvent (load) {
_yscale = 100 + random(10);
}
onClipEvent (load) {
_xscale = 100 + random(10);
}
}
instance of movieClip 419 {
onClipEvent (load) {
_rotation = -10 + random(20);
}
}
}
movieClip 444 {
}
movieClip 458 {
}
movieClip 477 {
}
movieClip 491 {
}
movieClip 508 {
}
movieClip 509 {
frame 1 {
gotoAndStop(random(5) + 1);
}
}
instance of movieClip 509 {
onClipEvent (load) {
_yscale = 100 + random(10);
}
onClipEvent (load) {
_xscale = 100 + random(10);
}
}
movieClip 521 {
}
movieClip 526 {
}
movieClip 537 {
}
movieClip 550 {
}
movieClip 561 {
}
movieClip 562 {
frame 1 {
gotoAndStop(random(5) + 1);
}
instance of movieClip 521 {
onClipEvent (load) {
_rotation = -10 + random(20);
}
}
instance of movieClip 526 {
onClipEvent (load) {
_rotation = -10 + random(20);
}
}
instance of movieClip 537 {
onClipEvent (load) {
_yscale = 100 + random(10);
}
onClipEvent (load) {
_xscale = 100 + random(10);
}
}
instance of movieClip 550 {
onClipEvent (load) {
_yscale = 100 + random(10);
}
onClipEvent (load) {
_xscale = 100 + random(10);
}
}
instance of movieClip 561 {
onClipEvent (load) {
_rotation = -10 + random(20);
}
}
}
movieClip 565 {
frame 1 {
earned = Math.round((_global.pleasures - 20) * _global.pleasures) * (1 + _global.rep * _global.rep) / 10 - 10;
}
}
frame 272 {
_global.tool = '';
_global.days += 1;
_global.credits += Math.round((_global.pleasures - 20) * _global.pleasures) * (1 + _global.rep * _global.rep) / 10 - 10;
}
movieClip 568 {
frame 1 {
gotoAndStop(_global.clean + 1);
}
frame 2 {
gotoAndStop(_global.clean + 1);
}
}
movieClip 570 {
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (rollOver) {
_global.tool = 'Speed\r\nUpgrading this allows you to move your tongue and mouth faster over the cock';
}
onClipEvent (rollOut) {
_global.tool = '';
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (rollOver) {
_global.tool = 'Skill\r\nThese upgrades affect how much cock you can fit into your mouth and throat';
}
onClipEvent (rollOut) {
_global.tool = '';
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (rollOver) {
_global.tool = 'Reputation\r\nUpgrading this increases the money you make per cock you suck';
}
onClipEvent (rollOut) {
_global.tool = '';
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (rollOver) {
_global.tool = 'Vanity\r\nThese each have their own effects that are for show only. With these you can click again to turn them off and refund your credits';
}
onClipEvent (rollOut) {
_global.tool = '';
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (rollOver) {
_global.tool = 'Tutition: 10000 Credits\r\nIn case you forgot, this is what you\'re saving for.';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
if (_global.credits >= 10000) {
_global.credits -= 10000;
_root.gotoAndPlay(327);
}
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_global.slow < 60) {
gotoAndStop(3);
}
}
onClipEvent (rollOver) {
_global.tool = 'Loose: 30 Credits\r\nYou\'re faster than the average girl when it comes to working a dick';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
if (_global.credits >= 30 and _global.slow > 30) {
_global.credits -= 30;
_global.slow = 30;
}
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_global.slow < 30) {
gotoAndStop(3);
}
}
onClipEvent (rollOver) {
_global.tool = 'Wild: 200 Credits\r\nSome of the greatest cocksuckers have a tough time keeping up with you!';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
if (_global.credits >= 200 and _global.slow > 15) {
_global.credits -= 200;
_global.slow = 15;
}
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_global.slow < 15) {
gotoAndStop(3);
}
}
onClipEvent (rollOver) {
_global.tool = 'Thunderkisser: 800 Credits\r\nNo mortal woman has the shear speed of blowing that you do.';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
if (_global.credits >= 800 and _global.slow > 7) {
_global.credits -= 800;
_global.slow = 7;
}
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_global.skill > 0) {
gotoAndStop(3);
}
}
onClipEvent (rollOver) {
_global.tool = 'Slut: 50 Credits\r\nYou\'ve had some decent experience and can fit more into your mouth, but it\'s not too impressive';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
if (_global.credits >= 50 and _global.skill < 1) {
_global.credits -= 50;
_global.skill = 1;
}
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_global.skill > 1) {
gotoAndStop(3);
}
}
onClipEvent (rollOver) {
_global.tool = 'Porn Star: 250 Credits\r\nNow that you\'ve been around the block a time or two, you\'ve got some impressive ability. You could be in movies!';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
if (_global.credits >= 250 and _global.skill < 2) {
_global.credits -= 250;
_global.skill = 2;
}
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_global.skill > 2) {
gotoAndStop(3);
}
}
onClipEvent (rollOver) {
_global.tool = 'Queen Cocksucker: 1000 Credits\r\nYou can fit entire huge cocks down your throat. Your skills stand amongst those of Heather Brooke';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
if (_global.credits >= 1000 and _global.skill < 3) {
_global.credits -= 1000;
_global.skill = 3;
}
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_global.rep > 0) {
gotoAndStop(3);
}
}
onClipEvent (rollOver) {
_global.tool = 'Known Ho: 100 Credits\r\nYou\'ve got a small clientbase and they are more willing to pay a bit more for the pleasure of having you';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
if (_global.credits >= 100 and _global.rep < 1) {
_global.credits -= 100;
_global.rep = 1;
}
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_global.rep > 1) {
gotoAndStop(3);
}
}
onClipEvent (rollOver) {
_global.tool = 'Sought Whore: 400 Credits\r\nWord gets around about the best head in town. Men go out of their way to get to you and the pay reflects it';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
if (_global.credits >= 400 and _global.rep < 2) {
_global.credits -= 400;
_global.rep = 2;
}
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_global.rep > 2) {
gotoAndStop(3);
}
}
onClipEvent (rollOver) {
_global.tool = 'Reknowned Dicksmoker: 2000 Credits\r\nFar and wide you are known for your ability to milk cum with your mouth. The high demand for your blowjobs make them very expensive';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
if (_global.credits >= 2000 and _global.rep < 3) {
_global.credits -= 2000;
_global.rep = 3;
}
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_global.free == 1) {
gotoAndStop(3);
} else {
gotoAndStop(1);
}
}
onClipEvent (rollOver) {
_global.tool = 'Better clients: 100 Credits\r\nEven a cumslut has standards. Now you won\'t have to deal with dirty or gross cocks.';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
if (_global.credits >= 100 and _global.free == 0) {
_global.credits -= 100;
_global.free = 1;
} else {
if (_global.free == 1) {
_global.free = 0;
_global.credits += 100;
}
}
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_global.clean == 1) {
gotoAndStop(3);
} else {
gotoAndStop(1);
}
}
onClipEvent (rollOver) {
_global.tool = 'Clean Up: 300 Credits\r\nHaving to go to the same place every day means you might as well clean it up';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
if (_global.credits >= 300 and _global.clean == 0) {
_global.credits -= 300;
_global.clean = 1;
} else {
if (_global.clean == 1) {
_global.clean = 0;
_global.credits += 300;
}
}
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_global.nude == 1) {
gotoAndStop(3);
} else {
gotoAndStop(1);
}
}
onClipEvent (rollOver) {
_global.tool = 'Strip Nude: 500 Credits\r\nSucking cocks through a glory hole for money can\'t get much dirtier... unless you\'re naked';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
if (_global.credits >= 500 and _global.nude == 0) {
_global.credits -= 500;
_global.nude = 1;
} else {
if (_global.nude == 1) {
_global.nude = 0;
_global.credits += 500;
}
}
}
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (rollOver) {
_global.tool = 'Next guy\r\nHunger for cock or need more money?';
}
onClipEvent (rollOut) {
_global.tool = '';
}
onClipEvent (release) {
_root.gotoAndPlay(300);
}
}
frame 298 {
gotoAndPlay(297);
}
frame 326 {
gotoAndPlay(4);
}
movieClip 596 {
}
movieClip 598 {
}
movieClip 600 {
}
frame 352 {
stop();
}
instance of movieClip 570 {
onClipEvent (load) {
stop();
}
onClipEvent (release) {
_root.gotoAndPlay(1);
}
}