Just something I quickly put together, it means even less setup for the user
1 = Dark, 2 = Normal, 3 = Bright, 4 = Very Bright.PHP Code:Procedure SetBrightness(Brightness : Integer);
Begin
If(Not(GetColor(679, 479) = 1579079))Then
Mouse(679, 479, 5, 5, True);
If(Brightness = 1)And(Not(GetColor(575, 256) = 1579626))Then
Mouse(575, 261, 10, 8, True);
If(Brightness = 2)And(Not(GetColor(616, 259) = 1974666))Then
Mouse(623, 261, 10, 8, True);
If(Brightness = 3)And(Not(GetColor(665, 253) = 1777020))Then
Mouse(668, 261, 10, 8, True);
If(Brightness = 4)And(Not(GetColor(708, 257) = 2106259))Then
Mouse(713, 261, 10, 8, True);
GameTab(4);
End;






Reply With Quote






