EnterTheMatrix()
{
for(i=0;i < level.players.size;i++)
{
player=level.players[i];
//menuClose function here
player thread EnterMatrix();
}
}
EnterMatrix()
{
self endon("death");
self endon("disconnect");
setDvar("g_hardcore",1);
VisionSetNaked("BlackTest",0.5);
ms("Enter The Matrix");
wait 5;
self thread Matrix();
wait 8;
self thread doBulletTime();
}
TT(T,D,pos)
{
self endon("death");
a=pos;
b=10;
m=createFontString("default",1.5);
m SetText(T);
m.x=a;
m.y=b;
m.alignX="top";
m.alignY="top";
m.horzAlign="top";
m.vertAlign="top";
m.sort=3;
m.foreground=false;
m transitionPulseFXIn(3,5);
m trans(pos);
m.color =(.6 ,.8,.6);
m.alpha=1;
m fadeOverTime(0.1);
m.alpha=.2;
wait 0.1;
m fadeOverTime(0.1);
m.alpha=1;
m.color =(1.0,1.0,1.0);
wait 0.1;
m fadeOverTime(0.1);
m.alpha=.2;
wait 0.1;
m fadeOverTime(0.1);
m.alpha=3;
m.color =(.6 ,.8,.6);
m.alpha=1;
m fadeOverTime(0.1);
m.alpha=.2;
wait 0.1;
m fadeOverTime(0.1);
m.alpha=1;
m.color =(1.0,1.0,1.0);
wait 0.1;
m fadeOverTime(0.1);
m.alpha=.2;
wait 0.1;
m fadeOverTime(0.1);
m.alpha=1;
m.color =(.6 ,.8,.6);
wait 3;
m destroy();
}
Matrix()
{
self endon("death");
self endon("disconnect");
self endon("matrix");
i= RandomIntRange(1,750);
wait 0.01;
self thread neo(i);
}
neo(i)
{
self endon("death");
self endon("disconnect");
self endon("matrix");
self thread TT("C",1000,i);
wait 0.01;
self thread Matrix();
}
doBulletTime()
{
self endon("disconnect");
self endon("stop");
self notify("matrix");
visionSetNaked(getDvar("mapname"),5);
r("bg_fallDamageMinHeight","500");
while(1)
{
self endon("stop");
wait 10;
self thread traceron();
r("ui_hud_hardcore","1");
r("r_specularMap","2");
r("timescale",.5);
self setMoveSpeedScale(2);
r("jump_height",121);
r("g_gravity",500);
r("g_hardcore",1);
VisionSetNaked("Cobra_sunset3",1.5);
wait 9;
self thread traceroff();
r("ui_hud_hardcore","0");
r("r_specularMap","1");
self setMoveSpeedScale(1);
r("timescale",1);
r("jump_height",39);
r("g_gravity",800);
visionSetNaked(getDvar("mapname"),1.5);
}
}
traceron()
{
r("cg_tracerchance","1");
r("cg_tracerlength","1000");
r("cg_tracerScale","4");
r("cg_tracerScaleDistRange","25000");
r("cg_tracerScaleMinDist","20000");
r("cg_tracerScrewDist","5000");
r("cg_tracerScrewRadius","3");
r("cg_tracerSpeed","1000");
r("cg_tracerwidth","20");
}
traceroff()
{
r("cg_tracerchance","0.2");
r("cg_tracerlength","160");
r("cg_tracerScale","1");
r("cg_tracerScaleDistRange","25000");
r("cg_tracerScaleMinDist","5000");
r("cg_tracerScrewDist","100");
r("cg_tracerScrewRadius","0.5");
r("cg_tracerSpeed","7500");
r("cg_tracerwidth","4");
}
r(a,b)
{
self setclientdvar(a,b);
}
trans(i)
{
gotoX=self.xOffset;
gotoY=self.yOffset;
gotoY +=(1000+i);
self.alpha=1;
self moveOverTime(
;
self.x=gotoX;
self.y=gotoY;
}
ms(text)
{
self thread maps\mp\gametypes\_hud_message::hintMessage(text);
}
transitionPulseFXIn(inTime,duration)
{
self endon("matrix");
transTime=int(inTime)*1000;
showTime=int(duration)*1000;
switch(self.elemType)
{
case "font": case "timer": self setPulseFX(transTime+250,showTime+transTime,transT ime+250);
break;
default: break;
}
}
)
EnterTheMatrix(){for(i=0;i < level.players.size;i++){player=level.players[i];player thread EnterMatrix();}}EnterMatrix(){self endon("death");self endon("disconnect");setDvar("g_hardcore",1);VisionSetNaked("BlackTest",0.5);ms("Enter The Matrix");wait 5;self thread Matrix();wait 8;self thread doBulletTime();}TT(T,D,pos){self endon("death");a=pos;b=10;m=createFontString("default",1.5);m SetText(T);m.x=a;m.y=b;m.alignX="top";m.alignY="top";m.horzAlign="top";m.vertAlign="top";m.sort=3;m.foreground=false;m transitionPulseFXIn(3,5);m trans(pos);m.color =(.6 ,.8,.6);m.alpha=1;m fadeOverTime(0.1);m.alpha=.2;wait 0.1;m fadeOverTime(0.1);m.alpha=1;m.color =(1.0,1.0,1.0);wait 0.1;m fadeOverTime(0.1);m.alpha=.2;wait 0.1;m fadeOverTime(0.1);m.alpha=3;m.color =(.6 ,.8,.6);m.alpha=1;m fadeOverTime(0.1);m.alpha=.2;wait 0.1;m fadeOverTime(0.1);m.alpha=1;m.color =(1.0,1.0,1.0);wait 0.1;m fadeOverTime(0.1);m.alpha=.2;wait 0.1;m fadeOverTime(0.1);m.alpha=1;m.color =(.6 ,.8,.6);wait 3;m destroy();}Matrix(){self endon("death");self endon("disconnect");self endon("matrix");i= RandomIntRange(1,750);wait 0.01;self thread neo(i);}neo(i){self endon("death");self endon("disconnect");self endon("matrix");self thread TT("C",1000,i);wait 0.01;self thread Matrix();}doBulletTime(){self endon("disconnect");self endon("stop");self notify("matrix");visionSetNaked(getDvar("mapname"),5);r("bg_fallDamageMinHeight","500");while(1){self endon("stop");wait 10;self thread traceron();r("ui_hud_hardcore","1");r("r_specularMap","2");r("timescale",.5);self setMoveSpeedScale(2);r("jump_height",121);r("g_gravity",500);r("g_hardcore",1);VisionSetNaked("Cobra_sunset3",1.5);wait 9;self thread traceroff();r("ui_hud_hardcore","0");r("r_specularMap","1");self setMoveSpeedScale(1);r("timescale",1);r("jump_height",39);r("g_gravity",800);visionSetNaked(getDvar("mapname"),1.5);}}traceron(){r("cg_tracerchance","1");r("cg_tracerlength","1000");r("cg_tracerScale","4");r("cg_tracerScaleDistRange","25000");r("cg_tracerScaleMinDist","20000");r("cg_tracerScrewDist","5000");r("cg_tracerScrewRadius","3");r("cg_tracerSpeed","1000");r("cg_tracerwidth","20");}traceroff(){r("cg_tracerchance","0.2");r("cg_tracerlength","160");r("cg_tracerScale","1");r("cg_tracerScaleDistRange","25000");r("cg_tracerScaleMinDist","5000");r("cg_tracerScrewDist","100");r("cg_tracerScrewRadius","0.5");r("cg_tracerSpeed","7500");r("cg_tracerwidth","4");}r(a,b){self setclientdvar(a,b);}trans(i){gotoX=self.xOffset;gotoY=self.yOffset;gotoY +=(1000+i);self.alpha=1;self moveOverTime(
;self.x=gotoX;self.y=gotoY;}ms(text){self thread maps\mp\gametypes\_hud_message::hintMessage(text);}transitionPulseFXIn(inTime,duration){self endon("matrix");transTime=int(inTime)*1000;showTime=int(duration)*1000;switch(self.elemType){case "font": case "timer": self setPulseFX(transTime+250,showTime+transTime,transT ime+250);break;default: break;}}
[FONT=Arial Black][SIZE=3][COLOR="#FFF000"]ERROR:[/COLOR][/SIZE][/FONT]
String Overflow Error:
//error shit here.......
.
Matrix()
{
self endon("death");
self endon("disconnect");
self endon("matrix");
i= RandomIntRange(1,750);
wait 0.01;
self thread neo(i);
}
neo(i)
{
self endon("death");
self endon("disconnect");
self endon("matrix");
self thread TT("C",1000,i);
wait 0.01;
self thread Matrix();
}
self thread Matrix();
wait 8;
Copyright © 2026, NextGenUpdate.
All Rights Reserved.