Top

epenis


mIRC Code
+ 1 likes
Please Register to submit score.
Bookmark and Share
Average Score  3.3 (of 3 scores)
Date Added  Dec 28, 2008
Last Updated  Dec 28, 2008
Tags  computer  epenis  uptime 

Introduction

This script will display your current uptime expressed in inches that measure the length of your e-Penis erection. It also keeps a record of your largest erection ever (longest uptime). Copy Code: Mirc -> Tools -> Scripts Editor -> Remotes: Paste. Cmd: /epenis.

Grab the Code

alias epenis {
 
  ; Set current length variables (inches & centimeters),
  ; using a square root function to determine erection size.
  ;
  var %up = $uptime(system,3)
  var %in = $sqrt($calc(0.0005 * %up))
  var %cm = %in * 2.540
 
  ; If no record is set, or current uptime exceeds record
  ; uptime, set/adjust stored record value.
  ;
  if ((%ePenis.record !isnum) || (%ePenis.record < %up)) {
    set %ePenis.record %up
  }
 
  ; Set record values.
  ;
  var %r.in = $sqrt($calc(0.0005 * %ePenis.record))
  var %r.cm = %r.in * 2.540
 
  ; No more than 2 decimals to keep it legible.
  ;
  %in = $round(%in,2)
  %cm = $round(%cm,2)
  %r.in = $round(%r.in,2)
  %r.cm = $round(%r.cm,2)
 
  ; Proceed to show my (big) erection to the rest/a friend.
  ;
  say Based on the uptime of my $+(Win,$os) box, $&
    my e-Penis is %in inches ( $+ %cm cm) erect! $&
    Largest erection ever was %r.in inches ( $+ %r.cm cm)!
 
}
 
 
; Check current uptime against record upon exiting mIRC.
;
on *:exit:{
 
  ; If no record is set, or current uptime exceeds record
  ; uptime, set/adjust stored record value.
  ;
  if ((%ePenis.record !isnum) || (%ePenis.record < $uptime(system,3))) {
    set %ePenis.record $uptime(system,3)
  }
 
}
 

Comments

  (17)  RSS
Kirby
Comments: 475
 
mIRC Snippet:  epenis
Posted on Dec 28, 2008 10:48 am
Code:
  ; Proceed to show my (big) erection to the rest/a friend.
  ;
  say Based on the uptime of my $+(Win,$os) box, $&
    my e-p%&@# is %in inches ( $+ %cm cm) erect! $&
    Largest erection ever was %r.in inches ( $+ %r.cm cm)!


Doesn't that make you gay? o_o

The code itself works though.
jonesy44
Comments: 1,856
 
mIRC Snippet:  epenis
Posted on Dec 28, 2008 2:52 pm
Shorter version (s'cuse the pun)

Code:
alias epenis {
  var %inch = $round($sqrt($calc(0.0005 * $uptime(system,3))),2), %cm = $round($calc(%inch * 2.540),2)
  if (%inch > $iif(%epenis.record,%epenis.record,0)) { set %epenis.record %inch }
  if (!$1) { echo -a 2* Your e-p%&@# is %inch inches ( $+ %cm cm)! $+([,Record: %epenis.record, inches ( $+ $round($calc(%epenis.record * 2.540),2) cm)]) }
}
on *:EXIT: { epenis n }
Kirby
Comments: 475
 
mIRC Snippet:  epenis
Posted on Dec 28, 2008 7:11 pm
Lol @ Shorter version. xD
jonesy44
Comments: 1,856
 
mIRC Snippet:  epenis
Posted on Dec 29, 2008 4:49 am
oi now! i said s'cuse the pun!
ForteX
Comments: 3
 
mIRC Snippet:  epenis
Posted on Dec 29, 2008 11:24 pm
lols ><
Kirby
Comments: 475
 
mIRC Snippet:  epenis
Posted on Dec 29, 2008 11:29 pm
:p
uneek
Comments: 26
 
mIRC Snippet:  epenis
Posted on Dec 30, 2008 11:28 pm
Creative idea! is it possible to ctcp someone to get their uptime?
`Green
Comments: 34
 
mIRC Snippet:  epenis
Posted on Dec 31, 2008 12:36 am
Quote:

Based on the uptime of my WinXP box, my e-p%&@# is 3.8 inches (9.64 cm) erect! Largest erection ever was 3.8 inches (9.64 cm)!


i grow a lot lol :)
jonesy44
Comments: 1,856
 
mIRC Snippet:  epenis
Posted on Jan 18, 2009 12:10 pm
* Your e-p%&@# is 2.18 inches (5.54 cm)! [Record: 12.15inches (30.86 cm)]

:P
Spanky
Comments: 233
 
mIRC Snippet:  epenis
Posted on Jan 18, 2009 12:28 pm
well that tells me one Thing jonesy44
Quote:
Your e-p%&@# is 2.18 inches (5.54 cm)! [Record: 12.15inches (30.86 cm)
1. ur obbsessed with p%&@# 2. urs must be tiny ;).
jonesy44
Comments: 1,856
 
mIRC Snippet:  epenis
Posted on Jan 18, 2009 2:28 pm
awweh :( e-baddass!! alike my e-p%&@#, means fark all :P
napalm`
Comments: 182
 
mIRC Snippet:  epenis
Posted on Jan 18, 2009 3:05 pm
I made one of these back in 2003.

As of this posting:

[01:05p] <napalm> According to my current Uptime (4days 6hrs 33mins 4secs) my e-p%&@# is Currently 8.88 inches (22.56 cm) long.
[01:05p] <napalm> Longest erection 402.1 inches (1021.33 cm / 40wks 22hrs 53mins 44secs) on Apr 25 2005
jonesy44
Comments: 1,856
 
mIRC Snippet:  epenis
Posted on Jan 18, 2009 3:11 pm
haaaaahaa :P nice one >.>
mkbln7
Comments: 7
 
mIRC Snippet:  epenis
Posted on Feb 4, 2009 12:14 pm
This one looks exactly like another one. It's ripped.
http://www.mircscripts.org/showdoc.php?type=code&id=2389
jonesy44
Comments: 1,856
 
mIRC Snippet:  epenis
Posted on Feb 4, 2009 12:31 pm
Nice find.. shame :(
chachin
Comments: 6
 
mIRC Snippet:  epenis
Posted on Jul 11, 2009 5:58 pm
<@penisbot> chachin: Based on the uptime of my WinVista box, my e-p%&@# is 12.78 inches (32.46 cm) erect! Largest erection ever was 12.78 inches (32.46 cm)!

haha i win ^
`Green
Comments: 34
 
mIRC Snippet:  epenis
Posted on Oct 18, 2009 2:20 pm
Based on the uptime of my WinXP box, my e-p%&@# is 5.28 inches (13.41 cm) erect! Largest erection ever was 5.28 inches (13.41 cm)!
lol

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom