473,399 Members | 3,038 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Help make auto clicker

1
I took a course in visual basics a couple of years ago on very basic material, but I don't remember any of it. I'm just wondering if anyone can post the script for a program that will auto-click around 1000 times per second.

thanks
Dec 15 '07 #1
8 3692
Dököll
2,364 Expert 2GB
I took a course in visual basics a couple of years ago on very basic material, but I don't remember any of it. I'm just wondering if anyone can post the script for a program that will auto-click around 1000 times per second.

thanks
Hello, jjkk!

Can you provide some background on what you are trying to achieve?

You can set up a timer perhaps, but it also sounds like a lot of mathematics to me. Are you able to a pseudocode? Anything you can to help gear it in the right direction.

Also, if you previously searched this forum and nothing found, you might want to try Google to see if your question has been answered. You never know;-)

If I see anything, I'll let you know; still stay tuned for better help, I haven't got clue just yet how this can be handled.

In a bit...
Dec 16 '07 #2
larcos
1
You can also see www.autoclicks.net
a good software
Jan 5 '08 #3
Ali Rizwan
925 512MB
I took a course in visual basics a couple of years ago on very basic material, but I don't remember any of it. I'm just wondering if anyone can post the script for a program that will auto-click around 1000 times per second.

thanks
Use timer control.
Add all code under timer interval event and set timers interval property to 1.
Now you will execute that code 1000 times per second.
OR
Add all code under a button's click event and write this code in timer

command1_click

Regards
>> ALI <<
Jan 5 '08 #4
daniel aristidou
491 256MB
What do you want a clicker for??
Jan 5 '08 #5
Killer42
8,435 Expert 8TB
...Now you will execute that code 1000 times per second...
Only approximately, of course. The timer control is not that accurate. For better precision you may need to use the system "tick count" or something. On the other hand, if by "auto clicking" you mean issuing mouse clicks, I doubt you'll get it to happen as fast as 1000 per second.
Jan 7 '08 #6
Robbie
180 100+
Only approximately, of course. The timer control is not that accurate. For better precision you may need to use the system "tick count" or something. On the other hand, if by "auto clicking" you mean issuing mouse clicks, I doubt you'll get it to happen as fast as 1000 per second.
Out of the 3 computers I've tested the Timer on (different combinations of Windows XP, Vista, Intel and AMD processors), they are always accurate to exactly 15 mS.

As for actually issuing the mouse clicks, I'm sorry - I can't help. I only know how to position the mouse cursor on the screen, not simulate clicks. It would be useful for me too, to know this (and for people interested why - it's just for 'visual novel' style games which lack a SKIP feature).

I have a DLL capable of doing this, as well as simulating drag-and-drops, but it does not work in VB6. It's due to the way VB6 needs the functions implemented... or something?? As you can tell, I don't really have much knowledge with DLLs. I could ask the creator of the DLL for permission to post it here though, in case someone into DLL-modifying could find it useful? Or would it be too hard to understand becaus it's compiled?
=/

I just made the most time-wasting post ever. >_<
Jan 8 '08 #7
Killer42
8,435 Expert 8TB
Out of the 3 computers I've tested the Timer on (different combinations of Windows XP, Vista, Intel and AMD processors), they are always accurate to exactly 15 mS.
Excellent! Probably my info is a few years old.
Jan 8 '08 #8
daniel aristidou
491 256MB
I made an auto clicker ....
Jan 15 '08 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

19
by: Thue Tuxen Sřrensen | last post by:
Hi everybody ! I´m maintaining a large intranet (approx 10000 concurrent users) running on one IIS box and one DB box with sqlserver 2000. Currently there is 2,5 GB Ram, 1 1400 mhz cpu and 2...
0
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
0
by: [Cool staff!||Hi! I think this need for || Help me | last post by:
http://con-cern.org/files/2007/5/xenical-21024312.html cheap xenical http://con-cern.org/files/2007/5/auto-21024411.html auto loan refinance ...
1
by: Webstorm | last post by:
Hi, I hope someone can help me sort this out a bit, Im completely lost. Here is the page I am working on: http://www.knzbusinessbrokers.com/default.asp I have 3 search critera that I need to...
1
by: kfir91 | last post by:
ok so this is my q : i have database in php information i do this : <input type='checkbox' name='CH' value='$id' /> i want to do this : that i click on some clicker its show all the datebase...
1
Ali Rizwan
by: Ali Rizwan | last post by:
Hi all, I was thinking my desktop application a bit easy but when i try to list the open window i got a trouble. I can list my own apps windows but cant list other windows. For Example:: If i run...
2
by: laurenss | last post by:
hi i have an apllication build in vb6 that opens links like : http://www.google/userid=1 then http://www.google/userid=2 and so further .. its an dynamic hyperlink with vazriable i but now ,...
0
by: richard12345 | last post by:
Hi Guys I have problem with site I am building. The sidebar with menu and other thinks is overlapping footer. The footer move with the content and but it dos it dos not move with the sidebar. ...
5
by: Stepheno | last post by:
Hi, I am a recently converted Iseries (AS/400) RPG programmer trying to learn HTML/CSS/JavsScript all at the same time (not fun). My problem deals mostly with CSS. I will be reveiving a table,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.