epenis

By ForteX on Dec 28, 2008

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.

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

Sign in to comment.
`Green   -  Oct 18, 2009

Based on the uptime of my WinXP box, my e-Penis is 5.28 inches (13.41 cm) erect! Largest erection ever was 5.28 inches (13.41 cm)!
lol

 Respond  
chachin   -  Jul 11, 2009

<@penisbot> chachin: Based on the uptime of my WinVista box, my e-Penis is 12.78 inches (32.46 cm) erect! Largest erection ever was 12.78 inches (32.46 cm)!

haha i win ^

 Respond  
Jonesy44   -  Feb 04, 2009

Nice find.. shame :(

 Respond  
mkbln7   -  Feb 04, 2009

This one looks exactly like another one. It's ripped.
http://www.mircscripts.org/showdoc.php?type=code&id=2389

 Respond  
Jonesy44   -  Jan 18, 2009

haaaaahaa :P nice one >.>

 Respond  
napalm`   -  Jan 18, 2009

I made one of these back in 2003.

As of this posting:

[01:05p] According to my current Uptime (4days 6hrs 33mins 4secs) my e-Penis is Currently 8.88 inches (22.56 cm) long.
[01:05p] Longest erection 402.1 inches (1021.33 cm / 40wks 22hrs 53mins 44secs) on Apr 25 2005

 Respond  
Jonesy44   -  Jan 18, 2009

awweh :( e-baddass!! alike my e-penis, means fuck all :P

 Respond  
Spanky   -  Jan 18, 2009

well that tells me one Thing jonesy44 > Your e-penis is 2.18 inches (5.54 cm)! [Record: 12.15inches (30.86 cm) 1. ur obbsessed with penis 2. urs must be tiny ;).

 Respond  
Jonesy44   -  Jan 18, 2009
  • Your e-penis is 2.18 inches (5.54 cm)! [Record: 12.15inches (30.86 cm)]

:P

 Respond  
`Green   -  Dec 31, 2008

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

i grow a lot lol :)

 Respond  
uneek   -  Dec 30, 2008

Creative idea! is it possible to ctcp someone to get their uptime?

 Respond  
Kirby   -  Dec 29, 2008

:p

 Respond  
ForteX   -  Dec 29, 2008

lols ><

 Respond  
Jonesy44   -  Dec 29, 2008

oi now! i said s'cuse the pun!

 Respond  
Kirby   -  Dec 28, 2008

Lol @ Shorter version. xD

 Respond  
Jonesy44   -  Dec 28, 2008

Shorter version (s'cuse the pun)

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-penis is %inch inches ( $+ %cm cm)! $+([,Record: %epenis.record, inches ( $+ $round($calc(%epenis.record * 2.540),2) cm)]) }
}
on *:EXIT: { epenis n }
 Respond  
Kirby   -  Dec 28, 2008
  ; 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)!

Doesn't that make you gay? o_o

The code itself works though.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.