Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > General Poker Discussion > Poker Beats, Brags, and Variance
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-01-2007, 01:19 PM
Rzitup Rzitup is offline
Senior Member
 
Join Date: Sep 2002
Posts: 277
Default Re: $50 for whoever comes up with Funniest villain perspective.

[ QUOTE ]

Flop: No Wai he has Ace.


[/ QUOTE ]

Reply With Quote
  #2  
Old 12-01-2007, 04:56 PM
CyberMuppet CyberMuppet is offline
Member
 
Join Date: Oct 2007
Location: Sweden
Posts: 40
Default Re: $50 for whoever comes up with Funniest villain perspective.



Pre-flop:
<font class="small">Code:</font><hr /><pre>
function preflop() {
if(c1.suit == c2.suit) {
cappot = 1; // ZOMG sooted
} else {
if(c1.ace || c2.ace) {
call = true;
}
}
}
</pre><hr />
Flop: A[img]/images/graemlins/spade.gif[/img] T[img]/images/graemlins/club.gif[/img] K[img]/images/graemlins/club.gif[/img] (8.0 SB, 2 players)
<font class="small">Code:</font><hr /><pre>
function flop() {
if(isFirstToAct) {
bet = true; // We never get here without a great hand, so bet ldo
}
if(villain.raise &amp;&amp; villain.raisepf) { // cont. raise ldo, always raise
raise = true;
}
}
</pre><hr />
Turn: Q[img]/images/graemlins/heart.gif[/img] (7.0 BB, 2 players)
<font class="small">Code:</font><hr /><pre>
function turn() {
while(stillHaveCards) {
bet_raise++; // we never get here without a great hand, so always bet
}
}
</pre><hr />
River: 4[img]/images/graemlins/diamond.gif[/img] (15.0 BB, 2 players)
<font class="small">Code:</font><hr /><pre>
function river() {
//if we get here, check hand to see if we are good
if(hasPair) {
wearegood = true; //We never get here without a hand
bet_raise++; // Never fold a pair in limit
}
shipit();
}
</pre><hr />
Final Pot: 23.0 BB
Hero shows: Q[img]/images/graemlins/diamond.gif[/img] J[img]/images/graemlins/spade.gif[/img]
SB shows: 4[img]/images/graemlins/spade.gif[/img] 7[img]/images/graemlins/spade.gif[/img]

Hero wins 22.9 BB ( won +11.4 BB )
SB lost 11.5 BB

[/ QUOTE ]

<font class="small">Code:</font><hr /><pre> Syntax error. </pre><hr />
Reply With Quote
  #3  
Old 12-01-2007, 04:58 PM
KamiKatze KamiKatze is offline
Senior Member
 
Join Date: Oct 2007
Location: Princeton-Plainsboro
Posts: 449
Default Re: $50 for whoever comes up with Funniest villain perspective.

[ QUOTE ]


Pre-flop:
<font class="small">Code:</font><hr /><pre>
function preflop() {
if(c1.suit == c2.suit) {
cappot = 1; // ZOMG sooted
} else {
if(c1.ace || c2.ace) {
call = true;
}
}
}
</pre><hr />
Flop: A[img]/images/graemlins/spade.gif[/img] T[img]/images/graemlins/club.gif[/img] K[img]/images/graemlins/club.gif[/img] (8.0 SB, 2 players)
<font class="small">Code:</font><hr /><pre>
function flop() {
if(isFirstToAct) {
bet = true; // We never get here without a great hand, so bet ldo
}
if(villain.raise &amp;&amp; villain.raisepf) { // cont. raise ldo, always raise
raise = true;
}
}
</pre><hr />
Turn: Q[img]/images/graemlins/heart.gif[/img] (7.0 BB, 2 players)
<font class="small">Code:</font><hr /><pre>
function turn() {
while(stillHaveCards) {
bet_raise++; // we never get here without a great hand, so always bet
}
}
</pre><hr />
River: 4[img]/images/graemlins/diamond.gif[/img] (15.0 BB, 2 players)
<font class="small">Code:</font><hr /><pre>
function river() {
//if we get here, check hand to see if we are good
if(hasPair) {
wearegood = true; //We never get here without a hand
bet_raise++; // Never fold a pair in limit
}
shipit();
}
</pre><hr />
Final Pot: 23.0 BB
Hero shows: Q[img]/images/graemlins/diamond.gif[/img] J[img]/images/graemlins/spade.gif[/img]
SB shows: 4[img]/images/graemlins/spade.gif[/img] 7[img]/images/graemlins/spade.gif[/img]

Hero wins 22.9 BB ( won +11.4 BB )
SB lost 11.5 BB

[/ QUOTE ]

<font class="small">Code:</font><hr /><pre> Syntax error. </pre><hr />

[/ QUOTE ]


sorry, but ... wtf?
Reply With Quote
  #4  
Old 12-01-2007, 06:23 PM
Dudd Dudd is offline
Senior Member
 
Join Date: Sep 2004
Posts: 3,048
Default Re: $50 for whoever comes up with Funniest villain perspective.

[ QUOTE ]
sorry, but ... wtf?

[/ QUOTE ]

Reply With Quote
  #5  
Old 12-01-2007, 06:24 PM
pfc_ivan12323232 pfc_ivan12323232 is offline
Member
 
Join Date: Nov 2007
Posts: 39
Default Re: $50 for whoever comes up with Funniest villain perspective.

Second Place: Name on stars ivann14 .. Thnx a lot !

$30 received. Dont have any words to say what legend the OP is. Will ship back if i build my rollz [img]/images/graemlins/laugh.gif[/img] [img]/images/graemlins/laugh.gif[/img]
Reply With Quote
  #6  
Old 12-01-2007, 06:43 PM
hslater hslater is offline
Junior Member
 
Join Date: Jul 2006
Posts: 9
Default Re: $50 for whoever comes up with Funniest villain perspective.

[ QUOTE ]
[ QUOTE ]
sorry, but ... wtf?

[/ QUOTE ]



[/ QUOTE ]

[x] third panel made me laugh more than any other post today
Reply With Quote
  #7  
Old 12-01-2007, 07:35 PM
Ephialtes Ephialtes is offline
Senior Member
 
Join Date: Jul 2007
Posts: 534
Default Re: $50 for whoever comes up with Funniest villain perspective.

[ QUOTE ]
[ QUOTE ]
sorry, but ... wtf?

[/ QUOTE ]



[/ QUOTE ]

there was a thread with one million pics like this, cant find anymore
Reply With Quote
  #8  
Old 12-01-2007, 07:25 PM
Rips Rips is offline
Member
 
Join Date: Oct 2007
Location: uNL
Posts: 96
Default Re: $50 for whoever comes up with Funniest villain perspective.

He probably just joined the charity wave and decided that a limit donk deserved a early christmas gift more than a african child.
Reply With Quote
  #9  
Old 12-01-2007, 08:10 PM
socloseyosoclose socloseyosoclose is offline
Junior Member
 
Join Date: Nov 2007
Posts: 25
Default Re: $50 for whoever comes up with Funniest villain perspective.

[ QUOTE ]

5/10 Limit Holdem Partttttttttttty Pokah
2 players
Converted at weaktight.com

Stacks:
Hero (<font color="#0000cc">$550.24</font>)
SB (<font color="#0000cc">$152.50</font>)

Pre-flop: (1.4 SB, 2 players) Hero is BTN Q[img]/images/graemlins/diamond.gif[/img] J[img]/images/graemlins/spade.gif[/img]
<font color="#cc0000">SB raises</font>, <font color="#cc0000">Hero 3-bets</font>, <font color="#cc0000">SB 4-bets</font>, Hero calls

Flop: A[img]/images/graemlins/spade.gif[/img] T[img]/images/graemlins/club.gif[/img] K[img]/images/graemlins/club.gif[/img] (8.0 SB, 2 players)
<font color="#cc0000">SB bets</font>, <font color="#cc0000">Hero raises</font>, <font color="#cc0000">SB 3-bets</font>, Hero calls

Hero: "I'm all in"
Villain: "No you're not"
Hero: "[censored]"

Turn: Q[img]/images/graemlins/heart.gif[/img] (7.0 BB, 2 players)
<font color="#cc0000">SB bets</font>, <font color="#cc0000">Hero raises</font>, <font color="#cc0000">SB 3-bets</font>, <font color="#cc0000">Hero 4-bets</font>, SB calls

Hero: "I bet the max"
Villain: "If Annette can play blind, I can too"

River: 4[img]/images/graemlins/diamond.gif[/img] (15.0 BB, 2 players)
<font color="#cc0000">SB bets</font>, <font color="#cc0000">Hero raises</font>, <font color="#cc0000">SB 3-bets</font>, <font color="#cc0000">Hero 4-bets</font>, SB calls

Hero: "Still the nuts, I bet"
Villain: "If Annette can play blind I can too"

Final Pot: 23.0 BB
Hero shows: Q[img]/images/graemlins/diamond.gif[/img] J[img]/images/graemlins/spade.gif[/img]
SB shows: 4[img]/images/graemlins/spade.gif[/img] 7[img]/images/graemlins/spade.gif[/img]

Hero wins 22.9 BB ( won +11.4 BB )
SB lost 11.5 BB

[/ QUOTE ]

Villain: "No wonder Helen Keller sucked at poker"
Reply With Quote
  #10  
Old 12-01-2007, 11:51 PM
Gullanian Gullanian is offline
Senior Member
 
Join Date: Dec 2006
Posts: 1,748
Default Re: $50 for whoever comes up with Funniest villain perspective.

LOL SWEET I WON! [censored]! FFS! TY! that made me so happy ty!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:31 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.