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?
Results 1 to 22 of 22
Thread: Multi bot Help.
- 29 Mar. 2010 06:24pm #1
Multi bot Help.
Shh, I'm watching My little pony.
- 30 Mar. 2010 12:48am #2
- 30 Mar. 2010 10:05am #3
Hey chad, Mind posting it here, My Msn is fucked.
ThanksShh, I'm watching My little pony.
- 30 Mar. 2010 07:11pm #4
You could also create an array of cookies that stores all the users and retrieve them from new Wrapper instances. At least that's how I would approach it from a multi-threaded environment, that way if a thread or instance errors and dies, you can just make a history class (or something of the sort) and pickup from where he was by reading the Cookie again. Or something like that.
- 30 Mar. 2010 07:35pm #5
Riddle. I dont think I can do that
Shh, I'm watching My little pony.
- 31 Mar. 2010 01:20am #6
What riddle is talking about is a smart idea. And simple. With most http wrappers you can set and get the cookies from it. So login to each account and store there cookies after login, then just continue copying and replacing the cookies and you will log in and out of each account. From what i understand atleast.
Nice job riddle, never thought of it from that perspective ;D
- 31 Mar. 2010 01:36am #7
That's the basic idea Skater. Except that it would be applied to a multi threaded environment.
- 31 Mar. 2010 01:43am #8
That Riddle or if it's easier for him, he can store all the cookies in a single list box line so all he has to do is hide the list box and when someone wants to call that one cookie or account it auto-selects the same number of the list box as it is the same as the wrapper integer.
- 31 Mar. 2010 04:10am #9
Arrays use a lot less resources than a list box. ;P
But use whichever is easier for you.
- 31 Mar. 2010 07:49pm #10
- 02 Apr. 2010 12:49am #11
Has anyone seen this error with there C#.net or C++.net console application CMD prompt?
Shows background of desktop + some icon instead of the CMD back ground. Tried to google it, nothing found.
PS: Even happens if I print something on the console application.
- 02 Apr. 2010 01:12am #12
Tbh I havnt seen that... And i have been working on a consol Bot, for emailing.
Shh, I'm watching My little pony.
- 02 Apr. 2010 01:14am #13
- 02 Apr. 2010 01:43am #14
Hmm, Im not so good at these error fixings either.
Also, Ill talk to you on msn soon, Just re installing it now.Shh, I'm watching My little pony.
- 02 Apr. 2010 06:37am #15
- 02 Apr. 2010 04:07pm #16
That error is a problem of the compiler. Did it use to do this before? Or is this the first time it has happened? Is it the first time using this compiler? Did you change something in your operating system? Is the program legit and not cracked/hacked?
- 02 Apr. 2010 04:49pm #17
- 03 Apr. 2010 05:02pm #18
Make sure the program is compatible with your version of Windows 7, for example if you're program is 32-bit and your OS 64-bit, run the program in compatibility mode.
- 03 Apr. 2010 06:51pm #19
- 03 Apr. 2010 10:30pm #20
Try running the program in Windows XP compatibility mode anyways and see what happens...
- 04 Apr. 2010 12:54am #21
- 04 Apr. 2010 06:28am #22
Well... No idea why it doesn't work. Mine works just fine...