I'll make a bot if someone explains what it is. And steps involved.
---------- Post added at 05:16 PM ---------- Previous post was at 05:10 PM ----------
So i think all you do is surf and recive bunnys
Results 1 to 9 of 9
Thread: Easter Event on Gaia
- 18 Apr. 2011 09:16pm #1
Easter Event on Gaia
- 18 Apr. 2011 09:28pm #2
yeah all you do is go page to page pretty much. i miss the old school events.
- 18 Apr. 2011 09:33pm #3
- 18 Apr. 2011 09:36pm #4
havent completed it yet because the eggs are a pain to find but what you do is just pick a side then start posting and eggs will show up randomly through out posting on fourms
http://www.gaiaonline.com/forum/comm...de/t.71008155/Last edited by tattooed; 18 Apr. 2011 at 09:41pm.
- 18 Apr. 2011 09:41pm #5
- 18 Apr. 2011 09:44pm #6
lol i gave up on it lol
- 18 Apr. 2011 09:57pm #7
Oh lol fake eggs xDDD
- 18 Apr. 2011 10:01pm #8
yeah thats funny aint it =P
- 19 Apr. 2011 12:37am #9
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96
Get the egg and bunny URLs and just replace the nonce with a new one.
VB6 (I don't have VB.net on my new computer)
Code:strHTML = Form1.wrapper.GetWrapper("http://www.gaiaonline.com/forum/chatterbox/f.23/#callout19/", "http://www.gaiaonline.com/forum/chatterbox/f.23/#callout19/") strHTML = Replace(strHTML, Chr(34), "'") Nonce = Form1.wrapper.Between(strHTML, "<input type='hidden' name='nonce' value='", "' />")