This script is currently sitting at
66 registered users. I too am curious about the draw given that, in theory, the risk is greater than the chance of winning.
I say in theory. Because what I'm more curious about is what role the imperfection of computer-generated random numbers plays in the probability of win/loss, and spreading the 50% chance thinner (as Martingale does) allows a greater sampling from which to possibly draw conclusions (to exploit of course). If I were to pick either 0 or 1 randomly, and kept picking 0, at some point we would say the random number algorithm was broken.
I would guess the MMG uses PHP's
rand(), possibly seeded with srand(). I would also note the user discussions there about "random" and seeding, which often mention the idea of making things "more random" i.e. fewer repeated numbers and less predictable. In this case, the idea of making something "more random" works in Martingale's favor. What I'm saying is that while the game is, in theory, a 50% win situation no matter how you slice it, RNG's are not exactly perfect probability machines due to the human element in the perception of randomness, so there may actually be some small merit to using Martingale if you intend to play the MMG at all. The only question is if this imperfection is enough to outweigh the strategy's net loss. I doubt it, but would still be curious to see a larger data sample.
EDIT:
hahahahahaha