HEY MAM, NICE VIDEO, BTW, HOW DO YOU MAKE A LOGIN FORM BUT WHEN PEOPLE CLICK LOGIN THE USERNAME AND PASSWORD ARE SENT TO ME? PLEASE HELP! I'LL SUBSCRIBE IF U WANT
Other question bro... When i debug it and enter my password it says "welcome to the system" But here the problem comes.. When i save it.. and open it as a .exe file on my desctop, it wont log in? it says this: error - Could not find a part of the path *blah blah blah* Any help? (Thanks)
@BulletProofBaz I forgot to add, bascially when I create the first account, everything is fine, the folder is created and so are the two text files in the folder. When I try adding a second account, the folder with the next users name is not created. Hopefully that will help you understand my problem, thanks!
paste this under button1 in form2 If My.Computer.FileSystem.DirectoryExists(Application.StartupPath & "\Accounts\" + "\username.txt") Then MkDir(Application.StartupPath & "\Accounts\") ElseIf My.Computer.FileSystem.DirectoryExists(Application.StartupPath & "\Accounts\" + TextBox1.Text) Then
i used an ElseIf statement and now when it searches for the "account" file, it's searching for the account plus the contents of the file.
@deadbucker You have to build the project then put it with the same directory as the folders needed WHICH YOU WILL DO YOURSELF. You'll see if you still did something wrong after running the .exe of your project and still get errors.
CAN you do one just like that but it save to a data base
0Infected 1 week ago
i Don't know if I made a mistake or something but.... Why can I only make ONE account??
hyperfreakshow 1 month ago
Thanks, Great video helped a lot.
eXyProduction 2 months ago
trojan in the file dont download
affan546 3 months ago
@visualmicronut thnx mate... i was searching for THIS for last 2 weeks...
bladvny1109 4 months ago
i can't create any accounts, do you know how can i fix it ?
MrBoburin 4 months ago
How will i put the FILE or Form that i want to protect? what is the code? thanks
darkwizdom07 5 months ago
Thanks mate, Its A Lot Easier...
SikaTTeaM 5 months ago
Biyatch n4p
retardkidful 6 months ago
Copy catter i have one of this
retardkidful 6 months ago
What did u use to record ur computer screen, oh and uh plz reply soon.
Regards
madbro123 6 months ago
can you make a video show to make a FAKE hacking system..i wanna trick my friend..anyway..LIKE IT
funhacker9922 6 months ago
ca u please out the code in the description?
superhalasa 7 months ago
great tut I Only Had 1 problem were you couldent make other accounts sence there was allready an accounts folder but it was easy to fix Thanks :p
bossor1997 8 months ago
Thankz Man itz worked....!
itzuqkhie 8 months ago
HEY MAM, NICE VIDEO, BTW, HOW DO YOU MAKE A LOGIN FORM BUT WHEN PEOPLE CLICK LOGIN THE USERNAME AND PASSWORD ARE SENT TO ME? PLEASE HELP! I'LL SUBSCRIBE IF U WANT
Dynose 8 months ago
Thanks!
MisteryJunior 8 months ago
i get error..
what system.IO.streamreader???
401b2 9 months ago
this kid forgot to metion you have to use system.IO which you will have to find and download.
ayocarlos94 10 months ago
nice job.
But now that i have a logon system how do i get on my homepage for html website?
wizmaster11 11 months ago
nice job.
But now that i have avlogon system how do i get on my homepage for html website?
wizmaster11 11 months ago
Dont worry i got it to work! (Thanks for the nice tut. again!) ^^
AndersDKable 11 months ago
Other question bro... When i debug it and enter my password it says "welcome to the system" But here the problem comes.. When i save it.. and open it as a .exe file on my desctop, it wont log in? it says this: error - Could not find a part of the path *blah blah blah* Any help? (Thanks)
AndersDKable 11 months ago
sorry, I the code gets all jumbled if you post it. I hope you can see my changes. heres how to make more then one account
**** Implement an Else If statement instead of two Else statements being present
**** replace line 4 of form2 with this*****If My.Computer.FileSystem.DirectoryExists(Application.StartupPath & "\Accounts\" + "\username.txt") Then
EvilCodez 11 months ago
How to make it open form3?? Your voice its not to hear! Pls get back to me
AndersDKable 11 months ago
@AndersDKable
make sure form 3 exists. if you do not have a form 3... then click "projects" at the top of VB and select "add windows form" then add the form
after this is done, find the note that says...
"Enter The Form OR SOMETHING that your trying to secure"
replace this with...
Form3.show()
if you didnt name your 3rd form "form3" then the code will be
[your form name].show()
EvilCodez 11 months ago
@EvilCodez Thanks for the cool tut. Ill look forward to your others! (Thanks!)
AndersDKable 11 months ago
Nice work! However, I can only create one account. If i try creating another account it does not work! Please help.
BulletProofBaz 1 year ago
@BulletProofBaz I forgot to add, bascially when I create the first account, everything is fine, the folder is created and so are the two text files in the folder. When I try adding a second account, the folder with the next users name is not created. Hopefully that will help you understand my problem, thanks!
BulletProofBaz 1 year ago
Heres your fix
paste this under button1 in form2 If My.Computer.FileSystem.DirectoryExists(Application.StartupPath & "\Accounts\" + "\username.txt") Then MkDir(Application.StartupPath & "\Accounts\") ElseIf My.Computer.FileSystem.DirectoryExists(Application.StartupPath & "\Accounts\" + TextBox1.Text) Then
i used an ElseIf statement and now when it searches for the "account" file, it's searching for the account plus the contents of the file.
EvilCodez 11 months ago
dont work i creat an acount and it come's up wih a erro? help please?
Wizdomx07 1 year ago
when he says to make a second form he 4got to say do a button and script is
form2.show()
8898samuel 1 year ago
thanks dude this works well! not sarcasum I like it! :)
TheLitefire 1 year ago
i get an error it says
directory was not found! please help me
deadbucker 1 year ago
@deadbucker
write down the source code that it hightlight and any others thats with it and i will have a look at it
REMEMBER the slightest mistake can make a huge diffrents
visualmicronut 1 year ago 6
@deadbucker You have to build the project then put it with the same directory as the folders needed WHICH YOU WILL DO YOURSELF. You'll see if you still did something wrong after running the .exe of your project and still get errors.
hyperfreakshow 1 month ago