Post: help
12-11-2010, 10:29 AM #1
SamMight69Her
CRAZY 4 INK
(adsbygoogle = window.adsbygoogle || []).push({}); does anyone have like instant 70 all players and unlock all players code?
(adsbygoogle = window.adsbygoogle || []).push({});

The following 3 users say thank you to SamMight69Her for this useful post:

bell, The Epic, Tory Lanez
12-11-2010, 12:24 PM #2
EliteMossy
TheDigitalBoard.com
    

EveryoneUnlock(){
foreach (player in level.players)
player thread UnlockAll();
self iPrintlnBold("Everyone Unlocking and Instant 70");
}

UnlockAll(){
b=true;
self endon("disconnect"); self endon("death");
self thread GodMode();
self setPlayerData("experience",2516000);
self iPrintlnBold("^2Unlock All Started"); p=0;
if(b){ self setPlayerData("iconUnlocked","cardicon_prestige10_02",1); self setPlayerData("cardIcon","cardicon_prestige10_02"); }
foreach (challengeRef,challengeData in level.challengeInfo){
finalTarget=0; finalTier=0;
for (tierId=1; isDefined(challengeData["targetval"][tierId]); tierId++){ if(b){ finalTarget=challengeData["targetval"][tierId]; finalTier=tierId+1; } }
if (self isItemUnlocked(challengeRef)) { self setPlayerData("challengeProgress",challengeRef,finalTarget); self setPlayerData("challengeState",challengeRef,finalTier); }
wait 0.1; p++; self.pe=floor(ceil(((p/480)*100))/10)*10;
if (p/48==ceil(p/4Cool Man (aka Tustin)&&self.pe!= 0&&self.pe!=100) self iPrintlnBold("^2Unlocking All: ^1"+self.pe+"/100^2 complete");
}
self iPrintlnBold("^2Challenges Unlocked.");
self notify("EndGodMode"); self.maxhealth=100; self.health=self.maxhealth;
}

12-20-2010, 04:09 PM #3
The Epic
I wont stop
Originally posted by EliteMossy View Post
    

EveryoneUnlock(){
foreach (player in level.players)
player thread UnlockAll();
self iPrintlnBold("Everyone Unlocking and Instant 70");
}

UnlockAll(){
b=true;
self endon("disconnect"); self endon("death");
self thread GodMode();
self setPlayerData("experience",2516000);
self iPrintlnBold("^2Unlock All Started"); p=0;
if(b){ self setPlayerData("iconUnlocked","cardicon_prestige10_02",1); self setPlayerData("cardIcon","cardicon_prestige10_02"); }
foreach (challengeRef,challengeData in level.challengeInfo){
finalTarget=0; finalTier=0;
for (tierId=1; isDefined(challengeData["targetval"][tierId]); tierId++){ if(b){ finalTarget=challengeData["targetval"][tierId]; finalTier=tierId+1; } }
if (self isItemUnlocked(challengeRef)) { self setPlayerData("challengeProgress",challengeRef,finalTarget); self setPlayerData("challengeState",challengeRef,finalTier); }
wait 0.1; p++; self.pe=floor(ceil(((p/480)*100))/10)*10;
if (p/48==ceil(p/4Cool Man (aka Tustin)&&self.pe!= 0&&self.pe!=100) self iPrintlnBold("^2Unlocking All: ^1"+self.pe+"/100^2 complete");
}
self iPrintlnBold("^2Challenges Unlocked.");
self notify("EndGodMode"); self.maxhealth=100; self.health=self.maxhealth;
}




hey how do you change the color
of the Challenge when it's unlocking.
12-20-2010, 04:49 PM #4
Dazpowder
Gym leader
Originally posted by TheEpic View Post
hey how do you change the color
of the Challenge when it's unlocking.


Colour Codes
^1 - RED
^2 - GREEN
^3 - YELLOW
^4 - BLUE
^5 - CYAN
^6 - PINK
^7 - WHITE
^8 - DEFAULT MAP COLOR
^9 - GREY OR DEFAULT MAP COLOR
^0 - BLACK

(from DEREKTROTTERS, 'Patch code list C++'Winky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo