CPS Checker
This site allows you to check if a macro breaks CPS rules as defined in the ILL rules document.
or paste text:
No file selected


Check CPS
Made by EDSJustin, Flora and jojo989

Help

CPS rules

Formula
Player 1 CPS violations:
Player 2 CPS violations:




Results
Check another macro
Download results




Upload format
60
28 1 0
58 0 0
72 1 0
104 0 0
148 1 0
172 0 0
202 1 0
264 0 0
. . .
You can convert a macro to plain text using Mat's macro converter or
Nattie's macro converter.
ILL CPS Rules
- 15 clicks in a second.
- 3 clicks in a frame.
- A rate of 45 cps in any stint of 5 or more clicks.
This program checks if the above rules are satisfied for both players in a macro.
If they're not, it will tell you what frames the violations occur at.
An error occured while parsing the macro. Please make sure your macro follows the required format.
FPS: N/A
Dark mode by argx
How each rule is calculated
- There are more than 15 clicks between (frame of first click) and (frame of first click) + floor(fps).
- There are more than 3 clicks on any given frame.
- (Number of clicks in stint - 1) / [(frame of last click - frame of first click) / framerate] > 45.