I have tried to make a multiple login bot with vb.net 08
I have the multi wrapper thing working,
Dim wrapper() as httpwrapper yadayadayada
I dont understand how to make multiple sessions etc.
Would it go.
wrapper(i).postwrapper(Login info here)
i = i + 1
then when they click the button again, It will do another wrapper.
then comes the refreshing part, I dont understand how i would make a Timer/Bgw that will refresh wrapper(i)
Should i do
for me.wrapper(i) = 0 to wrapper(i) = -1
wrapper(i).refresh
loop
or something like that, On a background worker?
Im kinda stuck, had a brain fart... Someone wanna help me?