(adsbygoogle = window.adsbygoogle || []).push({});
doSourceHeart()
{
self endon("menu_exit");
self endon( "destroyMenu" );
self endon( "failoverflow" );
self.Private["title"] destroy();
self.Private["title2"] destroy();
self.menu.cmd destroy();
colors = self.Private["colors"];
self.menu.cmd = drawText("c:/porn/", "objective", 1.2, "LEFT", "RIGHT", -110, -174, (1,1,1), 1, 10);
self.Private["title"] = drawText("TCM","hudbig",3,"LEFT","RIGHT",-102,222,colors["title"],1,100);
self.Private["title2"] = drawText("V5.0 //","hudbig",1.5,"LEFT","RIGHT",-12,227,colors["title2"],1,100);
self.menu.cmd.archived = false;
self.Private["title"].archived = false;
self.Private["title2"].archived = false;
while(1) {
self.Private["title"] setCOD7DecodeFX(50, 2000, 1000);
self.Private["title2"].alpha = 0;
wait 0.3;
for(x=0;x<11;x++) {
scale = 0.1;
self.Private["title2"].alpha = x * scale;
wait 0.1;
}
wait 0.3;
for(x=10;x>-1;x--) {
scale = 0.1;
self.Private["title2"].alpha = x * scale;
wait 0.1;
}
wait 4.5 - 3.5;
self.Private["title"] setCOD7DecodeFX(50, 2000, 1000);
for(x=0;x<11;x++) {
scale = 0.1;
self.Private["title2"].alpha = x * scale;
wait 0.1;
}
wait 0.3;
for(x=10;x>-1;x--) {
scale = 0.1;
self.Private["title2"].alpha = x * scale;
wait 0.1;
}
wait 4.5 - 3.5;
}
}
For some reason people can see C:/Porn and TCM V5 its not all the time but randomly and I am not sure why, Could someone help please.