Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- setmousedelay -1
- setbatchlines -1
- Count = 0
- Stop = 0
- F11::
- ST := A_TickCount
- Loop {
- SetMouseDelay 1
- Click
- Count++
- If (GetKeyState("F12","P")=1) {
- ET := A_TickCount - ST
- Clicks_Second := Count / (ET / 1000)
- MsgBox %Clicks_Second% clicks per second.`n%Count% clicks total.`n%ET% MS total.
- BREAK
- }
- }
- Return
- V = 1 ;This is the level of Vaagur, edit it to fit your own Time := 3600000 * (1 - (V * 0.05))
- F9::
- Loop {
- Send 8
- Send 6
- Send 9
- Sleep Time
- Send 8
- Send 9
- Sleep Time
- If (GetKeyState("F10","P")=1) {
- ET := A_TickCount - ST
- Clicks_Second := Count / (ET / 1000)
- MsgBox %Clicks_Second% clicks per second.`n%Count% clicks total.`n%ET% MS total.
- BREAK
- }
- }
- Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement