A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

[vb.net]Gaiaonline Bot Help again?

1.3k views · started by Jah ·
#1
[vb.net]Gaiaonline Bot Help again?
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:
#2
Yeah, "your way of learning" is referred to as spoon-feeding; not a good way to learn.
Just saying & good luck.
#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 !
#5
Bro!! Thanks a lot i just understood how to multithread and use arrayz :D
You don't know how happy i am right now :P
Thanks again :) ( Are you the guy on the second vid?)

---------- Post added at 11:12 PM ---------- Previous post was at 10:49 PM ----------

I used arrays to make a daily chance Grabber :D

        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
#6
Dummy!! wrote:
Bro!! Thanks a lot i just understood how to multithread and use arrayz :D
You don't know how happy i am right now :P
Thanks again :) ( Are you the guy on the second vid?)

---------- Post added at 11:12 PM ---------- Previous post was at 10:49 PM ----------

I used arrays to make a daily chance Grabber :D

        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


lol no i dont have the patience to teach people programming xD

and Youtube is a really good tool i use it to learn new things for programming all the time.