Extremely basic Auto-Clicker Needed

Discussion in 'Web Programming' started by f1reball, Aug 29, 2008.

Extremely basic Auto-Clicker Needed
  1. Unread #1 - Aug 29, 2008 at 11:44 PM
  2. f1reball
    Referrals:
    0

    f1reball Guest

    Extremely basic Auto-Clicker Needed

    Hi everyone I'm new to sythe. What I'm looking for is the most basic auto clicker possible. All it needs is to click in one spot repeatedly after an interval of time(probably around 5 seconds).

    I know there are plenty of good auto-clickers on this forum but I'm on a mac so I don't think I can use any of them. Python works on macs so I got that but I have absolutely no idea to use it. Sorry for being a total newbie.
     
  3. Unread #2 - Aug 30, 2008 at 1:31 AM
  4. Deacon Frost
    Joined:
    Jan 30, 2007
    Posts:
    2,905
    Referrals:
    3
    Sythe Gold:
    57

    Deacon Frost Grand Master
    Banned

    Extremely basic Auto-Clicker Needed

    Well, your best bet is to ask around the c++ section. This is mainly web development, so those who are keen here, aren't keen in auto clickers.
     
  5. Unread #3 - Aug 30, 2008 at 4:24 AM
  6. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Extremely basic Auto-Clicker Needed

    Long story short - click HERE
     
  7. Unread #4 - Aug 30, 2008 at 7:10 PM
  8. f1reball
    Referrals:
    0

    f1reball Guest

    Extremely basic Auto-Clicker Needed

    Thanks for the tip Deacon Frost I'll try that.

    I already scoured google and only found one macintosh auto clicker. It costs 25$ and you have to have leopard(I bought my desktop a month before leopard came out *smacks head*).
     
  9. Unread #5 - Aug 30, 2008 at 7:31 PM
  10. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Extremely basic Auto-Clicker Needed

    I was referring to googling code.

    It isn't terribly hard to use the mouse APIs.
     
  11. Unread #6 - Aug 30, 2008 at 8:21 PM
  12. f1reball
    Referrals:
    0

    f1reball Guest

    Extremely basic Auto-Clicker Needed

    Oh my bad. Sorry could you explain a bit more about mouse APIs.
     
  13. Unread #7 - Aug 30, 2008 at 11:19 PM
  14. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Extremely basic Auto-Clicker Needed

  15. Unread #8 - Aug 30, 2008 at 11:38 PM
  16. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    Extremely basic Auto-Clicker Needed

    :confused: Swan not reading, not a good sign.


    From a quick google there doesn't seem to be a library for mouse moving or clicking in python.

    Other websites recommend: http://developer.apple.com/document...artzEventServicesRef/Reference/reference.html > CGEventCreateMouseEvent

    Good luck with your Mac adventures.
     
  17. Unread #9 - Aug 31, 2008 at 12:23 AM
  18. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Extremely basic Auto-Clicker Needed

    Oh shit. Tsk, I'm tired.

    I'm not a Macintosh developer, sorry mate. I don't know anything about developing on a Mac - my provinces are Linux and Windows.
     
  19. Unread #10 - Aug 31, 2008 at 7:37 AM
  20. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    Extremely basic Auto-Clicker Needed

    I could throw together a java one... D:


    EDIT, found one i already made... the code is shit, but it works D:


    it even has a stupid GUI. :D


    Download


    To run it create a sh file in the same folder that it is in with the contents

    Code:
    java Auto

    and you should be set with my sucky auto clicker i made like a year ago :D
     
  21. Unread #11 - Aug 31, 2008 at 3:08 PM
  22. f1reball
    Referrals:
    0

    f1reball Guest

    Extremely basic Auto-Clicker Needed

    Thanks to everyone for helping. I really appreciate it. :D

    To SuF: I downloaded the java one that you linked to but I'm still unsure of what to do with it. :embar: What is an sh file?
     
  23. Unread #12 - Aug 31, 2008 at 5:49 PM
  24. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Extremely basic Auto-Clicker Needed

    An SH file is a type of script commonly used on UNIX based operating systems (Linux, Mac etc).

    basically to run the script, open your terminal, and if you have the JRE installed, navigate to the folder the class file is in and type in "java Auto". An executable SH file saves the hassle of opening the terminal every single time.
     
  25. Unread #13 - Aug 31, 2008 at 5:55 PM
  26. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    Extremely basic Auto-Clicker Needed

    You can save "java Auto" in a batch file (*.bat) and it will function the same on Windows as if you were on *nix...
     
  27. Unread #14 - Aug 31, 2008 at 7:12 PM
  28. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    Extremely basic Auto-Clicker Needed

    The glory of reading his first post is remarkable. D:


    He is using a mac, not windows. :D
     
  29. Unread #15 - Aug 31, 2008 at 11:42 PM
  30. f1reball
    Referrals:
    0

    f1reball Guest

    Extremely basic Auto-Clicker Needed

    Ok ok. So here's what I know. Java comes with mac out of the box so I already have Java. I have the latest version because I downloaded it using software update.

    When I click on auto.class nothing happens. What do I need to do with it to use it? Can you guys put this so simply that someone who has no clue how to program or delve into the intricacies of computers?

    I can use Python as a calculator and set variables in Python but that's as much of a programmer I am.

    Basically I'm a complete idiot when it comes to stuff like this.
     
  31. Unread #16 - Aug 31, 2008 at 11:58 PM
  32. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    Extremely basic Auto-Clicker Needed

    Not being a Java (or mac) person I'm going to point something out (and probably be wrong)

    Compile the script first, I assume that you clicking on the class file is equivalent to windows trying to find an application to associate with the file extension.
     
  33. Unread #17 - Sep 1, 2008 at 2:30 AM
  34. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Extremely basic Auto-Clicker Needed

    Jazz, a .class file IS a compiled Java application / class.

    Open up your terminal, use the 'cd' command to change directory to the place where you saved Auto.class. Then, type in "java Auto".
     
  35. Unread #18 - Sep 1, 2008 at 3:16 AM
  36. Jazz00006
    Joined:
    Aug 26, 2005
    Posts:
    807
    Referrals:
    0
    Sythe Gold:
    0

    Jazz00006 Apprentice
    Visual Basic Programmers

    Extremely basic Auto-Clicker Needed

    See ;) I said I wasn't a java person.
     
  37. Unread #19 - Sep 1, 2008 at 7:13 AM
  38. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    Extremely basic Auto-Clicker Needed

    Open up a text edtior, type in "java Auto", no quotes and save it in the same folder as auto.class, and name it "run.sh" or something. then double click it to run the program...
     
  39. Unread #20 - Sep 1, 2008 at 10:52 AM
  40. f1reball
    Referrals:
    0

    f1reball Guest

    Extremely basic Auto-Clicker Needed

    Swan I tried your way and this is what it said in terminal:

    "Last login: Mon Sep 1 10:45:31 on ttyp1
    Welcome to Darwin!
    matthew-mcdades-computer:~ matthewmcdade$ cd desktop
    matthew-mcdades-computer:~/desktop matthewmcdade$ java Auto
    Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    matthew-mcdades-computer:~/desktop matthewmcdade$ "

    SuF i tried to do what you said and nothing still happened. I named the folder "java Auto", i put "auto.class" in the folder as well as text edit that says "java Auto" in it and named the text edit "run.sh".

    When I named the text editor it became "run.sh.rtf".
     
< Grrr website problems. [Help Please] | Rs Dynamic Sigs Help? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site