Caption = "V 2.0 By: Stephen Spurlock MaRZ001@juno.com"
Height = 390
Left = 0
TabIndex = 3
Top = 1740
Width = 1965
End
Begin VB.Label Label1
Alignment = 2 'Center
BackColor = &H00C0C0C0&
Caption = $"frmHelp.frx":034F
Height = 1410
Left = 30
TabIndex = 2
Top = 330
Width = 4050
End
Attribute VB_Name = "Help"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Combo1_Change()
If Combo1.Text = "" Then
Exit Sub
ElseIf Combo1.Text = "What is this?" Then
Label1.Caption = "This is a program to get paid by AllAdvantage/Gotoworld while you sleep, watch T.V. or just if you don't feel like using the computer."
ElseIf Combo1.Text = "What dose this do?" Then
Label1.Caption = "This will move the mouse, make itself on top every 2 seconds so AllAdvantage/Gotoworld actually thinks your awake(haha). This will not do anything else then what I just told you. If you got this from a friend and have Visual Basic 5 or 6, goto Http://www.planetsourcecode.com and search for AllCrack. That is the Source Code, so you can proove it to your self that it dose nothing!"
ElseIf Combo1.Text = "How do I leave?" Then
Label1.Caption = "To exit the help window, click the ok or the X. To exit the Main window, Right click on the title bar."
Exit Sub
End If
End Sub
Private Sub Combo1_Click()
If Combo1.Text = "" Then
Exit Sub
ElseIf Combo1.Text = "What is this?" Then
Label1.Caption = "This is a program to get paid by AllAdvantage/Gotoworld while you sleep, watch T.V. or just if you don't feel like using the computer."
ElseIf Combo1.Text = "What dose this do?" Then
Label1.Caption = "This will move the mouse, make itself on top every 2 seconds so AllAdvantage/Gotoworld actually thinks your awake(haha). This will not do anything else then what I just told you. If you got this from a friend and have Visual Basic 5 or 6, goto Http://www.planetsourcecode.com and search for AllCrack. That is the Source Code, so you can proove it to your self that it dose nothing!"
ElseIf Combo1.Text = "How do I leave?" Then
Label1.Caption = "To exit the help window, click the ok or the X. To exit the Main window, Right click on the title bar."