99.99998% certain this is a scam.
- Written with Visual Basic.NET (so ILSpy is your friend with reversing)
- Crashes at shutdown (after telling me that all settings are saved)
- The withdraw button shows a nice progress bar and then reduces your balance by the withdrawal amount (exactly same as when you lose it with gaming), but
does not withdraw anything...
Apart from that it seems quite functional (deposit is implemented, email is implemented, and the faucet and game seem to be "fair").
But...
- Email is implemented by logging into recipient gmail account and sending email from there (password for email account is hardcoded in binary, so in case you want to read all those emails you can...)
- User data, including balance is kept in publicly reachable MySQL database (database password is hardcoded in binary)
- Database stores plaintext passwords of the users (!)
So: Stay away! (I'll trash the VM I've installed it on now
)