You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2018. It is now read-only.
Hey, yeah, it's not perfect, although there's some server-side limitations (in terms of max quantity of pets per POST (rejected if too large), and in terms of maximum number of requests per 5 minute window (throttled by rack-attack).
Plan when I find time to improve things is switch to WebSockets and probably a ReactJS front-end. Which would definitely have an obfuscation advantage.
How will you obfuscate the code when its open source anyway. Even if you couldn't work out which function to call you could just watch the network tab to see whats going on.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Anyone can pet with a ridiculous speed using the following JS:
window.setInterval(function(){ pet() }, 80)
The text was updated successfully, but these errors were encountered: