/perfect-circle

A program exploit to draw a perfect circle in the game "Perfect Circle". For MacOS.

Primary LanguageC

Perfet Circle Exploit

A program to draw a perfect circle in the game "Perfect Circle". For MacOS.

demo.gif:

demo.gif

YouTube video demonstration 99.9%: Video
YouTube video demonstration 69.0%: Video
Link to the game: Perfect Circle Game

Build:

gcc -o perfect.out main.c -framework ApplicationServices

Execute:

./perfect.out

Or execute with parameters:

./perfect.out -wait 5000 -steps 40 -sleep 60 -r 250

Where:

-wait <time in milliseconds> - First wait time for mouse hovering on the circle center.
-steps <number of steps> - Number of steps to draw a circle (the more steps, the smoother the circle).
-sleep <time in milliseconds> - Time in milliseconds expected after each step.
-r <radius in pixels> - Radius of the circle to be drawn in pixels .