Hope this helps everyone with they're Gaiaonline bots!Code:Public Class Gaiaonline Public Wrapper As New HTTPWrapper Public Function Login(ByVal Username As String, ByVal Password As String) As Boolean Return IIf(((Wrapper.PostWrapper(Nothing, "http://www.gaiaonline.com/auth/login/", "username=" & Username & "&password=" & Password & "&signInButton=&token=" & (Addons.Match((Wrapper.GetWrapper(Nothing, "http://www.gaiaonline.com/")), "value=" & Chr(34) & "((\d+)\.(\d+)\.(\d+))" & Chr(34))) & "&sid=&redirect=http%3A%2F%2Fwww.gaiaonline.com%2F&chap=")).IndexOf("gold_amt") > -1), True, False) End Function Public Function SessionID() Return (Addons.Between((Wrapper.GetWrapper(Nothing, "http://www.gaiaonline.com/chat/gsi/index.php?v=json&m=[[109,[]]]")), "," & Chr(34), Chr(34) & "]]")) End Function End Class
Results 1 to 6 of 6
Thread: Brand New Gaia Login HTTPWrapper
- 10 Apr. 2012 12:15am #1
Brand New Gaia Login HTTPWrapper
- 11 Apr. 2012 05:43pm #2
- 28 Apr. 2012 12:39pm #3
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 205.00
Hey, you should put [VB] or something before your post title.
Besides that, though, nice login!
- 29 Apr. 2012 11:59am #4
- 29 Apr. 2012 03:20pm #5
Does this work with the login as of 4/29? Just checking...
- 29 Apr. 2012 08:02pm #6
Moderator Bachelor of Science in Virginity
- Age
- 31
- Join Date
- Nov. 2009
- Location
- Toronto
- Posts
- 5,421
- Reputation
- 546
- LCash (Rank 3)
- 1.96