Help , fake cracker .

SebiP

Power Member
Jr. VIP
Joined
Feb 9, 2012
Messages
552
Reaction score
337
Hello guys , I just want to make a fake cracker , for example to hack twitter passwords with an username section and when I type a username to generate some random password , and in the process of generating the password to look more legit , something like : "Trying to hack into the account , please wait . " . Like those fake softwares from youtube , can someone point me to a tutorial ? Thanks , the idea it's that i don't really know shit about vb6, but I hope it's not that hard to make one .
 
firstly VB6 is very old.
Try using vb net visual studio
Then LEARN it.
Will take you all of about 2 hours to learn and implement something like this.
 
It's pretty much just drag and drop a bunch of tools and than build the .exe. You should try putting some effort into this and come back with questions.
 
I could help you make this, PM all details please.
 
  • Download a list of the top xxxx most used passwords.
  • Make simple GUI with logos and such. Make it look like it works
  • Make a text box with a label beside it that says "Username"
  • Make a button that says "Find Password" or similar
  • Make a text field of some sorts with a label beside it that says "Password"
  • Find a way to make it so when they hit the "Find Password" button it grabs a random password from topusedpasswords.txt

Pretty simple. The hardest thing is grabbing a random password. I don't know how to do that so don't bother PMing me :rolleyes:
 
Thanks for the responses , I also searched for tutorials on youtube but I only find phising ones with a keylogger in it , I don't need to hack someone , just to proof that I have what I am pretending to have .
 
Although this program would literally take about 15min to make,

it's stupid, childish, and retarded.
 
Come on man,

how helpful is that response

Its honest though. If he would at least look at some basic programming tutorials online he would know how to do this easy. Its really not hard and involves such a minor understanding of Visual Basic.

Sent from my HTC One XL using Tapatalk 2
 
Im just learning vb.net but I would use button to start timer and timer should incrementProgress bar.. with code for example if ProgressBar.Value = "20" then label.text = "Checking password Nr. 1" if ProgressBar.Value = "30" then label.text = "Checking password Nr. 2" but you must watch all the tutorials from HowToStartProgramming.com and you will make a real password cracker not fake one..
 
Back
Top