Results 1 to 14 of 14
  1. #1
    SteeL's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    Mumbai
    Posts
    99
    Reputation
    10
    Thanks
    30

    Exclamation [HELP] VB6 Hotkey for Zoom not working

    I'm really sorry for Posting a Help in here.

    I hv made new WarRock Trainer on new Address's today & it's working on new Updated worrock as of 9th Nov. 2007 6:30pm IST.

    I made Stamina, Perfect Aim & Zoom hack, all working.

    but I hv also added a Alternate shorcut to Scope Zoom Hack, as on Right Click Zoom in & on Pressing ALT do Zoom Out.
    this is my code looks like, I made 2 Extra Timers for Zoom hack [see img.1] :
    Code:
    Private Sub Timer3_Timer()
    If GetAsyncKeyState(2) <> 0 Then
    Call WriteALong("Warrock", &HADD126, 1)
    End If
    End Sub
    
    Private Sub Timer4_Timer()
    If GetAsyncKeyState(18) <> 0 Then
    Call WriteALong("Warrock", &HADD126, 0)
    End If
    End Sub
    img.1 :
    -
    -
    -
    -

    & this is my whole Code Looks like [u can take this ADDRESS's as they r working. i was playing abt 1hr's with this hack.]:

    Code:
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
    Private Sub Command1_Click()
    Timer1.Enabled = True
    End Sub
    
    Private Sub Command2_Click()
    Timer1.Enabled = False
    End Sub
    
    Private Sub Command3_Click()
    Call WriteALong("Warrock", &HADD126, 1)
    End Sub
    
    Private Sub Command4_Click()
    Call WriteALong("Warrock", &HADD126, 0)
    End Sub
    
    Private Sub Command5_Click()
    Timer2.Enabled = True
    End Sub
    
    Private Sub Command6_Click()
    Timer2.Enabled = False
    End Sub
    
    Private Sub Timer1_Timer()
    Call WriteALong("Warrock", &H8DBAFC, 1120403456)
    End Sub
    
    Private Sub Timer2_Timer()
    Call WriteALong("Warrock", &HADD164, 0)
    Call WriteALong("Warrock", &HADD16B, 0)
    End Sub
    
    Private Sub Timer3_Timer()
    If GetAsyncKeyState(2) <> 0 Then
    Call WriteALong("Warrock", &HADD126, 1)
    End If
    End Sub
    
    Private Sub Timer4_Timer()
    If GetAsyncKeyState(18) <> 0 Then
    Call WriteALong("Warrock", &HADD126, 0)
    End If
    End Sub
    Note I did Right Click on Form1 > View Code > and added a Line on TOP of the code [as Told by RedEye in his Tut on MPGH.] :
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

    Quote Originally Posted by ace76543
    I suck arun's cock daily

  2. #2
    DoubleDutch's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    Koning
    Posts
    11,346
    Reputation
    1179
    Thanks
    1,199
    My Mood
    Bored
    who cares if u press alt u zoom out? i use right click - right click way more easier but thnkx to the people who need it

  3. #3
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    vbKeyRClick

  4. #4
    da_je's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Posts
    169
    Reputation
    10
    Thanks
    4
    My Mood
    Angelic
    hey can u give me your module please.... or generate for me 1....

  5. #5
    SteeL's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    Mumbai
    Posts
    99
    Reputation
    10
    Thanks
    30

    Exclamation

    Quote Originally Posted by thimo View Post
    vbKeyRClick
    Whr do i add it ? i'm using TheRedEye's this Tut https://www.mpgh.net/forum/61-archive...light=tutorial

    as referance, I really dont know anything on VB6 i just learnt warock VB6 hacks making from tutorials.


    --

    & dean_josef use any public Module & Crypt it so it gets Hard to PB to read the crypted data.

    Quote Originally Posted by ace76543
    I suck arun's cock daily

  6. #6
    da_je's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Posts
    169
    Reputation
    10
    Thanks
    4
    My Mood
    Angelic
    Still please answer my post..

    Edit: can u post your module into your site please..

  7. #7
    foxhound's Avatar
    Join Date
    Aug 2007
    Posts
    48
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by SteeL View Post
    I'm really sorry for Posting a Help in here.

    I hv made new WarRock Trainer on new Address's today & it's working on new Updated worrock as of 9th Nov. 2007 6:30pm IST.

    I made Stamina, Perfect Aim & Zoom hack, all working.

    but I hv also added a Alternate shorcut to Scope Zoom Hack, as on Right Click Zoom in & on Pressing ALT do Zoom Out.
    this is my code looks like, I made 2 Extra Timers for Zoom hack [see img.1] :
    Code:
    Private Sub Timer3_Timer()
    If GetAsyncKeyState(2) <> 0 Then
    Call WriteALong("Warrock", &HADD126, 1)
    End If
    End Sub
    
    Private Sub Timer4_Timer()
    If GetAsyncKeyState(18) <> 0 Then
    Call WriteALong("Warrock", &HADD126, 0)
    End If
    End Sub
    img.1 :
    -
    -
    -
    -

    & this is my whole Code Looks like [u can take this ADDRESS's as they r working. i was playing abt 1hr's with this hack.]:

    Code:
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer
    Private Sub Command1_Click()
    Timer1.Enabled = True
    End Sub
    
    Private Sub Command2_Click()
    Timer1.Enabled = False
    End Sub
    
    Private Sub Command3_Click()
    Call WriteALong("Warrock", &HADD126, 1)
    End Sub
    
    Private Sub Command4_Click()
    Call WriteALong("Warrock", &HADD126, 0)
    End Sub
    
    Private Sub Command5_Click()
    Timer2.Enabled = True
    End Sub
    
    Private Sub Command6_Click()
    Timer2.Enabled = False
    End Sub
    
    Private Sub Timer1_Timer()
    Call WriteALong("Warrock", &H8DBAFC, 1120403456)
    End Sub
    
    Private Sub Timer2_Timer()
    Call WriteALong("Warrock", &HADD164, 0)
    Call WriteALong("Warrock", &HADD16B, 0)
    End Sub
    
    Private Sub Timer3_Timer()
    If GetAsyncKeyState(2) <> 0 Then
    Call WriteALong("Warrock", &HADD126, 1)
    End If
    End Sub
    
    Private Sub Timer4_Timer()
    If GetAsyncKeyState(18) <> 0 Then
    Call WriteALong("Warrock", &HADD126, 0)
    End If
    End Sub
    Note I did Right Click on Form1 > View Code > and added a Line on TOP of the code [as Told by RedEye in his Tut on MPGH.] :
    I think i kno y u have this problem.. if you have msn Pm me it and ill add you and mayb i can help

  8. #8
    SteeL's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    Mumbai
    Posts
    99
    Reputation
    10
    Thanks
    30

    Question

    Quote Originally Posted by dean_josef View Post
    Still please answer my post..

    Edit: can u post your module into your site please..
    I'm using MPGH module, posted on mpgh somewhr, just search it.

    & please do help me if u know how to make Hotkeys in VB6 ?
    I just wana add Zoom hack on RIGHT click.

    Quote Originally Posted by ace76543
    I suck arun's cock daily

  9. #9
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    This should be the code for Scope:
    Code:
    Call WriteALong ("Warrock", &HADD126, 1)
    Interval 1, enabled false.

    Now the hotkey:
    Code:
    If GetKeyPress (vbKeyRButton) Then
    Call WriteALong ("Warrock", &HADD126, 1)
    Else:
    Call WriteALong ("Warrock", &HADD126, 0)
    End If
    Interval 1, enabled true.

    This is Hold right click on/off. If you want to use two seperate keys to turn it on/off:

    First hotkey timer:
    Code:
    If GetKeyPress (vbKeyRButton) Then
    Call WriteALong ("Warrock", &HADD126, 1)
    End If
    Second hotkey timer:
    Code:
    If GetKeyPress (vbKeyMenu) Then
    Call WriteALong ("Warrock", &HADD126, 1)
    End If
    Interval 1, enabled true for both.

    vbKeyMenu = Alt.
    Last edited by wr194t; 11-09-2007 at 07:19 AM.

  10. #10
    SteeL's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    Mumbai
    Posts
    99
    Reputation
    10
    Thanks
    30
    Thanx wr194t

    I will try it & then Posts here my Test result.

    Between wht is difference between the intervals 1 & 100 ? true & false ?
    I did changed my interval from 100 to 1 & False to True.

    Quote Originally Posted by ace76543
    I suck arun's cock daily

  11. #11
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    Quote Originally Posted by SteeL View Post
    Thanx wr194t

    I will try it & then Posts here my Test result.

    Between wht is difference between the intervals 1 & 100 ? true & false ?
    I did changed my interval from 100 to 1 & False to True.
    No problem, also I'm not sure about the intervals, I ALWAYS use 1 with every timer, and you use enabled false for the actually code, true for hotkeys.

  12. The Following User Says Thank You to wr194t For This Useful Post:

    SteeL (11-09-2007)

  13. #12
    SteeL's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    Mumbai
    Posts
    99
    Reputation
    10
    Thanks
    30

    Thumbs up

    man, it did worked, now I can Zoom in & Zoom out on Right Click



    i will be adding comments in exe : Thanx to wr194t.
    Last edited by SteeL; 11-09-2007 at 08:31 PM.

    Quote Originally Posted by ace76543
    I suck arun's cock daily

  14. #13
    castaway's Avatar
    Join Date
    Mar 2007
    Location
    In a BIG Box.
    Posts
    1,636
    Reputation
    14
    Thanks
    97
    Quote Originally Posted by SteeL View Post
    & dean_josef use any public Module & Crypt it so it gets Hard to PB to read the crypted data.
    that is jib jab job bullshit
    u can't crypt no module
    if its possible
    vb can't even read the module -.-

  15. #14
    SteeL's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    Mumbai
    Posts
    99
    Reputation
    10
    Thanks
    30

    Wink

    Quote Originally Posted by thimo View Post
    that is jib jab job bullshit
    u can't crypt no module
    if its possible
    vb can't even read the module -.-
    uh ! i'm using a Public Module Posted on MPGH .. lol i still didnt got banned yet since Dec 2006, i use all Public hacks the same way if they r detected , but if ADDRESS's r working then also I crypt it & use it with no ban, i havent got any BAN yet on warrock.

    Quote Originally Posted by ace76543
    I suck arun's cock daily