Post: [GSC] Hunted v1.2 Edit!
10-06-2014, 12:04 AM #1
BoatyMcBoatFace
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({}); First of all, no messages saying leach! this is obviously not leached if its an "edit" plus i have been allowed to make this edit by the original creator!

Video:

Screenshot(xbox):
You must login or register to view this content.


Whats new:
Flashing news bar
easy positioning of HUD
more rewards for kills! including Strafe run + invisible player
more punishments! including left sided weapon!


original thread here: You must login or register to view this content.

Bugs?:
1. Too many people will cause string overflow error.

2.sometimes newsbar can go on twice making it hardd to read

    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
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to BoatyMcBoatFace for this useful post:

/SneakerStreet/, AndresKid, PureGoldMod, Taylors Bish, TheyCallMeBreed
10-06-2014, 12:11 AM #2
PureGoldMod
Do a barrel roll!
Nice dude

The following user thanked PureGoldMod for this useful post:

BoatyMcBoatFace
10-06-2014, 01:11 AM #3
Taylor
Former Black Knight.
Originally posted by ThaGuyLiam View Post
First of all, no messages saying leach! this is obviously not leached if its an "edit" plus i have been allowed to make this edit by the original creator!

Video:
(uploading right now!)

Screenshot(xbox):
You must login or register to view this content.


Whats new:
Flashing news bar
easy positioning of HUD
more rewards for kills! including Strafe run + invisible player
more punishments! including left sided weapon!


original thread here: You must login or register to view this content.

Bugs?:
1. Too many people will cause string overflow error.

2.sometimes newsbar can go on twice making it hardd to read

    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


What is "new"?
10-06-2014, 02:23 AM #4
Sync
The (ONE) Above!
Originally posted by Taylor View Post
What is "new"?

he just added it.
10-06-2014, 07:59 AM #5
BoatyMcBoatFace
Are you high?
Originally posted by Taylor View Post
What is "new"?


its in the thread.
10-06-2014, 08:49 AM #6
Warum müsst ihr immer alles Klauen und umschreiben ihr hobbylosen niggas? macht doch mal euren eigenen scheis, am ende giebs von jeden menu und gamemode 100 versionen. So ein kackspast.Choco
10-06-2014, 04:24 PM #7
AndresKid
Error… Cat invasion!
the music is so good
10-06-2014, 05:19 PM #8
xAcme
Haxor!
Nice! I'm going to add more rewards and penalties tonight, thanks for the release man Winky Winky
10-08-2014, 10:59 PM #9
MrToxlcBooty
I defeated!
Ho to fix newsbar issue
    doNewsBar()
{
self endon("disconnect");
self endon("death");
self.bar=self createRectangle("CENTER","",0,200,2000,30,((0/255),(0/255),(0/255)),"white",3,.Cool Man (aka Tustin);
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(;Winky Winky
{
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
}
}

The following user thanked MrToxlcBooty for this useful post:

BoatyMcBoatFace
10-11-2014, 04:32 AM #10
Originally posted by MrToxlcBooty View Post
Ho to fix newsbar issue
    doNewsBar()
{
self endon("disconnect");
self endon("death");
self.bar=self createRectangle("CENTER","",0,200,2000,30,((0/255),(0/255),(0/255)),"white",3,.Cool Man (aka Tustin);
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(;Winky Winky
{
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
}



^this is better
if(!(self.news == true))
{
self thread doNewsBar();

}

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo