Results 1 to 4 of 4
  1. #1
    myheroking's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    BEHIND YA!
    Posts
    132
    Reputation
    10
    Thanks
    58
    My Mood
    Sad

    Question Need help with VB hotkeys :S

    how do i make hotkeys for my autospammer?
    my autospammer works perfectly but i want to add hotkeys so you dont have to click the start button.

    this is some code that is in it:

    Code:
        Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
            SendKeys.Send(TextBox1.Text)
            SendKeys.Send("{Enter}")
        End Sub
    Code:
        Private Sub Button7_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button7.Click
            Timer2.Enabled = True
        End Sub
    
        Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button8.Click
            Timer2.Enabled = False
        End Sub

    Click Here for free VIP Hacks
    <-- Updated

    TO DO LIST

    = done
    = not done
    = almost done
    = HELL YEA DONT THAT ONE!

    Code
    learn VB
    learn C#
    learn C++

    InGame
    get called a hacker without hacking
    get called a hacker while hacking
    get a golden gun
    get scar light

    Kills
    get 1000 kills
    get 2.500 kills
    get 5.000 kills
    get 10.000 kills

  2. #2
    Time's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    26,497
    Reputation
    3714
    Thanks
    4,530
    My Mood
    Mellow
    Wrong section.
    /request move to cf source code section.

  3. #3
    myheroking's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    BEHIND YA!
    Posts
    132
    Reputation
    10
    Thanks
    58
    My Mood
    Sad
    sorry
    /request move

    Click Here for free VIP Hacks
    <-- Updated

    TO DO LIST

    = done
    = not done
    = almost done
    = HELL YEA DONT THAT ONE!

    Code
    learn VB
    learn C#
    learn C++

    InGame
    get called a hacker without hacking
    get called a hacker while hacking
    get a golden gun
    get scar light

    Kills
    get 1000 kills
    get 2.500 kills
    get 5.000 kills
    get 10.000 kills

  4. #4
    Time's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    26,497
    Reputation
    3714
    Thanks
    4,530
    My Mood
    Mellow
    Do u want me to ask ghost to move it?.

Similar Threads

  1. [Help Request] Need help with making binds !
    By JonathanTBM in forum Vindictus Help
    Replies: 4
    Last Post: 05-10-2011, 07:40 PM
  2. [Help Request] Need help with numpad while recording macro !
    By JonathanTBM in forum Vindictus Help
    Replies: 2
    Last Post: 05-10-2011, 07:37 PM
  3. [Help Request] need help with mod
    By .:MUS1CFR34K:. in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 05-01-2011, 12:40 PM
  4. [Help Request] need help with modding
    By BayBee Alyn in forum Combat Arms Help
    Replies: 0
    Last Post: 04-27-2011, 09:06 PM
  5. i need help with hotkeys...[SOLVED]
    By NeOxx in forum CrossFire Help
    Replies: 3
    Last Post: 08-18-2010, 03:27 AM