how do i make a phishing program?
how do i make a program that makes people send their game info to my email like
Nexon ID:
Nexon Password:
Last Name:
Birthday:
[Get NX]
?
and it sends me the info in that format
Make a new form in Visual C#, then add some text boxes, and a button and labels, and a progress bar, make it look flashy and legit. Then when they enter their details and click the button, create 2 threads, in 1 thread make the progress bar run slowly, like ever 100ms or so increment it by 1 and in the other thread have it upload the details to a database, or email them to you.