So i was gonna make a bot for the easter event and then decided i was too lazy, (it would scroll through a thread finding eggs, and allow the user to collect only a certain type without missing ANY EGGS.), still might happen but we'll see.

So here is something i want to share, when you find an egg on a page you can manipulate whether it is an ANTI-CUTE or a CUTE.
How? Let me explain.
Since there is no token within POST data when redeeming eggs, they aren't being validated as either ANTI-CUTE or CUTE.
What determines it is a very small and simple part of the POST data.

given this:
Code:
http://www.gaiaonline.com/gaiaevent/easter2013/collectEgg/?type=1&topic=85242907&post=427&nonce=418745036.1364525533.10475254
See the "type=1" in there?
1 = Cute
2 = Anti-Cute

When you find an egg simply right click and copy pasta URL to Address bar and change the type number to what you desire.