Notes on bots and cheats for Poker Now — and why the market for them barely exists.
Poker Now (pokernow.club) is a free web app for private home games. No deposits, no rake, no cashier. People track scores with friends and settle outside the platform. That single property — no money inside the system — explains nearly everything about the bot and cheat landscape here, which is mostly: nothing happens, because there is nothing to extract. These notes work through why.
By Raul Moriarty ·
Key points
- Poker Now has no real-money rail inside the app. No rake means no economic engine for a commercial bot. A "Poker Now bot for sale" is almost always either misnamed (it is a generic poker AI that nobody bothered to integrate) or simply a scam landing page.
- Cards on Poker Now are server-authoritative and transmitted encrypted. The casual "see my friend's cards" hack searches that drive most of the traffic to this topic are technically dead on arrival, regardless of how many YouTube thumbnails promise otherwise.
- The dominant real cheat vector on Poker Now is collusion via outside-channel voice or text chat — Discord, Telegram, a phone call. That is undetectable by the platform alone and only solved by trust (you choose your room, you choose your players).
- Detection and anti-bot effort on Poker Now is light, intentionally. With no rake, the platform has no incentive to fund a four-layer detection stack the way GGPoker or PokerStars does. Room admin tools, manual moderation, and social trust do the work.
- Serious poker AI in 2026 is anchored to solver outputs (CFR-based, Pluribus/DeepStack lineage) and runs against real-money operators where the EV pays for the engineering. None of that targets pokernow.club.
What Poker Now actually is
Poker Now is a browser-based home-game host. You open pokernow.club, create a room, set the game (No-Limit Hold'em, Pot-Limit Omaha, tournament or cash format with custom blinds), pick a screen name, and share a link with your friends. Sign-up is anonymous or by Google account. Each room can run sit-out hands, allow run-it-twice, and use voice or video chat over the top — usually Discord, Zoom, or a phone group, since Poker Now itself does not bake voice into the app. The platform's whole identity is "the free, low-friction way to host a game with the people you already know."
The point that drives everything else on this site is the money model. Poker Now does not custody real funds. You can run a $1/$2 NLH game between five friends, but the chips inside the platform are abstract — settlement happens on Venmo, on a shared Splitwise tab, in cash at the next dinner, or simply not at all when it is a play-money night. The platform is not a casino. It does not have a cashier, a regulator, a rake schedule, or the legal and operational machinery that comes with those.
Why a Poker Now bot market does not exist
A commercial poker bot in 2026 is a real piece of engineering. Behind any serious product sits a solver pipeline (CFR-based outputs from PioSolver, GTO+, or MonkerSolver, often informed by the Pluribus and DeepStack research lineage), a compressed run-time decision table, an online opponent model, a behaviourally-shaped action layer, and a UI automation surface that has to track every client update the operator ships. None of this is cheap, and the only thing that justifies the engineering cost is rake-free EV harvested across thousands of accounts and millions of hands at a real-money operator.
Poker Now removes the EV term entirely. A bot that beats a Poker Now table by 5 BB/100 wins exactly nothing — there is no rail, no withdrawal, no cashout. The "winnings" exist as a number in a private room shared with people who chose to play with the operator. If the operator turns out to be a bot, the room kicks it; if the bot wins anyway, the host writes off the night and stops inviting that player. The economic feedback loop that makes poker AI profitable simply is not there.
The visible consequence is that no serious team builds a Poker Now-specific decision engine. The handful of GitHub projects that claim to is mostly student work, generic solver-output scripts that read screen state, or proof-of-concept demos that nobody productionised. Telegram listings advertising "Poker Now bot" are almost without exception one of: (a) a generic NLH bot with the words swapped into the sales page, (b) a credential-phishing site that wants your Google account, or (c) malware bundled into an executable installer.
| Property | Real-money operator | Poker Now |
|---|---|---|
| Rake on cash games | 3–8% gross, mitigated by rakeback | None — platform is free |
| Withdrawable balance | Yes, through cashier | No — chips are abstract |
| EV per 100 hands → dollars | 2–5 BB/100 at NL25–NL100 nets real $/hour | 0 — there is no settlement inside the app |
| Engineering ROI for a bot | Pays for solver pipeline, UI automation, behavioural shaping | Negative — there is no revenue |
| Detection investment by operator | Four-layer detection stack, security team, human review | Light — room admin tools and manual moderation |
| Realistic bot landscape | Active arms race, multiple serious teams | Mostly student projects and scam landing pages |
What "Poker Now hack" searches usually mean — and what fails
Search-volume data on terms like poker now hack, poker now cheat, and poker now see opponent cards suggests the intent is mostly mischief, not commercial cheating. Friends in a $5 buy-in home game wanting to peek at each other's hands for the bit. Stream viewers curious whether their favourite Twitch streamer's room is rigged. The occasional casual player who confused Poker Now with PokerStars and came in with the wrong vocabulary. None of this is the same audience as serious poker AI buyers, and the searches almost never resolve to a working tool.
The technical reason most of these searches dead-end is the same as on any modern web poker client. Poker Now's server keeps the authoritative game state. The client receives only the information it is supposed to see at its seat — the community cards, your own hole cards, the public action history. Opponent hole cards are not transmitted to your browser before showdown. There is no client-side card data to scrape, no localStorage entry that reveals the deck, no DOM element holding the next board. Browser-extension "Poker Now hack" listings on Chrome Web Store and unofficial mirrors get this wrong consistently and break the first time anyone tests them at a real table.
- "See opponent cards" extensions
- None work. The browser is not in possession of the data they claim to reveal. The vast majority are either fake (do nothing visible), credential-stealing (ask you to log into Google through their UI), or coin-miner shells.
- Cheat Engine and memory-edit attempts
- Pointless against a server-authoritative state. Editing your browser's heap to show "you have aces" does nothing to the actual deal happening on the server. The chips and cards your room sees are what the server says they are.
- "Poker Now bot" GitHub projects
- A small set of real projects exist, mostly student or hobbyist. Some can play passable NLH against weak opposition by reading the DOM and emitting actions through accessibility APIs. Almost none have ever been deployed in any meaningful way because, again, there is nothing to win.
- Collusion via outside chat
- The one cheat vector that actually works on Poker Now. Two friends in a Discord call discussing their hands during a third-friend's home game. The platform cannot see this. It is also the cheat vector with the highest social cost — the host finds out, kicks them, never invites them back.
What the long-form notes cover
"Poker Now hacks": the technical reality
Taxonomy of what people search for — see-opponent-cards extensions, browser exploits, RNG breaks, AI overlays — and why each one fails against a server-authoritative card model, even when the platform itself is free.
Cheating, collusion, and what Poker Now does about it
What "cheating" means in a free social app, the dominant collusion vector (outside-channel voice chat), the limits of room admin tools, and the structural reason the platform does not invest in heavy anti-cheat — there is no rake to defend.
Poker Now bot FAQ
Twenty common questions — "is there a real Poker Now bot for sale?", "can I see my friend's cards?", "what about HUDs?", "could I build my own?", "why is real-money poker different?" — answered directly.
Have a question? Talk to us
Working on a home-game project, a research question, or something on the real-money side of poker AI? The chat is read by the Poker Bot AI team — low volume, no sales funnel.
If you care about real poker AI, this is where it lives
Five threads where the actual engineering happens in 2026, all of them on the real-money side rather than on Poker Now:
- Solver compilation for mobile inference. Pluribus (Brown & Sandholm, Science 2019) needed roughly 12,400 CPU-core-hours offline. Production teams compress the output by four to five orders of magnitude through state and action abstraction so it can be queried in 30–80 ms on a Snapdragon-class device. That work makes no sense for a free app.
- Online opponent-model convergence under anonymous tables. Operators like GGPoker rotate screen names every session, killing long-horizon HUD tracking. Practical research lives in the 80–150-hand floor for a useful exploitative deviation, with Bayesian population priors potentially cutting that to 40–60.
- Detection-aware action selection. Treating the operator's classifier as a noisy adversary and shaping the output distribution to maximise EV under a budgeted detection probability. The formal lineage runs from Dalvi et al. (2004) and Lowd & Meek (2005) through the modern adversarial-ML literature. There is no equivalent classifier to evade on Poker Now because the platform does not run one.
- Behaviourally-shaped action timing. Human action latencies follow log-normal-ish distributions conditioned on decision difficulty — snap-folds in 600–1200 ms, hard rivers in 5–30 seconds, occasional 8–25 second distraction tails. Naive bots get caught here first on serious operators; Poker Now does not measure any of it.
- Multi-table state isolation. Running four real-money tables on one device without leaking cross-table action-latency correlations. A production-grade problem that does not arise in a free social app, where nobody is checking.
If you came here looking for a Poker Now bot, the honest answer is that the interesting work is not happening on this platform — and that is a feature, not a bug, of Poker Now's design. If you are working on the real-money side, or you are a host who wants to keep your room clean, the chat link below is the right place to start a conversation.
Join the chat
Low-volume Telegram channel for questions and discussion. Read by the Poker Bot AI team.