Terinspirasi dari eksploitasi perfect-circle Michael Bill; Ditulis dalam C ++.
g++ -o run.out draw.cpp -framework ApplicationServices
Pastikan untuk menggunakan -framework ApplicationServices
saat menyusun jika tidak Anda akan mendapatkan kesalahan.
Tempatkan kursor Anda di tengah lingkaran putih.
./run
Jika Anda ingin speicify mengeksekusi parameter, gunakan ini sebagai gantinya:
./run.out -wait 5000 -steps 40 -sleep 60 -r 250
Nilai wait
, steps
, sleep
dan r
dapat diubah sesuai.
wait(ms) - wait time before the program starts to draw the circle
steps(n) - the circle is drawn in n steps
sleep(ms) - each step takes this amount of ms to run
r(px) - radius in px
Lihat Exploit Perfect-Circle Michael: https://github.com/michael-bill/perfect-circle/