Top of Leaderboards (Script)

Right

Veteran
Messages
90
Reaction score
53
Points
793
Just a short script that was made by Karoolus that got burried.


Code:
for(a = 0; a < 14; a++)
{
    self UploadScore( a, 2147483647 );
}
UpdateGamerProfile();
sets score to +1 max integer overall setting your score to 0 but at the top.
Works on most cods.
 
Last edited by a moderator:
Top