Hey i need Help again i decided to make a gaia redeem code checker and i need to know what i should know in vb.net to make it
The bot will load from txt file ( already done) and put it in a list box and when you press start it will look for the valid codes and add them to an other listbox and those will be the codes that were added into your account but i don't know how to make the process but i have the idea but no idea how the code should be :/
i know that this is not a good way to be programming but i learn this way.
Thanks :grin:
Results 1 to 6 of 6
- 12 Aug. 2011 03:14pm #1
[vb.net]Gaiaonline Bot Help again?
- 12 Aug. 2011 06:40pm #2
Yeah, "your way of learning" is referred to as spoon-feeding; not a good way to learn.
Just saying & good luck.
- 12 Aug. 2011 08:21pm #3
lol thnx but i know people say learn arrayz for multi threading but i couldn't find a good tut now i'm looking at Bman's C# Tutorials
Their pretty good !
- 12 Aug. 2011 08:31pm #4
- 12 Aug. 2011 11:12pm #5
Bro!! Thanks a lot i just understood how to multithread and use arrayz
You don't know how happy i am right now
Thanks again ( Are you the guy on the second vid?)[COLOR="Silver"]
---------- Post added at 11:12 PM ---------- Previous post was at 10:49 PM ----------
I used arrays to make a daily chance Grabber
Code:Dim Chance() As String = {1, 2, 3, 4, 5, 8} For i As Integer = 0 To UBound(Chance) wrapper.Post("http://www.gaiaonline.com/dailycandy/?mode=nojs&action=issue&list_id=" & i, "action=issue&submit_action=Click+Here+to+Claim+Your+Reward%21") Next i End Sub
- 12 Aug. 2011 11:28pm #6