Results 1 to 8 of 8
  1. #1
    datijn123's Avatar
    Join Date
    Aug 2007
    Posts
    60
    Reputation
    11
    Thanks
    1

    How to set pass?

    I made A pass Thing But how to activate on the hack?

  2. #2
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    In your main form put in on the form load sub

    mainform.hide
    passwordform.show

    I'm too busy to make a more detailed reply.
    Last edited by radnomguywfq3; 09-29-2007 at 03:41 PM.

  3. #3
    datijn123's Avatar
    Join Date
    Aug 2007
    Posts
    60
    Reputation
    11
    Thanks
    1

    I

    Dont understand it

  4. #4
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Hmm try this

    - 2 text boxs
    - 2 command buttons

    Code:

    Private Sub Command1_Click() <-- Insert this code into command.1
    Dim User$, Pw$
    User = "UserName" <-- Set Ur Username
    Pw = "Password" <-- Set ur Pass
    If Text1.Text = User And Text2.Text = Pw Then
    MsgBox " Correct Login "
    Unload Form1
    Form2.Show
    Else
    MsgBox " Wrong userName And Or Password"
    End
    End If

    End Sub

    Private Sub Command2_Click()
    End
    End Sub

    Then right click on Form1 and then go to Add> another form and that will be your Hack instead of the first because the first form will be the Log-In And remember to delete

    <-- Set ur username
    <-- Set ur password

    Set 2nd box cancel and 1st box Log-In
    Last edited by Synns; 09-29-2007 at 11:49 PM.

  5. #5
    datijn123's Avatar
    Join Date
    Aug 2007
    Posts
    60
    Reputation
    11
    Thanks
    1
    Yes.... then I press play and "login" but then It says: Object needed. How to set the hack form?

  6. #6
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    Uhh dude this is what you do

    1st Form = Login

    2nd Form = Hack

    Right click on form1 and add another form .EXE file

    Now that will be your hack.

  7. #7
    datijn123's Avatar
    Join Date
    Aug 2007
    Posts
    60
    Reputation
    11
    Thanks
    1
    Thanks., I done it

  8. #8
    datijn123's Avatar
    Join Date
    Aug 2007
    Posts
    60
    Reputation
    11
    Thanks
    1

    Cool

    But I wanna start 2 forms after the pass. How to do that?
    (ALREADY DONE) THANKS ALOT!

Similar Threads

  1. XXX Passes!
    By Flawless in forum Spammers Corner
    Replies: 45
    Last Post: 12-17-2008, 06:54 PM
  2. [Tutorial] How to set hotkeys to more advanced hacks.
    By wr194t in forum Visual Basic Programming
    Replies: 13
    Last Post: 05-26-2008, 10:31 AM
  3. [Tutorial] How to set hotkeys to your basic hacks.
    By wr194t in forum Visual Basic Programming
    Replies: 4
    Last Post: 11-08-2007, 03:44 AM
  4. [Help] How do i set a hotkey to Scope?
    By wr194t in forum Visual Basic Programming
    Replies: 9
    Last Post: 09-27-2007, 04:53 PM
  5. [Tutorial]How to set all maps FREE
    By tony94 in forum WarRock - International Hacks
    Replies: 18
    Last Post: 05-30-2007, 12:26 PM