![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Senior Member | I know the code for making an autoclicker is this: $F1:: ; Make the F1 key into a hotkey (the $ symbol facilitates the "P" mode of GetKeyState below). Loop ; Since no number is specified with it, this is an infinite loop unless "break" or "return" is encountered inside. { if not GetKeyState("F1", "P",) ; If this statement is true, the user has physically released the F1 key. break ; Break out of the loop. ; Otherwise (since the above didn't "break"), keep clicking the mouse. Click ; Click the left mouse button at the cursor's current position. } return But how do i make it so you have to press more than one button? For example: hold F1 and F2 or it doesn't work. |
| | |
| Sponsored Links | |
| | #5 (permalink) |
| Senior Member | may I ask what the bot will be for? just wondering....
__________________ There once was a man from Nantucket He decided to take a vacation and went to the Caribbean. http://revtwt.com/index.php?id=33332 |
| | |
| | #7 (permalink) | ||
| Senior Member | y wuld u run as batch...? and ur also hijacking his thread
__________________ ![]() Quote:
Quote:
| ||
| | |