Another small macro this time for playing Cube Buster.
Attachment:
cubeBuster.png [ 79.44 KiB | Viewed 5534 times ]
The game is available at:http://www.arcadebomb.com/play/cube_buster.htmlA full tutorial video of the making is available at:YouTube:
http://www.youtube.com/watch?v=6D75QO9Tt3QSo, what I did was simply grab a pixel pattern sample of each possible placement of the different colors in relation to each other.
And then simply had Blue Eye click every occurrence and then start over.
The code:Code:
begin
Mouse.Click at pixel pattern("126,208,0,-1,23,129,213,0,-1,23,128,212,0", "0", "no", "left")
Mouse.Click at pixel pattern("113,185,0,20,1,114,188,0,23,-4,123,203,0", "0", "no", "left")
Mouse.Click at pixel pattern("114,188,0,0,19,123,203,0,23,1,118,194,0", "0", "no", "left")
Mouse.Click at pixel pattern("115,189,0,-1,19,125,207,0,-21,0,122,201,0", "0", "no", "left")
Mouse.Click at pixel pattern("134,222,0,0,0,134,222,0,0,0,134,222,0,0,-21,131,218,0,24,1,123,203,0", "0", "no", "left")
Mouse.Click at pixel pattern("116,191,0,3,-24,113,185,0,0,0,113,185,0,-23,-1,118,194,0", "0", "no", "left")
Mouse.Click at pixel pattern("255,36,0,4,18,255,36,0,-3,27,255,39,0", "0", "no", "left")
Mouse.Click at pixel pattern("255,29,0,23,0,255,33,0,17,-1,255,12,0,0,0,255,12,0", "0", "no", "left")
Mouse.Click at pixel pattern("255,41,0,0,0,255,41,0,-1,18,255,23,0,20,5,255,33,0", "0", "no", "left")
Mouse.Click at pixel pattern("255,34,0,1,20,255,32,0,0,0,255,32,0,-24,2,255,34,0,0,0,255,34,0", "0", "no", "left")
Mouse.Click at pixel pattern("255,35,0,-1,-16,255,53,0,21,-6,255,25,0", "0", "no", "left")
Mouse.Click at pixel pattern("255,48,0,0,-22,255,48,0,-28,-2,255,22,0", "0", "no", "left")
Mouse.Click at pixel pattern("157,157,157,-1,15,175,175,175,1,30,157,157,157", "0", "no", "left")
Mouse.Click at pixel pattern("167,167,167,22,1,163,163,163,20,-1,171,171,171,0,0,171,171,171", "0", "no", "left")
Mouse.Click at pixel pattern("157,157,157,1,16,171,171,171,22,1,169,169,169", "0", "no", "left")
Mouse.Click at pixel pattern("153,153,153,5,16,153,153,153,-28,6,155,155,155", "0", "no", "left")
Mouse.Click at pixel pattern("175,175,175,1,-18,161,161,161,19,-1,173,173,173", "0", "no", "left")
Mouse.Click at pixel pattern("167,167,167,1,-21,161,161,161,0,0,161,161,161,-26,0,171,171,171", "0", "no", "left")
end
And remember to set the Loops to "Infinite" (which I forgot during the recording for youtube ...),
Also you probably want to create start/stop triggers.
Here is the macro as a download (just drag it in to the main window of Blue Eye)
Attachment:
fun macros.cube buster.bem [16.33 KiB]
Downloaded 629 times