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.

Market Browse Code

932 views · started by Bman ·
#1
Market Browse Code
Just a little loop I made.

Enjoy.

Dim strRandGaia, strRand, i As Integer
Dim rndGaia As New Random
tmrFresh.Enabled = False
i = 1
Do Until i = 30
strRand = (rndGaia.Next(1, 90000))
strRandGaia = Math.Round(strRand)
Wrapper.GetWrapper("www.gaiaonline.com/marketplace/" & strRandGaia, Wrapper.LastPage)
'MsgBox(strRandGaia)
i = i + 1
SecondsToWait(2)
Loop



Just put this in a background worker then call it when a button is clicked or something.

Your going to need the http Wrapper.

Dont trust dont use.
#2
God Brandon. I suggest you stop making accounts.