Yesterday I was bilging in the navy with Sheer Bilge and I had to go eat
When I came back my computer was on the screensaver and my Bilge was stuck on that info screen where you have to click play again,
Now I made this script that it autclicks "Play" when it sees that screen but I think this will be in the new Sheer Bilge Platinum
so its a little help for now 
Code:
{.Script Info:
# ScriptName = Sheer Bilge Help
# Author = Hackx0rz
# Version = 1
# Date = 30/11/2010
# dd/mm/yyy
/Script Info}
program PuzzlePirates;
var
x, y: integer;
begin
repeat
if findcolor(x, y, 12555099 , 108, 192, 383, 507) then
begin
movemouse(x, y)
wait(10)
ClickMouse(x, y, True)
end;
until false;
end.
-Select Puzzle Pirates with the Crosshair and start it 
Thank you 
Similar Threads: