| View previous topic :: View next topic |
| Author |
Message |
SwedenS Cheater
Reputation: 0
Joined: 12 Dec 2007 Posts: 44
|
Posted: Thu Mar 20, 2008 4:22 am Post subject: [REL][VB6]Login Script V1[NOT REG] |
|
|
Hi, iam gonna release my Login Script in language Visual Basic 6.
It should work in ALL visual basics.
[Manually]
| Quote: |
First open a new project rename a form to frmLogin.
Now add 2text boxes and 1buttons.
Double click the button add this code.
| Code: |
Private Sub Command1_Click()
If Text1.Text = "123test123" Then
If Text2.Text = "123test123" Then
frmMain.Show
MsgBox ("You have succeded logged in")
End
Else
MsgBox ("You need a password to use Qino Private v1.0!")
End If
End If
End Sub
|
Now make a new form and rename it to frmMain.
Run the application in F5 then type 123test123 in both fields wich is the password, you will now be logged in. And frmMain will open up.
|
[Automaticly]
| Quote: |
Download the application attached.
Open it, now go frmLogin and edit the button code.
Find line "123test123" two times and change it to your username and password.
Now run the application type the desired username and password.
Open application and edit the button, find line "MsgBox" edit the msgbox after your texts, type for an example "Wrong Password, Try again".
Now find line "MsgBox" again, this time edit it to example "Your now logged in". Also change line "End" to Me.Hide or Unhide, or remove it just.
|
OBS: Changes to this script could result that it stops work. Be sure you know what you doing.
AND, dont blame me, this is just a simple script for newbies. It can be fun to see exact how its coded.
Last edited by SwedenS on Thu Mar 20, 2008 4:25 am; edited 1 time in total |
|
| Back to top |
|
 |
NothingToShow Grandmaster Cheater Supreme
Reputation: 0
Joined: 11 Jul 2007 Posts: 1579
|
Posted: Thu Mar 20, 2008 4:24 am Post subject: |
|
|
| This is very simple, which makes it alot easy to be cracked/serial fished.
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Thu Mar 20, 2008 4:24 am Post subject: Re: [REL][VB6] Login Script[NOT REG] |
|
|
| SwedenS wrote: | Hi, iam gonna release my Login Script in language Visual Basic 6.
It should work in ALL visual basics.
[Manually]
| Quote: |
First open a new project rename a form to frmLogin.
Now add 2text boxes and 1buttons.
Double click the button add this code.
| Code: |
Private Sub Command1_Click()
If Text1.Text = "123test123" Then
If Text2.Text = "123test123" Then
frmMain.Show
MsgBox ("You have succeded logged in")
End
Else
MsgBox ("You need a password to use Qino Private v1.0!")
End If
End If
End Sub
|
Now make a new form and rename it to frmMain.
Run the application in F5 then type 123test123 in both fields wich is the password, you will now be logged in. And frmMain will open up.
|
[Automaticly]
| Quote: |
Download the application attached.
Open it, now go frmLogin and edit the button code.
Find line "123test123" two times and change it to your username and password.
Now run the application type the desired username and password.
Open application and edit the button, find line "MsgBox" edit the msgbox after your texts, type for an example "Wrong Password, Try again".
Now find line "MsgBox" again, this time edit it to example "Your now logged in". Also change line "End" to Me.Hide or Unhide, or remove it just.
|
OBS: Changes to this script could result that it stops work. Be sure you know what you doing.
AND, dont blame me, this is just a simple script for newbies. It can be fun to see exact how its coded. |
1. This is extremely basic, any newbie could of thought of this.
2. This is really easy to crack.
3. This does not work in all versions of Visual Basic.
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
SwedenS Cheater
Reputation: 0
Joined: 12 Dec 2007 Posts: 44
|
Posted: Thu Mar 20, 2008 4:27 am Post subject: |
|
|
None reads?
btw, it SHOULD work for VB 2005 and above. For thoso who use 2008 vb it works in that too.
Soon, Login Script V2 is comming its a bit diffrent and more advanced.
|
|
| Back to top |
|
 |
Pseudo Xero I post too much
Reputation: 0
Joined: 16 Feb 2007 Posts: 2607
|
Posted: Thu Mar 20, 2008 4:31 am Post subject: |
|
|
| SwedenS wrote: | None reads?
btw, it SHOULD work for VB 2005 and above. For thoso who use 2008 vb it works in that too.
Soon, Login Script V2 is comming its a bit diffrent and more advanced. |
No, this only works for VB6 and earlier versions.
_________________
| haxory' wrote: | can't VB do anything??
windows is programmed using VB right? correct me if im wrong.
so all things in windows you have like the start menu is a windows form too. |
|
|
| Back to top |
|
 |
SwedenS Cheater
Reputation: 0
Joined: 12 Dec 2007 Posts: 44
|
Posted: Thu Mar 20, 2008 4:38 am Post subject: |
|
|
Lol, it did work for me in Visual Basic 2008 the newest one ^^
All codes are the same.
|
|
| Back to top |
|
 |
|