Results 1 to 6 of 6
  1. #1
    <(-_-)>'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Behind you and no matter what you wont find me bcuz im allways behind you
    Posts
    23
    Reputation
    9
    Thanks
    1
    My Mood
    Daring

    Exclamation [HELP]Fast Mouse Click[Solved]

    can i make a clicking program with VB


    i want it to make my mouse click really fast when i hold it down and not click when i dont hold it down


    i also want it to work when im not playing a game


    does anyone have the code? i just started to learn VB in school
    -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    Come on baby light my fire

    Da list

    Done=
    not done=

    Get Called a Haxzor When not haxzin []
    Get called a haxzor when haxzin []
    Get banned 1 time from CA []
    Get banned 5 times from CA []
    Get banned 10 times from CA []
    Be awesome!!! []
    post 1 []
    Post 10 []
    Post 50 []
    Post 100 []
    Post 500 []
    Get banned from MW2 []
    Get Cracked MW2 and pwn []
    pass the 8th grade [] jk

  2. #2
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    [php]Private Declare Sub mouse_event Lib "user32" (ByVal dvflags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cbuttons As Long, ByVal dvextrainfo As Long) Private Const mousclickup = 4 Private Const mousclickdown = 2


    mouse_event(mousclickdown, 0, 0, 0, 0)
    mouse_event(mousclickup, 0, 0, 0, 0) [/php]

    I guess that should work, and add it to a timer.
    -Rest in peace leechers-

    Your PM box is 100% full.

  3. The Following 2 Users Say Thank You to Zoom For This Useful Post:

    <(-_-)> (03-28-2010),MJLover (03-24-2010)

  4. #3
    mnpeepno2's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    In a barren wasteland
    Posts
    905
    Reputation
    10
    Thanks
    81
    /continuation

    put the timer with the interval that u want

    1000 = 1 sec...


    -----------------------------------------------

    My site: here
    My Blog: here
    My member's area: here
    Minecraft Sever Forum: here


    Minecraft Servers:

    Public:



    Private:



  5. The Following User Says Thank You to mnpeepno2 For This Useful Post:

    <(-_-)> (03-28-2010)

  6. #4
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    /Continuation
    Make it look good release, Give credit the people above me and your done
    I'm back.

  7. The Following User Says Thank You to Spookerzz For This Useful Post:

    <(-_-)> (03-28-2010)

  8. #5
    <(-_-)>'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Behind you and no matter what you wont find me bcuz im allways behind you
    Posts
    23
    Reputation
    9
    Thanks
    1
    My Mood
    Daring

    Thanks you guys

    Thanks you guys it helped now im workin on a good gui i dont have much time on my hands so idk when ill release it
    -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
    Come on baby light my fire

    Da list

    Done=
    not done=

    Get Called a Haxzor When not haxzin []
    Get called a haxzor when haxzin []
    Get banned 1 time from CA []
    Get banned 5 times from CA []
    Get banned 10 times from CA []
    Be awesome!!! []
    post 1 []
    Post 10 []
    Post 50 []
    Post 100 []
    Post 500 []
    Get banned from MW2 []
    Get Cracked MW2 and pwn []
    pass the 8th grade [] jk

  9. #6
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    /Solved

    I am leaving this open because I feel it could be beneficial to multi tools and other uses.

    Open does not mean spam or dump posts, if you spam or try and raise your post count with any off topic discussion, I will delete the post (lose post count) and close.

    For the community, please stay on topic

    Thanks


     


     


     



    The Most complete application MPGH will ever offer - 68%




  10. The Following User Says Thank You to NextGen1 For This Useful Post:

    <(-_-)> (03-28-2010)

Similar Threads

  1. [Help] Mouse Clicking [solved]
    By cook91c in forum Visual Basic Programming
    Replies: 8
    Last Post: 07-17-2011, 06:15 PM
  2. [Help]Open link click of button[Solved]
    By iFrank1 in forum Visual Basic Programming
    Replies: 7
    Last Post: 09-04-2010, 07:05 AM
  3. [SOLVED]HELP FAST
    By SK61 in forum Call of Duty Modern Warfare 2 Help
    Replies: 11
    Last Post: 08-30-2010, 01:52 PM
  4. [HELP] Mouse Clicks
    By Golden. in forum Visual Basic Programming
    Replies: 1
    Last Post: 07-01-2010, 06:30 AM
  5. [HELP] Fast Mouse Click Code[Solved]
    By <(-_-)> in forum Visual Basic Programming
    Replies: 6
    Last Post: 04-01-2010, 08:41 PM

Tags for this Thread