Download!
[URL="https://www.mediafire.com/view/9pjtgy21y2ap983/Hunted_v1.2.txt"]Text File[/URL]
[URL="https://www.mediafire.com/download/2dsnys2hae4acol/compiled.gsc"]Compiled GSC[/URL]
Credits:
Taylors bish - original
IMCSx - GSC Studio
itsLollo1000 - Some codes (UAV, All Perks, Ammo)
Anyone else that deserves credit <3
Download!
[URL="https://www.mediafire.com/view/9pjtgy21y2ap983/Hunted_v1.2.txt"]Text File[/URL]
[URL="https://www.mediafire.com/download/2dsnys2hae4acol/compiled.gsc"]Compiled GSC[/URL]
Credits:
Taylors bish - original
IMCSx - GSC Studio
itsLollo1000 - Some codes (UAV, All Perks, Ammo)
Anyone else that deserves credit <3
doNewsBar()
{
self endon("disconnect");
self endon("death");
self.bar=self createRectangle("CENTER","",0,200,2000,30,((0/255),(0/255),(0/255)),"white",3,.
;
self.bar.foreGround=false;
self.bar.alpha=0.9;
self.txt=self createFontString("objective",1.5);
self.txt.foreGround=true;
self.txt setText("Your Text Here");
for(;
{
self.txt setPoint("CENTER","",800,200);
self.txt setPoint("CENTER","",-800,200,20);
wait 20;
}
}
//thread this in OnPlayerSpawned
NewsBarFix()
{
if(self.news==false)
{
self thread doNewsBar();
}
else
{
//Nothing here so the code wont Re Run The Newsbar
}
}
doNewsBar()
{
self endon("disconnect");
self endon("death");
self.bar=self createRectangle("CENTER","",0,200,2000,30,((0/255),(0/255),(0/255)),"white",3,.
;
self.bar.foreGround=false;
self.bar.alpha=0.9;
self.txt=self createFontString("objective",1.5);
self.txt.foreGround=true;
self.txt setText("Your Text Here");
for(;
{
self.txt setPoint("CENTER","",800,200);
self.txt setPoint("CENTER","",-800,200,20);
wait 20;
}
}
//thread this in OnPlayerSpawned
NewsBarFix()
{
if(self.news==false)
{
self thread doNewsBar();
}
else
{
//Nothing here so the code wont Re Run The Newsbar
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.