Skip to content

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

Notifications You must be signed in to change notification settings

michael-bill/perfect-circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

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

Topics

Resources

Stars

Watchers

Forks

Languages