Home · Cheating & Collusion

Poker Now Cheat & Collusion: What Works, What the Platform Sees

13 min read

By Raul Moriarty ·Poker Software Expert

Cheating on Poker Now is not the same problem as cheating on a real-money operator. The dominant vector is collusion via outside chat, the platform sees almost none of it, and the resolution is social rather than algorithmic. Here is the map — and the contrast with how real-money operators handle the same problems.

Summary

  • "Cheating" on Poker Now means something different from "cheating" on PokerStars or GGPoker. There is no rake, no withdrawable balance, and no regulator. The cost of a successful cheat is paid by friends, not by an operator's bottom line — and that changes which countermeasures are worth running.
  • The dominant real cheat vector is collusion over outside channels: Discord voice, Telegram, a phone call, two people in the same room. The platform sees only the in-game actions and cannot distinguish colluders from two friends with similar styles over a small sample.
  • Poker Now's anti-cheat surface is intentionally light. Room admins kick disruptive players, password-protect rooms, and lock seats. Manual moderation handles reported bad actors. There is no behavioural fingerprinting stack, no play-pattern outlier model, no human review queue.
  • The structural reason for the light approach is incentive alignment. With no rake, there is no revenue stream to defend, no regulator demanding a detection pipeline, and no chargeback cost. The room host carries the cost of cheating, and the room host is also the moderator. That works on a free social app and would not work on a real-money one.
  • Real-money operators (GGPoker, PokerStars, partypoker) run four-layer detection systems with behavioural fingerprinting, statistical play-pattern analysis, anti-collusion graph models, and human review. That machinery exists because the dollars at stake justify the engineering. None of it lives at pokernow.club, and that is by design.

What "cheating" actually means on a free social app

Most discussion of online poker cheating implicitly assumes a real-money operator context — chip dumping at GGPoker, multi-accounting at PokerStars, RTA usage in a $5/$10 NLH tournament. The mental model carries with it a regulator, a cashier, a withdrawal pipeline, a security team, and a population of strangers paying rake. None of that is present on Poker Now, which makes the term ambiguous unless someone is specific about what they mean.

Three useful categories on a free social app like Poker Now:

Card-information cheats
Anything that gives a player access to information they should not have. Hole cards of opponents, the next card on the deck, the contents of muck. On any modern web client these vectors are server-closed; the hack note covers the architectural reasons.
Bot or RTA-style cheats
Using software to play hands. Technically buildable for Poker Now, commercially pointless because there is nothing to win. Real-money operators face this problem at scale. Poker Now does not.
Collusion cheats
Two or more players cooperating against the rest of the table — sharing hole cards, soft-playing each other, dumping chips. The dominant cheat vector on Poker Now precisely because it requires no software and the platform cannot see the outside channel.

On Poker Now, the first category is technically dead and the second is economically dead. That leaves the third, and the third is where the entire interesting story is.

Real cheat vectors and how detectable each one is

Cheat vectors × who can see them × who fixes them
VectorEffectiveness on Poker NowPlatform-detectableHost-detectableWho fixes it
Seeing opponent hole cardsNone — server does not transmit themN/A — does not happenN/A
RNG predictionNone — CSPRNG closes thisN/AN/A
DOM-scrape bot playing for one seatTheoretically yes, practically pointlessHard — no behavioural fingerprint stackMedium — odd timing, never away for a beer breakHost removes from room
HUD-style overlay tracking opponentsMild edge possible in long-running groupsNoHardBanned by ToS, enforcement weak
Collusion: outside voice chatHigh — undetectable by platformNoneEventually, from results and behaviourHost stops inviting them
Collusion: same physical roomHigh — undetectable by platformNoneSometimes IP correlation visibleHost stops inviting them
Chip dumping between accountsPossible but pointless — chips are not moneyStatistical, but platform does not run itEasy in a friend groupHost
Multi-accounting one seatMild edge if rebuys are unlimitedIP-level detection possibleSometimesHost enforces room rules
"Ghosting" — getting advice from a stronger player off-cameraHigh in stakes-equivalent gamesNoneHard — looks like the player is just thinkingHost's social judgement

The pattern is clear. Card-information cheats are platform-closed. Bot and HUD cheats are technically possible but uninteresting because there is no economic reward. Everything that actually matters on Poker Now lives in the rightmost two columns — host-detectable and host-fixable. The platform is not the right enforcement authority for any of it.

Collusion via outside chat: the only one that works at scale

If you wanted to design a cheat the platform genuinely cannot defend against, you would design exactly the outside-channel collusion vector. Two players join a public-ish Poker Now room. They are also in a Discord voice call together. Player A picks up pocket aces preflop. Player A says "I'm in" to the voice channel. Player B folds whatever they have and the rest of the table walks into the hand uninformed. Over a single session of forty hands, the swing from this one trick alone is substantial — equivalent to running a 20–30 BB/100 winrate against the third seat. Over a month of weekly games, it compounds into a meaningful chunk of the group's settled cash.

From inside the platform, this is invisible. The in-game actions of Player A and Player B look like two ordinary players who happen to play similar styles. Their VPIP, PFR, and 3-bet frequencies sit within population variance. Their fold and raise timing is human, because they are human. The only signal the platform has access to that might be useful — IP correlation between the two accounts — is not actually useful, because most home games involve players who actually are in the same household occasionally, and false positives on a free social app are even less acceptable than false positives on a real-money operator (there is no chargeback machinery to absorb them).

What detects this cheat is not the platform. It is the third player at the table, over a longer arc of play, noticing that Player A and Player B never get into big pots against each other, that big hands always seem to go to one of them when the third player has a strong hand themselves, and that the results over many sessions stop matching the third player's intuition about the friend group's skill levels. The cheat gets caught socially or not at all, and when it gets caught socially, the consequence is the friend group breaking apart rather than a platform ban.

# Sketch: information-shared collusion at one Poker Now table
#
# Two colluders (A, B), three honest players (C, D, E).
# Voice channel between A and B carries hole-card info every hand.
#
# Decision rule for A (analogous for B):
#   if my_hand strong AND B_hand weak:    play normally, extract from C/D/E
#   if my_hand weak AND B_hand strong:    fold early, give B a clean lane
#   if both strong:                       avoid each other, pick on others
#
# Net effect: shared visibility on 2/5 seats ≈ +25-35% EV vs honest pool
# Platform-visible signature: none distinguishable from style overlap

What Poker Now's actual anti-cheat looks like

The platform does have countermeasures. They are deliberate and intentionally limited. The room creator can password-protect the room, restricting entry to anyone with the link plus the password. The room creator (and any designated co-admins) can kick players, ban them by IP or account, and lock seats so that only invited players occupy specific chairs. Rebuy limits can be set, blind structures controlled, and run-it-twice toggled on or off. None of these is anti-cheat in the security-stack sense; they are room-management primitives that happen to be sufficient for a private home game.

Beyond room-level controls, Poker Now has manual moderation — a small operations team that responds to reports of abuse. The escalation path for a colluding pair is: the host kicks them from the room, optionally reports them via the in-platform abuse form, and an operations reviewer (eventually, on a queue measured in days rather than minutes) may apply a broader ban to the offending accounts. The queue depth and the action threshold are not publicly documented, but observable behaviour suggests it takes either a clear pattern of multiple complaints from independent rooms or a high-visibility incident to trigger an account-level action.

There is no behavioural fingerprinting layer in the GGPoker sense. There is no nightly play-pattern outlier scan, no anti-collusion graph model joining accounts by deposit method (because there are no deposits), no statistical model of population-level VPIP/PFR distributions to flag outliers against. Investing in any of that would cost engineering-years to build and operate, and there is no revenue stream funding it.

Why the platform does not invest in heavy detection

It is tempting to read Poker Now's light approach as a flaw. It is not. It is an equilibrium that makes sense given the platform's revenue model and design constraints. Three structural reasons make a heavy detection stack the wrong investment here:

No rake means no revenue stream
A real-money operator's detection stack is funded by a fraction of the rake collected from honest players. Poker Now does not collect rake. There is no budget for the engineering, the human reviewers, or the ongoing maintenance.
No regulatory exposure
Real-money operators in licensed jurisdictions (Malta, the UK, Curaçao, the regulated US states) are required to maintain anti-cheat systems as a condition of their licence. Poker Now operates as a free social app and has no equivalent regulatory hook.
Cost of cheating is paid by the room, not the platform
When a colluder cheats a friend at a real-money table, the operator carries the chargeback risk and the brand damage. When a colluder cheats a friend in a private Poker Now room, the friend group carries the cost — both financial (in whatever offline settlement happens) and social (the trust break). The platform has no skin in the outcome beyond an abuse-report ticket.

The same reasoning explains why the platform invests heavily in the things it does invest in — connection reliability, room creation flow, mobile compatibility, custom-game flexibility. Those investments pay back in user retention and grow the active base. A detection stack pays back in protecting a rake stream that does not exist. The product team is making the right tradeoff for a free social app, even if it leaves the door open for collusion the platform cannot solve.

The real-money contrast: what serious operators run

For contrast, the four-layer model that operators like GGPoker run looks roughly like this (specifics derived from public statements, public bans, and inference from observable behaviour, not insider access):

Layer 1: Behavioural fingerprinting
Client telemetry on action-timing distributions, touch dwell on mobile, mouse-path curvature on desktop, idle behaviour between hands. Cheap to compute, runs continuously, catches naive bot implementations first.
Layer 2: Statistical play-pattern analysis
Distributional outlier scans on VPIP, PFR, 3-bet by position, fold-to-cbet by board texture, bet-sizing histograms. Heavy compute, runs nightly. Catches pure GTO outputs because their variance is too low.
Layer 3: Anti-collusion graph models
Account graphs joined by IP, device fingerprint, deposit method, KYC document, and table co-occurrence patterns. The collusion vector that Poker Now cannot see is exactly what this layer attacks at real-money operators.
Layer 4: Human review
The decisive layer. Mathematical models propose; humans decide. A reviewer reads hand history, looks at session patterns, checks whether the account ever idles for a phone break. Most botting and collusion bans are signed off here, not in an automated rule.

The four layers combine into a per-account risk score with a false-positive budget calibrated to acceptable operator-side cost. Building and operating that machinery is not cheap — multiple engineering teams, a security organisation, ongoing model maintenance, a 24/7 abuse-review function. Real-money operators do it because the cost is small relative to the rake stream it protects. Poker Now does not, because there is no rake stream. The platforms that look most like Poker Now in this respect are other free social card-game apps; the platforms that look least like Poker Now are the licensed real-money operators where a serious commercial bot market actually exists.

Hosting a private game?

If you are running a Poker Now home game and worried about collusion or just want a sanity check on your room setup, the chat reaches the Poker Bot AI team. We have looked at a lot of home-game rooms.

Join the chat

A short host playbook

Since the platform does not solve collusion and only partially solves bot play, the host carries the work. The practical playbook is short:

  1. Vet the seats. Password-protect the room. Only share the link with people you actually know and trust. The single biggest predictor of clean play is "the host knows everyone at the table by name."
  2. Watch result variance over time. If one player or pair of players is winning at a rate that does not match your sense of skill, run a longer sample before concluding anything — variance over 200 hands at a five-handed table is huge — but do not dismiss the signal indefinitely. A real edge of 15+ BB/100 sustained over thousands of hands is not variance; it is something else.
  3. Be wary of voice-chat patterns. If two players are always in the same outside voice channel together during your game and that pair coincidentally has unusual results against the rest of the table, the inference is straightforward. Most home games settle this with a direct conversation rather than a detective novel.
  4. Use the abuse-report flow. If you encounter an actually malicious account from outside your friend group (someone who joined a public-ish room and immediately started multi-accounting or trying to scam new players), report them. The operations team is small but real, and a pattern of reports against the same account does eventually action.
  5. Settle outside, openly. Most Poker Now rooms settle scores after the session on Venmo, Splitwise, or cash. Open settlement is its own anti-cheat — if Player A is meant to receive $80 from Player C tonight and the math somehow comes out to $400, the table notices.

None of this is exotic. It is what hosts of physical home games have been doing for decades, transported to a slightly more abstracted setting. Poker Now's design choice is to assume the host is competent at this. Most of the time, the host is.