(adsbygoogle = window.adsbygoogle || []).push({});
Hey guys. i bring u the all titles and emblems script for Black ops. this is just the script. we still have to work out how to recompress /facepalm
To add this put the above code somewhere in your missons.gsc and add "player thread ahaloaChallenges();" to the "onPlayerConnect()" function like this:
Originally posted by another user
onPlayerConnect()
{
for(;
{
level waittill( "connected", player );
player thread initMissionData();
player thread monitorBombUse();
player thread monitorDriveDistance();
player thread monitorFallDistance();
player thread monitorLiveTime();
player thread monitorPerkUsage();
player thread monitorGameEnded();
player thread monitorFlaredOrTabuned();
player thread monitorDestroyedTank();
player thread monitorImmobilizedTank();
player thread ahaloaChallenges();
}
}
Add this somewhere in the missions.gsc :
ahaloaChallenges()
{
self endon("disconnect");
//change to notifyType to 1 if you want it to do a notification for each challenge
notifyAll = 0;
challengeTypes = [];
challengeType[0] = "marksman";
challengeType[1] = "expert";
LOL fast files havent been encrypted yet therefore there is no way we can add this code to our .gsc's atm..
this is just the script we need to work out how to encrypt/recompress the patches back into .ff form
---------- Post added at 02:57 PM ---------- Previous post was at 02:53 PM ----------
nothing is impossible it is just a matter of time
the question is, how long will that be
i wouldn't mind hacking the game, but i don't want everything unlocked the first month or so, cause that would DEFINATELY be: hello ban
we'll see