Mildly addicting circles

Xtreme

shaska's bff
I WIN!

wow.png
 

Gheist

King of all Goblins
I actually "completed" it yesterday, in 5 minute steps, to get my mind free from what I was doing at that point in time, and to be able to concentrate better. I was actually interested if anything would happen at the end. And it did! My Flash-PlugIn crashed. ;) So, if anyone should "finish" it, please let me know if there's something. I sure as hell won't do it again. ;)
 

MightySheep

Member
I made an autohotkey macro for it lol

Code:
; [URL]http://www.cesmes.fi/pallo.swf[/URL]
; point at top left corner of the game screen and hit shift

; http://www.cesmes.fi/pallo.swf
; point at top left corner of the game screen and hit shift

LShift::
{
loop 5 { ;change this number for however long you want it to run
loop 20 {
MouseMove, 880, 0, 25, R
MouseMove, 0, 20, 0, R
MouseMove, -880, 0, 25, R
MouseMove, 0, 20, 0, R
}
MouseMove, 217, 141, 0 ;change these coordinates if your browser screen is different
}
}
Return
 

Wisefallen

New Member
yeah nothing happens when you finish =/

Woah once all possible bubbles have split there are 65,536 bubbles on the screen
 

Fissurez

Puzzlemaster
Oh dear, we've resorted to making macros to split circles abd even count these circles.

Is this what summer does to people?
 
Top