| View previous topic :: View next topic |
| Author |
Message |
Exodias Expert Cheater
Reputation: 0
Joined: 14 May 2008 Posts: 220
|
Posted: Fri Aug 29, 2008 8:32 pm Post subject: |
|
|
| Frostbyt3 wrote: | Here it is;
Made in VB 2008, tell me if there is any problem, or ask for help.
|
it keeps on pressing enter O_O
|
|
| Back to top |
|
 |
Frostbyt3 Master Cheater
Reputation: 0
Joined: 07 Jan 2008 Posts: 323 Location: Australia
|
Posted: Fri Aug 29, 2008 8:35 pm Post subject: |
|
|
Did you re compile? I forgot to clean out the test version.
Open vb> Open project> Build> Build WebRegister
|
|
| Back to top |
|
 |
Exodias Expert Cheater
Reputation: 0
Joined: 14 May 2008 Posts: 220
|
Posted: Fri Aug 29, 2008 8:38 pm Post subject: |
|
|
i'll do that
Can i send just the Form, ID, and pass to another person and would that work>?
|
|
| Back to top |
|
 |
Frostbyt3 Master Cheater
Reputation: 0
Joined: 07 Jan 2008 Posts: 323 Location: Australia
|
Posted: Fri Aug 29, 2008 8:44 pm Post subject: |
|
|
Zip up the Release folder(after you recompile!) and itll work fine.
Want me to compile it?
|
|
| Back to top |
|
 |
Exodias Expert Cheater
Reputation: 0
Joined: 14 May 2008 Posts: 220
|
Posted: Fri Aug 29, 2008 8:45 pm Post subject: |
|
|
| Frostbyt3 wrote: | Zip up the Release folder(after you recompile!) and itll work fine.
Want me to compile it? |
i got it, i removed your timer and put in
threading.thread.sleep(time)
the timer is repeating the enter button
thanks alot, i +rep you
EDIT: You got AIM or MSN?
Last edited by Exodias on Fri Aug 29, 2008 8:46 pm; edited 1 time in total |
|
| Back to top |
|
 |
Frostbyt3 Master Cheater
Reputation: 0
Joined: 07 Jan 2008 Posts: 323 Location: Australia
|
Posted: Fri Aug 29, 2008 8:46 pm Post subject: |
|
|
It wasn't the timer, it was the fact that the release folder had a crapped up copy in it. If you the timer back in, it'll work fine, even better.
Sleep is evil, don't use it.
Back ontopic: My pleasure
|
|
| Back to top |
|
 |
Exodias Expert Cheater
Reputation: 0
Joined: 14 May 2008 Posts: 220
|
Posted: Fri Aug 29, 2008 8:51 pm Post subject: |
|
|
| u got AIM or MSN?
|
|
| Back to top |
|
 |
Frostbyt3 Master Cheater
Reputation: 0
Joined: 07 Jan 2008 Posts: 323 Location: Australia
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Fri Aug 29, 2008 8:56 pm Post subject: |
|
|
| Frostbyt3 wrote: | | Sleep is evil, don't use it. |
What? How else do you think you prevent loops and threads from rampaging?
|
|
| Back to top |
|
 |
Frostbyt3 Master Cheater
Reputation: 0
Joined: 07 Jan 2008 Posts: 323 Location: Australia
|
Posted: Fri Aug 29, 2008 8:57 pm Post subject: |
|
|
| Sleep is evil, just in this context...
|
|
| Back to top |
|
 |
pkedpker Master Cheater
Reputation: 1
Joined: 11 Oct 2006 Posts: 412
|
Posted: Fri Aug 29, 2008 9:16 pm Post subject: |
|
|
I made one of these in VB6.. but i can't be held responsible releasing the source code.. since I've used it for scamming reasons when I was more.. kiddie. well naw i just believed that I was doing.. these guys a favor.. if they quit.. why not pass the items to someone who needs them like me -_- and i will pass them around the game for some $. But now im a holy man and I believe in god.. so i stopped doing this..
anyways
it loaded up a list of usernames with passwords...
anyways I can tell you this I didn't use any SENDkeys I used basic WebBrowser controls that come in VB6.. to put in data in the input box's you can get this knowledge easily on google.. but i can't be held responsible if you are making a scammer.. so i can't pretty much help you out past this point
here is a little sample
| Code: |
WebBrowser1.Document.blahblah.("username").InnerText() = lstUser.List(txtCurrentCheck.Text)
|
im pretty sure you could figure out the rest..
use
InStr(WebBrowse1.blahblah.documentElement.InnerText, "login failed")
on the source code when the html or whatever is downloaded to get a response if it is successful or not.
_________________
|
|
| Back to top |
|
 |
|