Clique and Clicker programs menu

User Tag List

Results 1 to 12 of 12
  1. #1
    pia32's Avatar Member
    Reputation
    23
    Join Date
    Jan 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Clique and Clicker programs

    I have decided to end my status as leecher. Ive made two programs in VB, Clique and Clicker. (Sorry for the names )

    Clique:

    Download is RapidShare: Easy Filehosting
    Mirror DOWNLOAD NOW!
    Scan: Virustotal. MD5: 33c587eb1475d006040a4839a4f32e07
    • It lets you enter coordinates of a position on the screen and use a hotkey to go to click at those coordinates.
    • Coordinates are the pixels on the screen, so if I entered 1024,768 it would go to the bottom right corner of my screen


    Clicker:

    Download is RapidShare: Easy Filehosting
    Mirror is DOWNLOAD NOW!
    Scan: VirusTotal - Free Online Virus and Malware Scan - Result
    • This just clicks rapidly.
    • MS = Milliseconds
    • Second / 1000 = Millisecond
    • It says on the more thing that it was made by souper, thats just my other name
    • If you enter 500, then hit F10(the hotkey), it will click every 1/2 second

    PS me for the source
    It there are other programs out there similar, sorry
    I did write these programs.
    If you are going to flame, FLAME CONSTRUCTIVELY. Eg, dont say, "You suck", say fix __________


    The click VB.NET code i used is

    Code:
    Public Declare Auto Function SetCursorPos Lib "User32.dll" (ByVal X As Integer, ByVal Y As Integer) As Long
    Public Declare Auto Function GetCursorPos Lib "User32.dll" (ByRef lpPoint As Point) As Long
    Public Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Long, ByVal dx As Long, ByVal dy As Long, ByVal cButtons As Long, ByVal dwExtraInfo As Long)
    Public Const MOUSEEVENTF_LEFTDOWN = &H2 ' left button down
    Public Const MOUSEEVENTF_LEFTUP = &H4 ' left button up
    Public Const MOUSEEVENTF_MIDDLEDOWN = &H20 ' middle button down
    Public Const MOUSEEVENTF_MIDDLEUP = &H40 ' middle button up
    Public Const MOUSEEVENTF_RIGHTDOWN = &H8 ' right button down
    Public Const MOUSEEVENTF_RIGHTUP = &H10 ' right button up
    Last edited by pia32; 03-01-2009 at 08:26 PM. Reason: Dl links

    Clique and Clicker programs
  2. #2
    marco1234's Avatar Active Member
    Reputation
    46
    Join Date
    May 2008
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Clicker-- already exist : Autoclicker 1.2 which is also more exciting
    Clique Also exist I think... But you put work in it and just try to help people, soo +Rep for you bro
    I'm a proffesional DB Developer, worked for top servers like WoWScape, UberWoW etc. I can work for you aswell, add me on MSN: [email protected]
    Still looking for a host, be part of a great succes and earn much money. Add me on MSN.

  3. #3
    Thidan's Avatar Contributor
    Reputation
    299
    Join Date
    Jan 2007
    Posts
    1,009
    Thanks G/R
    2/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Welcome out of leecher.

    Some critiscism:
    1. More instructions, they're kinda blurry.
    2. Make the GUI more pleasent to look at ^_^ <- Not needed but meh, do it nice or don't do it at all!


  4. #4
    pia32's Avatar Member
    Reputation
    23
    Join Date
    Jan 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I looked up autoclicker, and its not free. Its almost AutoIt with a gui.
    Ill try to make something like it soon

  5. #5
    colincancer's Avatar Active Member
    Reputation
    63
    Join Date
    Dec 2007
    Posts
    509
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey I like these, of course these programs have been made before, but it's not like im telling you something you or anyone else doesn't already know, just nice to see your version, or at least a different version that I don't have to look that hard for...
    Thanks "Soup" lol
    +rep
    Keep it up!
    #JODYS'WATCHiN

  6. #6
    makasante's Avatar Member CoreCoins Purchaser
    Reputation
    14
    Join Date
    Dec 2008
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    they look pretty good, ill try them soon ty

  7. #7
    quviar0's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Niceeeee!eeeeee

  8. #8
    Confucius's Avatar Super Moderator Don't Look Back in Anger

    CoreCoins Purchaser Authenticator enabled
    Reputation
    1418
    Join Date
    Oct 2007
    Posts
    2,808
    Thanks G/R
    302/311
    Trade Feedback
    7 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    +rep 2x nice work

  9. #9
    Defty's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont get the first one, is says SET POSITION, How do you find out the position??

  10. #10
    Quale's Avatar Banned
    Reputation
    74
    Join Date
    May 2008
    Posts
    214
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There are so many clicking programs on the internet, but nevertheless a good way to get out of leacher status. (there are people that think flaming and trolling gets you out of leacher status.. so yea xD Keep it up!

  11. #11
    pia32's Avatar Member
    Reputation
    23
    Join Date
    Jan 2008
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Defty: Get position is output
    Set position is input.

    So if you press F12 it will give you the coords of your mouse.
    If you press F11, it will get the ccords where you want to click from the textboxes
    Keylogger scam https://www.mmowned.com/forums/wow-scams/215160-keylogger-scam.html
    Clicker programs https://www.mmowned.com/forums/bots-programs/214647-clique-clicker-programs.html

  12. #12
    cosmojr's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great Work! +rep

Similar Threads

  1. Target Corpse and Loot Program
    By Rectal Exambot in forum World of Warcraft General
    Replies: 3
    Last Post: 01-09-2008, 06:50 AM
  2. [ReQuiest] gnome male > .... and what program?
    By goliat in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 11-16-2007, 02:06 AM
  3. A few cool and useful programs.
    By Disphotic in forum Community Chat
    Replies: 0
    Last Post: 06-15-2007, 02:30 AM
All times are GMT -5. The time now is 04:49 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search