Aura (10-14-2016)
For those who can get shock wave games working i put together a simple script using AutoIt. It's not perfect still a work in progress to get it more accurate. All this does is gets your mouse cursor to follow the ball. It's semi auto play as it's not 100% accurate you will need to still focus and move your cursor a small amount at times when the ball is getting fast at some points in the game.
AutoIt: (you need an account to see links)
Script:Code:While 1 $coord = PixelSearch(0, 0, @(you need an account to see links)ktopWidth, @(you need an account to see links)ktopHeight, 0x185b18, 10) If Not @(you need an account to see links) Then MouseMove ($coord[0], $coord[1], 1) EndIf WEnd
Last edited by Inks; 10-14-2016 at 06:52 AM.
Aura (10-14-2016)