The login screen has changed, there is now an option of enabling or disabling sound:
SCAR Code:Function LoginMusicOn:Boolean;
begin
Result:=(GetColor(748,477)=65536)
end;
Function ChangeLoginMusic(yes :Boolean):Boolean;
begin
if(not LoginMusicOn=yes) then
begin
Mouse(744, 480, 10, 10, True);
ChangeLoginMusic(yes);
end
end;



Reply With Quote

, i wanted to do this lol







