Before you buy any clone script: the demo will look fine. Demos always look fine. What separates a script you can run a business on from one you will abandon in a month is entirely in the parts a demo does not show you — the scoring, the payouts and the admin panel.
What a clone script is, and is not
A clone script is a finished codebase implementing a known game, sold to be rebranded and deployed. It is not a template, not a design kit, and not a service. You get files, a database schema and an installer, and from that point everything is your responsibility — hosting, the bot token, the wallet, the economy and the players.
That trade is good when the mechanics are commodity and your differentiator is the audience or the brand. It is a poor trade when the game itself is meant to be the novel part.
The checklist that actually matters
| Ask this | Good answer | What a bad answer means |
|---|---|---|
| Is the source unobfuscated? | Yes, every file readable | You cannot fix anything yourself, ever |
| Where is scoring validated? | Server-side, with a rate ceiling | The leaderboard can be forged in an afternoon |
| Whose wallet pays users? | Yours, key encrypted at rest | Your payouts depend on the vendor staying alive |
| Are payouts idempotent? | Yes, retries cannot double-pay | A failed batch pays some users twice |
| Where do reward rates live? | Admin panel | Every economy change is a redeploy |
| What does it need to run? | PHP and MySQL on shared hosting | Docker and Redis means real monthly cost |
| Are updates included? | Free, for the lifetime of the product | Telegram changes; your code will not |
How to evaluate one in twenty minutes
| 1 | Open the demo and try to break the score Play briefly, then look at what the client sends. If the browser posts a score the server accepts, walk away. |
| 2 | Ask for a screenshot of the admin panel Not the dashboard — the settings page. You are looking for reward rates, energy caps and referral tiers as editable fields. |
| 3 | Ask exactly how a withdrawal is signed A clear answer names the wallet, where the key lives and how it is encrypted. A vague answer means it is not your wallet. |
| 4 | Ask what happens when a payout batch fails halfway You want to hear about idempotency or a transaction log. Silence means someone gets paid twice. |
| 5 | Check the install requirements before buying Docker, Redis, a build step and a queue worker are all real monthly costs on top of the purchase. |
| 6 | Ask when it was last updated Telegram’s Mini App platform moves. A script untouched for a year has drifted. |
What you are actually paying for
The chart is upside down compared to how these are usually sold. Listings lead with screenshots of the interface, which is the cheapest part to reproduce and the least likely to fail.
Script versus custom build
| Clone script | Custom build | |
|---|---|---|
| Cost | Hundreds | Thousands to tens of thousands |
| Live in | The same day | 6–12 weeks |
| Mechanics | Somebody else’s design decisions | Yours |
| Risk | You inherit whatever is wrong with it | You discover what is wrong slowly, at cost |
| Right when | The audience is your edge | The game is your edge |
What ShipWeb3 sells here
The Full Telegram Crypto Play-to-Earn Mini App answers every question in the checklist above the way the "good answer" column describes: unobfuscated PHP and MySQL, server-authoritative scoring with a points-per-second ceiling, BEP-20 USDT payouts from your own wallet with the key encrypted at rest, and rates, caps and referral tiers editable from the admin panel. It installs through a five-step web installer with one cron line on ordinary shared hosting.
If you want the game formats rather than the earning app, the catalogue has arcade builds with tournaments and booster shops, plus separate mining, referral and USDT-payout products.
Common questions
Every answer in the checklist, in writing Unobfuscated source, server-side scoring, your own payout wallet, admin-tunable economy. See what is included |