Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am looking to create an autoclicker in C# which will be toggled on and off using the key "I" and will click constantly at around 9 - 12 Clicks Per Second. I am new to coding in C# and have no clue. If you could explain what does what so I can learn from it would be amazing.

What I have tried:

I currently have not tried much as I am new to C#
Posted
Updated 18-Jul-18 14:07pm
Comments
Patrice T 18-Jul-18 17:47pm    
Looks like an abusing app
You should learn programming or explain what is the legitimate usage for this app.
[no name] 18-Jul-18 17:58pm    
I'm wanting to use this in games.
phil.o 19-Jul-18 2:53am    
Be aware that bots are prohibited in most serious games these days, for the good of both players and games editors. As a mmo player mtself, i would never help anyone gaining an unfair advantage on other players. Bots and their creators and users are a plague that need to be toughfully fought.

1 solution

Look into the Timer and DispatcherTimer classes if you want to execute something at a specific interval repeatedly.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900